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
Age
Commit message (
Expand
)
Author
Lines
2021-07-18
Remove deadlock virtual call.
Camille GILLOT
-1
/
+3
2021-07-18
Move OnDiskCache to rustc_query_impl.
Camille GILLOT
-4
/
+7
2021-07-16
Rollup merge of #87145 - jsgf:fix-lint-opt-hash, r=michaelwoerister
Guillaume Gomez
-4
/
+18
2021-07-15
Rollup merge of #86478 - ehuss:future-incompat-test, r=oli-obk
Yuki Okushi
-0
/
+1
2021-07-14
Make --cap-lints and related options leave crate hash alone
Jeremy Fitzhardinge
-4
/
+18
2021-07-14
Add -Zfuture-incompat-test to assist with testing future-incompat reports.
Eric Huss
-0
/
+1
2021-07-14
Shrink the CrateStore dynamic interface.
Camille GILLOT
-6
/
+2
2021-07-08
Rework SESSION_GLOBALS API to prevent overwriting it
Guillaume Gomez
-13
/
+14
2021-07-06
Revert "Revert "Merge CrateDisambiguator into StableCrateId""
bjorn3
-40
/
+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-07-01
Auto merge of #86617 - joshtriplett:prune-dependencies, r=Mark-Simulacrum
bors
-1
/
+0
2021-06-30
Update comments.
Camille GILLOT
-12
/
+5
2021-06-30
Fix AST pretty.
Camille GILLOT
-6
/
+6
2021-06-30
Move AST crate.
Camille GILLOT
-17
/
+17
2021-06-30
Arena-allocate Crate during lowering.
Camille GILLOT
-2
/
+1
2021-06-30
Move lowering to create_global_ctxt.
Camille GILLOT
-24
/
+16
2021-06-30
Inline lower_to_hir.
Camille GILLOT
-33
/
+19
2021-06-30
Separate resolver creation from expansion.
Camille GILLOT
-57
/
+38
2021-06-30
Simplify DepGraph creation.
Camille GILLOT
-25
/
+12
2021-06-28
Introduce -Zprofile-closures to evaluate the impact of 2229
Aman Arora
-0
/
+1
2021-06-26
Auto merge of #86267 - ZuseZ4:master, r=nagisa
bors
-0
/
+1
2021-06-25
rustc_interface: Remove unused dependency rustc_index
Josh Triplett
-1
/
+0
2021-06-23
Use HTTPS links where possible
Smitty
-1
/
+1
2021-06-21
Only hash OutputTypes keys in non-crate-hash mode
Aaron Hill
-3
/
+3
2021-06-21
make -Zno-codegen TRACKED_NO_CRATE_HASH
Jeremy Fitzhardinge
-1
/
+10
2021-06-21
Implement assert_non_crate_hash_different for tests
Jeremy Fitzhardinge
-0
/
+8
2021-06-21
In --emit KIND=PATH options, only hash KIND
Jeremy Fitzhardinge
-3
/
+3
2021-06-18
Auto merge of #85284 - eggyal:custom-profiler-runtime, r=jackh726
bors
-1
/
+1
2021-06-13
allow loading of llvm plugins on nightly
Manuel Drehwald
-0
/
+1
2021-06-11
Auto merge of #85885 - bjorn3:remove_box_region, r=cjgillot
bors
-40
/
+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
-29
/
+25
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
-119
/
+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
-25
/
+29
2021-06-08
Store boxed metadata loader in CrateLoader
bjorn3
-2
/
+2
2021-06-08
Replace Pin::new with .as_mut()
bjorn3
-3
/
+5
2021-06-08
Use more accurate lifetimes
bjorn3
-8
/
+6
2021-06-08
Inline PinnedGenerator
bjorn3
-42
/
+29
2021-06-08
Inline the rest of box_region
bjorn3
-22
/
+79
2021-06-08
Inline box_region macro calls
bjorn3
-5
/
+77
2021-06-08
Simplify box_region macros
bjorn3
-2
/
+1
[next]