about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-70/+63
2015-01-20Test fixes and rebase conflictsAlex Crichton-3/+1
2015-01-21Rollup merge of #21336 - rylev:better-nofile-error, r=brsonBarosl LEE-2/+3
2015-01-21Rollup merge of #20998 - estsauver:20984, r=steveklabnikBarosl LEE-22/+22
2015-01-20Auto merge of #21364 - cmr:fix-ttseq-ice, r=alexcrichtonbors-10/+13
2015-01-20Auto merge of #21257 - alexcrichton:issue-20064, r=pnkfelixbors-0/+14
2015-01-19Auto merge of #21278 - thchittenden:issue-21033-struct-var-pattern-fix, r=ale...bors-25/+34
2015-01-19Fixes #21033 with accompanying test.Tom Chittenden-25/+34
2015-01-19Auto merge of #21099 - sanxiyn:opt-return-ty, r=alexcrichtonbors-63/+27
2015-01-18syntax: allow bare sequences in lhs for follow checkingCorey Richardson-10/+13
2015-01-18Make output type in ast::FnDecl optionalSeo Sanghyeon-63/+27
2015-01-18auto merge of #20901 : dgrunwald/rust/update-token-can-begin-expr, r=sanxiynbors-11/+5
2015-01-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-0/+1
2015-01-17Register new snapshots.Eduard Burtescu-8/+0
2015-01-18Improve the error message when source file cannot be readRyan Levick-2/+3
2015-01-17s/deriving/derives in Comments/DocsEarl St Sauver-22/+22
2015-01-17std: Move the bitflags! macro to a gated crateAlex Crichton-0/+1
2015-01-17auto merge of #21233 : huonw/rust/simd-size, r=Aatchbors-0/+4
2015-01-17Feature gate SIMD in FFI, due to unknown ABIs.Huon Wilson-0/+4
2015-01-16syntax: Feature gate #[start] and #[main]Alex Crichton-0/+14
2015-01-16auto merge of #21008 : huonw/rust/trait-suggestions, r=nikomatsakisbors-0/+3
2015-01-16auto merge of #21162 : apasel422/rust/issue-16530, r=huonwbors-6/+2
2015-01-15Test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-15rollup merge of #21199: dotdash/decode_lambaAlex Crichton-4/+3
2015-01-15rollup merge of #21161: japaric/ufcs-hashAlex Crichton-2/+12
2015-01-15rollup merge of #21144: nagisa/asm-str-fixAlex Crichton-0/+6
2015-01-15rollup merge of #21127: erickt/opt-stackAlex Crichton-174/+252
2015-01-15rollup merge of #21088: aochagavia/obsoleteAlex Crichton-168/+4
2015-01-15rollup merge of #21052: nick29581/methods-extAlex Crichton-116/+363
2015-01-15rollup merge of #21005: huonw/deriving-docsAlex Crichton-25/+28
2015-01-15syntax: parse fully qualified UFCS expressions.Eduard Burtescu-7/+37
2015-01-15syntax: add fully qualified UFCS expressions.Eduard Burtescu-14/+42
2015-01-15Avoid unnecessary closures when deriving RustcDecodableBjörn Steinbrink-4/+3
2015-01-15support deriving `Hash` for nullary structsAndrew Paseltiner-6/+2
2015-01-14use better spanJorge Aparicio-11/+11
2015-01-14use UFCS in `#[deriving(Hash)]`Jorge Aparicio-2/+12
2015-01-14Remove old obsolete syntax errorsAdolfo Ochagavía-168/+4
2015-01-15Syntax extensions on trait and impl items.Nick Cameron-116/+363
2015-01-14Disallow a form of invalid asm! macroSimonas Kazlauskas-0/+6
2015-01-13syntax: factor out print_expr arms to reduce non-optimized stack usageErick Tryzelaar-78/+138
2015-01-13syntax: Rewrite pp advance_left to use a constant stack sizeErick Tryzelaar-31/+37
2015-01-13syntax: Don't import the pp.rs enum variants into the namespaceErick Tryzelaar-70/+82
2015-01-14auto merge of #21061 : japaric/rust/range, r=nick29581bors-3/+3
2015-01-14Implement suggestions for traits to import.Huon Wilson-0/+3
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-3/+3
2015-01-13Add view items to the ast mapNick Cameron-0/+35
2015-01-13Update #[deriving] documentation.Huon Wilson-25/+28
2015-01-12auto merge of #20889 : Manishearth/rust/trait-error, r=nikomatsakisbors-0/+5
2015-01-12Feature gate #[rustc_on_unimplemented]Manish Goregaokar-0/+5
2015-01-11Update Token::can_begin_expr() to make it consistent with the grammar:Daniel Grunwald-11/+5