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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2017-12-22
Auto merge of #46779 - Zoxc:par-merge-without-sync, r=arielb1
bors
-3
/
+2
2017-12-21
Remove useless Rc
John Kåre Alsaker
-2
/
+2
2017-12-21
Combine GlobalArenas and DroplessArena into AllArenas
John Kåre Alsaker
-1
/
+0
2017-12-19
Move source-output conflict checking into `compile_input`
varkor
-14
/
+1
2017-12-18
Prevent rustc overwriting input files
varkor
-1
/
+15
2017-12-15
Rollup merge of #46705 - pornel:cargo-output, r=alexcrichton
Steve Klabnik
-3
/
+2
2017-12-14
Use PathBuf instead of String where applicable
Oliver Schneider
-3
/
+5
2017-12-13
Remove message that prevents Cargo from working with --print=native-static-libs
Kornel
-3
/
+2
2017-12-06
Rollup merge of #46136 - tbu-:pr_werror, r=nikomatsakis
Corey Farwell
-1
/
+1
2017-12-01
Changed the wording for the `warnings` lint
Tobias Bucher
-1
/
+1
2017-11-25
rustbuild: Enable WebAssembly backend by default
Alex Crichton
-2
/
+4
2017-11-20
Clarify what `-D warnings` or `-F warnings` does
Tobias Bucher
-1
/
+1
2017-11-03
Add support for specifying the TLS model
Amanieu d'Antras
-0
/
+8
2017-10-20
Add short message-format
Guillaume Gomez
-2
/
+6
2017-10-10
Fixed client code for diagnostics migration, adding new methods to `trait Bor...
Felix S. Klock II
-1
/
+0
2017-10-10
Auto merge of #44822 - frewsxcv:frewsxcv-eprintln, r=Kimundi
bors
-1
/
+1
2017-09-28
Migrate to eprint/eprintln macros where appropriate.
Corey Farwell
-1
/
+1
2017-09-23
Remove build_diagnostic_array hack
bjorn3
-2
/
+1
2017-09-23
Merge rustc_trans_trait into rustc_trans_utils
bjorn3
-5
/
+4
2017-09-23
Move NoLlvmMetadataLoader to rustc_trans_traits
bjorn3
-163
/
+3
2017-09-23
Add TransCrate trait
bjorn3
-25
/
+115
2017-09-23
[WIP] Less hacky way of supporting dylibs
bjorn3
-1
/
+4
2017-09-23
Allow writing metadata without llvm
bjorn3
-2
/
+3
2017-09-17
rustc: Move codegen to a query
Alex Crichton
-0
/
+1
2017-09-14
rustc: Remove `Session::dep_graph`
Alex Crichton
-6
/
+8
2017-09-12
Remove the `cstore` reference from Session in order to prepare encapsulating ...
Michael Woerister
-8
/
+19
2017-09-09
rustc: Remove `DepGraph` handling from rustc_metadata
Alex Crichton
-2
/
+2
2017-09-04
Auto merge of #43067 - pornel:libdeps, r=nrc
bors
-1
/
+6
2017-08-27
Additional libc cleanup
Tatsuyuki Ishi
-1
/
+2
2017-08-25
*: remove crate_{name,type} attributes
Tamir Duberstein
-3
/
+0
2017-08-23
inc comp: -Z profile-queries support; see also https://github.com/rust-lang-n...
Matthew Hammer
-0
/
+1
2017-08-22
--print=native-static-libs
Kornel
-1
/
+6
2017-08-19
rustc: Remove some dead code
Vadim Petrochenkov
-4
/
+4
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-1
/
+1
2017-08-13
Fix tidy errors
bjorn3
-6
/
+14
2017-08-13
Remove some more cfg's
bjorn3
-60
/
+66
2017-08-12
Less cfg's
bjorn3
-8
/
+21
2017-08-11
It now completely compiles without LLVM!!!
bjorn3
-11
/
+21
2017-08-11
Actually make rustc_driver compile without llvm
bjorn3
-2
/
+23
2017-08-11
Make librustc_driver work without librustc_trans
bjorn3
-2
/
+47
2017-08-10
Auto merge of #43582 - ivanbakel:unused_mut_ref, r=arielb1
bors
-1
/
+1
2017-08-10
driver: factor out `continue_parse_after_error` so it can be controlled via d...
Nick Cameron
-0
/
+1
2017-08-08
driver: factor out a helper and make another helper public
Nick Cameron
-15
/
+20
2017-08-06
de-orphan extended information
Zack M. Davis
-0
/
+4
2017-08-01
Fixed all unnecessary muts in language core
Isaac van Bakel
-1
/
+1
2017-07-30
librustc_driver: Remove -Z option from usage on stable compiler
Daiki Mizukami
-5
/
+9
2017-07-24
Make keep_ast configurable by driver clients
Nick Cameron
-0
/
+2
2017-07-22
Use config::pub_only rather than a spearate api mode
Nick Cameron
-14
/
+2
2017-07-22
Use a config file with save-analysis
Nick Cameron
-0
/
+1
2017-07-06
Auto merge of #42727 - alexcrichton:allocators-new, r=eddyb
bors
-0
/
+1
[next]