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-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
rollup merge of #22188: alexcrichton/envv2
Alex Crichton
-5
/
+4
2015-02-11
std: Tweak the std::env OsString/String interface
Alex Crichton
-5
/
+4
2015-02-11
Added DestructionScope variant to CodeExtent, representing the area
Felix S. Klock II
-2
/
+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
-31
/
+51
2015-02-09
Refactor compilation to make it easier to use for tools
Nick Cameron
-171
/
+305
2015-02-07
Feature-gate #![no_std]
Keegan McAllister
-1
/
+1
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
-17
/
+17
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
-8
/
+8
2015-02-04
More test fixes
Manish Goregaokar
-2
/
+1
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-03
Auto merge of #21613 - alfie:suffix-small, r=alexcrichton
bors
-3
/
+3
2015-02-02
More deprecating of i/u suffixes
Alfie John
-3
/
+3
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-15
/
+15
2015-02-02
`for x in xs.into_iter()` -> `for x in xs`
Jorge Aparicio
-5
/
+5
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-10
/
+10
2015-02-01
std: Add a new `env` module
Alex Crichton
-17
/
+19
2015-01-30
Merge remote-tracking branch 'origin/master' into rollup
Alex Crichton
-4
/
+1
2015-01-30
Test fixes and rebase conflicts
Alex Crichton
-6
/
+5
2015-01-30
rollup merge of #21739: alexcrichton/better-print
Alex Crichton
-1
/
+1
2015-01-30
std: Stabilize FromStr and parse
Alex Crichton
-8
/
+6
2015-01-30
Remove the capture mode map and just store the capture mode for individual va...
Niko Matsakis
-4
/
+1
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-4
/
+4
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
-27
/
+27
2015-01-27
accommodate new scoping rules in librustc_driver unit tests.
Felix S. Klock II
-1
/
+1
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
-24
/
+24
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-7
/
+23
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
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
-9
/
+16
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-3
/
+3
2015-01-21
rollup merge of #20179: eddyb/blind-items
Alex Crichton
-1
/
+2
2015-01-21
tests: fix fallout of merging ast::ViewItem into ast::Item.
Eduard Burtescu
-0
/
+1
2015-01-21
rollup merge of #21441: alexcrichton/rustc-opts
Alex Crichton
-4
/
+8
[next]