about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-2/+2
2015-01-02Accept ranges with only a maximum value: `..expr`Nick Cameron-4/+11
2015-01-02Disallow [_, ..n] syntax for fixed length arrays and repeating array construc...Nick Cameron-15/+2
2015-01-01auto merge of #20190 : cmr/rust/gate-macro-args, r=alexcrichtonbors-35/+120
2015-01-01Feature gate macro argumentsCorey Richardson-35/+120
2014-12-31syntax: unbox closures used in let bindingsJorge Aparicio-15/+15
2014-12-31syntax: unbox closures used in function argumentsJorge Aparicio-31/+35
2014-12-31Feature gate FFI imports of LLVM intrinsicsSimonas Kazlauskas-0/+11
2014-12-30Fallout from stabilizationAaron Turon-18/+18
2014-12-30Add a FIXME relating to using `ast::Name`Niko Matsakis-1/+1
2014-12-30Don't normalize associated types when in region binders, wait until we instan...Niko Matsakis-0/+12
2014-12-30Parse arbitrary operators after expr-like macro invocations in statement posi...P1start-5/+10
2014-12-29rollup merge of #20266: nick29581/dxr-useAlex Crichton-3/+4
2014-12-29rollup merge of #20264: nagisa/threadrngAlex Crichton-1/+1
2014-12-29rollup merge of #20194: nick29581/dst-syntaxAlex Crichton-72/+132
2014-12-30Remove ExprSlice by hacking the compilerNick Cameron-37/+14
2014-12-30Add hypothetical support for ranges with only an upper boundNick Cameron-5/+7
2014-12-29syntax: whitespace cleanupErick Tryzelaar-1/+1
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-28Rename TaskRng to ThreadRngSimonas Kazlauskas-1/+1
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-28Fix spans for `use` view statements and their treatment in save-analysisNick Cameron-3/+4
2014-12-27Extend span debuggerSeo Sanghyeon-3/+49
2014-12-26Keep track of the whole error chainFlavio Percoco-2/+5
2014-12-26Changes to RustDocNick Cameron-7/+12
2014-12-26Accept `?Sized` as well as `Sized?`Nick Cameron-70/+125
2014-12-25Remove Ascii, AsciiCast, OwnedAsciiCast, AsciiStr, IntoBytes, IntoString.Simon Sapin-0/+3
2014-12-25Parse fully-qualified associated types in generics without whitespaceP1start-34/+10
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