| Age | Commit message (Expand) | Author | Lines |
| 2014-03-23 | iter: remove `to_owned_vec` | Daniel Micay | -1/+1 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -2/+2 |
| 2014-02-05 | move concurrent stuff from libextra to libsync | JeremyLetang | -2/+2 |
| 2014-01-29 | auto merge of #11868 : bytbox/rust/remove-do, r=alexcrichton | bors | -2/+2 |
| 2014-01-29 | Remove do keyword from test/ | Scott Lawrence | -2/+2 |
| 2014-01-29 | extra: move arena to libarena | David Manescu | -1/+2 |
| 2014-01-17 | Add a generic power function | Flavio Percoco | -1/+1 |
| 2014-01-11 | Remove re-exports of std::io::stdio::{print, println} in the prelude. | Brendan Zabarauskas | -1/+1 |
| 2014-01-07 | libextra: Introduce typed arenas. | Patrick Walton | -11/+12 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -2/+2 |
| 2013-11-26 | test: Remove all remaining non-procedure uses of `do`. | Patrick Walton | -2/+2 |
| 2013-10-29 | rewrite shootout-binarytrees.rs to match shootout directives | Guillaume Pinot | -50/+46 |
| 2013-09-26 | Update the compiler to not use printf/printfln | Alex Crichton | -3/+3 |
| 2013-09-15 | Remove {uint,int,u64,i64,...}::from_str,from_str_radix | blake2-ppc | -1/+1 |
| 2013-08-30 | Revert "src/test/bench: restructure" | Corey Richardson | -0/+89 |
| 2013-08-28 | src/test/bench: restructure | Corey Richardson | -89/+0 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -1/+1 |
| 2013-08-05 | Add extra::arena::Arena::new{, _with_size}. | OGINO Masanori | -4/+4 |
| 2013-07-24 | fix fmt! usage | Daniel Micay | -1/+1 |
| 2013-07-24 | Change 'print(fmt!(...))' to printf!/printfln! in src/test/ | Birunthan Mohanathas | -9/+8 |
| 2013-07-20 | Fix warnings in src/test/bench tests. Nobody will ever care. | Ben Blum | -1/+1 |
| 2013-06-23 | Updated copyright year on shootout-binarytrees.rs | Matthijs Hofstra | -21/+17 |
| 2013-06-23 | Fixed os:: and int:: not being in scope, changed io::println to println | Matthijs Hofstra | -4/+6 |
| 2013-05-22 | test: Update tests to use the new syntax. | Patrick Walton | -2/+2 |
| 2013-05-02 | librustc: Update the serializer to work properly with INHTWAMA, removing muta... | Patrick Walton | -11/+12 |
| 2013-03-26 | test: Fix tests | Patrick Walton | -4/+5 |
| 2013-03-06 | Add manual &self/ and &static/ and /&self declarations that | Niko Matsakis | -3/+6 |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 |
| 2012-10-04 | Remove arg vectors from main functions. Stop supporting them. | Brian Anderson | -1/+2 |
| 2012-09-25 | use + mode for (almost) everything when not using legacy modes | Niko Matsakis | -1/+1 |
| 2012-09-11 | Convert 'use' to 'extern mod'. Remove old 'use' syntax | Brian Anderson | -1/+1 |
| 2012-09-05 | test: "import" -> "use" | Patrick Walton | -2/+2 |
| 2012-08-28 | CamelCasify lots of std | Ben Striegel | -4/+4 |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -6/+6 |
| 2012-08-21 | more sound treatment of fn& regions; change all & to be distinct | Niko Matsakis | -1/+3 |
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -1/+1 |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -2/+2 |
| 2012-08-02 | Purge placement new; Make borrowck know about unary move. | Niko Matsakis | -4/+5 |
| 2012-08-01 | Convert ret to return | Brian Anderson | -4/+4 |
| 2012-07-30 | Change syntax extension syntax: `#m[...]` -> `m!{...}`. | Paul Stansifer | -6/+6 |
| 2012-07-18 | prevent regions from escaping in ifaces; remove &r.T syntax | Niko Matsakis | -1/+1 |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ... | Michael Sullivan | -4/+4 |
| 2012-07-10 | test: Fix shootout-binarytrees | Brian Anderson | -1/+1 |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -3/+3 |
| 2012-06-28 | Make a bunch of tests stop using the deprecated vector syntax. | Michael Sullivan | -2/+2 |
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -1/+1 |
| 2012-05-26 | bench: Increase the difficulty of some benchmarks | Brian Anderson | -1/+1 |
| 2012-05-23 | bench: Add hard mode to benchmarks. Activate with RUST_BENCH. | Brian Anderson | -3/+7 |
| 2012-04-19 | update syntax to include a slash | Niko Matsakis | -1/+1 |
| 2012-04-19 | make nominal types optionally parameterized by a self region. | Niko Matsakis | -1/+1 |