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
/
libstd
/
sys
/
common
/
wtf8.rs
Age
Commit message (
Expand
)
Author
Lines
2015-03-09
Rename #[should_fail] to #[should_panic]
Steven Fackler
-5
/
+5
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-2
/
+2
2015-03-03
Rollup merge of #22876 - Florob:const, r=nikomatsakis
Manish Goregaokar
-1
/
+1
2015-03-02
Enable recursion for visit_ty in lint visitor
Ivan Petkov
-4
/
+3
2015-03-02
Use `const`s instead of `static`s where appropriate
Florian Zeitz
-1
/
+1
2015-02-24
Use arrays instead of vectors in tests
Vadim Petrochenkov
-3
/
+3
2015-02-20
Register new snapshots
Alex Crichton
-27
/
+0
2015-02-18
rollup merge of #22491: Gankro/into_iter
Alex Crichton
-4
/
+5
2015-02-18
make FromIterator use IntoIterator
Alexis
-2
/
+2
2015-02-18
make Extend use IntoIterator
Alexis
-2
/
+3
2015-02-18
std: Stabilize the `hash` module
Alex Crichton
-1
/
+28
2015-02-17
std: Stabilize the `ascii` module
Alex Crichton
-1
/
+6
2015-02-13
Add std::process
Aaron Turon
-0
/
+21
2015-02-06
Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnik
Manish Goregaokar
-1
/
+1
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-55
/
+55
2015-02-04
Fix for misspelled comments.
Joseph Crail
-1
/
+1
2015-02-02
remove unused mut qualifiers
Jorge Aparicio
-1
/
+1
2015-02-02
register snapshots
Jorge Aparicio
-11
/
+0
2015-01-30
Rename FullRange to RangeFull
Nick Cameron
-0
/
+11
2015-01-24
Add ffi::OsString and OsStr
Aaron Turon
-0
/
+1212
[prev]