about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2013-08-30fix various warningsErick Tryzelaar-1/+1
2013-08-28auto merge of #8718 : bblum/rust/typeof, r=pcwaltonbors-3/+39
2013-08-27librustc: Fix merge fallout.Patrick Walton-46/+3
2013-08-27librustc: Ensure that type parameters are in the right positions in paths.Patrick Walton-22/+66
2013-08-27librustc: Add support for type parameters in the middle of paths.Patrick Walton-301/+505
2013-08-27librustc: Remove `&const` and `*const` from the language.Patrick Walton-19/+14
2013-08-27auto merge of #8797 : nikomatsakis/rust/issue-8625-assign-to-andmut-in-borrow...bors-2/+2
2013-08-27Remove remnants of implicit selfNiko Matsakis-2/+2
2013-08-24Introduce alternate forms of loggingAlex Crichton-23/+30
2013-08-24Settle on the format/write/print family of namesAlex Crichton-11/+36
2013-08-24Implement a wrapper macro around fprintf -- ifmtfAlex Crichton-22/+50
2013-08-23Emit a better error for attempted unsafe-pointer-self. Close #8306.Ben Blum-0/+13
2013-08-23Parse and reserve typeof keyword. #3228Ben Blum-3/+26
2013-08-22Add `self` to the ast_map for provided methods. Closes #8010.Michael Sullivan-5/+11
2013-08-22auto merge of #8626 : kballard/rust/issue-8615, r=catamorphismbors-1/+0
2013-08-21std/extra: changing XXX to FIXME; cleanupTim Chevalier-2/+9
2013-08-21auto merge of #8582 : thestinger/rust/container, r=thestingerbors-6/+5
2013-08-20auto merge of #8573 : mrordinaire/rust/struct-new-as-field-name, r=alexcrichtonbors-23/+0
2013-08-20rm obsolete integer to_str{,_radix} free functionsDaniel Micay-6/+5
2013-08-19Don't skip token after @'staticKevin Ballard-1/+0
2013-08-19auto merge of #8535 : nikomatsakis/rust/issue-3678-wrappers-be-gone-2, r=graydonbors-0/+79
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-0/+79
2013-08-19auto merge of #8564 : alexcrichton/rust/ifmt+++, r=graydonbors-23/+20
2013-08-18auto merge of #8556 : sfackler/rust/quote, r=alexcrichtonbors-154/+114
2013-08-18auto merge of #8560 : kballard/rust/reserve-yield, r=pcwaltonbors-4/+7
2013-08-18quote_*! macros take an ExtCtxSteven Fackler-154/+114
2013-08-18auto merge of #8551 : huonw/rust/speling, r=alexcrichtonbors-3/+3
2013-08-18auto merge of #8550 : kballard/rust/token-start-err-msg, r=catamorphismbors-1/+3
2013-08-17auto merge of #8547 : kballard/rust/trait-parse-err-msg, r=alexcrichtonbors-1/+1
2013-08-18fix for #8088 (Cannot name a struct field `new` due to ancient syntax)Do Nhat Minh-23/+0
2013-08-17Fix warnings in librustc and libsyntaxErick Tryzelaar-1/+0
2013-08-16Delegate `{}` to Default instead of PolyAlex Crichton-23/+20
2013-08-16Reserve 'yield' keywordKevin Ballard-4/+7
2013-08-16auto merge of #8534 : huonw/rust/tls-key-macro, r=alexcrichtonbors-0/+11
2013-08-16auto merge of #8526 : blake2-ppc/rust/either-result, r=catamorphismbors-3/+3
2013-08-16doc: convert remaining uses of core:: to std::.Huon Wilson-3/+3
2013-08-16syntax: add a local_data_key macro that creates a key for access to the TLS.Huon Wilson-0/+11
2013-08-15Better error message for unknown start of tokenKevin Ballard-1/+3
2013-08-15Fix error message when trait method ends with wrong tokenKevin Ballard-1/+1
2013-08-15Switch to new <V:Visitor> visitor (rather than @Visitor).Felix S. Klock II-296/+366
2013-08-15std: Change either::{lefts, rights} to return an iteratorblake2-ppc-3/+3
2013-08-14auto merge of #8440 : sfackler/rust/env-fix, r=pcwaltonbors-1/+1
2013-08-13auto merge of #8446 : alexcrichton/rust/ifmt++, r=graydonbors-14/+26
2013-08-13Add `f` formats to `ifmt!`Alex Crichton-5/+6
2013-08-12Forbid pub/priv where it has no effectAlex Crichton-38/+30
2013-08-12Correct the padding on integer types for formattingAlex Crichton-5/+13
2013-08-12Define integer formats for all widthsAlex Crichton-0/+1
2013-08-12Implement formatting arguments for strings and integersAlex Crichton-5/+7
2013-08-12auto merge of #8418 : pnkfelix/rust/fsk-issue3192-improve-parse-error-for-emp...bors-31/+114
2013-08-11Fixed option_env! typeSteven Fackler-1/+1