summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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
2012-01-19lib: ';' to ',' in enums in more placesPatrick Walton-4/+4
2012-01-19lib: ";" to "," in enumsPatrick Walton-37/+37
2012-01-19libcore: "tag" -> "enum"Patrick Walton-20/+20
2012-01-19Remove support for the '.' after a nullary tag in a patternTim Chevalier-1/+1
2012-01-18Remove '.' after nullary tags in patternsTim Chevalier-29/+29
2012-01-19Use ctypes in native function declarationsHaitao Li-10/+10
2012-01-17libcore: Move core tests into libcoreBrian Anderson-0/+1990
2012-01-17build: Start running libcore testsBrian Anderson-0/+7
2012-01-17Merge pull request #1554 from rtanglao/masterGraydon Hoare-267/+165
2012-01-17Remove un-needed <Roland Tanglao-3/+3
2012-01-17libcore: Remove bogus FIXME from core::tupleBrian Anderson-1/+0
2012-01-17libstd => libcoreLenny222-0/+30
2012-01-16Forgot to add some spaces before backslashesRoland Tanglao-9/+9
2012-01-16add spaces before newlines in rustdocsRoland Tanglao-40/+40
2012-01-16convert comments to rustdocs for box, char, comm and cytpes.rsRoland Tanglao-267/+165
2012-01-16Make str::replace smarter.Josh Matthews-2/+7
2012-01-16add lgamma functions for FreeBSDJyun-Yan You-0/+2
2012-01-15Added string functions: split_func, split_char, lines, lines_any, words,Kevin Cantu-9/+97
2012-01-14libcore: Add sys::set_min_stackBrian Anderson-0/+17
2012-01-14libcore: Remove void declaration from comm::rustrtBrian Anderson-1/+0
2012-01-14libcore: Make ctypes::void an unconstructable, undestructurable tagBrian Anderson-5/+20
2012-01-13libcore: Add task::tryBrian Anderson-0/+25
2012-01-13libcore: Add core::logging::console_on/off functionsBrian Anderson-1/+28
2012-01-13make "native fn" the type for bare functions, remove fn exprsNiko Matsakis-1/+1
2012-01-13deprecate fn exprs and the fn() type, preferring fn@ and native fnNiko Matsakis-5/+5
2012-01-12libcore: Add sys::set_exit_statusBrian Anderson-0/+13
2012-01-11libcore: Fix long linesBrian Anderson-2/+4
2012-01-11make rustdocs more terse for bool.rs where it is obvious to programmers as pe...Roland Tanglao-45/+13