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
Age
Commit message (
Expand
)
Author
Lines
2012-02-23
(core::str) add index, index_from, rindex which return byte positions of char...
Kevin Cantu
-15
/
+76
2012-02-23
(core::str) add a safe byte slice and maybe_slice ++
Kevin Cantu
-1
/
+1
2012-02-23
(core::str) add a safe byte slice and maybe_slice
Kevin Cantu
-0
/
+77
2012-02-23
(core::char) rename slice -> slice_chars
Kevin Cantu
-15
/
+15
2012-02-23
(core::str) rename rindex -> rindex_chars
Kevin Cantu
-8
/
+8
2012-02-23
(core::str) rename index -> index_chars
Kevin Cantu
-9
/
+7
2012-02-23
(core::str) make len an alias for len_bytes ++
Kevin Cantu
-2
/
+2
2012-02-23
(core::str) make len an alias for len_bytes
Kevin Cantu
-4
/
+2
2012-02-23
(core::str) mostly rename len -> len_chars
Kevin Cantu
-19
/
+21
2012-02-22
Fix uint/u64 confusion
Marijn Haverbeke
-1
/
+1
2012-02-22
Make the various from_str functions return options
Marijn Haverbeke
-236
/
+158
2012-02-22
Add core::to_str module
Marijn Haverbeke
-0
/
+96
2012-02-22
Remove preconditions from libraries
Marijn Haverbeke
-19
/
+10
2012-02-21
core: Fix unused variable warning
Brian Anderson
-1
/
+1
2012-02-21
core: Fix to_str_exact for floats with no decimal component
Brian Anderson
-1
/
+7
2012-02-21
core: Add option::unwrap
Brian Anderson
-0
/
+51
2012-02-21
core: Resolve a FIXME in str module
Brian Anderson
-3
/
+6
2012-02-20
core: Remove a useless test from option mod
Brian Anderson
-3
/
+0
2012-02-20
core: New task API
Brian Anderson
-427
/
+774
2012-02-18
core: Export future mod
Brian Anderson
-1
/
+2
2012-02-18
core: Define futures in terms of local functions, of which port::recv is one ...
Brian Anderson
-20
/
+43
2012-02-18
Merge pull request #1860 from erickt/master
Brian Anderson
-46
/
+94
2012-02-17
core: Make vec::push faster
Brian Anderson
-2
/
+3
2012-02-17
Clean up some of trans using block combinators
Marijn Haverbeke
-4
/
+1
2012-02-17
Add a win32-ignore attribute to a should-fail test.
Graydon Hoare
-0
/
+1
2012-02-16
core: add str::find_from.
Erick Tryzelaar
-7
/
+46
2012-02-16
core: rewrite str::byte_index to use vec functions
Erick Tryzelaar
-7
/
+14
2012-02-16
core: slim down str.rs by importing some and none.
Erick Tryzelaar
-34
/
+36
2012-02-16
core: Add comm::select2
Brian Anderson
-1
/
+121
2012-02-15
Rewrite exhaustiveness checker
Marijn Haverbeke
-3
/
+4
2012-02-15
Fix bad line printing for parse errors
Marijn Haverbeke
-0
/
+14
2012-02-14
core: Add core::future
Brian Anderson
-1
/
+157
2012-02-14
core: Add comm::peek for looking into the message queue
Brian Anderson
-0
/
+16
2012-02-14
Merge pull request #1831 from killerswan/str_fixes
Brian Anderson
-50
/
+90
2012-02-14
Add [X].len() to core, use it in trans modules
Marijn Haverbeke
-1
/
+5
2012-02-13
Merge pull request #1827 from uasi/from-cstr
Graydon Hoare
-15
/
+13
2012-02-13
(core::str) more test cases
Kevin Cantu
-1
/
+7
2012-02-13
(core::str) added FIXME comment
Kevin Cantu
-0
/
+2
2012-02-13
(core::str) rename find_chars -> find
Kevin Cantu
-64
/
+37
2012-02-13
(core::str) add find_bytes and export it...
Kevin Cantu
-12
/
+21
2012-02-13
(core::str) add find_chars and b2c_pos functions
Kevin Cantu
-0
/
+50
2012-02-13
(core::str) use slice_bytes in starts_with for a little bit less string trave...
Kevin Cantu
-4
/
+4
2012-02-12
core: Add iter::filter_map
Brian Anderson
-0
/
+25
2012-02-12
core: Add iterable implementation for strings
Brian Anderson
-0
/
+6
2012-02-12
core: Rename iter::reverse to iter::reversed for consistency with vec mod
Brian Anderson
-4
/
+4
2012-02-12
core: Add abs functions for signed integer types
Brian Anderson
-0
/
+25
2012-02-12
core: Add compl functions for the rest of the integer types
Brian Anderson
-1
/
+46
2012-02-13
from_cstr and from_cstr_len are not unsafe, I think
Tomoki Aonuma
-2
/
+2
2012-02-13
core::str::from_cstr uses from_cstr_len
Tomoki Aonuma
-3
/
+1
2012-02-13
Avoid extra memory allocations in core::str::from_cstr_len
Tomoki Aonuma
-10
/
+10
[prev]
[next]