| Age | Commit message (Expand) | Author | Lines |
| 2012-03-10 | core Remove vec::enum_chars/uint. Closes #1955 | Brian Anderson | -22/+0 |
| 2012-03-10 | core: Rename vec::tail_n to vec::tailn to match other fns | Brian Anderson | -2/+2 |
| 2012-03-10 | core: Clean up comments and exports | Brian Anderson | -0/+72 |
| 2012-03-09 | core: Convert to rustdoc | Brian Anderson | -403/+150 |
| 2012-03-08 | Rename last to last_opt, last_unsafe to last | Tim Chevalier | -16/+13 |
| 2012-03-08 | Rename last_total to last_unsafe | Tim Chevalier | -5/+6 |
| 2012-03-07 | add mutability annotations to libcore | Niko Matsakis | -49/+51 |
| 2012-03-05 | rewrite vec to be more unsafe, more inlined | Niko Matsakis | -2/+17 |
| 2012-03-02 | First cut at consolidated core::os module built on core::libc. | Graydon Hoare | -0/+4 |
| 2012-03-02 | core: Remove _mut functions from vec | Brian Anderson | -86/+20 |
| 2012-02-29 | core: Change a number of arguments in vec to const vecs | Brian Anderson | -31/+32 |
| 2012-02-28 | libcore: Remove vec::to_ptr in favor of vec::unsafe::to_ptr. Closes #1829. | Patrick Walton | -11/+4 |
| 2012-02-28 | add #[inline] to vec::iter | Niko Matsakis | -0/+1 |
| 2012-02-27 | Add libc module to libcore and utility file to help generate it. | Graydon Hoare | -7/+2 |
| 2012-02-24 | Encode/decode AST into metadata, re-instantiate inlined items | Niko Matsakis | -1/+0 |
| 2012-02-22 | Remove preconditions from libraries | Marijn Haverbeke | -12/+8 |
| 2012-02-20 | core: New task API | Brian Anderson | -8/+2 |
| 2012-02-17 | core: Make vec::push faster | Brian Anderson | -2/+3 |
| 2012-02-17 | Clean up some of trans using block combinators | Marijn Haverbeke | -4/+1 |
| 2012-02-14 | Add [X].len() to core, use it in trans modules | Marijn Haverbeke | -0/+3 |
| 2012-02-11 | core: Change the argument order for vec::contains, vec::count | Brian Anderson | -2/+2 |
| 2012-02-11 | core: Rename vec::member to vec::contains to match str mod | Brian Anderson | -2/+2 |
| 2012-02-07 | Make process-spawning take environments and working directories, remove procs... | Graydon Hoare | -0/+12 |
| 2012-02-05 | Merge remote-tracking branch 'erickt/master' | Brian Anderson | -22/+449 |
| 2012-02-01 | Remove remaining references to option::t outside option itself | Tim Chevalier | -7/+7 |
| 2012-02-01 | core: Ignore should_fail tests on win32 | Brian Anderson | -0/+1 |
| 2012-02-01 | Make vec::pop efficient | Marijn Haverbeke | -13/+4 |
| 2012-01-28 | Adding a function to concatanate vectors with a separator | Erick Tryzelaar | -0/+22 |
| 2012-01-28 | core: Flesh out vec find functions. | Erick Tryzelaar | -3/+125 |
| 2012-01-28 | core: add vec spliting functions. | Erick Tryzelaar | -0/+146 |
| 2012-01-28 | core: add (,r)position(,_from) functions | Erick Tryzelaar | -3/+137 |
| 2012-01-28 | core: rename vec::position* functions | Erick Tryzelaar | -17/+20 |
| 2012-01-27 | Allow moving out of mutable unsafe pointers | Marijn Haverbeke | -0/+8 |
| 2012-01-23 | Added str::any, str::bytes_iter, str::windowed, and vec::windowed functions | Kevin Cantu | -0/+33 |
| 2012-01-23 | s/block()/fn()/g | Niko Matsakis | -20/+20 |
| 2012-01-21 | issue #1352: change param order on vec::init_elt, putting block in final posi... | Graham Fawcett | -4/+4 |
| 2012-01-21 | fix #1352: change param order on vec::init_fn (and vec::init_fn_mut), putting... | Graham Fawcett | -6/+6 |
| 2012-01-19 | Remove support for the '.' after a nullary tag in a pattern | Tim Chevalier | -1/+1 |
| 2012-01-19 | Use ctypes in native function declarations | Haitao Li | -3/+3 |
| 2012-01-17 | libcore: Move core tests into libcore | Brian Anderson | -0/+518 |
| 2012-01-11 | Major clean-up of std::io | Marijn Haverbeke | -9/+8 |
| 2012-01-06 | Merge pull request #1450 from erickt/master | Graydon Hoare | -1/+94 |
| 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-05 | Switch to new param kind bound syntax | Marijn Haverbeke | -29/+29 |
| 2012-01-04 | Properly typecheck and compile invocations of generic methods. | Marijn Haverbeke | -0/+11 |
| 2011-12-19 | libcore: add vec push. | Erick Tryzelaar | -0/+9 |
| 2011-12-19 | libcore: Add vec any2 and all2 functions. | Erick Tryzelaar | -0/+33 |
| 2011-12-16 | Merge pull request #1317 from boggle/fix1315 | Graydon Hoare | -3/+3 |
| 2011-12-16 | core: marked fns as pure where possible | Stefan Plantikow | -3/+3 |