summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-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-16/+18
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-498/+416
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
2013-03-26librustc: Remove all uses of the old `[T * N]` fixed-length vector syntaxPatrick Walton-59/+61
2013-03-26libsyntax: Stop parsing `[const T]`.Patrick Walton-1/+1
2013-03-26libcore: Change `[const T]` to `const [T]` everywherePatrick Walton-259/+85
2013-03-26auto merge of #5414 : thestinger/rust/option, r=catamorphismbors-383/+210
2013-03-26option: rm functions that duplicate methodsDaniel Micay-383/+210
2013-03-26auto merge of #5560 : brson/rust/relnotes, r=brsonbors-0/+2
2013-03-26fix the core-map benchmark's descending rangeDaniel Micay-3/+3
2013-03-26auto merge of #5547 : catamorphism/rust/issue-4898, r=catamorphismbors-3/+53
2013-03-26std: Remove the oldmap moduleAlex Crichton-390/+0
2013-03-26Move ast_map::map to LinearMapAlex Crichton-113/+111
2013-03-26test: Remove uses of oldmap::HashMapAlex Crichton-116/+88
2013-03-26rustc: Purge of HashMap, fixing segfaulting casesAlex Crichton-61/+83