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-01-28
Rollup merge of #81284 - jyn514:impl-times, r=wesleywiser
Yuki Okushi
-5
/
+12
2021-01-23
Make `-Z time-passes` less noisy
Joshua Nelson
-5
/
+12
2021-01-23
Calculate self-profile strings in `Compiler::enter` instead in codegen
Joshua Nelson
-7
/
+0
2021-01-12
Remove DepKind::CrateMetadata and pre-allocation of DepNodes
Tyson Nottingham
-6
/
+0
2021-01-10
resolve: Simplify built-in macro table
Vadim Petrochenkov
-1
/
+1
2020-12-29
Remove `compile-fail` test suite
Vadim Petrochenkov
-1
/
+1
2020-12-28
Rollup merge of #79662 - bjorn3:move_more_code_out_of_codegen_backend, r=oli-obk
Dylan DPC
-0
/
+17
2020-12-25
Auto merge of #80296 - wesleywiser:revert_missing_fragment_specifier_hard_err...
bors
-1
/
+18
2020-12-22
Add some intra-doc links to compiler docs
Joshua Nelson
-1
/
+1
2020-12-22
Revert "Promote missing_fragment_specifier to hard error"
Wesley Wiser
-1
/
+18
2020-12-17
Fix tests
bjorn3
-3
/
+6
2020-12-17
Move some code out of CodegenBackend::{codegen_crate,link}
bjorn3
-0
/
+14
2020-12-01
Auto merge of #74967 - Aaron1011:feature/incr-def-path-table, r=pnkfelix
bors
-1
/
+1
2020-11-25
Lazy DefPath decoding for incremental compilation
Aaron Hill
-1
/
+1
2020-11-25
Validate use of parameters in naked functions
Tomasz Miąsko
-0
/
+1
2020-11-19
Move `rustc_ty` -> `rustc_ty_utils`
LeSeulArtichaut
-1
/
+1
2020-11-15
Rollup merge of #79036 - cjgillot:steal, r=oli-obk
Jonas Schievink
-1
/
+1
2020-11-14
Move Steal to rustc_data_structures.
Camille GILLOT
-1
/
+1
2020-11-13
cleanup: Remove `ParseSess::injected_crate_name`
Vadim Petrochenkov
-6
/
+2
2020-11-02
Rollup merge of #78610 - petrochenkov:nostriptok, r=Aaron1011
Yuki Okushi
-88
/
+2
2020-11-01
Auto merge of #75534 - Aaron1011:feature/new-future-breakage, r=pnkfelix
bors
-1
/
+4
2020-11-01
Do not remove tokens before AST json serialization
Vadim Petrochenkov
-88
/
+2
2020-10-30
Implement rustc side of report-future-incompat
Aaron Hill
-1
/
+4
2020-10-29
Strip tokens from trait and impl items before printing AST JSON
Aaron Hill
-0
/
+11
2020-10-26
Remove tokens from foreign items in `TokenStripper`
Aaron Hill
-0
/
+7
2020-10-21
Strip tokens before printing AST JSON
Aaron Hill
-2
/
+70
2020-10-05
Add -Z codegen-backend dylib to deps
khyperia
-0
/
+4
2020-09-01
interface: use `OnceCell` from standard library
marmeladema
-3
/
+3
2020-08-30
Add `-Z proc-macro-backtrace` to allow showing proc-macro panics
Aaron Hill
-0
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+1004