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-04-07
Auto merge of #32016 - nikomatsakis:incr-comp-save, r=mw
bors
-0
/
+1
2016-04-06
Auto merge of #32230 - GuillaumeGomez:extend_css, r=alexcrichton
bors
-49
/
+4
2016-04-06
make an incremental crate
Niko Matsakis
-0
/
+1
2016-04-06
rustc: move rustc_front to rustc::hir.
Eduard Burtescu
-1
/
+0
2016-04-05
Centralize nightly compiler flags handling
Guillaume Gomez
-49
/
+4
2016-03-31
allow RUST_BACKTRACE=0 to act as if unset
Emanuel Czirai
-1
/
+4
2016-03-30
move `const_eval` and `check_match` out of `librustc`
Oliver Schneider
-0
/
+2
2016-03-29
Remove unnecessary dependencies on rustc_llvm.
Eduard Burtescu
-0
/
+4
2016-03-27
rustc_trans: move save to librustc_save_analysis.
Eduard Burtescu
-1
/
+2
2016-03-25
Compute a salt from arguments passed via -Cmetadata.
Michael Woerister
-2
/
+0
2016-03-22
sprinkle feature gates here and there
Jorge Aparicio
-0
/
+1
2016-03-20
Utilize `if..let` over single `match` branch.
Corey Farwell
-33
/
+28
2016-03-20
Remove double-negative conditionals.
Corey Farwell
-6
/
+6
2016-03-20
Replace unneeded owned `Vec` usage with `slice`.
Corey Farwell
-3
/
+3
2016-03-14
Allow custom filenames for anonymous inputs
mitaa
-5
/
+6
2016-03-09
Auto merge of #31631 - jonas-schievink:agoraphobia, r=nrc
bors
-6
/
+17
2016-03-03
Hide gated cfg attributes from the output of `--print cfg`
Andrea Canciani
-1
/
+10
2016-03-02
Build the same configuration when compiling and for `--print cfg`
Andrea Canciani
-1
/
+3
2016-02-24
rustc: Refactor how unstable flags are handled
Alex Crichton
-52
/
+98
2016-02-19
Do less panicking in general
Jonas Schievink
-1
/
+13
2016-02-16
Move more uses of `panictry!` out of libsyntax
Jonas Schievink
-6
/
+5
2016-02-13
Auto merge of #31358 - japaric:print-targets, r=alexcrichton
bors
-0
/
+5
2016-02-13
Auto merge of #31524 - jonas-schievink:autoderef, r=steveklabnik
bors
-1
/
+1
2016-02-12
Use more autoderef in rustc_driver
Jonas Schievink
-1
/
+1
2016-02-12
Auto merge of #30726 - GuillaumeGomez:compile-fail, r=brson
bors
-1
/
+1
2016-02-12
rustc: add a `--print target-list` command
Jorge Aparicio
-0
/
+5
2016-02-11
fixup: meta item kind
Oliver Schneider
-1
/
+1
2016-02-11
[breaking-change] don't glob export ast::MetaItem_
Oliver 'ker' Schneider
-5
/
+5
2016-02-11
[breaking-change] don't pub export ast::Lit_ variants
Oliver Schneider
-1
/
+1
2016-02-10
Auto merge of #31499 - kamalmarhubi:cfg-flag-invalid-cfgs, r=brson
bors
-21
/
+60
2016-02-08
driver: Include invalid predicate in error message
Kamal Marhubi
-5
/
+20
2016-02-08
rustc: Implement a new `--print cfg` flag
Alex Crichton
-0
/
+19
2016-02-08
driver: Disallow predicates in --cfg specs
Kamal Marhubi
-1
/
+16
2016-02-08
driver: Extract handling of --explain to separate function
Kamal Marhubi
-20
/
+23
2016-02-08
driver: Pass session options to CompilerCallbacks::early_callback()
Kamal Marhubi
-1
/
+7
2016-02-07
Add compile-fail test in rustdoc
Guillaume Gomez
-1
/
+1
2016-02-01
Try to run compiler callbacks when we error out
Nick Cameron
-6
/
+11
2016-02-01
Replace some aborts with Results
Nick Cameron
-13
/
+1
2016-01-27
Auto merge of #31206 - nrc:early-save, r=nikomatsakis
bors
-13
/
+60
2016-01-26
Initial work towards abort-free compilation
Nick Cameron
-13
/
+60
2016-01-24
mk: Move from `-D warnings` to `#![deny(warnings)]`
Alex Crichton
-0
/
+1
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
[next]