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
/
span_length.rs
Age
Commit message (
Expand
)
Author
Lines
2015-04-16
deprecate Unicode functions that will be moved to crates.io
kwantam
-2
/
+5
2015-04-14
test: Fixup many library unit tests
Alex Crichton
-1
/
+1
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-2
/
+2
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-03-09
remove uses of as_slice where deref coercions can be used
Richo Healey
-1
/
+1
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
-8
/
+8
2015-02-04
Compute widths properly when displaying spans in error messages
P1start
-0
/
+32
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-1
/
+1
2015-01-29
`range(a, b).foo()` -> `(a..b).foo()`
Jorge Aparicio
-1
/
+1
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
2015-01-03
Remove deprecated functionality
Alex Crichton
-2
/
+4
2014-12-28
Rename TaskRng to ThreadRng
Simonas Kazlauskas
-3
/
+3
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-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
-2
/
+2
2014-06-11
std: Remove i18n/l10n from format!
Alex Crichton
-1
/
+1
2014-05-29
std: Recreate a `rand` module
Alex Crichton
-3
/
+1
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-1
/
+1
2014-05-22
libcore: Remove all uses of `~str` from `libcore`.
Patrick Walton
-3
/
+7
2014-05-14
Process::new etc should support non-utf8 commands/args
Aaron Turon
-4
/
+4
2014-05-14
test: Remove all uses of `~str` from the test suite.
Patrick Walton
-1
/
+1
2014-05-08
Handle more fallout
Kevin Ballard
-2
/
+2
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-1
/
+1
2014-04-14
Use new attribute syntax in python files in src/etc too (#13478)
Manish Goregaokar
-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
-0
/
+62