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
/
session
Age
Commit message (
Expand
)
Author
Lines
2015-02-24
Add handy switch `-Z treat-err-as-bug` -- it often happens that I am
Niko Matsakis
-0
/
+15
2015-02-22
Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturon
bors
-3
/
+3
2015-02-20
Remove remaining uses of `[]`. This time I tried to use deref coercions where...
Niko Matsakis
-21
/
+21
2015-02-20
Addressed PR comments
Marvin Löbel
-3
/
+3
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-7
/
+7
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
-14
/
+14
2015-02-04
rustc: Recognize `-L framework=foo`
Alex Crichton
-1
/
+5
2015-02-03
Switch missing_copy_implementations to default-allow
Steven Fackler
-2
/
+0
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-8
/
+8
2015-02-02
rollup merge of #21787: alexcrichton/std-env
Alex Crichton
-3
/
+3
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-02-01
std: Add a new `env` module
Alex Crichton
-3
/
+3
2015-02-01
More deprecating of i/u suffixes in libraries
Alfie John
-1
/
+1
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
-4
/
+4
2015-01-26
Make '-A warnings' apply to all warnings, including feature gate warnings
Brian Anderson
-1
/
+11
2015-01-23
regex: Remove in-tree version
Alex Crichton
-28
/
+30
2015-01-21
rollup merge of #21258: aturon/stab-3-index
Alex Crichton
-4
/
+4
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-2
/
+2
2015-01-21
rollup merge of #21441: alexcrichton/rustc-opts
Alex Crichton
-96
/
+6
2015-01-21
Fallout from stabilization.
Aaron Turon
-4
/
+4
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-2
/
+2
2015-01-20
Make multiline errors work with codes
Brian Anderson
-52
/
+63
2015-01-20
Make fatal errors work with codes, add to typeck
Brian Anderson
-0
/
+3
2015-01-20
rustc: Remove deprecated flags
Alex Crichton
-96
/
+6
2015-01-18
Fix typedef/module name conflicts in the compiler
Alex Crichton
-1
/
+1
2015-01-16
auto merge of #21008 : huonw/rust/trait-suggestions, r=nikomatsakis
bors
-0
/
+3
2015-01-16
rustc: Fix a leak in dependency= paths
Alex Crichton
-3
/
+6
2015-01-14
Implement suggestions for traits to import.
Huon Wilson
-0
/
+3
2015-01-13
Some random things
Nick Cameron
-2
/
+2
2015-01-12
Implement multi-line errors
mdinger
-1
/
+54
2015-01-09
Make the metadata loader use the appropriate Target structure
John Kåre Alsaker
-0
/
+11
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
-140
/
+93
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
[prev]
[next]