summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2013-02-04Merge remote-tracking branch 'bstrie/rimov' into incomingBrian Anderson-13/+13
2013-02-04Merge pull request #4684 from erickt/incomingBrian Anderson-12/+12
2013-02-04libsyntax: Add explicit self to ast_util. rs=explicit-selfingPatrick Walton-22/+22
2013-02-03core: convert ToStr::to_str to take explicit &selfErick Tryzelaar-12/+12
2013-02-03oldmap: use &K instead of K in find and getDaniel Micay-10/+10
2013-02-03Merge remote-tracking branch 'thestinger/old_map' into incomingBrian Anderson-29/+29
2013-02-03Converted libcore/uint-template.rs to the new string functions.Marvin Löbel-7/+7
2013-02-03oldmap: get rid of the legacy each_key methodDaniel Micay-3/+3
2013-02-03oldmap: get rid of the legacy contains_key methodDaniel Micay-3/+3
2013-02-03rename map -> oldmap and mark it as deprecatedDaniel Micay-23/+23
2013-02-01Fix breakageBrian Anderson-2/+2
2013-02-01Merge remote-tracking branch 'nickdesaulniers/issue4524' into nocomm1Brian Anderson-47/+45
2013-02-01Remove fail keyword from lexer & parser and clean up remaining calls toNick Desaulniers-47/+45
2013-01-31cleanup for make checkJohn Clements-3/+3
2013-01-31more cleanupJohn Clements-59/+69
2013-01-31test cases, cleanupJohn Clements-178/+318
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-44/+44
2013-01-31Workaround for #4717: pad contents of ast. rs=breakageNiko Matsakis-6/+11
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-231/+103
2013-01-30Fix RIMOV damage to libsyntaxBen Striegel-7/+7
2013-01-30RIMOV, round 10Ben Striegel-1/+1
2013-01-30RIMOV, round 8Ben Striegel-2/+2
2013-01-30RIMOV, round 7Ben Striegel-1/+1
2013-01-30RIMOV, round 6.Ben Striegel-2/+2
2013-01-30RIMOV, round 3Ben Striegel-4/+4
2013-01-30librustc: Change `self` as a type to `Self` everywhere. r=brsonPatrick Walton-1/+1
2013-01-30librustc: Remove legacy exports from the language. r=brsonPatrick Walton-151/+31
2013-01-29De-capitalize "note" to get rid of spurious tidy warningsTim Chevalier-1/+1
2013-01-29libsyntax: De-export libsyntax. rs=deexportingPatrick Walton-610/+579
2013-01-29libsyntax: De-export a lot of libsyntax. rs=deëxportingPatrick Walton-569/+502
2013-01-29libsyntax: Implement the `impl Trait for Type` syntaxPatrick Walton-6/+23
2013-01-29librustc: De-implicit-self the visitor. r=graydonPatrick Walton-0/+1
2013-01-29librustc: Disallow trait bounds in types, enumerations, and structure definit...Patrick Walton-15/+20
2013-01-29libstd: Remove "dual impls" from the language and enforce coherence rules. r=...Patrick Walton-12/+14
2013-01-28syntax: Don't add an extra space before the last comma...Tim Chevalier-1/+0
2013-01-28Add #[legacy_records] crate attributeTim Chevalier-1/+3
2013-01-28Add to_str() definitions for some AST typesNiko Matsakis-0/+18
2013-01-28Link the lifetimes of regions resulting from borrows of theNiko Matsakis-3/+10
2013-01-24remove remaining is_not_empty functions/methodsDaniel Micay-3/+3
2013-01-24replace ConstVector trait with the Container traitDaniel Micay-8/+8
2013-01-24Merge pull request #4613 from erickt/incomingTim Chevalier-197/+104
2013-01-24syntax/rustc: Less copyTim Chevalier-3/+3
2013-01-24Convert pipes::Buffer into a structErick Tryzelaar-4/+4
2013-01-24Convert extfmt::rt::Conv into a structErick Tryzelaar-11/+25
2013-01-24remove support for records from auto_encodeErick Tryzelaar-182/+75
2013-01-24unit test cases now pass, added a few to the internerJohn Clements-27/+50
2013-01-24Merge pull request #4609 from sonwow/keyword-superTim Chevalier-1/+1
2013-01-24syntax/rustc: Improve error message for misuse of `for` loopTim Chevalier-37/+39
2013-01-24Make `super` a keywordYoungsoo Son-1/+1
2013-01-23fix trailing whitepaceJohn Clements-2/+2