about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2015-01-23Fix tidy.Vadim Chugunov-1/+1
2015-01-22Suppress space after idents with "ModName" style in serialization of exported...Vadim Chugunov-1/+10
2015-01-21Make diagnostic ordering deterministicAlex Crichton-7/+7
2015-01-21More test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-21rollup merge of #20179: eddyb/blind-itemsAlex Crichton-775/+333
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-6/+6
2015-01-21tests: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-8/+8
2015-01-21rollup merge of #21463: sanxiyn/demutAlex Crichton-17/+17
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-70/+63
2015-01-21rollup merge of #21429: GuillaumeGomez/macro-fixAlex Crichton-53/+54
2015-01-21rollup merge of #21411: P1start/help-tweaksAlex Crichton-1/+1
2015-01-21rollup merge of #21396: japaric/no-parens-in-rangeAlex Crichton-4/+4
2015-01-21rollup merge of #21340: pshc/libsyntax-no-more-intsAlex Crichton-471/+471
2015-01-21rollup merge of #21289: brson/errorcodesAlex Crichton-0/+25
2015-01-21Fallout from stabilization.Aaron Turon-6/+6
2015-01-21syntax: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-418/+202
2015-01-21syntax: merge ast::ViewItem into ast::Item.Eduard Burtescu-353/+130
2015-01-21Remove feature(import_shadowing).Eduard Burtescu-4/+1
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