| Age | Commit message (Expand) | Author | Lines |
| 2012-01-18 | Remove '.' after nullary tags in patterns | Tim Chevalier | -29/+29 |
| 2012-01-19 | Use ctypes in native function declarations | Haitao Li | -10/+10 |
| 2012-01-17 | libcore: Move core tests into libcore | Brian Anderson | -0/+1990 |
| 2012-01-17 | build: Start running libcore tests | Brian Anderson | -0/+7 |
| 2012-01-17 | Merge pull request #1554 from rtanglao/master | Graydon Hoare | -267/+165 |
| 2012-01-17 | Remove un-needed < | Roland Tanglao | -3/+3 |
| 2012-01-17 | libcore: Remove bogus FIXME from core::tuple | Brian Anderson | -1/+0 |
| 2012-01-17 | libstd => libcore | Lenny222 | -0/+30 |
| 2012-01-16 | Forgot to add some spaces before backslashes | Roland Tanglao | -9/+9 |
| 2012-01-16 | add spaces before newlines in rustdocs | Roland Tanglao | -40/+40 |
| 2012-01-16 | convert comments to rustdocs for box, char, comm and cytpes.rs | Roland Tanglao | -267/+165 |
| 2012-01-16 | Make str::replace smarter. | Josh Matthews | -2/+7 |
| 2012-01-16 | add lgamma functions for FreeBSD | Jyun-Yan You | -0/+2 |
| 2012-01-15 | Added string functions: split_func, split_char, lines, lines_any, words, | Kevin Cantu | -9/+97 |
| 2012-01-14 | libcore: Add sys::set_min_stack | Brian Anderson | -0/+17 |
| 2012-01-14 | libcore: Remove void declaration from comm::rustrt | Brian Anderson | -1/+0 |
| 2012-01-14 | libcore: Make ctypes::void an unconstructable, undestructurable tag | Brian Anderson | -5/+20 |
| 2012-01-13 | libcore: Add task::try | Brian Anderson | -0/+25 |
| 2012-01-13 | libcore: Add core::logging::console_on/off functions | Brian Anderson | -1/+28 |
| 2012-01-13 | make "native fn" the type for bare functions, remove fn exprs | Niko Matsakis | -1/+1 |
| 2012-01-13 | deprecate fn exprs and the fn() type, preferring fn@ and native fn | Niko Matsakis | -5/+5 |
| 2012-01-12 | libcore: Add sys::set_exit_status | Brian Anderson | -0/+13 |
| 2012-01-11 | libcore: Fix long lines | Brian Anderson | -2/+4 |
| 2012-01-11 | make rustdocs more terse for bool.rs where it is obvious to programmers as pe... | Roland Tanglao | -45/+13 |
| 2012-01-11 | Change doc comments to rustdoc in bool.rs | Roland Tanglao | -83/+73 |
| 2012-01-11 | Major clean-up of std::io | Marijn Haverbeke | -9/+8 |
| 2012-01-11 | add a log_str() function and allow '%?' in fmt strings to use it | Niko Matsakis | -0/+12 |
| 2012-01-09 | add rust_task_is_unwinding predicate and do not kill if already unwinding | Niko Matsakis | -1/+13 |
| 2012-01-09 | libcore: add longlong and ulonglong types. | Erick Tryzelaar | -0/+14 |
| 2012-01-09 | change spawn_connected argument to copy mode | Niko Matsakis | -1/+1 |
| 2012-01-09 | Remove leftover comm.rs in std | Marijn Haverbeke | -2/+0 |
| 2012-01-09 | Fix typo in example in libcore docs | Marijn Haverbeke | -1/+1 |
| 2012-01-08 | Declare MIT license in crate attributes, not BSD | Brian Anderson | -1/+1 |
| 2012-01-08 | add spawn_connected | Niko Matsakis | -13/+47 |
| 2012-01-08 | make spawned fn copy mode so that bare fns can be used | Niko Matsakis | -2/+25 |
| 2012-01-07 | core: Update task spawning example | Brian Anderson | -3/+3 |
| 2012-01-06 | rewrite to use old C++-based mechanism | Niko Matsakis | -3/+20 |
| 2012-01-06 | simplify task impl | Niko Matsakis | -127/+53 |
| 2012-01-06 | Merge pull request #1450 from erickt/master | Graydon Hoare | -1/+187 |
| 2012-01-06 | Fix bug in method type parameter passing | Marijn Haverbeke | -0/+10 |
| 2012-01-06 | libcore: add [u8] helper functions to vec. | Erick Tryzelaar | -1/+94 |
| 2012-01-06 | libcore: add a trivial uint hash function. | Erick Tryzelaar | -0/+7 |
| 2012-01-06 | libcore: Add binop functions to u32 and u64 | Erick Tryzelaar | -0/+86 |
| 2012-01-05 | libcore: Use correct link name for lgamma_r on win32 | Brian Anderson | -0/+5 |
| 2012-01-05 | Attempt to fix build breakage due to lgammaf_r having two leading underscores... | Graydon Hoare | -0/+8 |
| 2012-01-05 | Merge branch 'master' into kmath | Stefan Plantikow | -59/+59 |
| 2012-01-05 | Moved generic float::min, max to core::math and cleaned up some imports | Stefan Plantikow | -15/+34 |
| 2012-01-05 | Merge branch 'master' into kmath | Stefan Plantikow | -28/+49 |
| 2012-01-05 | Switch to new param kind bound syntax | Marijn Haverbeke | -59/+59 |
| 2012-01-05 | added preliminary support for per-architecture generation of math constants (... | Stefan Plantikow | -23/+124 |