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
2012-10-24
Implement proper subtyping for region fn types (part of #2263)
Niko Matsakis
-1
/
+37
2012-10-23
Remove uses of binary move - <- - from tests and libraries
Tim Chevalier
-1
/
+1
2012-10-19
Renaming trait name UniqueStr to Trimmable
Mahmut Bulut
-2
/
+2
2012-10-18
Revert "Simplify str::to_managed"
Erick Tryzelaar
-2
/
+3
2012-10-18
Rename str::to_unique to str::to_owned.
Erick Tryzelaar
-2
/
+2
2012-10-18
Simplify str::to_managed
Erick Tryzelaar
-3
/
+2
2012-10-17
libsyntax: refactor the parser to consider foreign items as items
Philipp Brüschweiler
-1
/
+1
2012-10-17
Fix copy warnings in str
Tim Chevalier
-3
/
+4
2012-10-17
Fix copy warnings in str
Tim Chevalier
-8
/
+8
2012-10-17
Merge pull request #3739 from killerswan/usagemsg
Tim Chevalier
-0
/
+62
2012-10-17
Add a module to getopts to support verbose option definition
Kevin Cantu
-0
/
+62
2012-10-17
Merge pull request #3706 from erickt/str-with-capacity
Tim Chevalier
-0
/
+5
2012-10-13
Implement to_managed without using an upcall function, as suggested by brson.
Gareth Daniel Smith
-9
/
+4
2012-10-13
Add an &str.to_managed method to allow creating non-constant @str values (for...
Gareth Daniel Smith
-0
/
+20
2012-10-12
Make moves explicit in core tests
Tim Chevalier
-16
/
+16
2012-10-11
Make to_str pure and fix const parameters for str-mutating functions
Tim Chevalier
-11
/
+11
2012-10-09
core::str - making StrSlice trait functions pure
Daniel Patterson
-53
/
+55
2012-10-09
libcore: add a str::with_capacity to match the fn in vec
Erick Tryzelaar
-0
/
+5
2012-10-08
libcore: include the trim methods in the StrSlice trait
Erick Tryzelaar
-0
/
+3
2012-10-08
libcore: str trim functions can be applied to &strs
Erick Tryzelaar
-0
/
+10
2012-10-04
Forbid deprecated modes again in core
Tim Chevalier
-2
/
+2
2012-10-02
Removing explicit uses of + mode
Tim Chevalier
-1
/
+1
2012-10-01
rename vec::raw::form_slice to buf_as_slice
Erick Tryzelaar
-1
/
+1
2012-10-01
Move over to calling ptr::addr_of
Tim Chevalier
-1
/
+1
2012-09-28
Add a demoded version of ptr::addr_of
Tim Chevalier
-2
/
+2
2012-09-28
Fix long line.
Graydon Hoare
-2
/
+5
2012-09-28
De-export str. Part of #3583.
Graydon Hoare
-250
/
+124
2012-09-28
demode vec
Niko Matsakis
-4
/
+4
2012-09-26
core: Fix mode warnings in str
Brian Anderson
-4
/
+4
2012-09-26
Demode vec::push (and convert to method)
Niko Matsakis
-12
/
+11
2012-09-25
Demode iter-trait
Tim Chevalier
-2
/
+2
2012-09-25
Demode Num trait and impls
Tim Chevalier
-1
/
+1
2012-09-23
Register snapshots. Remove redundant Eq impls, Makefile hacks
Brian Anderson
-81
/
+0
2012-09-23
core: Demode option
Brian Anderson
-2
/
+2
2012-09-23
Make it illegal to use modes in a fn signature with providing
Niko Matsakis
-1
/
+2
2012-09-21
De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi
Niko Matsakis
-9
/
+6
2012-09-21
libcore: De-mode str
Patrick Walton
-67
/
+84
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-1
/
+5
2012-09-20
libcore: Fix level-of-indirection problem in str::buf_as_slice
Patrick Walton
-1
/
+1
2012-09-20
rustc: Fix buf_as_slice export
Patrick Walton
-1
/
+1
2012-09-20
rustc: De-mode all overloaded operators
Patrick Walton
-5
/
+92
2012-09-19
Remove final bits of residual hokey-hash functions. Close #1616.
Graydon Hoare
-5
/
+0
2012-09-19
De-mode vec::each() and many of the str iteration routines
Niko Matsakis
-60
/
+70
2012-09-18
Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...
Niko Matsakis
-72
/
+62
2012-09-18
replace explicit calls to vec::each with vec::each_ref, partially demode str
Niko Matsakis
-62
/
+72
2012-09-18
core: Rename 'unsafe' mod to 'cast'
Brian Anderson
-21
/
+21
2012-09-18
libcore: str::unsafe::from_buf_len_nocopy => form_slice
Erick Tryzelaar
-9
/
+8
2012-09-18
Replace uses of 'unchecked' with 'unsafe'
Brian Anderson
-19
/
+19
2012-09-15
libcore: fix whitespace in str test
Erick Tryzelaar
-1
/
+1
2012-09-14
Add core::reflect, start migrating core::repr to use it. Tidy up various Repr...
Graydon Hoare
-2
/
+3
[prev]
[next]