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
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-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
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
/
+4
2021-06-04
rustc: Store metadata-in-rlibs in object files
Alex Crichton
-1
/
+1
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-05-30
Avoid a clone of output_filenames.
Camille GILLOT
-1
/
+1
2021-05-30
Merge CrateDisambiguator into StableCrateId
bjorn3
-4
/
+8
2021-05-25
Don't panic when failing to initialize incremental directory.
Eric Huss
-1
/
+1
2021-05-24
Make `thir_check_unsafety` itself responsible for checking gate
LeSeulArtichaut
-3
/
+2
2021-05-17
Auto merge of #85178 - cjgillot:local-crate, r=oli-obk
bors
-12
/
+9
2021-05-13
Auto merge of #83129 - LeSeulArtichaut:thir-unsafeck, r=nikomatsakis
bors
-1
/
+5
2021-05-12
Use () for analysis.
Camille GILLOT
-4
/
+2
2021-05-12
Use () for privacy.
Camille GILLOT
-2
/
+2
2021-05-12
Use () for proc_macro_decls_static.
Camille GILLOT
-1
/
+3
2021-05-12
Use () for plugin_registrar_fn.
Camille GILLOT
-3
/
+1
2021-05-12
Use () for entry_fn.
Camille GILLOT
-2
/
+1
2021-05-12
Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister
bors
-10
/
+6
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
/
+5
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
2021-05-02
Let load_query_result_cache take a &DefPathTable
bjorn3
-9
/
+5
2021-04-04
Rollup merge of #73945 - est31:unused_externs, r=Mark-Simulacrum
Dylan DPC
-0
/
+7
2021-03-30
Stream the dep-graph to a file.
Camille GILLOT
-3
/
+0
2021-03-29
Don't duplicate the extern providers once for each crate
bjorn3
-8
/
+1
2021-03-08
Rollup merge of #82415 - petrochenkov:modin3, r=davidtwco
Dylan DPC
-2
/
+4
2021-03-08
Rollup merge of #82047 - the8472:fast-rename, r=davidtwco
Dylan DPC
-1
/
+1
2021-03-08
Emit the lint level of the unused-crate-dependencies
est31
-0
/
+7
2021-03-05
rustc_interface: Hide some hacky details of early linting from expand
Vadim Petrochenkov
-2
/
+4
2021-02-25
Rollup merge of #82269 - LeSeulArtichaut:cleanup-ppmode, r=spastorino
Aaron Hill
-1
/
+1
2021-02-19
Move the query system to rustc_query_impl.
Camille GILLOT
-4
/
+4
[next]