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
/
metadata
/
filesearch.rs
Age
Commit message (
Expand
)
Author
Lines
2015-05-05
rustc: Fix more verbatim paths leaking to gcc
Alex Crichton
-1
/
+5
2015-04-27
std: Expand the area of std::fs
Alex Crichton
-2
/
+1
2015-04-01
Fallout out rustc
Niko Matsakis
-1
/
+1
2015-03-23
Add generic conversion traits
Aaron Turon
-3
/
+3
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-45
/
+46
2015-03-02
Use `const`s instead of `static`s where appropriate
Florian Zeitz
-2
/
+2
2015-02-24
std: Move std::env to the new I/O APIs
Alex Crichton
-3
/
+4
2015-02-20
Addressed PR comments
Marvin Löbel
-1
/
+1
2015-02-11
std: Tweak the std::env OsString/String interface
Alex Crichton
-1
/
+1
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-3
/
+2
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-3
/
+2
2015-02-01
std: Add a new `env` module
Alex Crichton
-5
/
+5
2015-01-26
Fallout of io => old_io
Alex Crichton
-2
/
+2
2015-01-17
Register new snapshots.
Eduard Burtescu
-2
/
+2
2015-01-16
rustc: Fix a leak in dependency= paths
Alex Crichton
-9
/
+11
2015-01-13
Some random things
Nick Cameron
-1
/
+1
2015-01-08
Rename `target_word_size` to `target_pointer_width`
Nick Cameron
-2
/
+2
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2014-12-31
rustc: replace `pick` alias with an unboxed closure
Jorge Aparicio
-5
/
+1
2014-12-23
rustc: Add knowledge of separate lookup paths
Alex Crichton
-7
/
+8
2014-12-19
librustc: use `#[deriving(Copy)]`
Jorge Aparicio
-2
/
+1
2014-12-13
librustc: use unboxed closures
Jorge Aparicio
-1
/
+3
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-1
/
+6
2014-12-06
librustc: remove unnecessary `as_slice()` calls
Jorge Aparicio
-1
/
+1
2014-11-21
auto merge of #16552 : jauhien/rust/fix-libdir, r=alexcrichton
bors
-5
/
+10
2014-11-19
Make os::getcwd() return IoResult<Path>
Barosl Lee
-1
/
+1
2014-11-17
Fallout from deprecation
Aaron Turon
-3
/
+3
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+2
2014-11-16
Look for standard crates in LIBDIR provided by --libdir option,
Jauhien Piatlicki
-5
/
+10
2014-11-08
Move gcc back to rustlib\<triple>\bin
Vadim Chugunov
-6
/
+2
2014-10-31
DSTify Hash
Jorge Aparicio
-2
/
+2
2014-10-29
Rename fail! to panic!
Steve Klabnik
-2
/
+2
2014-10-16
librustc: Remove all uses of {:?}.
Luqman Aden
-2
/
+2
2014-09-20
Move bundled gcc and its libs out into $rust/rustlib/<triple>/gcc/(bin|lib). ...
Vadim Chugunov
-2
/
+6
2014-09-13
librustc: Forbid inherent implementations that aren't adjacent to the
Patrick Walton
-2
/
+3
2014-09-11
Append target-specific tools directory ($(RUST)/bin/rustlib/<triple>/bin/) to...
Vadim Chugunov
-4
/
+16
2014-09-07
Changed addl_lib_search_paths from HashSet to Vec
inrustwetrust
-2
/
+2
2014-08-18
libsyntax: Remove the `use foo = bar` syntax from the language in favor
Patrick Walton
-1
/
+1
2014-07-17
Rename functions in the CloneableVector trait
Adolfo Ochagavía
-4
/
+4
2014-06-18
Deprecate the bytes!() macro.
Simon Sapin
-1
/
+1
2014-06-09
std: Move dynamic_lib from std::unstable to std
Brian Anderson
-1
/
+1
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-1
/
+1
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-6
/
+6
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-7
/
+7
2014-05-18
Fixing rustdoc stage1.
Felix S. Klock II
-1
/
+1
2014-05-12
librustc: Remove all uses of `~str` from librustc.
Patrick Walton
-11
/
+17
2014-04-29
rustc: Add search paths to dylib load paths
Alex Crichton
-0
/
+8
2014-04-23
auto merge of #13584 : rcxdude/rust/cross-syntax-ext, r=alexcrichton
bors
-14
/
+15
2014-04-23
Enable use of syntax extensions when cross compiling.
Douglas Young
-14
/
+15
2014-04-23
Fix other bugs with new closure borrowing
Alex Crichton
-2
/
+2
[next]