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-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
2012-02-12
core: Implement foldl/r without copying the accumulator
Brian Anderson
-12
/
+18
2012-02-12
core: Add iter::foldr
Brian Anderson
-0
/
+19
2012-02-12
core: Add iter::count
Brian Anderson
-0
/
+15
2012-02-12
core: Add iter::reverse
Brian Anderson
-0
/
+10
2012-02-12
core: Add iter::min/max
Brian Anderson
-0
/
+45
2012-02-12
(core::str) comments and cleanup
Kevin Cantu
-9
/
+2
2012-02-12
(core::str) fixed replace, fixed starts_with, and added more find/contains/re...
Kevin Cantu
-5
/
+62
2012-02-12
(core::str) rename byte_len_range -> substr_len_bytes and
Kevin Cantu
-42
/
+50
2012-02-12
(core::str) rename byte_len -> len_bytes and rename char_len -> len
Kevin Cantu
-36
/
+39
2012-02-12
(core::str) move push_byte, push_bytes, pop_byte, and shift_byte into str::un...
Kevin Cantu
-65
/
+48
2012-02-12
core: Formulate all unsigned max_values as 0 - 1 for consistency
Brian Anderson
-3
/
+3
2012-02-11
core: Add min/max functions for all int types
Brian Anderson
-7
/
+31
2012-02-11
core: Make uint::min/max pure
Brian Anderson
-2
/
+2
2012-02-11
core: Fill out missing functions for basic types
Brian Anderson
-27
/
+162
2012-02-11
core: Add modules for remaining scalar types
Brian Anderson
-5
/
+29
2012-02-12
Add a test for core::str::from_cstr_len
Tomoki Aonuma
-0
/
+8
2012-02-12
Implement core::str::from_cstr_len, close #1666
Tomoki Aonuma
-0
/
+19
2012-02-11
core: Change the argument order for vec::contains, vec::count
Brian Anderson
-2
/
+2
2012-02-11
core: Rename vec::member to vec::contains to match str mod
Brian Anderson
-2
/
+2
2012-02-11
Merge pull request #1812 from killerswan/indexing2
Brian Anderson
-33
/
+96
2012-02-11
(core::str) removed [r]index_byte
Kevin Cantu
-44
/
+0
2012-02-11
(core::char) export is_digit
Kevin Cantu
-1
/
+1
[prev]
[next]