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
/
src
/
librustc_driver
/
driver.rs
Age
Commit message (
Expand
)
Author
Lines
2019-01-13
Retain original pass order
Igor Matuszewski
-2
/
+2
2019-01-13
Querify local plugin_registrar_fn
Igor Matuszewski
-5
/
+5
2019-01-13
Querify local proc_macro_decls_static
Igor Matuszewski
-2
/
+5
2019-01-11
Make more passes incremental
John Kåre Alsaker
-3
/
+4
2019-01-07
Rollup merge of #57308 - Zoxc:controller-sync, r=michaelwoerister
Pietro Albini
-3
/
+4
2019-01-06
Make sure feature gate errors are recoverable (take 2)
Vadim Petrochenkov
-13
/
+10
2019-01-04
Remove unused name from CrateAnalysis
Igor Matuszewski
-1
/
+0
2019-01-04
Replace CrateAnalysis::access_levels with query
Igor Matuszewski
-6
/
+5
2019-01-03
Make CompileController thread-safe
John Kåre Alsaker
-3
/
+4
2018-12-28
Auto merge of #57118 - Zoxc:query-stats, r=wesleywiser
bors
-0
/
+4
2018-12-27
Do not abort compilation if expansion produces errors
Vadim Petrochenkov
-10
/
+0
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-25
Add a command line flag to print some query stats
John Kåre Alsaker
-0
/
+4
2018-12-19
Auto merge of #56601 - Zoxc:lifetime-killer, r=nikomatsakis
bors
-9
/
+4
2018-12-19
Rollup merge of #56663 - Zoxc:resolver-lifetime, r=pnkfelix
Pietro Albini
-5
/
+5
2018-12-13
Make the 'a lifetime on TyCtxt useless
John Kåre Alsaker
-9
/
+4
2018-12-12
Replace `FileSearch::for_each_lib_search_path` with `search_paths`.
Nicholas Nethercote
-1
/
+1
2018-12-10
Remove lifetime from Resolver
John Kåre Alsaker
-5
/
+5
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-28
/
+28
2018-12-07
Auto merge of #56502 - Zoxc:hir-func, r=eddyb
bors
-1
/
+1
2018-12-07
Unsupport `#[derive(Trait)]` sugar for `#[derive_Trait]` legacy plugin attrib...
Vadim Petrochenkov
-2
/
+0
2018-12-06
Use a function to access the Hir map to be able to turn it into a query later
John Kåre Alsaker
-1
/
+1
2018-12-06
Rollup merge of #56553 - wesleywiser:silence_profiler_output, r=Mark-Simulacrum
Pietro Albini
-3
/
+3
2018-12-05
Don't print the profiling summary to stdout when -Zprofile-json is set
Wesley Wiser
-3
/
+3
2018-12-03
Bump stack size to 32MB
Oliver Scherer
-1
/
+1
2018-11-30
proc_macro: introduce a "bridge" between clients (proc macros) and servers (c...
Eduard-Mihai Burtescu
-4
/
+4
2018-10-24
Add `extern crate` items to extern prelude
Vadim Petrochenkov
-1
/
+3
2018-10-19
Prefer unwrap_or_else to unwrap_or in case of function calls/allocations
ljedrz
-1
/
+1
2018-10-17
Auto merge of #54671 - petrochenkov:extpre2015, r=nikomatsakis
bors
-0
/
+1
2018-10-15
rustc/session: improve allocations
ljedrz
-1
/
+1
2018-10-13
Copy extern prelude from resolver to global context
Vadim Petrochenkov
-0
/
+1
2018-10-13
rustc/driver: whitespace & formatting fixes
ljedrz
-6
/
+8
2018-10-13
rustc/driver: unwrap_or_else with function calls
ljedrz
-7
/
+5
2018-10-13
rustc/driver: remove explicit return, add explicit None
ljedrz
-1
/
+1
2018-10-13
rustc/driver: don't sort base if it only has one element
ljedrz
-2
/
+3
2018-10-13
rustc/driver: improve common patterns
ljedrz
-13
/
+7
2018-10-13
rustc/driver: improve/remove allocations
ljedrz
-6
/
+6
2018-10-12
rustc/driver: improve macro calls
ljedrz
-1
/
+1
2018-09-13
Suggest valid crate type if invalid
Philipp Hansch
-7
/
+41
2018-09-04
Move #[test_case] to a syntax extension
John Renner
-1
/
+0
2018-08-31
Add deprecated_name argument to the register lint group functions
flip1995
-2
/
+2
2018-08-19
mv codemap() source_map()
Donato Sciarra
-2
/
+2
2018-08-14
Rollup merge of #53226 - QuietMisdreavus:editions-for-all, r=estebank
kennytm
-1
/
+2
2018-08-14
syntax: gensym the injected std/core extern crates in the Rust 2018 edition.
Eduard-Mihai Burtescu
-1
/
+1
2018-08-09
set the syntax edition in the driver's phase 1
QuietMisdreavus
-1
/
+2
2018-08-09
Move Fingerprint to data structures
Mark Rousskov
-1
/
+1
2018-08-04
Use diagnostic API on Session
Mark Rousskov
-1
/
+1
2018-08-04
Normalize variants of CrateType to standard style
Mark Rousskov
-9
/
+9
2018-08-03
Store concrete crate stores where possible
Mark Rousskov
-8
/
+7
2018-08-02
First pass at json output
Wesley Wiser
-0
/
+4
[next]