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
/
lib
/
_str.rs
Age
Commit message (
Collapse
)
Author
Lines
2011-01-03
Add _str.starts_with and ends_with.
Graydon Hoare
-0
/
+29
2010-12-21
Sort methods in object types.
Graydon Hoare
-0
/
+25
2010-11-09
Support a special const-value refcount, use it for const strings.
Graydon Hoare
-2
/
+7
2010-09-22
Reformat standard library; no code changes.
Graydon Hoare
-135
/
+136
2010-09-22
Add some basic string functions: index, rindes, find, substr, split, concat, ↵
Graydon Hoare
-0
/
+119
connect.
2010-08-24
Make _str.eq suitable for map.hashmap; add _str.hash that does simple djb-hash.
Graydon Hoare
-1
/
+12
2010-08-20
Test the buffered reader and writer in _io.
Roy Frostig
-0
/
+16
2010-08-11
Add native vec[u8] to str converter. Put in workaround for leak in str to ↵
Roy Frostig
-4
/
+31
vec[u8] converter. Add testcase exercising both. Drive-by fix a potential array-out-of-bounds write on rust_str buffers.
2010-08-06
Implement _str.len() to return the number of bytes, rename it to byte_len(),
Jeffrey Yasskin
-5
/
+10
and add a test.
2010-08-05
Mop up workarounds in stdlib no longer required as issue #93 is closed.
Graydon Hoare
-3
/
+2
2010-08-04
Add to std._io some formatter/type-specific-writer mechanism. Make a few ↵
Roy Frostig
-0
/
+19
type-specific buffered writers as wrappers of buf_writer.
2010-07-16
Ensure that functions that should return a value do; issue 41
Patrick Walton
-0
/
+1
2010-07-13
Add differently-typed refcount synonyms to _str and _vec.
Graydon Hoare
-0
/
+1
2010-07-05
Uint-ify various bits of _str and _vec, enrich _vec a bit.
Graydon Hoare
-2
/
+2
2010-06-23
Populate tree.
Graydon Hoare
-0
/
+23