about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2013-09-24cleanupJohn Clements-10/+7
2013-09-24comment changes onlyJohn Clements-3/+5
2013-09-24Correctly encode item visibility in metadataAlex Crichton-49/+9
2013-09-23librustc: Fix merge fallout.Patrick Walton-1/+1
2013-09-23test: Fix rustdoc and tests.Patrick Walton-16/+6
2013-09-23librustc: Remove `@fn` managed closures from the language.Patrick Walton-11/+0
2013-09-23libsyntax: Introduce routines and remove all `@fn`s from libsyntax save the o...Patrick Walton-27/+11
2013-09-23libsyntax: Remove some more `@fn`s from the macro expanderPatrick Walton-109/+300
2013-09-23libsyntax: Remove some more `@fn` usesPatrick Walton-7/+0
2013-09-23librustc: Change the ID visitor to use traits instead of garbage-collected fu...Patrick Walton-31/+46
2013-09-23librustc: Remove the remaining direct uses of `@fn` from librustc.Patrick Walton-32/+44
2013-09-23librustc: Port the pretty printer annotation infrastructure to use traits ins...Patrick Walton-18/+29
2013-09-23librustc: Change fold to use traits instead of `@fn`.Patrick Walton-972/+979
2013-09-22auto merge of #9389 : poiru/rust/issue-9333, r=alexcrichtonbors-4/+14
2013-09-22Reserve the `alignof`, `offsetof`, and `sizeof` keywordsBirunthan Mohanathas-4/+14
2013-09-21Update version numbers to 0.8Brian Anderson-1/+1
2013-09-20Implement a web backend for rustdoc_ngAlex Crichton-4/+2
2013-09-20Invert --cfg debug to --cfg ndebugAlex Crichton-2/+2
2013-09-19auto merge of #9308 : ben0x539/rust/lexer-error-spans, r=alexcrichtonbors-26/+91
2013-09-19lexer: further slight improvements to lexer errorsBenjamin Herr-16/+30
2013-09-19auto merge of #9279 : erickt/rust/master, r=alexcrichtonbors-10/+6
2013-09-19lexer: report problematic chars verbatim or as escape sequenceBenjamin Herr-12/+23
2013-09-19lexer: show correct span on lexical errorsBenjamin Herr-19/+59
2013-09-19auto merge of #9299 : alexcrichton/rust/fmt-trailing-comma, r=huonwbors-0/+1
2013-09-19auto merge of #9291 : jzelinskie/rust/remove-cond, r=alexcrichtonbors-36/+0
2013-09-18Allow trailing commas in format!Alex Crichton-0/+1
2013-09-18Register new snapshotsAlex Crichton-39/+6
2013-09-18Remove and replace cond! Closes #9282.Jimmy Zelinskie-36/+0
2013-09-18auto merge of #9264 : ben0x539/rust/pp-work, r=alexcrichtonbors-8/+8
2013-09-17extra: minor cleanup of Zero and Default syntax extensionErick Tryzelaar-10/+6
2013-09-17Added support for a `\0` escape sequence.Daniel Rosenwasser-0/+2
2013-09-17pp: also print bounds in paths with no generic paramsBenjamin Herr-7/+7
2013-09-17pp: typo in commentBenjamin Herr-1/+1
2013-09-17auto merge of #9245 : kballard/rust/bytes-span, r=catamorphismbors-10/+10
2013-09-17auto merge of #9244 : thestinger/rust/drop, r=catamorphismbors-1/+1
2013-09-16switch Drop to `&mut self`Daniel Micay-1/+1
2013-09-16Limit spans in bytes!() error messages to the argument in questionKevin Ballard-10/+10
2013-09-16Update syntax testCorey Richardson-1/+123
2013-09-16Fix hardcoded string in libsyntaxCorey Richardson-24/+2
2013-09-16auto merge of #9187 : lkuper/rust/no-simplevisitor, r=catamorphismbors-144/+3
2013-09-15auto merge of #9168 : michaelwoerister/rust/traits, r=jdmbors-0/+10
2013-09-15Remove {uint,int,u64,i64,...}::from_str,from_str_radixblake2-ppc-3/+3
2013-09-15debuginfo: Basic support for trait objects.Michael Woerister-0/+10
2013-09-15Fix expand_stmt as well as expand_expr to use the correct spanAlex Crichton-15/+25
2013-09-15Reduce the amount of complexity in format!Alex Crichton-122/+62
2013-09-14These impls, at least, can be avoided by deriving Ord.Lindsey Kuper-16/+2
2013-09-14Kill off method impls made redundant by default methods.Lindsey Kuper-39/+0
2013-09-14auto merge of #9183 : alexcrichton/rust/issue-5794, r=catamorphismbors-1/+19
2013-09-14auto merge of #9181 : lkuper/rust/libsyntax-default-methods-refactor, r=alexc...bors-275/+3
2013-09-14auto merge of #9180 : blake2-ppc/rust/reduce-either, r=catamorphismbors-21/+15