| Age | Commit message (Expand) | Author | Lines |
| 2013-03-27 | libsyntax: use a struct for inline asm in ast. | Luqman Aden | -49/+68 |
| 2013-03-27 | librustc: Move inline asm stuff to different mod. | Luqman Aden | -100/+133 |
| 2013-03-27 | librustc: Fix ICE with cross-crate extern statics. rs=bugfix | Patrick Walton | -7/+39 |
| 2013-03-27 | auto merge of #5567 : jbclements/rust/release-note-macro-escape, r=thestinger | bors | -0/+2 |
| 2013-03-27 | auto merge of #5569 : thestinger/rust/map, r=catamorphism | bors | -3/+3 |
| 2013-03-27 | add a TotalEq trait | Daniel Micay | -24/+115 |
| 2013-03-27 | librustc: Allow expr_repeat to be used with any vstore | Patrick Walton | -14/+41 |
| 2013-03-27 | librustc: Allow expr_repeat to be used with any vstore | Patrick Walton | -14/+41 |
| 2013-03-27 | auto merge of #5558 : nikomatsakis/rust/issue-4920-autoref-index-operator, r=... | bors | -177/+107 |
| 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 | Fix pretty-printer test failure by carrying the bound lifetime names through | Niko Matsakis | -100/+130 |
| 2013-03-27 | fixes stated grammar for block comments, by adding Kleene '+' in two places. | John Clements | -2/+2 |
| 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 | -24/+26 |
| 2013-03-27 | configure: cleanup - parsing supported target triples | Young-il Choi | -1/+1 |
| 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 | -509/+427 |
| 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 |