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
/
src
/
librustc_interface
Age
Commit message (
Expand
)
Author
Lines
2019-11-03
Delete lint buffer from Session
Mark Rousskov
-6
/
+6
2019-11-03
Move crate type checking later
Mark Rousskov
-50
/
+61
2019-11-03
Utilize Resolver lint buffer during HIR lowering
Mark Rousskov
-2
/
+2
2019-11-03
Migrate resolver over to internal lint buffer
Mark Rousskov
-3
/
+5
2019-10-27
rustc, rustc_passes: don't depend on syntax_expand.
Mazdak Farrokhzad
-1
/
+1
2019-10-24
rustc_interface: Remove `ExpansionResult` and some `Steal`s
Vadim Petrochenkov
-28
/
+14
2019-10-24
Turn crate store into a resolver output
Vadim Petrochenkov
-44
/
+33
2019-10-24
rustc: Combine resolver outputs into a single struct
Vadim Petrochenkov
-14
/
+9
2019-10-24
resolve: Privatize all resolver fields
Vadim Petrochenkov
-38
/
+5
2019-10-24
rustc_metadata: Remove unnecessary use of crate store in plugin loader
Vadim Petrochenkov
-5
/
+4
2019-10-23
Rollup merge of #65193 - Mark-Simulacrum:lockless-lintstore, r=nikomatsakis
Mazdak Farrokhzad
-31
/
+56
2019-10-22
Add some documentation
Mark Rousskov
-0
/
+5
2019-10-19
move parse_cfgspecs to rustc_interface
Mazdak Farrokhzad
-3
/
+773
2019-10-17
Update API to be more compatible with plugin needs
Mark Rousskov
-0
/
+14
2019-10-17
Create lint store during plugin registration
Mark Rousskov
-35
/
+31
2019-10-17
Remove all borrows of lint store from Session from librustc
Mark Rousskov
-1
/
+8
2019-10-17
Make get_lints be a static function
Mark Rousskov
-2
/
+2
2019-10-17
No longer implicitly register lints when registering passes
Mark Rousskov
-0
/
+2
2019-10-17
Split out just registration to separate function
Mark Rousskov
-2
/
+2
2019-10-17
Split module and crate late pass registration
Mark Rousskov
-1
/
+1
2019-10-17
Lints being from a plugin is dependent on the lint, not the registration
Mark Rousskov
-2
/
+2
2019-10-17
De-propagate optional session from lint registration
Mark Rousskov
-5
/
+6
2019-10-16
move syntax::ext to new crate syntax_expand
Mazdak Farrokhzad
-4
/
+5
2019-10-14
Rollup merge of #65340 - bjorn3:cg_ssa_refactor4, r=eddyb
Tyler Mandry
-0
/
+3
2019-10-14
rustc_metadata: Remove resolutions for extern crate items from `CStore`
Vadim Petrochenkov
-0
/
+2
2019-10-14
rustc_metadata: Crate loader is immutable
Vadim Petrochenkov
-3
/
+3
2019-10-14
rustc_metadata: Privatize private code and remove dead code
Vadim Petrochenkov
-8
/
+7
2019-10-13
lowering: connect to parser via function pointer instead
Mazdak Farrokhzad
-16
/
+4
2019-10-13
lowering: don't rely on parser directly.
Mazdak Farrokhzad
-3
/
+16
2019-10-13
Add top level provide/provide_extern to cg_ssa and cg_utils
bjorn3
-5
/
+3
2019-10-13
Move some provides from cg_llvm to rustc_interface
bjorn3
-0
/
+5
2019-10-09
self-profiling: Add events for everything except trait selection.
Michael Woerister
-0
/
+2
2019-10-08
Rollup merge of #65081 - Mark-Simulacrum:remove-profile-queries, r=michaelwoe...
Mazdak Farrokhzad
-614
/
+1
2019-10-07
Name the threads in rayon's pool
Josh Stone
-0
/
+1
2019-10-07
Rebase rustc-rayon on rayon-1.2
Josh Stone
-5
/
+5
2019-10-04
middle::intrinsicck -> rustc_passes
Mark Rousskov
-1
/
+0
2019-10-04
middle::entry -> rustc_passes
Mark Rousskov
-2
/
+1
2019-10-04
middle::dead -> rustc_passes
Mark Rousskov
-1
/
+1
2019-10-04
move middle::liveness to rustc_passes
Mark Rousskov
-1
/
+0
2019-10-04
Rollup merge of #64874 - matthewjasper:simplify-euv, r=eddyb
Mazdak Farrokhzad
-2
/
+1
2019-10-03
Remove -Zprofile-queries
Mark Rousskov
-614
/
+1
2019-10-01
Rollup merge of #64840 - michaelwoerister:self-profiling-raii-refactor, r=wes...
Tyler Mandry
-12
/
+12
2019-10-01
Rollup merge of #64722 - Mark-Simulacrum:alt-parallel, r=alexcrichton
Tyler Mandry
-4
/
+7
2019-09-30
Make the default parallelism 1
Mark Rousskov
-4
/
+7
2019-09-30
Remove HIR based const qualification
Matthew Jasper
-2
/
+1
2019-09-30
Self-Profiling: Make names of existing events more consistent and use new API.
Michael Woerister
-12
/
+12
2019-09-30
Fixed grammar for some `time` fn calls and a diagnostic.
Alexander Regueiro
-8
/
+8
2019-09-29
Auto merge of #64158 - tmandry:libtest-panic-abort, r=alexcrichton
bors
-0
/
+3
2019-09-28
Put panic=abort test support behind -Z panic_abort_tests
Tyler Mandry
-0
/
+2
2019-09-28
Spawn one subprocess per unit test when panic=abort
Tyler Mandry
-0
/
+1
[next]