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
2016-01-16
Auto merge of #30930 - oli-obk:fix/30887, r=arielb1
bors
-0
/
+1
2016-01-15
move const block checks before lowering step
Oliver Schneider
-0
/
+1
2016-01-15
Address reviewer comments
Nick Cameron
-3
/
+3
2016-01-15
Add an --output option for specifying an error emitter
Nick Cameron
-11
/
+12
2016-01-11
Replace --show-span with -Z show-span
Matt Kraai
-5
/
+2
2016-01-06
std::cmp::max -> max
Mike Anderson
-6
/
+6
2016-01-04
Add mention of warnings lint group to help message
Mike Anderson
-0
/
+4
2015-12-21
Register new snapshots
Alex Crichton
-26
/
+4
2015-12-17
move error handling from libsyntax/diagnostics.rs to libsyntax/errors/*
Nick Cameron
-13
/
+12
2015-12-15
Move built-in syntax extensions to a separate crate
Seo Sanghyeon
-0
/
+1
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-7
/
+6
2015-11-26
fix tidy
Ariel Ben-Yehuda
-1
/
+4
2015-11-26
split the metadata code into rustc_metadata
Ariel Ben-Yehuda
-4
/
+5
2015-11-26
move librustc/plugin to librustc_plugin
Ariel Ben-Yehuda
-0
/
+1
2015-11-26
make CrateStore a trait object
Ariel Ben-Yehuda
-4
/
+28
2015-11-25
Remove all uses of `#[staged_api]`
Vadim Petrochenkov
-1
/
+1
2015-11-22
Register diagnostics for rustc_privacy and rustc_trans properly
Manish Goregaokar
-0
/
+2
2015-11-10
Rustfmting librustc_driver.
Jose Narvaez
-125
/
+155
2015-11-07
Fixed text alignment for output of "rustc -Z help"
inrustwetrust
-12
/
+18
2015-10-21
save-analysis: don't recompute crate name
Nick Cameron
-0
/
+1
2015-10-09
Add a lowering context
Nick Cameron
-0
/
+1
2015-10-07
Make `--explain` Handle Partial Error Codes
Will Speak
-1
/
+6
2015-09-30
rustc: Support output filenames for each emit type
Alex Crichton
-2
/
+2
2015-09-06
add MIR crate and link it into the driver
Niko Matsakis
-0
/
+1
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-0
/
+2
2015-08-25
Respect `--color` when printing early errors
Barosl Lee
-13
/
+16
2015-08-17
Add some SIMD target_feature cfg's when appropriate.
Huon Wilson
-1
/
+3
2015-08-15
Add issue for the rustc_private feature everywhere
Alex Crichton
-1
/
+1
2015-08-14
rustc: Allow changing the default allocator
Alex Crichton
-4
/
+4
2015-08-09
Use https URLs to refer to rust-lang.org where appropriate.
Eli Friedman
-2
/
+2
2015-07-30
Rename the unstable option `--xpretty` to `--unpretty`
Felix S. Klock II
-1
/
+1
2015-07-16
Fixup #27046 with pattern bindings
Manish Goregaokar
-12
/
+12
2015-07-16
Rollup merge of #27046 - nrc:driver-defaults, r=alexcrichton
Manish Goregaokar
-3
/
+9
2015-07-15
Some more default implementations for the compiler driver callbacks.
Nick Cameron
-3
/
+9
2015-07-10
Change some instances of .connect() to .join()
Wesley Wiser
-1
/
+1
2015-07-08
Auto merge of #26869 - alexcrichton:fix-msvc-sepcomp, r=nrc
bors
-4
/
+2
2015-07-08
trans: Link rlibs to dylibs with --whole-archive
Alex Crichton
-4
/
+2
2015-07-07
Revert "rustc_driver: Print stage info in --version --verbose"
Brian Anderson
-16
/
+0
2015-07-07
Revert "rustc_driver: Omit stage info for stage2+"
Brian Anderson
-3
/
+5
2015-07-06
rustc_driver: Omit stage info for stage2+
Richo Healey
-5
/
+3
2015-07-06
rustc_driver: Print stage info in --version --verbose
Richo Healey
-0
/
+16
2015-06-27
rustc_driver: Fix incorrect comment
Richo Healey
-2
/
+1
2015-06-19
rustc: remove ownership of tcx from trans' context.
Eduard Burtescu
-6
/
+4
2015-06-17
More test fixes and fallout of stability changes
Alex Crichton
-2
/
+2
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-1
/
+0
2015-06-17
collections: Split the `collections` feature
Alex Crichton
-3
/
+4
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-2
/
+2
2015-05-27
Remove build date from the output of --version
Johannes Oertel
-5
/
+0
2015-05-23
driver: Only emit the RUST_BACKTRACE message if not present
Richo Healey
-1
/
+4
2015-05-20
Auto merge of #25350 - alexcrichton:msvc, r=brson
bors
-1
/
+1
[next]