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-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
2012-01-23
Added str::words_iter
Kevin Cantu
-2
/
+34
2012-01-23
Added str::any, str::bytes_iter, str::windowed, and vec::windowed functions
Kevin Cantu
-7
/
+158
2012-01-23
Added str::map and str::all functions
Kevin Cantu
-1
/
+43
2012-01-23
s/block()/fn()/g
Niko Matsakis
-36
/
+36
2012-01-23
core: Format comm docs correctly
Brian Anderson
-16
/
+20
2012-01-23
core: Write docs that format correctly in markdown or pandoc
Brian Anderson
-4
/
+2
2012-01-23
core: More doc tweaks
Brian Anderson
-5
/
+5
2012-01-23
core: Reformat the crate docs to look nicer
Brian Anderson
-14
/
+14
2012-01-23
wip
Brian Anderson
-5
/
+7
2012-01-23
core: Add crate docs
Brian Anderson
-0
/
+16
2012-01-22
core: Reexport all the imports in f32/64
Brian Anderson
-0
/
+31
2012-01-21
issue #1352: change param order on {std,core}::extfmt::str_init_elt to mirror...
Graham Fawcett
-4
/
+4
2012-01-21
issue #1352: change param order on vec::init_elt, putting block in final posi...
Graham Fawcett
-5
/
+5
2012-01-21
fix #1352: change param order on vec::init_fn (and vec::init_fn_mut), putting...
Graham Fawcett
-6
/
+6
2012-01-21
core: Shuffle around a #fmt test
Brian Anderson
-9
/
+0
[next]