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-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
2021-06-07
Revert "Merge CrateDisambiguator into StableCrateId"
bjorn3
-8
/
+40
2021-06-07
Auto merge of #85810 - bjorn3:further_driver_cleanup, r=varkor
bors
-44
/
+38
2021-06-04
Auto merge of #84449 - alexcrichton:metadata-in-object, r=nagisa
bors
-1
/
+1
2021-06-04
rustc: Store metadata-in-rlibs in object files
Alex Crichton
-1
/
+1
2021-06-04
Use SyncOnceCell in get_codegen_backend
bjorn3
-11
/
+9
2021-06-04
Allow printing the version of the default codegen backend if it isn't llvm
bjorn3
-22
/
+15
2021-06-04
A couple of small cleanups
bjorn3
-12
/
+15
2021-06-04
Rollup merge of #85850 - bjorn3:less_feature_gates, r=jyn514
Yuki Okushi
-1
/
+0
2021-06-01
Avoid a clone of output_filenames.
Camille GILLOT
-1
/
+1
2021-06-01
Revert "Reduce the amount of untracked state in TyCtxt"
Camille Gillot
-1
/
+1
2021-06-01
Auto merge of #85153 - cjgillot:qresolve, r=Aaron1011
bors
-1
/
+1
2021-05-31
Auto merge of #85702 - Aaron1011:no-vec-sort, r=michaelwoerister
bors
-4
/
+6
2021-05-31
Remove unused feature gates
bjorn3
-1
/
+0
2021-05-30
Avoid a clone of output_filenames.
Camille GILLOT
-1
/
+1
2021-05-30
Merge CrateDisambiguator into StableCrateId
bjorn3
-40
/
+8
2021-05-25
Don't sort a `Vec` before computing its `DepTrackingHash`
Aaron Hill
-4
/
+6
2021-05-25
Don't panic when failing to initialize incremental directory.
Eric Huss
-3
/
+3
2021-05-24
Make `thir_check_unsafety` itself responsible for checking gate
LeSeulArtichaut
-3
/
+2
2021-05-17
Provide option for specifying the profiler runtime
Alan Egerton
-1
/
+1
2021-05-17
Auto merge of #85178 - cjgillot:local-crate, r=oli-obk
bors
-23
/
+14
2021-05-15
fix version_str comment
Ralf Jung
-1
/
+1
2021-05-13
Auto merge of #83129 - LeSeulArtichaut:thir-unsafeck, r=nikomatsakis
bors
-1
/
+6
2021-05-12
Use () for analysis.
Camille GILLOT
-5
/
+3
2021-05-12
Use () for privacy.
Camille GILLOT
-2
/
+2
2021-05-12
Use () for proc_macro_decls_static.
Camille GILLOT
-10
/
+6
2021-05-12
Use () for plugin_registrar_fn.
Camille GILLOT
-3
/
+1
2021-05-12
Use () for entry_fn.
Camille GILLOT
-3
/
+2
2021-05-12
Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister
bors
-10
/
+7
2021-05-12
Auto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot
bors
-9
/
+5
2021-05-11
Introduce the (WIP) THIR unsafety checker
LeSeulArtichaut
-1
/
+6
2021-05-10
Adjust target search algorithm for rustlib path
Simonas Kazlauskas
-2
/
+1
2021-05-08
Make -Z new-llvm-pass-manager an Option<bool>
Nikita Popov
-1
/
+1
2021-05-05
Implement RFC 2951: Native link modifiers
Luqman Aden
-22
/
+151
2021-05-05
Add -Z simulate-remapped-rust-src-base option to simulate path virutalisation...
Andy Wang
-0
/
+1
2021-05-05
Use local and remapped paths where appropriate
Andy Wang
-9
/
+1
2021-05-05
Use local name if available in write_out_deps
Andy Wang
-10
/
+14
2021-05-05
Rename RealFileName::Named to LocalPath and Devirtualized to Remapped
Andy Wang
-4
/
+4
[prev]
[next]