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-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
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-40
/
+40
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
-40
/
+40
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
-30
/
+30
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
-4
/
+6
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
-14
/
+14
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
Man page/--help dialog fix
Ivan Petkov
-1
/
+1
2015-01-03
rustc: fix fallout
Jorge Aparicio
-1
/
+3
2015-01-02
rollup merge of #20382: alexcrichton/isuse-20376
Alex Crichton
-10
/
+27
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
-10
/
+27
2014-12-30
auto merge of #19941 : alexcrichton/rust/issue-19767, r=brson
bors
-12
/
+86
2014-12-29
Add the -Z print-enum-sizes flag for displaying enum info.
Huon Wilson
-3
/
+8
2014-12-27
Use -Z unstable-options for span debugger
Seo Sanghyeon
-5
/
+4
2014-12-27
Add unstable_options method
Seo Sanghyeon
-0
/
+3
2014-12-23
rustc: Add knowledge of separate lookup paths
Alex Crichton
-12
/
+86
2014-12-22
Test fixes and rebase conflicts
Alex Crichton
-2
/
+1
[next]