summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2012-01-31Add str::split_chars_iter and str::splitn_chars_iterKevin Cantu-5/+59
2012-01-31Rename str::iter_chars -> str::chars_iterKevin Cantu-35/+6
2012-01-31Rename str::to_chars -> str::charsKevin Cantu-6/+13
2012-01-31Rename str::loop_chars to str::all,Kevin Cantu-33/+7
2012-01-31Comment fixes in strKevin Cantu-17/+11
2012-01-31Rename str::from_byte(s) to str::unsafe::from_byte(s),Kevin Cantu-41/+46
2012-01-30core: Add ctypes::c_charBrian Anderson-1/+4
2012-01-30Change all ternary ops to if/then/elsePaul Woolcock-4/+4
2012-01-29core: Remove sys::set_min_stackBrian Anderson-17/+0
2012-01-28Adding a function to concatanate vectors with a separatorErick Tryzelaar-0/+22
2012-01-28core: Flesh out vec find functions.Erick Tryzelaar-3/+125
2012-01-28core: add vec spliting functions.Erick Tryzelaar-0/+146
2012-01-28core: add (,r)position(,_from) functionsErick Tryzelaar-3/+137
2012-01-28core: rename vec::position* functionsErick Tryzelaar-17/+20
2012-01-27Merge remote-tracking branch 'killerswan/fixing_strings_2'Brian Anderson-26/+52
2012-01-27Allow moving out of mutable unsafe pointersMarijn Haverbeke-0/+8
2012-01-26core: Long linesBrian Anderson-2/+4
2012-01-26rustdocs for f32.rs and f64.rsRoland Tanglao-245/+134
2012-01-26rustc: Switch the --no-core switch to a #[no_core] attributeBrian Anderson-1/+6
2012-01-25Change FIXME comments in strKevin Cantu-2/+2
2012-01-25Making str::from_cstr UTF-8 safeKevin Cantu-3/+3
2012-01-25Replacing str::unsafe_from_bytes with str::from_bytes (part 2)Kevin Cantu-2/+2
2012-01-25Replacing str::unsafe_from_bytes with str::from_bytes (part 1)Kevin Cantu-0/+1
2012-01-24Replace uses of str::unsafe_from_byteKevin Cantu-3/+3
2012-01-24Changed type of str::from_bytes and added str::from_byteKevin Cantu-18/+43
2012-01-24Reorganizing str.rs to group and document strings better (no functional chang...Kevin Cantu-676/+837
2012-01-24core: Document the log levelsBrian Anderson-0/+5
2012-01-23Add export{} syntax to encapsulate things that should be abstractTim Chevalier-3/+3
2012-01-23s/fn&/fn/Kevin Cantu-8/+8
2012-01-23Added str::from_bytes (which is UTF-8 safe)Kevin Cantu-0/+31
2012-01-23improved test case for str::anyKevin Cantu-1/+1
2012-01-23Added str::lines_iterKevin Cantu-3/+27
2012-01-23fixing indentationKevin Cantu-29/+29
2012-01-23Added str::words_iterKevin Cantu-2/+34
2012-01-23Added str::any, str::bytes_iter, str::windowed, and vec::windowed functionsKevin Cantu-7/+158
2012-01-23Added str::map and str::all functionsKevin Cantu-1/+43
2012-01-23s/block()/fn()/gNiko Matsakis-36/+36
2012-01-23core: Format comm docs correctlyBrian Anderson-16/+20
2012-01-23core: Write docs that format correctly in markdown or pandocBrian Anderson-4/+2
2012-01-23core: More doc tweaksBrian Anderson-5/+5
2012-01-23core: Reformat the crate docs to look nicerBrian Anderson-14/+14
2012-01-23wipBrian Anderson-5/+7
2012-01-23core: Add crate docsBrian Anderson-0/+16
2012-01-22core: Reexport all the imports in f32/64Brian Anderson-0/+31
2012-01-21issue #1352: change param order on {std,core}::extfmt::str_init_elt to mirror...Graham Fawcett-4/+4
2012-01-21issue #1352: change param order on vec::init_elt, putting block in final posi...Graham Fawcett-5/+5
2012-01-21fix #1352: change param order on vec::init_fn (and vec::init_fn_mut), putting...Graham Fawcett-6/+6
2012-01-21core: Shuffle around a #fmt testBrian Anderson-9/+0
2012-01-21[core] extfmt: support %% to escape a %Elly Jones-1/+12
2012-01-19Additional ; to , changes, disable "tag" and ";" in parser. Close #1430. Clos...Graydon Hoare-4/+4