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
/
libcore
Age
Commit message (
Expand
)
Author
Lines
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
2012-01-31
Add str::split_chars_iter and str::splitn_chars_iter
Kevin Cantu
-5
/
+59
2012-01-31
Rename str::iter_chars -> str::chars_iter
Kevin Cantu
-35
/
+6
2012-01-31
Rename str::to_chars -> str::chars
Kevin Cantu
-6
/
+13
2012-01-31
Rename str::loop_chars to str::all,
Kevin Cantu
-33
/
+7
2012-01-31
Comment fixes in str
Kevin Cantu
-17
/
+11
2012-01-31
Rename str::from_byte(s) to str::unsafe::from_byte(s),
Kevin Cantu
-41
/
+46
2012-01-30
core: Add ctypes::c_char
Brian Anderson
-1
/
+4
2012-01-30
Change all ternary ops to if/then/else
Paul Woolcock
-4
/
+4
2012-01-29
core: Remove sys::set_min_stack
Brian Anderson
-17
/
+0
2012-01-27
Merge remote-tracking branch 'killerswan/fixing_strings_2'
Brian Anderson
-26
/
+52
2012-01-27
Allow moving out of mutable unsafe pointers
Marijn Haverbeke
-0
/
+8
2012-01-26
core: Long lines
Brian Anderson
-2
/
+4
2012-01-26
rustdocs for f32.rs and f64.rs
Roland Tanglao
-245
/
+134
2012-01-26
rustc: Switch the --no-core switch to a #[no_core] attribute
Brian Anderson
-1
/
+6
2012-01-25
Change FIXME comments in str
Kevin Cantu
-2
/
+2
2012-01-25
Making str::from_cstr UTF-8 safe
Kevin Cantu
-3
/
+3
2012-01-25
Replacing str::unsafe_from_bytes with str::from_bytes (part 2)
Kevin Cantu
-2
/
+2
2012-01-25
Replacing str::unsafe_from_bytes with str::from_bytes (part 1)
Kevin Cantu
-0
/
+1
2012-01-24
Replace uses of str::unsafe_from_byte
Kevin Cantu
-3
/
+3
2012-01-24
Changed type of str::from_bytes and added str::from_byte
Kevin Cantu
-18
/
+43
2012-01-24
Reorganizing str.rs to group and document strings better (no functional chang...
Kevin Cantu
-676
/
+837
2012-01-24
core: Document the log levels
Brian Anderson
-0
/
+5
2012-01-23
Add export{} syntax to encapsulate things that should be abstract
Tim Chevalier
-3
/
+3
2012-01-23
s/fn&/fn/
Kevin Cantu
-8
/
+8
2012-01-23
Added str::from_bytes (which is UTF-8 safe)
Kevin Cantu
-0
/
+31
2012-01-23
improved test case for str::any
Kevin Cantu
-1
/
+1
2012-01-23
Added str::lines_iter
Kevin Cantu
-3
/
+27
2012-01-23
fixing indentation
Kevin Cantu
-29
/
+29
[next]