about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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
2012-01-11Change doc comments to rustdoc in bool.rsRoland Tanglao-83/+73
2012-01-11Major clean-up of std::ioMarijn Haverbeke-9/+8
2012-01-11add a log_str() function and allow '%?' in fmt strings to use itNiko Matsakis-0/+12
2012-01-09add rust_task_is_unwinding predicate and do not kill if already unwindingNiko Matsakis-1/+13
2012-01-09libcore: add longlong and ulonglong types.Erick Tryzelaar-0/+14
2012-01-09change spawn_connected argument to copy modeNiko Matsakis-1/+1
2012-01-09Remove leftover comm.rs in stdMarijn Haverbeke-2/+0
2012-01-09Fix typo in example in libcore docsMarijn Haverbeke-1/+1
2012-01-08Declare MIT license in crate attributes, not BSDBrian Anderson-1/+1
2012-01-08add spawn_connectedNiko Matsakis-13/+47
2012-01-08make spawned fn copy mode so that bare fns can be usedNiko Matsakis-2/+25
2012-01-07core: Update task spawning exampleBrian Anderson-3/+3
2012-01-06rewrite to use old C++-based mechanismNiko Matsakis-3/+20
2012-01-06simplify task implNiko Matsakis-127/+53
2012-01-06Merge pull request #1450 from erickt/masterGraydon Hoare-1/+187
2012-01-06Fix bug in method type parameter passingMarijn Haverbeke-0/+10
2012-01-06libcore: add [u8] helper functions to vec.Erick Tryzelaar-1/+94
2012-01-06libcore: add a trivial uint hash function.Erick Tryzelaar-0/+7
2012-01-06libcore: Add binop functions to u32 and u64Erick Tryzelaar-0/+86
2012-01-05libcore: Use correct link name for lgamma_r on win32Brian Anderson-0/+5
2012-01-05Attempt to fix build breakage due to lgammaf_r having two leading underscores...Graydon Hoare-0/+8
2012-01-05Merge branch 'master' into kmathStefan Plantikow-59/+59
2012-01-05Moved generic float::min, max to core::math and cleaned up some importsStefan Plantikow-15/+34
2012-01-05Merge branch 'master' into kmathStefan Plantikow-28/+49
2012-01-05Switch to new param kind bound syntaxMarijn Haverbeke-59/+59
2012-01-05added preliminary support for per-architecture generation of math constants (...Stefan Plantikow-23/+124