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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2015-03-06
Rollup merge of #23010 - alexcrichton:deprecate-some-old-io, r=aturon
Manish Goregaokar
-0
/
+1
2015-03-05
std: Stabilize the `fs` module
Alex Crichton
-1
/
+0
2015-03-05
std: Stabilize the `ffi` module
Alex Crichton
-1
/
+0
2015-03-05
fix for new attributes failing. issue #22964
awlnx
-0
/
+2
2015-03-04
std: Stabilize portions of the `io` module
Alex Crichton
-0
/
+1
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-24
/
+30
2015-03-02
Use `const`s instead of `static`s where appropriate
Florian Zeitz
-2
/
+2
2015-02-28
Rollup merge of #22869 - alexcrichton:stabilize-env, r=aturon
Manish Goregaokar
-1
/
+1
2015-02-28
Separate most of rustc::lint::builtin into a separate crate.
Huon Wilson
-2
/
+4
2015-02-27
std: Stabilize the `env` module
Alex Crichton
-1
/
+1
2015-02-22
Rollup merge of #22592 - nikomatsakis:deprecate-bracket-bracket, r=aturon
Manish Goregaokar
-5
/
+5
2015-02-21
In the rustc driver, we pass the expanded, not the pre-expansion, AST to the ...
Nick Cameron
-5
/
+7
2015-02-20
Remove remaining uses of `[]`. This time I tried to use deref coercions where...
Niko Matsakis
-5
/
+5
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
[prev]
[next]