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
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-5
/
+5
2015-02-17
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-02-17
Test fixes and rebase conflicts
Alex Crichton
-3
/
+2
2015-02-17
rollup merge of #22459: alexcrichton/feature-names
Alex Crichton
-2
/
+2
2015-02-17
std: Rename io/path features with old_ prefix
Alex Crichton
-2
/
+2
2015-02-17
Fix removal of complement-bugreport.md
Manish Goregaokar
-1
/
+1
2015-02-15
Fix rollup (remove slicing_syntax)
Manish Goregaokar
-1
/
+1
2015-02-15
Rollup merge of #22201 - brson:version, r=nick29581
Manish Goregaokar
-0
/
+5
2015-02-13
Add the build date to the reported version. #21957
Brian Anderson
-0
/
+5
2015-02-11
std: Tweak the std::env OsString/String interface
Alex Crichton
-3
/
+2
2015-02-10
Auto merge of #22026 - kmcallister:plugin, r=sfackler
bors
-1
/
+0
2015-02-09
Use a crate attribute to load plugins
Keegan McAllister
-1
/
+0
2015-02-09
Review changes
Nick Cameron
-27
/
+46
2015-02-09
Refactor compilation to make it easier to use for tools
Nick Cameron
-171
/
+305
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-10
/
+10
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-5
/
+5
2015-02-03
Auto merge of #21613 - alfie:suffix-small, r=alexcrichton
bors
-2
/
+2
2015-02-02
More deprecating of i/u suffixes
Alfie John
-2
/
+2
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-7
/
+7
2015-02-02
`for x in xs.into_iter()` -> `for x in xs`
Jorge Aparicio
-2
/
+2
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-5
/
+5
2015-02-01
std: Add a new `env` module
Alex Crichton
-6
/
+7
2015-01-30
Test fixes and rebase conflicts
Alex Crichton
-6
/
+5
2015-01-27
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-8
/
+8
2015-01-26
Fallout of io => old_io
Alex Crichton
-8
/
+8
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-6
/
+21
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-2
/
+10
2015-01-22
Put #[staged_api] behind the 'staged_api' gate
Brian Anderson
-0
/
+1
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-1
/
+1
2015-01-21
Tie stability attributes to feature gates
Brian Anderson
-1
/
+1
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-1
/
+1
2015-01-21
rollup merge of #21441: alexcrichton/rustc-opts
Alex Crichton
-4
/
+8
2015-01-20
Make error code registration work again. #19624
Brian Anderson
-2
/
+13
2015-01-20
rustc: Remove deprecated flags
Alex Crichton
-4
/
+8
2015-01-17
Set allow(unstable) in crates that use unstable features
Brian Anderson
-0
/
+1
2015-01-16
rustc: Move the privacy pass to its own crate
Alex Crichton
-0
/
+1
2015-01-15
Fix interaction of --no-analysis and --emit dep-info
Nick Cameron
-1
/
+1
2015-01-13
Some random things
Nick Cameron
-1
/
+1
2015-01-12
Make the compilation process more easily customisable
Nick Cameron
-1
/
+42
2015-01-08
auto merge of #20760 : alexcrichton/rust/rollup, r=alexcrichton
bors
-1
/
+2
2015-01-08
rollup merge of #20754: nikomatsakis/int-feature
Alex Crichton
-0
/
+1
2015-01-08
Remove warning from the libraries.
Huon Wilson
-0
/
+1
2015-01-08
Improvements to feature staging
Brian Anderson
-1
/
+1
2015-01-08
librustc_driver: Add support for loading plugins via command line (fixes #15446)
Manish Goregaokar
-1
/
+3
2015-01-08
librustc::session : Make DebuggingOpts use the options! macro
Manish Goregaokar
-7
/
+7
2015-01-07
rollup merge of #20723: pnkfelix/feature-gate-box-syntax
Alex Crichton
-0
/
+2
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-9
/
+9
2015-01-08
allow box_syntax and unknown features in the rustc_driver crate.
Felix S. Klock II
-0
/
+2
2015-01-07
Preliminary feature staging
Brian Anderson
-1
/
+21
2015-01-07
use slicing sugar
Jorge Aparicio
-9
/
+9
[next]