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
/
driver.rs
Age
Commit message (
Expand
)
Author
Lines
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-4
/
+4
2015-02-17
Rollup merge of #22383 - pnkfelix:pass-features-along-during-expansion, r=huonw
Manish Goregaokar
-1
/
+2
2015-02-17
Rollup merge of #22241 - kmcallister:macro-plugin-cleanup, r=sfackler
Manish Goregaokar
-4
/
+6
2015-02-16
rustc: merge check_static into check_const.
Eduard Burtescu
-3
/
+0
2015-02-16
rustc: remove the vestigial "const marking" pass.
Eduard Burtescu
-4
/
+0
2015-02-15
libsyntax: Pass feature set in ExpansionConfig, not just enable_quotes.
Felix S. Klock II
-1
/
+2
2015-02-12
Separate macro and plugin loading
Keegan McAllister
-4
/
+6
2015-02-11
std: Tweak the std::env OsString/String interface
Alex Crichton
-2
/
+2
2015-02-09
Review changes
Nick Cameron
-4
/
+5
2015-02-07
Auto merge of #21505 - GuillaumeGomez:interned_string, r=alexcrichton
bors
-1
/
+1
2015-02-06
librustc_driver has been updated
GuillaumeGomez
-1
/
+1
2015-02-06
Rollup merge of #21958 - brson:stable-features, r=alexcrichton
Manish Goregaokar
-2
/
+2
2015-02-06
Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnik
Manish Goregaokar
-1
/
+1
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-1
/
+1
2015-02-04
Add a lint for writing `#[feature]` for stable features, warn by default.
Brian Anderson
-2
/
+2
2015-02-04
Fix for misspelled comments.
Joseph Crail
-1
/
+1
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-2
/
+2
2015-02-04
Error when #![staged_api] crates are missing stability markers
Manish Goregaokar
-1
/
+1
2015-02-04
Move stability pass after privacy pass
Manish Goregaokar
-4
/
+5
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-6
/
+6
2015-02-02
`for x in xs.into_iter()` -> `for x in xs`
Jorge Aparicio
-3
/
+3
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-3
/
+3
2015-02-01
std: Add a new `env` module
Alex Crichton
-11
/
+12
2015-01-30
Merge remote-tracking branch 'origin/master' into rollup
Alex Crichton
-2
/
+0
2015-01-30
Remove the capture mode map and just store the capture mode for individual va...
Niko Matsakis
-2
/
+0
2015-01-28
rustc: Print out a prettier version of crate types
Alex Crichton
-1
/
+1
2015-01-27
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-5
/
+5
2015-01-27
accommodate new scoping rules in rustc and rustdoc source.
Felix S. Klock II
-1
/
+1
2015-01-26
Fallout of io => old_io
Alex Crichton
-4
/
+4
2015-01-21
Minor fixes
Brian Anderson
-1
/
+1
2015-01-21
Implement unused features check
Brian Anderson
-3
/
+3
2015-01-21
Tie stability attributes to feature gates
Brian Anderson
-8
/
+15
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-1
/
+1
2015-01-16
rustc: Move the privacy pass to its own crate
Alex Crichton
-1
/
+2
2015-01-15
Fix interaction of --no-analysis and --emit dep-info
Nick Cameron
-0
/
+22
2015-01-12
Make the compilation process more easily customisable
Nick Cameron
-68
/
+194
2015-01-08
librustc_driver: Add support for loading plugins via command line (fixes #15446)
Manish Goregaokar
-2
/
+2
2015-01-08
librustc::session : Make DebuggingOpts use the options! macro
Manish Goregaokar
-5
/
+5
2015-01-07
use slicing sugar
Jorge Aparicio
-17
/
+17
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-1
/
+1
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-1
/
+1
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-15
/
+15
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-7
/
+8
2015-01-05
rollup merge of #20568: huonw/ungate-AT-globs
Alex Crichton
-1
/
+0
2015-01-05
rollup merge of #20258: sanxiyn/show-span-2
Alex Crichton
-3
/
+3
2015-01-05
Pass the #[plugin(...)] meta item to the registrar
Keegan McAllister
-3
/
+4
2015-01-05
Move #[macro_reexport] to extern crate
Keegan McAllister
-2
/
+0
2015-01-05
driver: remove unboxed closures
Jorge Aparicio
-1
/
+1
2015-01-05
creader: Use a single struct
Keegan McAllister
-2
/
+2
2015-01-05
Rename macro_escape to macro_use
Keegan McAllister
-1
/
+1
[next]