| Age | Commit message (Expand) | Author | Lines |
| 2013-03-27 | Fix pretty-printer test failure by carrying the bound lifetime names through | Niko Matsakis | -100/+130 |
| 2013-03-27 | another pub fn for check-fast | Graydon Hoare | -1/+1 |
| 2013-03-27 | cmp: rm TotalOrd impl code duplication | Daniel Micay | -53/+22 |
| 2013-03-27 | testsuite: more `pub fn main` | Tim Chevalier | -26/+126 |
| 2013-03-27 | Oh, cool, I xfailed the wrong test, neat | Tim Chevalier | -0/+1 |
| 2013-03-27 | testsuite: Add various test cases | Tim Chevalier | -13/+383 |
| 2013-03-27 | Autoref the argument to the index operator (#4920) | Niko Matsakis | -49/+88 |
| 2013-03-28 | librustc: Limit the typo suggestions to reasonable suggests. | Huon Wilson | -4/+18 |
| 2013-03-27 | test: xfail-pretty one of the run-pass tests. rs=burningtree | Patrick Walton | -0/+2 |
| 2013-03-27 | std: add some better failure msgs to json | Erick Tryzelaar | -3/+3 |
| 2013-03-27 | syntax: Remove deprecated expr_vstore_fixed | Erick Tryzelaar | -36/+4 |
| 2013-03-27 | syntax: fix pretty printing __log stmts | Erick Tryzelaar | -30/+17 |
| 2013-03-27 | syntax: Remove dead code from the parser | Erick Tryzelaar | -8/+0 |
| 2013-03-27 | syntax: Fix parsing global generics (Closes #5572) | Erick Tryzelaar | -2/+6 |
| 2013-03-27 | std: add tests for decoding json enums | Erick Tryzelaar | -1/+14 |
| 2013-03-27 | std: Decode::read_enum_variant should pass in the variant names | Erick Tryzelaar | -5/+116 |
| 2013-03-27 | std: add option type directly to serialize::{En,De}code | Erick Tryzelaar | -48/+138 |
| 2013-03-27 | std: change default json enum encoder to use strings or a flat vec | Erick Tryzelaar | -56/+33 |
| 2013-03-27 | std: Add tests for json decoding options | Erick Tryzelaar | -13/+42 |
| 2013-03-27 | std: fix json PrettyEncoder and add tests | Erick Tryzelaar | -33/+220 |
| 2013-03-27 | std: change fail_unless to assert_eq in json.rs | Erick Tryzelaar | -133/+128 |
| 2013-03-27 | std: serializing Options should use the right case | Erick Tryzelaar | -4/+4 |
| 2013-03-27 | std: clean json test imports | Erick Tryzelaar | -6/+2 |
| 2013-03-27 | syntax: pass some values around by reference | Erick Tryzelaar | -6/+6 |
| 2013-03-27 | syntax: Add new values that can be used with the quasiquoter | Erick Tryzelaar | -2/+157 |
| 2013-03-27 | Simplify and remove unnecessary use of ast_map | Niko Matsakis | -40/+1 |
| 2013-03-27 | remove sty_by_ref, though traces still remain due to dtors | Niko Matsakis | -88/+18 |
| 2013-03-27 | base64: add docstring | Daniel Micay | -0/+2 |
| 2013-03-27 | ops: add a docstring | Daniel Micay | -1/+1 |
| 2013-03-27 | hashmap: improve docstring | Daniel Micay | -1/+4 |
| 2013-03-26 | test: Fix botched error message in compile-fail test | Patrick Walton | -1/+1 |
| 2013-03-26 | test: Fix tests | Patrick Walton | -16/+18 |
| 2013-03-26 | librustc: Remove obsolete syntax | Patrick Walton | -20/+46 |
| 2013-03-26 | librustc: Enforce that `extern mod` directives come first, then `use` directi... | Patrick Walton | -333/+330 |
| 2013-03-26 | librustc: Modify all code to use new lifetime binder syntax | Patrick Walton | -498/+416 |
| 2013-03-26 | librustc: Require explicit lifetime binders | Patrick Walton | -63/+322 |
| 2013-03-26 | librustc: Fix bug with newtype structs containing dtors | Patrick Walton | -2/+17 |
| 2013-03-26 | librustc: Stop parsing `[T * N]`. | Patrick Walton | -3/+8 |
| 2013-03-26 | librustc: Remove all uses of the old `[T * N]` fixed-length vector syntax | Patrick Walton | -59/+61 |
| 2013-03-26 | libsyntax: Stop parsing `[const T]`. | Patrick Walton | -1/+1 |
| 2013-03-26 | libcore: Change `[const T]` to `const [T]` everywhere | Patrick Walton | -259/+85 |
| 2013-03-26 | auto merge of #5414 : thestinger/rust/option, r=catamorphism | bors | -383/+210 |
| 2013-03-26 | option: rm functions that duplicate methods | Daniel Micay | -383/+210 |
| 2013-03-26 | auto merge of #5560 : brson/rust/relnotes, r=brson | bors | -0/+2 |
| 2013-03-26 | fix the core-map benchmark's descending range | Daniel Micay | -3/+3 |
| 2013-03-26 | auto merge of #5547 : catamorphism/rust/issue-4898, r=catamorphism | bors | -3/+53 |
| 2013-03-26 | std: Remove the oldmap module | Alex Crichton | -390/+0 |
| 2013-03-26 | Move ast_map::map to LinearMap | Alex Crichton | -113/+111 |
| 2013-03-26 | test: Remove uses of oldmap::HashMap | Alex Crichton | -116/+88 |
| 2013-03-26 | rustc: Purge of HashMap, fixing segfaulting cases | Alex Crichton | -61/+83 |