about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2015-01-20Fix up some ‘help’ messagesP1start-1/+1
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-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-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-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
2015-01-10Merge pull request #20808 from Manishearth/span_fixbors-2/+5
2015-01-10auto merge of #20837 : huonw/rust/remove-unused-lifetime, r=nikomatsakisbors-6/+2
2015-01-10auto merge of #20794 : sfackler/rust/trailing-attrs, r=alexcrichtonbors-2/+6
2015-01-10core: rm unused lifetime.Huon Wilson-6/+2
2015-01-09syntax: Add #[allow(unstable)] to --test expansionAlex Crichton-1/+7
2015-01-09Fix checking of command line expansion spans (fixes #20747)Manish Goregaokar-2/+5
2015-01-08Forbid trailing attributes in impl blocksSteven Fackler-2/+6
2015-01-08auto merge of #20760 : alexcrichton/rust/rollup, r=alexcrichtonbors-48/+134
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-43/+132