about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2015-01-21De-mut the parserSeo Sanghyeon-17/+17
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-70/+63
2015-01-20Test fixes and rebase conflictsAlex Crichton-3/+1
2015-01-20Add some extended errors.Michael Sproul-0/+6
2015-01-20Make fatal errors work with codes, add to typeckBrian Anderson-0/+12
2015-01-20Make error code registration work again. #19624Brian Anderson-0/+7
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-20Fix up some ‘help’ messagesP1start-1/+1
2015-01-20Auto merge of #21257 - alexcrichton:issue-20064, r=pnkfelixbors-0/+14
2015-01-19Updates of the fixGuillaumeGomez-43/+43
2015-01-19Auto merge of #21278 - thchittenden:issue-21033-struct-var-pattern-fix, r=ale...bors-25/+34
2015-01-19remove unnecessary parentheses from range notationJorge Aparicio-4/+4
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-18libsyntax: 0u -> 0us, 0i -> 0isPaul Collier-156/+156
2015-01-18libsyntax: int types -> isizePaul Collier-40/+40
2015-01-18libsyntax: int => i32 in appropriate placesPaul Collier-48/+48
2015-01-18Fix #21356Adolfo Ochagavía-14/+15
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-17libsyntax: rename functions from uint to usizePaul Collier-80/+80
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-17libsyntax: uint types to usizePaul Collier-165/+165
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