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-11-04
Remove support for compiler plugins.
Nicholas Nethercote
-15
/
+1
2023-10-30
Remove `check_output`.
Nicholas Nethercote
-21
/
+3
2023-10-30
Wrap some overlong comments.
Nicholas Nethercote
-10
/
+12
2023-10-30
Remove out-of-date comment.
Nicholas Nethercote
-2
/
+0
2023-10-25
Make `Iterator` a lang item
Oli Scherer
-0
/
+5
2023-10-25
Auto merge of #116482 - matthewjasper:thir-unsafeck-inline-constants, r=b-naber
bors
-2
/
+6
2023-10-20
s/generator/coroutine/
Oli Scherer
-2
/
+2
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-1
/
+1
2023-10-16
Fix inline const pattern unsafety checking in THIR
Matthew Jasper
-2
/
+6
2023-10-09
Remove cgu_reuse_tracker from Session
bjorn3
-2
/
+1
2023-09-23
Enable drop_tracking_mir by default.
Camille GILLOT
-8
/
+6
2023-09-22
Merge `ExternProviders` into the general `Providers` struct
Oli Scherer
-13
/
+2
2023-09-22
Have a single struct for queries and hook
Oli Scherer
-11
/
+10
2023-09-22
Add a way to decouple the implementation and the declaration of a TyCtxt method.
Oli Scherer
-5
/
+8
2023-09-09
Use `FreezeLock` for `CStore`
John Kåre Alsaker
-1
/
+1
2023-09-01
Use `OnceLock` for `SingleCache`
John Kåre Alsaker
-2
/
+2
2023-08-30
Auto merge of #114908 - cjgillot:no-let-under, r=compiler-errors
bors
-3
/
+2
2023-08-27
add rustc_abi debugging attribute
Ralf Jung
-1
/
+2
2023-08-19
Do not compute unneeded results.
Camille GILLOT
-3
/
+2
2023-08-11
rustc: Move `features` from `Session` to `GlobalCtxt`
Vadim Petrochenkov
-8
/
+27
2023-08-09
rustc: Move `stable_crate_id` from `Session` to `GlobalCtxt`
Vadim Petrochenkov
-1
/
+3
2023-08-09
rustc: Move `crate_types` from `Session` to `GlobalCtxt`
Vadim Petrochenkov
-4
/
+7
2023-08-07
rustc_interface: Dismantle `register_plugins` query
Vadim Petrochenkov
-37
/
+10
2023-08-04
Make MissingDoc a module lint.
Camille GILLOT
-3
/
+1
2023-08-04
Querify clashing_extern_declarations lint.
Camille GILLOT
-0
/
+3
2023-06-21
Remove Queries::ongoing_codegen.
Nicholas Nethercote
-2
/
+2
2023-06-13
Tweak names and docs for vtable stats
Maybe Waffle
-10
/
+12
2023-06-13
Simplify code as suggested by the review
Maybe Waffle
-15
/
+6
2023-06-12
Collect VTable stats & add `-Zprint-vtable-sizes`
Maybe Waffle
-0
/
+94
2023-06-06
Write to stdout if `-` is given as output file
Jing Peng
-28
/
+47
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
[next]