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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-2
/
+2
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-1
/
+1
2015-02-02
rollup merge of #21787: alexcrichton/std-env
Alex Crichton
-3
/
+3
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-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-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-18
Fix typedef/module name conflicts in the compiler
Alex Crichton
-1
/
+1
2015-01-14
Implement suggestions for traits to import.
Huon Wilson
-0
/
+3
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
librustc::session : Make DebuggingOpts use the options! macro
Manish Goregaokar
-17
/
+14
2015-01-07
use slicing sugar
Jorge Aparicio
-2
/
+2
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-2
/
+2
2015-01-05
rollup merge of #20258: sanxiyn/show-span-2
Alex Crichton
-2
/
+2
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
2014-12-30
auto merge of #19941 : alexcrichton/rust/issue-19767, r=brson
bors
-5
/
+9
2014-12-29
Add the -Z print-enum-sizes flag for displaying enum info.
Huon Wilson
-1
/
+3
2014-12-27
Use -Z unstable-options for span debugger
Seo Sanghyeon
-3
/
+0
2014-12-27
Add unstable_options method
Seo Sanghyeon
-0
/
+3
2014-12-23
rustc: Add knowledge of separate lookup paths
Alex Crichton
-5
/
+9
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-2
/
+2
2014-12-13
librustc: fix fallout
Jorge Aparicio
-1
/
+3
2014-12-06
librustc: remove unnecessary `as_slice()` calls
Jorge Aparicio
-1
/
+1
2014-11-26
Do not print any warnings if '-A warnings' is specified on the command line
Jakub Bukaj
-3
/
+19
2014-11-25
Added fragments.rs: compute drop obligations remaining post moves.
Felix S. Klock II
-0
/
+12
2014-11-19
Make os::getcwd() return IoResult<Path>
Barosl Lee
-2
/
+2
2014-11-18
Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem...
Niko Matsakis
-0
/
+277