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
2021-10-05
Auto merge of #89266 - cjgillot:session-ich, r=michaelwoerister
bors
-1
/
+1
2021-10-03
Fix ICE with buffered lint referring to AST node deleted by everybody_loops
Fabian Wolff
-6
/
+12
2021-10-03
Move rustc_middle::middle::cstore to rustc_session.
Camille GILLOT
-1
/
+1
2021-10-02
Auto merge of #89405 - GuillaumeGomez:fix-clippy-lints, r=cjgillot
bors
-15
/
+15
2021-10-01
Fix clippy lints
Guillaume Gomez
-15
/
+15
2021-10-01
Auto merge of #88880 - cjgillot:no-krate, r=oli-obk
bors
-5
/
+3
2021-09-30
Move EncodedMetadata to rustc_metadata.
Camille GILLOT
-5
/
+4
2021-09-30
Move encode_metadata out of CrateStore.
Camille GILLOT
-1
/
+2
2021-09-29
Move body_owners to tcx.hir().
Camille GILLOT
-5
/
+3
2021-09-28
rustc_session: Remove lint store from `Session`
Vadim Petrochenkov
-4
/
+1
2021-09-27
Auto merge of #89214 - smoelius:register_tool, r=petrochenkov
bors
-2
/
+6
2021-09-26
Pass real crate-level attributes to `pre_expansion_lint`
Samuel Moelius
-2
/
+6
2021-09-25
Check for macros in built-in attributes that don't support them.
Eric Huss
-5
/
+25
2021-09-12
Gather module items after lowering.
Camille GILLOT
-4
/
+4
2021-09-07
Rename rustc_mir to rustc_const_eval.
Camille GILLOT
-2
/
+1
2021-09-07
Move monomorphize code to its own crate.
Camille GILLOT
-0
/
+1
2021-09-07
Move rustc_mir::transform to rustc_mir_transform.
Camille GILLOT
-2
/
+3
2021-09-07
Move rustc_mir::borrow_check to new crate rustc_borrowck.
Camille GILLOT
-0
/
+2
2021-09-05
Auto merge of #88435 - cjgillot:no-walk-crate, r=Aaron1011
bors
-4
/
+0
2021-09-02
Drop walk_crate_and_attributes.
Camille GILLOT
-4
/
+0
2021-09-01
Compute proc_macros in resolutions.
Camille GILLOT
-1
/
+1
2021-08-10
Replace #[plugin_registrar] with exporting __rustc_plugin_registrar
bjorn3
-3
/
+0
2021-07-18
Move OnDiskCache to rustc_query_impl.
Camille GILLOT
-3
/
+5
2021-07-14
Shrink the CrateStore dynamic interface.
Camille GILLOT
-6
/
+2
2021-07-06
Revert "Revert "Merge CrateDisambiguator into StableCrateId""
bjorn3
-4
/
+8
2021-07-04
Combine individual limit queries into single `limits` query
Aaron Hill
-7
/
+5
2021-07-04
Query-ify global limit attribute handling
Aaron Hill
-5
/
+12
2021-07-02
add track_path::path fn for proc-macro usage
Bernhard Schuster
-3
/
+13
2021-06-30
Update comments.
Camille GILLOT
-12
/
+5
2021-06-30
Fix AST pretty.
Camille GILLOT
-3
/
+3
2021-06-30
Move AST crate.
Camille GILLOT
-6
/
+8
2021-06-30
Arena-allocate Crate during lowering.
Camille GILLOT
-2
/
+1
2021-06-30
Move lowering to create_global_ctxt.
Camille GILLOT
-10
/
+14
2021-06-30
Inline lower_to_hir.
Camille GILLOT
-0
/
+1
2021-06-30
Separate resolver creation from expansion.
Camille GILLOT
-49
/
+29
2021-06-23
Use HTTPS links where possible
Smitty
-1
/
+1
2021-06-11
Auto merge of #85885 - bjorn3:remove_box_region, r=cjgillot
bors
-38
/
+87
2021-06-10
Remove unnecessary transmute
bjorn3
-2
/
+1
2021-06-09
Add safety comments
bjorn3
-0
/
+5
2021-06-09
Use explicit drop impl
bjorn3
-8
/
+13
2021-06-08
Do not require the DefPathTable to construct the on-disk cache.
Camille GILLOT
-3
/
+1
2021-06-08
Don't require LintStore to live for 'a in configure_and_expand_inner
bjorn3
-1
/
+1
2021-06-08
Revert "Let several methods take &Resolver instead of a BoxedResolver wrapper"
bjorn3
-15
/
+18
2021-06-08
Use a submodule as safety boundary for BoxedResolver
bjorn3
-55
/
+60
2021-06-08
Don't use a generator for BoxedResolver
bjorn3
-117
/
+48
2021-06-08
Don't return a BoxedResolver on errors
bjorn3
-5
/
+4
2021-06-08
Inline two more methods
bjorn3
-24
/
+14
2021-06-08
Let several methods take &Resolver instead of a BoxedResolver wrapper
bjorn3
-18
/
+15
2021-06-08
Store boxed metadata loader in CrateLoader
bjorn3
-2
/
+2
2021-06-08
Replace Pin::new with .as_mut()
bjorn3
-3
/
+5
[next]