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
/
libstd
/
sys
/
common
/
wtf8.rs
Age
Commit message (
Expand
)
Author
Lines
2015-09-08
some more clippy-based improvements
Andre Bogus
-12
/
+6
2015-08-23
Refactor low-level UTF-16 decoding.
Simon Sapin
-6
/
+5
2015-08-11
Register new snapshots
Alex Crichton
-3
/
+0
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-1
/
+2
2015-07-27
Fix escaping of characters in Debug for OsStr
diaphore
-15
/
+25
2015-07-23
wtf8, char: Replace uses of `mem::transmute` with more specific functions
Tobias Bucher
-12
/
+19
2015-06-17
More test fixes and fallout of stability changes
Alex Crichton
-25
/
+1
2015-06-17
std: Remove two internal `str_internals` functions
Alex Crichton
-25
/
+0
2015-06-08
Replace usage of String::from_str with String:from
Simon Sapin
-6
/
+6
2015-04-30
Replaces instanced of 'an UTF' with 'a UTF'
Corey Farwell
-4
/
+4
2015-04-21
rollup merge of #24636: alexcrichton/remove-deprecated
Alex Crichton
-2
/
+0
2015-04-21
rollup merge of #24541: alexcrichton/issue-24538
Alex Crichton
-1
/
+1
2015-04-21
std: Remove deprecated/unstable num functionality
Alex Crichton
-2
/
+0
2015-04-17
std: Add Default/IntoIterator/ToOwned to the prelude
Alex Crichton
-1
/
+1
2015-04-16
deprecate Unicode functions that will be moved to crates.io
kwantam
-1
/
+1
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-27
/
+27
2015-03-31
Auto merge of #23549 - aturon:stab-num, r=alexcrichton
bors
-0
/
+1
2015-03-31
Stabilize std::num
Aaron Turon
-0
/
+1
2015-03-30
std: Standardize (input, output) param orderings
Alex Crichton
-1
/
+1
2015-03-27
rollup merge of #23741: alexcrichton/remove-int-uint
Alex Crichton
-17
/
+17
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-17
/
+17
2015-03-26
Register new snapshots
Alex Crichton
-79
/
+0
2015-03-23
Adjust Index/IndexMut impls. For generic collections, we take
Niko Matsakis
-0
/
+79
2015-03-18
Register new snapshots
Alex Crichton
-12
/
+0
2015-03-16
impl<T> [T]
Jorge Aparicio
-0
/
+12
2015-03-14
Auto merge of #23333 - oli-obk:slice_from_raw_parts, r=alexcrichton
bors
-9
/
+9
2015-03-13
slice::from_raw_parts is preferred over transmuting a fresh raw::Slice
Oliver Schneider
-9
/
+9
2015-03-12
std: Remove #[allow] directives in sys modules
Alex Crichton
-0
/
+4
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