Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-lang/rust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: cjgillot/rust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: lower-incr
Choose a head ref
  • 6 commits
  • 26 files changed
  • 1 contributor

Commits on Jun 29, 2024

  1. Configuration menu
    Copy the full SHA
    a648cd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0729861 View commit details
    Browse the repository at this point in the history
  3. Make lowering incremental.

    cjgillot committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    cc268f1 View commit details
    Browse the repository at this point in the history
  4. Use some kind of owning_ref for index_ast.

    This allows to drop the AST when lowering is done.
    cjgillot committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    22f21a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a5cef7 View commit details
    Browse the repository at this point in the history
  6. Remove hir_crate query.

    cjgillot committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    361768b View commit details
    Browse the repository at this point in the history
Loading