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-11
(core::str) added rindex and rewrote pop_char with char_range_at_reverse
Kevin Cantu
-13
/
+91
2012-02-11
using str::index...
Kevin Cantu
-1
/
+1
2012-02-11
core::str: added index (char)
Kevin Cantu
-0
/
+27
2012-02-11
core::str rename [r]index -> [r]index_bytes
Kevin Cantu
-10
/
+12
2012-02-11
core: added char::is_digit (matching Nd, Nl, No)
Kevin Cantu
-1
/
+19
2012-02-11
core: added a rough char::is_ascii
Kevin Cantu
-0
/
+11
2012-02-12
Fix typo in either.rs
Tomoki Aonuma
-1
/
+1
2012-02-10
put serializer into the build and encode full item paths
Niko Matsakis
-0
/
+23
2012-02-09
core: Use rust_task_config_notify instead of twiddling rust_task's innards
Brian Anderson
-12
/
+4
2012-02-09
Merge pull request #1794 from matricks/bugfix
Brian Anderson
-1
/
+1
2012-02-09
fixed memmove. were using memcpy due to copy paste error
Magnus Auvinen
-1
/
+1
2012-02-09
Increase precedence of as operator
Marijn Haverbeke
-18
/
+23
2012-02-08
core: Add a test for blocking in native code
Brian Anderson
-0
/
+68
2012-02-08
core: Add task::spawn_sched
Brian Anderson
-5
/
+98
2012-02-08
core: add str::as_bytes function
Erick Tryzelaar
-20
/
+31
2012-02-07
core: Export floor functions
Brian Anderson
-3
/
+3
2012-02-07
Make process-spawning take environments and working directories, remove procs...
Graydon Hoare
-10
/
+16
2012-02-07
core: Use substr in extfmt instead of slice_bytes
Brian Anderson
-2
/
+1
2012-02-07
core: add str::splitn_char and fix str::splitn_char_iter
Kevin Cantu
-8
/
+48
2012-02-07
core: make str::substr use char positions (and replace other uses)
Kevin Cantu
-27
/
+29
2012-02-07
String split renaming:
Kevin Cantu
-127
/
+169
2012-02-07
core: Whitespace policia
Brian Anderson
-6
/
+13
2012-02-07
added some documentation and made the memcpy and memmove unsafe
Magnus Auvinen
-2
/
+4
2012-02-07
made leak an intrinsic to avoid a c-call. added memmove and memcpy intrinsics
Magnus Auvinen
-5
/
+27
2012-02-05
core: Implement str::escape with str::chars_iter.
Erick Tryzelaar
-1
/
+1
2012-02-05
core: Resolve some FIXMEs
Brian Anderson
-22
/
+12
2012-02-05
Merge remote-tracking branch 'erickt/master'
Brian Anderson
-22
/
+449
2012-02-05
Adding str::reserve
Kevin Cantu
-0
/
+10
2012-02-03
Fix byte_len in char_len_range to be what it is advertised.
Kevin Atkinson
-3
/
+3
2012-02-03
core: rename str::lteq to str::le
Tom Lee
-7
/
+7
2012-02-03
Remove experimental GC code
Marijn Haverbeke
-10
/
+0
2012-02-02
rt: Remove task pinning. Does nothing
Brian Anderson
-19
/
+0
2012-02-02
rt: Rename task_sleep intrinsic to task_yield. Remove usec param
Brian Anderson
-24
/
+6
2012-02-01
Rename str::char_slice -> str::slice
Kevin Cantu
-17
/
+17
2012-02-01
Make the tests work, too
Kevin Cantu
-3
/
+9
2012-02-01
Rename (again) str::unsafe::slice -> str::unsafe::slice_bytes and
Kevin Cantu
-60
/
+12
2012-02-01
Stop exporting str::slice and str::safe_slice (use unsafe instead)
Kevin Cantu
-2
/
+2
2012-02-01
Make it work 1
Kevin Cantu
-6
/
+8
2012-02-01
Copy str::slice -> str::unsafe::slice (and unsafe_slice)
Kevin Cantu
-3
/
+46
2012-02-01
Actually export the str::unsafe module for now
Kevin Cantu
-1
/
+3
2012-02-01
make boxes self-describing (fixes #1493)" (take 2)
Niko Matsakis
-2
/
+0
2012-02-01
Revert "make boxes self-describing (fixes #1493)" until a new
Niko Matsakis
-0
/
+2
2012-02-01
make boxes self-describing (fixes #1493)
Niko Matsakis
-2
/
+0
2012-02-01
Remove remaining references to option::t outside option itself
Tim Chevalier
-12
/
+12
2012-02-01
core: Ignore should_fail tests on win32
Brian Anderson
-0
/
+3
2012-02-01
Make vec::pop efficient
Marijn Haverbeke
-13
/
+4
2012-02-01
Remove native types from stdlib
Marijn Haverbeke
-12
/
+6
2012-01-31
add iter library in preliminary form (limited syntactic support)
Niko Matsakis
-2
/
+173
2012-01-31
Change option::t to option
Tim Chevalier
-2
/
+2
2012-01-31
Re-implementing str::to_upper and str::to_lower using str::map
Kevin Cantu
-16
/
+11
[prev]
[next]