about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2014-12-29Rebase fixes.Huon Wilson-3/+3
2014-12-29Slash the ast::Stmt type from 104 to 24 bytes.Huon Wilson-6/+6
2014-12-28auto merge of #20136 : eddyb/rust/format-args, r=alexcrichtonbors-147/+99
2014-12-27syntax: change format_args! to produce fmt::Arguments instead of calling a fu...Eduard Burtescu-66/+29
2014-12-27syntax: use std::string::String unqualified in format.Eduard Burtescu-13/+12
2014-12-27syntax: turn the match-call generated by format_args inside-out.Eduard Burtescu-39/+41
2014-12-27syntax: format: put static arrays in their own blocks to avoid needing a wrap...Eduard Burtescu-40/+39
2014-12-27syntax: format: remove unused method_statics field.Eduard Burtescu-15/+4
2014-12-27auto merge of #19916 : SimonSapin/rust/ascii-reform, r=sfacklerbors-0/+3
2014-12-26Keep track of the whole error chainFlavio Percoco-2/+5
2014-12-25Remove Ascii, AsciiCast, OwnedAsciiCast, AsciiStr, IntoBytes, IntoString.Simon Sapin-0/+3
2014-12-24auto merge of #20117 : lfairy/rust/rename-include-bin, r=alexcrichtonbors-1/+10
2014-12-24Add syntax for rangesNick Cameron-8/+48
2014-12-23Rename include_bin! to include_bytes!Chris Wong-1/+10
2014-12-22rollup merge of #19891: nikomatsakis/unique-fn-types-3Alex Crichton-9/+19
2014-12-22rollup merge of #20056: MrFloya/iter_renameAlex Crichton-13/+13
2014-12-22rollup merge of #20141: frewsxcv/rfc438Alex Crichton-1/+1
2014-12-22rollup merge of #20124: klutzy/pprust-asmAlex Crichton-5/+23
2014-12-22rollup merge of #20033: alexcrichton/deprecate-serialiseAlex Crichton-135/+181
2014-12-22RFC 248? I think you meant RFC 438.Chris Morgan-1/+1
2014-12-22Fix fallout from changes. In cases where stage0 compiler is needed, weNiko Matsakis-9/+19
2014-12-22Renaming of the Iter types as in RFC #344Florian Wilkens-13/+13
2014-12-22serialize: Fully deprecate the libraryAlex Crichton-135/+181
2014-12-21Fallout of std::str stabilizationAlex Crichton-492/+481
2014-12-22pprust: Fix asm optionsklutzy-5/+23
2014-12-21rollup merge of #19972: alexcrichton/snapshotsAlex Crichton-60/+0
2014-12-21rollup merge of #20080: seanmonstar/new-show-syntaxAlex Crichton-0/+1
2014-12-21rollup merge of #20059: nick29581/self-implAlex Crichton-5/+48
2014-12-21rollup merge of #20057: nick29581/array-syntaxAlex Crichton-4/+12
2014-12-21rollup merge of #20039: barosl/if-let-friendly-errorAlex Crichton-9/+14
2014-12-21Remove a ton of public reexportsCorey Farwell-2/+2
2014-12-20Add support for multiple region bounds in where clausesJared Roesch-14/+21
2014-12-20Add parser support for generalized where clausesJared Roesch-62/+119
2014-12-20add {:?} fmt syntaxSean McArthur-0/+1
2014-12-20Allow `Self` in impls.Nick Cameron-5/+48
2014-12-20Fix fallout of removing import_shadowing in tests.Eduard Burtescu-4/+3
2014-12-20Remove feature(import_shadowing) from all crates.Eduard Burtescu-1/+1
2014-12-20Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.Nick Cameron-4/+12
2014-12-20Drop the Match prefix from the MatchSource variantsBarosl Lee-11/+14
2014-12-20Print a friendly error for the if-let construct without an else blockBarosl Lee-2/+4
2014-12-19auto merge of #19463 : kali/rust/master, r=alexcrichtonbors-2/+1
2014-12-19Register new snapshotsAlex Crichton-60/+0
2014-12-19libsyntax: use `#[deriving(Copy)]`Jorge Aparicio-216/+77
2014-12-19ack parser.parse_ty change in quote_ty! (+ test)Mathieu Poumeyrol-2/+1
2014-12-19Make all predicates higher-ranked, not just trait references.Niko Matsakis-3/+16
2014-12-18syntax/ast_util: add `is_by_value_unop()`Jorge Aparicio-1/+9
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-190/+294
2014-12-17Test fixes and rebase conflictsAlex Crichton-1/+1
2014-12-17rollup merge of #19918: pnkfelix/ast-refactor-make-place-in-exprbox-an-optionAlex Crichton-5/+8
2014-12-17rollup merge of #19880: sanxiyn/assoc-resolve-lifetimeAlex Crichton-8/+11