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
/
libcore
/
str.rs
Age
Commit message (
Expand
)
Author
Lines
2014-12-25
Prepared most `StrExt` pattern using methods for stabilization
Marvin Löbel
-1609
/
+0
2014-12-22
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2014-12-22
rollup merge of #19891: nikomatsakis/unique-fn-types-3
Alex Crichton
-0
/
+1
2014-12-22
rollup merge of #20056: MrFloya/iter_rename
Alex Crichton
-3
/
+2
2014-12-22
Correct merge failure around imports in `str.rs`.
Niko Matsakis
-2
/
+1
2014-12-22
Insert coercions to fn pointer types required for the new types
Niko Matsakis
-0
/
+1
2014-12-22
Fix fallout from changes. In cases where stage0 compiler is needed, we
Niko Matsakis
-0
/
+1
2014-12-22
Renaming of the Iter types as in RFC #344
Florian Wilkens
-5
/
+4
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-23
/
+13
2014-12-21
std: Stabilize the std::str module
Alex Crichton
-880
/
+130
2014-12-19
libcore: use `#[deriving(Copy)]`
Jorge Aparicio
-9
/
+4
2014-12-19
Modify the `Bytes` type so that it remains cloneable even
Niko Matsakis
-3
/
+20
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-17
/
+17
2014-12-17
rollup merge of #19902: alexcrichton/second-pass-mem
Alex Crichton
-0
/
+2
2014-12-15
std: Second pass stabilization of `default`
Alex Crichton
-0
/
+2
2014-12-16
auto merge of #19747 : alexcrichton/rust/slice-one-trait, r=brson
bors
-2
/
+2
2014-12-15
rollup merge of #19710: steveklabnik/gh15449
Brian Anderson
-2
/
+2
2014-12-14
std: Collapse SlicePrelude traits
Alex Crichton
-2
/
+2
2014-12-13
libcore: fix fallout in doctests
Jorge Aparicio
-9
/
+45
2014-12-13
libcore: impl CharEq for FnMut(char) -> bool implementors
Jorge Aparicio
-13
/
+6
2014-12-13
libcore: use unboxed closures in the fields of `Map`
Jorge Aparicio
-7
/
+9
2014-12-11
Register new snapshots
Alex Crichton
-6
/
+6
2014-12-10
Fix inappropriate ## headings
Steve Klabnik
-2
/
+2
2014-12-09
rollup merge of #19623: rustyrazorblade/patch-1
Alex Crichton
-1
/
+1
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-1
/
+8
2014-12-07
documentation incorrectly described from_utf8
Jon Haddad
-1
/
+1
2014-12-05
Utilize fewer reexports
Corey Farwell
-3
/
+6
2014-12-03
Deprecate Equiv
Jorge Aparicio
-0
/
+2
2014-11-25
Fallout from stabilization
Aaron Turon
-3
/
+3
2014-11-23
DSTify Str + impl Str for &S where S: Str
Jorge Aparicio
-3
/
+8
2014-11-23
auto merge of #19152 : alexcrichton/rust/issue-17863, r=aturon
bors
-27
/
+76
2014-11-22
auto merge of #19134 : sinistersnare/rust/patch-2, r=alexcrichton
bors
-1
/
+0
2014-11-22
std: Align `raw` modules with unsafe conventions
Alex Crichton
-27
/
+76
2014-11-21
unicode: Rename UnicodeChar::is_digit to is_numeric
Brian Anderson
-7
/
+7
2014-11-20
Add Utf16Encoder. Generalize Utf16CodeUnits for any Iterator<char>.
Simon Sapin
-3
/
+25
2014-11-20
Removed unneeded conversion to a slice.
Davis Silverman
-1
/
+0
2014-11-18
rollup merge of #18911: canndrew/slice_shift_char
Jakub Bukaj
-9
/
+9
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+3
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-3
/
+3
2014-11-17
change return type of slice_shift_char
Andrew Cann
-9
/
+9
2014-11-16
Move FromStr to core::str
Brendan Zabarauskas
-0
/
+36
2014-11-14
auto merge of #18880 : barosl/rust/doc-fail-to-panic, r=alexcrichton
bors
-11
/
+11
2014-11-14
auto merge of #18827 : bjz/rust/rfc369-numerics, r=alexcrichton
bors
-2
/
+2
2014-11-12
Register new snapshots
Alex Crichton
-45
/
+0
2014-11-13
Move checked arithmetic operators into Int trait
Brendan Zabarauskas
-2
/
+2
2014-11-13
Move saturating operator methods into Int
Brendan Zabarauskas
-1
/
+1
2014-11-12
Fix remaining documentation to reflect fail!() -> panic!()
Barosl Lee
-11
/
+11
2014-11-06
Prelude: rename and consolidate extension traits
Aaron Turon
-7
/
+6
2014-11-05
DSTify PartialEq, PartialOrd, Eq, Ord
Jorge Aparicio
-0
/
+45
2014-11-05
Fix fallout of changing the expansion of `#[deriving(PartialEq)]`
Jorge Aparicio
-2
/
+1
[next]