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
/
test
/
run-make
/
unicode-input
/
multiple_files.rs
Age
Commit message (
Expand
)
Author
Lines
2015-04-14
test: Fixup many library unit tests
Alex Crichton
-1
/
+1
2015-03-23
Require feature attributes, and add them where necessary
Brian Anderson
-0
/
+2
2015-03-20
std: Remove old_io/old_path from the prelude
Alex Crichton
-7
/
+9
2015-02-18
Update suffixes en masse in tests using `perl -p -i -e`
Niko Matsakis
-2
/
+2
2015-02-16
Replace some uses of deprecated os functions
Simonas Kazlauskas
-2
/
+2
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-7
/
+7
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-2
/
+2
2015-01-27
cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls
Jorge Aparicio
-1
/
+1
2015-01-26
Fallout of io => old_io
Alex Crichton
-1
/
+1
2014-12-28
Rename TaskRng to ThreadRng
Simonas Kazlauskas
-2
/
+2
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-2
/
+2
2014-09-03
Fix spelling errors and capitalization.
Joseph Crail
-1
/
+1
2014-08-24
Adjust the error messages to match the pattern "expected foo, found bar"
Jonas Hietala
-1
/
+1
2014-08-09
Fix misspelled comments for tests.
Joseph Crail
-1
/
+1
2014-07-15
Deprecate `str::from_utf8_lossy`
Adolfo OchagavĂa
-2
/
+2
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-3
/
+3
2014-05-29
std: Recreate a `rand` module
Alex Crichton
-3
/
+1
2014-05-22
libcore: Remove all uses of `~str` from `libcore`.
Patrick Walton
-1
/
+5
2014-05-14
Process::new etc should support non-utf8 commands/args
Aaron Turon
-3
/
+4
2014-05-08
Handle more fallout
Kevin Ballard
-2
/
+2
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-1
/
+1
2014-04-06
De-~[] Reader and Writer
Steven Fackler
-1
/
+1
2014-03-12
Update users for the std::rand -> librand move.
Huon Wilson
-1
/
+3
2014-02-24
Test fixes from rollup
Alex Crichton
-3
/
+3
2014-02-24
syntax: calculate positions of multibyte characters more correctly.
Huon Wilson
-1
/
+12
2014-02-24
syntax: record multibyte chars' positions absolutely, not relative to
Huon Wilson
-0
/
+54