index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_interface
/
src
/
passes.rs
Age
Commit message (
Expand
)
Author
Lines
2023-05-19
Auto merge of #111641 - michaelwoerister:debugger-visualizer-fixes, r=cjgillot
bors
-0
/
+5
2023-05-18
Auto merge of #111345 - jyn514:cfg-release-caching, r=cjgillot,est31
bors
-0
/
+1
2023-05-17
Only depend on CFG_VERSION in rustc_interface
jyn
-0
/
+1
2023-05-16
Turn debugger_visualizers from feed- into regular query.
Michael Woerister
-6
/
+0
2023-05-16
Fix dependency tracking for debugger visualizers
Michael Woerister
-0
/
+11
2023-05-16
Auto merge of #108062 - Zoxc:spec-incr, r=cjgillot
bors
-0
/
+3
2023-05-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-1
/
+1
2023-05-14
Specialize query execution for incremental and non-incremental
John Kåre Alsaker
-0
/
+3
2023-04-30
Use dynamic dispatch for queries
John Kåre Alsaker
-2
/
+5
2023-04-26
Remove QueryEngine trait
John Kåre Alsaker
-8
/
+2
2023-04-23
Auto merge of #108118 - oli-obk:lazy_typeck, r=cjgillot
bors
-21
/
+0
2023-04-21
Run `check_match` and `check_liveness` when MIR is built instead of having an...
Oli Scherer
-21
/
+0
2023-04-21
Make `check_match` and `check_liveness` take a `LocalDefId`
Oli Scherer
-1
/
+1
2023-04-21
Ensure mir_drops_elaborated_and_const_checked when requiring codegen.
Camille GILLOT
-1
/
+7
2023-04-20
Remove WithOptconstParam.
Camille GILLOT
-2
/
+1
2023-04-09
Migrate `sess.opts.tests` uses to `sess.is_test_crate()`
blyxyas
-2
/
+2
2023-04-03
Make check_match take a LocalDefId.
Camille GILLOT
-1
/
+1
2023-03-23
Rollup merge of #109231 - Zoxc:fs-non-canon, r=eholk
Matthias Krüger
-2
/
+3
2023-03-23
rustc_interface: Add a new query `pre_configure`
Vadim Petrochenkov
-24
/
+27
2023-03-23
expand: Pass `ast::Crate` by reference to AST transforming passes
Vadim Petrochenkov
-12
/
+12
2023-03-16
Add `try_canonicalize` to `rustc_fs_util` and use it over `fs::canonicalize`
John Kåre Alsaker
-2
/
+3
2023-03-13
metadata: Remove some more untracked `CStore` methods
Vadim Petrochenkov
-11
/
+6
2023-03-06
Querify early_lint_checks.
Camille GILLOT
-18
/
+23
2023-03-06
Querify registered_tools.
Camille GILLOT
-1
/
+3
2023-02-22
Remove a back compat warning
Oli Scherer
-22
/
+12
2023-02-20
Remove some unnecessary tcx-passing
Oli Scherer
-7
/
+4
2023-02-20
Stop passing in values that one can also get from the tcx lazily
Oli Scherer
-7
/
+1
2023-02-20
Move the resolver into a query
Oli Scherer
-1
/
+31
2023-02-20
Make `configure_and_expand` "infalllible" by just aborting the compilation if...
Oli Scherer
-12
/
+11
2023-02-20
Use tcx queries instead of passing the values to `configure_and_expand`.
Oli Scherer
-5
/
+6
2023-02-20
Make untracked.cstore lockable so that resolution can still write to it when ...
Oli Scherer
-1
/
+1
2023-02-14
Remove BoxedResolver
Oli Scherer
-88
/
+2
2023-02-14
Separate the lifetime of the session and the arena in the resolver
Oli Scherer
-4
/
+10
2023-02-13
rustc_resolve: Remove `Resolver::clone_output`
Vadim Petrochenkov
-17
/
+6
2023-02-09
Remove `QueryContext`.
Nicholas Nethercote
-21
/
+5
2023-02-09
Simplify `tls::enter_context`.
Nicholas Nethercote
-1
/
+1
2023-02-05
rustc_interface: remove huge error imports
est31
-18
/
+16
2023-01-27
Compute generator saved locals on MIR.
Camille GILLOT
-0
/
+9
2023-01-23
Make `output_filenames` a real query
Oli Scherer
-19
/
+13
2023-01-23
Remove another unneeded use of the resolver
Oli Scherer
-17
/
+16
2023-01-20
Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb
bors
-4
/
+2
2023-01-17
Don't call closures immediately, use `try{}` blocks
Maybe Waffle
-4
/
+2
2023-01-16
Move compiler input and ouput paths into session
Oli Scherer
-8
/
+7
2023-01-16
Group some commonly passed together values into a struct
Oli Scherer
-12
/
+5
2023-01-16
Remove redundant `input_path` field from `Config`
Oli Scherer
-1
/
+1
2023-01-16
remove some arguments that can also be fed at the caller side
Oli Scherer
-27
/
+3
2023-01-13
Rollup merge of #106678 - Veykril:proc-macro-panic-abort, r=eholk
Matthias Krüger
-1
/
+7
2023-01-13
Warn when using panic-strategy abort for proc-macro crates
Lukas Wirth
-1
/
+7
2023-01-12
Feed the `features_query` instead of grabbing it from the session lazily
Oli Scherer
-0
/
+1
2023-01-12
Remove `output_filenames` field from TyCtxt and feed the query instead
Oli Scherer
-1
/
+1
[next]