about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2013-03-27libsyntax: use a struct for inline asm in ast.Luqman Aden-49/+68
2013-03-27librustc: Move inline asm stuff to different mod.Luqman Aden-100/+133
2013-03-27librustc: Fix ICE with cross-crate extern statics. rs=bugfixPatrick Walton-7/+39
2013-03-27auto merge of #5567 : jbclements/rust/release-note-macro-escape, r=thestingerbors-0/+2
2013-03-27auto merge of #5569 : thestinger/rust/map, r=catamorphismbors-3/+3
2013-03-27add a TotalEq traitDaniel Micay-24/+115
2013-03-27librustc: Allow expr_repeat to be used with any vstorePatrick Walton-14/+41
2013-03-27librustc: Allow expr_repeat to be used with any vstorePatrick Walton-14/+41
2013-03-27auto merge of #5558 : nikomatsakis/rust/issue-4920-autoref-index-operator, r=...bors-177/+107
2013-03-27Fix pretty-printer test failure by carrying the bound lifetime names throughNiko Matsakis-100/+130
2013-03-27another pub fn for check-fastGraydon Hoare-1/+1
2013-03-27cmp: rm TotalOrd impl code duplicationDaniel Micay-53/+22
2013-03-27Fix pretty-printer test failure by carrying the bound lifetime names throughNiko Matsakis-100/+130
2013-03-27fixes stated grammar for block comments, by adding Kleene '+' in two places.John Clements-2/+2
2013-03-27testsuite: more `pub fn main`Tim Chevalier-26/+126
2013-03-27Oh, cool, I xfailed the wrong test, neatTim Chevalier-0/+1
2013-03-27testsuite: Add various test casesTim Chevalier-13/+383
2013-03-27Autoref the argument to the index operator (#4920)Niko Matsakis-49/+88
2013-03-28librustc: Limit the typo suggestions to reasonable suggests.Huon Wilson-4/+18
2013-03-27test: xfail-pretty one of the run-pass tests. rs=burningtreePatrick Walton-0/+2
2013-03-27std: add some better failure msgs to jsonErick Tryzelaar-3/+3
2013-03-27syntax: Remove deprecated expr_vstore_fixedErick Tryzelaar-36/+4
2013-03-27syntax: fix pretty printing __log stmtsErick Tryzelaar-30/+17
2013-03-27syntax: Remove dead code from the parserErick Tryzelaar-8/+0
2013-03-27syntax: Fix parsing global generics (Closes #5572)Erick Tryzelaar-2/+6
2013-03-27std: add tests for decoding json enumsErick Tryzelaar-1/+14
2013-03-27std: Decode::read_enum_variant should pass in the variant namesErick Tryzelaar-5/+116
2013-03-27std: add option type directly to serialize::{En,De}codeErick Tryzelaar-48/+138
2013-03-27std: change default json enum encoder to use strings or a flat vecErick Tryzelaar-56/+33
2013-03-27std: Add tests for json decoding optionsErick Tryzelaar-13/+42
2013-03-27std: fix json PrettyEncoder and add testsErick Tryzelaar-33/+220
2013-03-27std: change fail_unless to assert_eq in json.rsErick Tryzelaar-133/+128
2013-03-27std: serializing Options should use the right caseErick Tryzelaar-4/+4
2013-03-27std: clean json test importsErick Tryzelaar-6/+2
2013-03-27syntax: pass some values around by referenceErick Tryzelaar-6/+6
2013-03-27syntax: Add new values that can be used with the quasiquoterErick Tryzelaar-2/+157
2013-03-27Simplify and remove unnecessary use of ast_mapNiko Matsakis-40/+1
2013-03-27remove sty_by_ref, though traces still remain due to dtorsNiko Matsakis-88/+18
2013-03-27base64: add docstringDaniel Micay-0/+2
2013-03-27ops: add a docstringDaniel Micay-1/+1
2013-03-27hashmap: improve docstringDaniel Micay-1/+4
2013-03-26test: Fix botched error message in compile-fail testPatrick Walton-1/+1
2013-03-26test: Fix testsPatrick Walton-24/+26
2013-03-27configure: cleanup - parsing supported target triplesYoung-il Choi-1/+1
2013-03-26librustc: Remove obsolete syntaxPatrick Walton-20/+46
2013-03-26librustc: Enforce that `extern mod` directives come first, then `use` directi...Patrick Walton-333/+330
2013-03-26librustc: Modify all code to use new lifetime binder syntaxPatrick Walton-509/+427
2013-03-26librustc: Require explicit lifetime bindersPatrick Walton-63/+322
2013-03-26librustc: Fix bug with newtype structs containing dtorsPatrick Walton-2/+17
2013-03-26librustc: Stop parsing `[T * N]`.Patrick Walton-3/+8