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-06-18
Make a better error message for using #[feature] on stable rust
Brian Anderson
-16
/
+2
2015-05-14
syntax: refactor (Span)Handler and ParseSess constructors to be methods.
Eduard Burtescu
-1
/
+1
2015-04-29
Allow `-g` and `-O` options to be specified multiple times at command line.
Felix S. Klock II
-2
/
+5
2015-04-27
rustc: Add target_env for triples by default
Alex Crichton
-2
/
+3
2015-04-24
Change name of unit test sub-module to "tests".
Johannes Oertel
-1
/
+1
2015-04-21
implement rfc 1054: split_whitespace() fn, deprecate words()
kwantam
-2
/
+2
2015-04-17
Rollup merge of #24430 - laumann:trace-macros-flag, r=pnkfelix
Manish Goregaokar
-1
/
+3
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-1
/
+1
2015-04-14
Add "trace-macros" as a compiler flag
Thomas Jespersen
-1
/
+3
2015-04-01
rollup merge of #23860: nikomatsakis/copy-requires-clone
Alex Crichton
-1
/
+1
2015-04-01
std: Changing the meaning of the count to splitn
Alex Crichton
-3
/
+3
2015-04-01
Fallout out rustc
Niko Matsakis
-1
/
+1
2015-03-27
rollup merge of #23741: alexcrichton/remove-int-uint
Alex Crichton
-5
/
+5
2015-03-27
rollup merge of #23765: alexcrichton/remove-colon-syntax
Alex Crichton
-18
/
+0
2015-03-27
rollup merge of #23535: pnkfelix/fsk-filling-drop
Alex Crichton
-0
/
+2
2015-03-27
default => or_insert per RFC
Alexis Beingessner
-1
/
+1
2015-03-26
update everything to use Entry defaults
Alexis
-5
/
+1
2015-03-26
rustc: Remove support for `-l foo:static`
Alex Crichton
-18
/
+0
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-5
/
+5
2015-03-26
Use `-Z force-dropflag-checks=on/off` for emitting sanity-check.
Felix S. Klock II
-0
/
+2
2015-03-23
Add generic conversion traits
Aaron Turon
-1
/
+1
2015-03-18
Fix private module loophole in the 'private type in public item' check
Nick Cameron
-2
/
+2
2015-03-05
rustc: Add a debug_assertions #[cfg] directive
Alex Crichton
-3
/
+13
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-12
/
+14
2015-03-03
Implement parse_opt_bool better
James Miller
-2
/
+15
2015-03-03
rustc: implement arithmetic overflow checking
Corey Richardson
-1
/
+2
2015-02-24
Add handy switch `-Z treat-err-as-bug` -- it often happens that I am
Niko Matsakis
-0
/
+6
2015-02-20
Remove remaining uses of `[]`. This time I tried to use deref coercions where...
Niko Matsakis
-19
/
+19
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
[next]