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
/
session
/
config.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
rollup merge of #22191: nagisa/target-ptr-width-json
Alex Crichton
-1
/
+1
2015-02-11
std: Tweak the std::env OsString/String interface
Alex Crichton
-1
/
+1
2015-02-11
Change target-word-size to target-pointer-width
Simonas Kazlauskas
-1
/
+1
2015-02-10
rollup merge of #22115: nagisa/dedupe-cratetypes
Alex Crichton
-1
/
+3
2015-02-10
rollup merge of #22051: nagisa/main-emission
Alex Crichton
-1
/
+1
2015-02-09
Deduplicate --crate-type arguments
Simonas Kazlauskas
-1
/
+3
2015-02-09
Review changes
Nick Cameron
-1
/
+1
2015-02-09
Refactor compilation to make it easier to use for tools
Nick Cameron
-3
/
+18
2015-02-07
Do not fail if --emit≠link and there’s no main fn
Simonas Kazlauskas
-1
/
+1
2015-02-06
Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichton
Manish Goregaokar
-2
/
+0
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-13
/
+13
2015-02-04
rustc: Recognize `-L framework=foo`
Alex Crichton
-1
/
+2
2015-02-03
Switch missing_copy_implementations to default-allow
Steven Fackler
-2
/
+0
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
-6
/
+6
2015-01-30
rollup merge of #21753: dzamlo/master
Alex Crichton
-2
/
+2
2015-01-30
std: Stabilize FromStr and parse
Alex Crichton
-2
/
+2
2015-01-29
Fix unknown option message for -Z
Loïc Damien
-2
/
+2
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-2
/
+2
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-2
/
+2
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-2
/
+2
2015-01-20
rustc: Remove deprecated flags
Alex Crichton
-96
/
+6
2015-01-08
Add test for -Z extra-plugins
Manish Goregaokar
-6
/
+8
2015-01-08
librustc_driver: Add support for loading plugins via command line (fixes #15446)
Manish Goregaokar
-0
/
+2
2015-01-08
librustc::session : Make DebuggingOpts use the options! macro
Manish Goregaokar
-123
/
+79
2015-01-08
librustc::session : Make cgoptions macro more generic
Manish Goregaokar
-55
/
+60
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-38
/
+38
2015-01-07
rollup merge of #20680: nick29581/target-word
Alex Crichton
-3
/
+3
2015-01-07
Preliminary feature staging
Brian Anderson
-1
/
+20
2015-01-07
use slicing sugar
Jorge Aparicio
-38
/
+38
2015-01-08
Rename `target_word_size` to `target_pointer_width`
Nick Cameron
-3
/
+3
2015-01-06
rollup merge of #20653: alexcrichton/entry-unstable
Alex Crichton
-1
/
+1
2015-01-06
rollup merge of #20570: sanxiyn/no-analysis
Alex Crichton
-1
/
+1
2015-01-07
fallout
Nick Cameron
-2
/
+2
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-28
/
+28
2015-01-06
[breaking change] Revert Entry behaviour to take keys by value.
Dylan Ede
-1
/
+1
2015-01-05
rollup merge of #20258: sanxiyn/show-span-2
Alex Crichton
-2
/
+4
2015-01-05
Fix -Z no-analysis
Seo Sanghyeon
-1
/
+1
2015-01-05
auto merge of #20163 : bfops/rust/master, r=Gankro
bors
-2
/
+2
2015-01-04
Merge pull request #20485 from ipetkov/man-fix
bors
-1
/
+1
2015-01-04
[breaking change] Update entry API as part of RFC 509.
Ben Foppa
-2
/
+2
2015-01-03
Remove deprecated functionality
Alex Crichton
-25
/
+23
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-12
/
+12
2015-01-03
Man page/--help dialog fix
Ivan Petkov
-1
/
+1
2015-01-02
rollup merge of #20382: alexcrichton/isuse-20376
Alex Crichton
-1
/
+19
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-0
/
+1
2014-12-31
rustc: Re-jigger -L and -l for MSYS compatibility
Alex Crichton
-1
/
+19
2014-12-30
auto merge of #19941 : alexcrichton/rust/issue-19767, r=brson
bors
-7
/
+8
[next]