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
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
-1
/
+3
2015-01-15
rollup merge of #21156: nick29581/plugins-fix
Alex Crichton
-11
/
+23
2015-01-15
rollup merge of #21085: pnkfelix/pp-flowgraph-kill-labels
Alex Crichton
-17
/
+26
2015-01-15
Fix interaction of --no-analysis and --emit dep-info
Nick Cameron
-11
/
+23
2015-01-12
add --xpretty flowgraph,unlabelled variant.
Felix S. Klock II
-17
/
+26
2015-01-13
Some random things
Nick Cameron
-1
/
+1
2015-01-12
Make the compilation process more easily customisable
Nick Cameron
-71
/
+247
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
-3
/
+5
2015-01-08
librustc::session : Make DebuggingOpts use the options! macro
Manish Goregaokar
-22
/
+21
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
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
-41
/
+41
2015-01-07
fix the `&mut _` patterns
Jorge Aparicio
-2
/
+2
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
-39
/
+39
2015-01-06
More test fixes
Alex Crichton
-2
/
+2
2015-01-06
rollup merge of #20615: aturon/stab-2-thread
Alex Crichton
-1
/
+1
2015-01-06
Register new snapshots
Alex Crichton
-19
/
+3
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-5
/
+5
2015-01-06
Fallout from stabilization
Aaron Turon
-1
/
+1
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-5
/
+5
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-33
/
+33
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-11
/
+26
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
-5
/
+9
2015-01-05
Pass the #[plugin(...)] meta item to the registrar
Keegan McAllister
-3
/
+4
2015-01-05
Reserve the keyword 'macro'
Keegan McAllister
-2
/
+2
2015-01-05
Move #[macro_reexport] to extern crate
Keegan McAllister
-2
/
+0
2015-01-05
Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]
Keegan McAllister
-2
/
+16
2015-01-05
remove mk_closure
Jorge Aparicio
-33
/
+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
2015-01-05
Implement macro re-export
Keegan McAllister
-0
/
+2
2015-01-05
Replace LetSyntaxTT with MacroRulesTT
Keegan McAllister
-1
/
+1
2015-01-05
Ungate default type parameters.
Huon Wilson
-1
/
+0
2015-01-04
auto merge of #20393 : japaric/rust/impl-any, r=aturon
bors
-1
/
+0
2015-01-03
remove `Any[Mut]RefExt` traits in favor of `impl Any`
Jorge Aparicio
-1
/
+0
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-3
/
+3
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-8
/
+8
2015-01-03
rustc_driver: fix fallout
Jorge Aparicio
-1
/
+4
2015-01-02
rollup merge of #20341: nikomatsakis/impl-trait-for-trait-2
Alex Crichton
-1
/
+9
2015-01-02
rollup merge of #20416: nikomatsakis/coherence
Alex Crichton
-2
/
+54
2015-01-02
rollup merge of #20377: alexcrichton/issue-20352
Alex Crichton
-9
/
+3
[next]