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_driver
Age
Commit message (
Expand
)
Author
Lines
2017-08-04
Auto merge of #43403 - RalfJung:mir-validate, r=nikomatsakis
bors
-6
/
+13
2017-07-31
async-llvm(18): Instantiate OngoingCrateTranslation before starting translation.
Michael Woerister
-3
/
+3
2017-07-31
async-llvm(13): Submit LLVM work packages from base::trans_crate().
Michael Woerister
-4
/
+3
2017-07-31
async-llvm(9): Move OngoingCrateTranslation into back::write.
Michael Woerister
-2
/
+2
2017-07-31
async-llvm(8): Clean up resource management and drop LLVM modules ASAP.
Michael Woerister
-2
/
+0
2017-07-31
async-llvm(1): Run LLVM already in trans_crate().
Michael Woerister
-47
/
+10
2017-07-30
librustc_driver: Remove -Z option from usage on stable compiler
Daiki Mizukami
-5
/
+9
2017-07-30
Reorder passes so that AddValidation can run after ElaborateDrops
Ralf Jung
-10
/
+13
2017-07-30
add a pass for validation commands; for now just emit the initial AcquireValid
Ralf Jung
-0
/
+4
2017-07-24
Rollup merge of #43421 - alexcrichton:add-some-build-scripts, r=Mark-Simulacrum
Mark Simulacrum
-0
/
+17
2017-07-24
Make keep_ast configurable by driver clients
Nick Cameron
-4
/
+6
2017-07-22
rustc: Add some build scripts for librustc crates
Alex Crichton
-0
/
+17
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-19
Add empty MIR pass for non-lexical lifetimes
Paul Faria
-0
/
+1
2017-07-11
Refactor call_with_pp functions to not take a payload.
Mark Simulacrum
-21
/
+17
2017-07-11
Refactor methods onto Printer struct.
Mark Simulacrum
-20
/
+20
2017-07-06
Auto merge of #42727 - alexcrichton:allocators-new, r=eddyb
bors
-0
/
+10
2017-07-05
rustc: Implement the #[global_allocator] attribute
Alex Crichton
-0
/
+10
2017-07-05
Merge remote-tracking branch 'origin/master' into proc_macro_api
Alex Crichton
-49
/
+110
2017-07-03
remove isatty dependency
Cengiz Can
-1
/
+0
2017-07-03
use single line comments
Cengiz Can
-7
/
+3
2017-07-03
use embedded implementation instead of istty crate
Cengiz Can
-3
/
+29
2017-07-03
do not spawn pager if not tty
Cengiz Can
-1
/
+9
2017-07-03
use unwrap_or_else to prevent unnecessary alloc
Cengiz Can
-3
/
+2
2017-07-03
do not append an extra newline char
Cengiz Can
-1
/
+1
2017-07-03
use PAGER to view --explain output #32665
Cengiz Can
-3
/
+43
2017-07-02
report the total number of errors on compilation failure
Ariel Ben-Yehuda
-46
/
+37
2017-07-02
Revert "Change error count messages"
Ariel Ben-Yehuda
-1
/
+2
2017-06-28
Shift mir-dataflow from `rustc_borrowck` to `rustc_mir` crate.
Felix S. Klock II
-1
/
+2
2017-06-26
Implement `quote!` and other `proc_macro` API.
Jeffrey Seyfried
-1
/
+0
2017-06-23
Modify --explain to handle hidden code (`# ...`) and indented code blocks.
kennytm
-6
/
+13
2017-06-20
Switch to the crates.io `getopts` crate
Alex Crichton
-10
/
+10
2017-06-19
Bump version and stage0 compiler
Alex Crichton
-5
/
+0
2017-06-19
Auto merge of #39409 - pnkfelix:mir-borrowck2, r=nikomatsakis
bors
-0
/
+3
2017-06-17
Auto merge of #42650 - nrc:save-slim, r=eddyb
bors
-3
/
+0
2017-06-16
Auto merge of #42598 - cramertj:track-more-metadata, r=nikomatsakis
bors
-1
/
+2
2017-06-14
suppress trait errors that are implied by other errors
Ariel Ben-Yehuda
-1
/
+4
2017-06-14
Auto merge of #42433 - marco-c:profiling, r=alexcrichton
bors
-3
/
+5
2017-06-14
on-demand dylib dependency formats
Taylor Cramer
-1
/
+1
2017-06-13
On-demand is_const_fn
Taylor Cramer
-0
/
+1
2017-06-14
Remove CSV format of save-analysis data
Nick Cameron
-3
/
+0
2017-06-12
Add post-pass to remove EndRegions of unborrowed extents.
Felix S. Klock II
-0
/
+3
2017-06-10
rustc: make the comon case of tcx.infer_ctxt(()) nicer.
Eduard-Mihai Burtescu
-1
/
+1
2017-06-04
Merge branch 'profiling' of github.com:whitequark/rust into profiling
Marco Castelluccio
-3
/
+5
2017-06-01
fix librustc_driver tests
Niko Matsakis
-16
/
+14
2017-05-24
Rollup merge of #42150 - citizen428:feature/error-count-messages, r=Mark-Simu...
Mark Simulacrum
-2
/
+1
2017-05-24
Change error count messages
Michael Kohl
-2
/
+1
2017-05-23
Rollup merge of #42016 - pietroalbini:stabilize/loop_break_value, r=nikomatsakis
Corey Farwell
-1
/
+1
2017-05-18
Give a nicer error for non-Unicode arguments to rustc and rustdoc
Josh Stone
-1
/
+10
[next]