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
/
libcore
/
str.rs
Age
Commit message (
Expand
)
Author
Lines
2012-08-30
libcore: str::push_char should use str::unsafe::set_len.
Erick Tryzelaar
-6
/
+1
2012-08-30
Change str : Eq to use memcmp.
Graydon Hoare
-11
/
+11
2012-08-30
libcore: Fix test issues harder
Patrick Walton
-1
/
+1
2012-08-30
libcore: Fix test issues
Patrick Walton
-4
/
+4
2012-08-29
rustc: Make `<=`, `>=`, and `>` use traits as well
Patrick Walton
-1
/
+42
2012-08-29
libcore: Fix build breakage
Patrick Walton
-1
/
+1
2012-08-29
rustc: Make `<` and `=` into traits
Patrick Walton
-6
/
+32
2012-08-29
core: Demode int/uint mods
Brian Anderson
-1
/
+1
2012-08-27
libcore: Replace a bunch of "== None" with ".is_none()".
Patrick Walton
-4
/
+4
2012-08-27
libcore: Implement Eq for string types
Patrick Walton
-0
/
+25
2012-08-27
libcore: fix indention.
Erick Tryzelaar
-74
/
+74
2012-08-26
Camel case the option type
Brian Anderson
-61
/
+61
2012-08-25
libcore: Add some methods to make working with string slices easier
Patrick Walton
-0
/
+56
2012-08-23
wrap long line
Niko Matsakis
-1
/
+2
2012-08-23
libcore: Add from_buf_len_nocopy
Patrick Walton
-0
/
+8
2012-08-23
Rename str::bytes to str::to_bytes
Tim Chevalier
-3
/
+3
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-4
/
+4
2012-08-20
Add PosixPath to path2. Add path2 to core build. Add dot/dotdot-normalizing.
Graydon Hoare
-0
/
+1
2012-08-15
Convert more core types to camel case
Brian Anderson
-7
/
+7
2012-08-15
Expunge match checks
Tim Chevalier
-4
/
+6
2012-08-14
Convert more core types to camel case
Brian Anderson
-1
/
+1
2012-08-14
Add a map::str_slice_map constructor to libstd.
Graydon Hoare
-0
/
+1
2012-08-13
Stop parsing old operator overloading syntax
Brian Anderson
-6
/
+0
2012-08-08
Convert impls to new syntax
Brian Anderson
-3
/
+3
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-8
/
+8
2012-08-05
Switch alts to use arrows
Brian Anderson
-31
/
+29
2012-08-02
De-duplicate core::hash some, refactor the traits.
Graydon Hoare
-4
/
+2
2012-08-02
Remove modes from map API and replace with regions.
Niko Matsakis
-30
/
+34
2012-08-01
Convert ret to return
Brian Anderson
-68
/
+68
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-4
/
+4
2012-07-28
core: More magic to make core build with --test
Brian Anderson
-1
/
+2
2012-07-27
core: Trait-ify various overloaded operators
Patrick Walton
-1
/
+7
2012-07-25
More purity to make it easier to borrow strings in format strings.
Eric Holk
-4
/
+4
2012-07-25
Allow logging slices
Eric Holk
-0
/
+4
2012-07-24
Add core::hash containing SipHash-2-4 implementation. Re: #1616 and #859.
Graydon Hoare
-5
/
+4
2012-07-24
Update some str functions to slices, merge as_buf and unpack_slice.
Graydon Hoare
-77
/
+70
2012-07-18
iterate only over immutable vectors; use newer region notation
Niko Matsakis
-7
/
+7
2012-07-17
rustc: Implement and enforce instance coherence
Patrick Walton
-1
/
+3
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-513
/
+515
2012-07-13
Make push_str overallocate. Use it in some places that were still doing +=.
Michael Sullivan
-2
/
+19
2012-07-11
core: Newtype a bunch of types in libcore
Patrick Walton
-2
/
+36
2012-07-06
Move string append to libraries. Closes #2710.
Michael Sullivan
-11
/
+47
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-766
/
+745
2012-07-03
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
Graydon Hoare
-4
/
+4
2012-07-02
Merge remote-tracking branch 'Dretch/prettydocs'
Brian Anderson
-6
/
+48
2012-07-01
Convert to new closure syntax
Brian Anderson
-67
/
+66
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-30
/
+30
2012-06-30
initial draft of fix for issue #2498:
Gareth Daniel Smith
-6
/
+48
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-131
/
+131
2012-06-27
Removed pretty much all the vector+ from core (issue #2719)
Eric Holk
-15
/
+16
[prev]
[next]