| Age | Commit message (Expand) | Author | Lines |
| 2012-01-31 | Change option::t to option | Tim Chevalier | -2/+2 |
| 2012-01-29 | core: Remove sys::set_min_stack | Brian Anderson | -4/+0 |
| 2012-01-25 | Replacing str::unsafe_from_bytes with str::from_bytes (part 1) | Kevin Cantu | -1/+1 |
| 2012-01-23 | s/block()/fn()/g | Niko Matsakis | -1/+1 |
| 2012-01-23 | add msgsend.rs to benchmarks | Niko Matsakis | -0/+60 |
| 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 | -3/+3 |
| 2012-01-19 | rustc: Make the pretty printer output commas after enum variants. Update all ... | Patrick Walton | -6/+6 |
| 2012-01-19 | test: "tag" -> "enum" in bench | Patrick Walton | -7/+7 |
| 2012-01-19 | Remove support for the '.' after a nullary tag in a pattern | Tim Chevalier | -4/+4 |
| 2012-01-18 | Remove '.' after nullary tags in patterns | Tim Chevalier | -18/+18 |
| 2012-01-14 | bench: Lower the default inputs on many shootout benchmarks | Brian Anderson | -5/+5 |
| 2012-01-14 | bench: Update shootout-nbody for style | Brian Anderson | -22/+20 |
| 2012-01-14 | bench: Update fannkuchredux for style | Brian Anderson | -5/+11 |
| 2012-01-14 | bench: Update shootout-binarytrees for style | Brian Anderson | -8/+15 |
| 2012-01-14 | bench: Update shootout-ackermann for performance | Brian Anderson | -15/+14 |
| 2012-01-14 | bench: Update shootout-fibo for performance | Brian Anderson | -14/+15 |
| 2012-01-14 | bench: Update shootout-binarytrees to use unique boxes | Brian Anderson | -5/+5 |
| 2012-01-13 | make "native fn" the type for bare functions, remove fn exprs | Niko Matsakis | -2/+2 |
| 2012-01-13 | Remove tests for objs, adjust tests that use objs | Marijn Haverbeke | -10/+10 |
| 2012-01-11 | Major clean-up of std::io | Marijn Haverbeke | -29/+8 |
| 2012-01-06 | rewrite to use old C++-based mechanism | Niko Matsakis | -7/+6 |
| 2012-01-06 | update to use new spawn syntax | Niko Matsakis | -15/+15 |
| 2012-01-05 | Switch to new param kind bound syntax | Marijn Haverbeke | -19/+19 |
| 2011-12-22 | Register new snapshots, purge log_err and log_full in favour of log(...). | Graydon Hoare | -30/+30 |
| 2011-12-22 | Merge all 3 log syntaxes, tidy up residual misuses. | Graydon Hoare | -18/+18 |
| 2011-12-22 | Register snapshots and switch logging over to use of log_full or #error / #de... | Graydon Hoare | -59/+71 |
| 2011-12-20 | Revert "wip" | Brian Anderson | -60/+0 |
| 2011-12-20 | wip | Brian Anderson | -0/+60 |
| 2011-12-18 | std: getopts now uses result::t (fixes #1289) | Stefan Plantikow | -2/+5 |
| 2011-12-18 | libcore: Remove task::set_min_stack | Brian Anderson | -8/+0 |
| 2011-12-16 | implement #[nolink]; deprecate #[link_name = ""]; note in stdlib to remove em... | Graham Fawcett | -1/+1 |
| 2011-12-16 | reorder args to the various vec, option fns so blk comes last | Niko Matsakis | -2/+2 |
| 2011-12-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -67/+67 |
| 2011-12-07 | Disallow binding by-mut-ref and by-move arguments | Marijn Haverbeke | -9/+9 |
| 2011-11-20 | Added a little sudoku solver to test/bench for everone's puzzle solving needs | Stefan Plantikow | -0/+170 |
| 2011-11-18 | Update stdlib, compiler, and tests to new kind system | Marijn Haverbeke | -19/+19 |
| 2011-11-16 | Use attributes for native module ABI and link name | Haitao Li | -1/+3 |
| 2011-11-11 | Give task-perf-word-count default behavior. Closes #1172 | Brian Anderson | -18/+172 |
| 2011-11-09 | Add "cdecl" as synonym for "c-stack-cdecl" | Brian Anderson | -1/+1 |
| 2011-10-29 | stdlib: Make io failures recoverable by returning a result | Brian Anderson | -1/+2 |
| 2011-10-28 | Move to short kind kinds words in test suite | Marijn Haverbeke | -19/+19 |
| 2011-10-25 | Update our code to new type parameter kind syntax | Marijn Haverbeke | -19/+23 |
| 2011-10-24 | switch over sqrt from llvm to c-stack-cdecl, exposing a bug in | Niko Matsakis | -2/+2 |
| 2011-10-21 | Remove some semicolons after block calls | Marijn Haverbeke | -9/+9 |
| 2011-10-21 | Remove remaining uses of iter and for-each | Marijn Haverbeke | -24/+22 |
| 2011-10-20 | Remove temporary fn# syntax | Brian Anderson | -7/+7 |
| 2011-10-20 | Make fn denote a bare function. Convert fn to fn@ as needed | Brian Anderson | -2/+2 |
| 2011-10-20 | Drop the 2 from the spawn*2 functions | Brian Anderson | -9/+9 |
| 2011-10-20 | XFAIL task-perf-word-count-generic | Brian Anderson | -0/+2 |