about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2014-09-08librustc: Change the syntax of subslice matching to use postfix `..`Patrick Walton-32/+43
2014-09-08quote: Explicitly borrow the ExtCtxtKeegan McAllister-1/+3
2014-09-07Fix deprecate warning "extern crate ... as ..."Sebastien Martini-1/+1
2014-09-07auto merge of #17032 : jamesluke/rust/master, r=alexcrichtonbors-1/+1
2014-09-06fix sized deallocation for OwnedSliceDaniel Micay-1/+4
2014-09-05Fix documentation typo.jamesluke-1/+1
2014-09-05make separate compilation respect #[inline] attributesStuart Pernsteiner-1/+9
2014-09-05auto merge of #16990 : DiamondLovesYou/rust/level-derive-clone, r=alexcrichtonbors-1/+1
2014-09-04Auto-derive Clone for syntax::diagnostic::Level.Richard Diamond-1/+1
2014-09-04auto merge of #16982 : jbcrail/rust/comment-and-string-corrections, r=alexcri...bors-5/+5
2014-09-04auto merge of #16923 : wickerwaka/rust/crate-as-fixup, r=alexcrichtonbors-3/+8
2014-09-04Center alignment for fmtwickerwaka-0/+3
2014-09-04auto merge of #16883 : jakub-/rust/issue-16648, r=pcwaltonbors-1/+1
2014-09-03Fix spelling errors and capitalization.Joseph Crail-5/+5
2014-09-03Remove cross-borrowing for traits.Nick Cameron-3/+3
2014-09-01auto merge of #16891 : eddyb/rust/patlit-from-expr-macros, r=kballardbors-0/+10
2014-09-01Updated to new extern crate syntax.wickerwaka-3/+8
2014-08-31auto merge of #16809 : nick29581/rust/dst-bug-3, r=alexcrichtonbors-13/+6
2014-08-31auto merge of #16788 : Manishearth/rust/raw-ptr-syntax-ty, r=huonwbors-1/+16
2014-08-30rollup merge of #16839 : treeman/issue-15358Alex Crichton-1/+1
2014-08-31Allow ExprLit expression macros to be used in patterns.Eduard Burtescu-0/+10
2014-08-30auto merge of #16859 : alexcrichton/rust/snapshots, r=huonwbors-26/+0
2014-08-30Remove the branch merging optimisations for slice patternsJakub Wieczorek-1/+1
2014-08-30auto merge of #16419 : huonw/rust/pretty-expanded-hygiene, r=pnkfelixbors-3/+7
2014-08-30rustc: implement a pretty mode to print ident/name's ctxt & gensyms.Huon Wilson-3/+7
2014-08-29Fix formatting, update copyright datesPythoner6-5/+5
2014-08-29Add support for labeled while loops.Pythoner6-12/+28
2014-08-29Register new snapshotsAlex Crichton-26/+0
2014-08-30Unify non-snake-case lints and non-uppercase statics lintsP1start-2/+2
2014-08-29Tweak error message for use of a keyword in ident position.Jonas Hietala-1/+1
2014-08-29Allow `!` as the return type of proc/closure literalsP1start-10/+10
2014-08-28Forbid ~str and ~[]Nick Cameron-13/+6
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-463/+426
2014-08-27Allow *-pointers in PtrTy (fixes #16781)Manish Goregaokar-1/+16
2014-08-27auto merge of #16689 : wickerwaka/rust/crate-as, r=pcwaltonbors-5/+15
2014-08-26Rebasing changesNick Cameron-14/+17
2014-08-26DST coercions and DST structsNick Cameron-97/+35
2014-08-25auto merge of #16699 : treeman/rust/issue-8492, r=alexcrichtonbors-13/+13
2014-08-24auto merge of #16646 : P1start/rust/trailing-commas, r=alexcrichtonbors-18/+25
2014-08-24Adjust the error messages to match the pattern "expected foo, found bar"Jonas Hietala-13/+13
2014-08-23extern crate foobar as foo;wickerwaka-5/+15
2014-08-23Add support for trailing commas in more placesP1start-18/+25
2014-08-21syntax: Fix complexity of string parsing. Closes #16624.Brian Anderson-5/+16
2014-08-20librustc: handle repr on structs, require it for ffi, unify with packedCorey Richardson-25/+20
2014-08-19Fix double evaluation of read+write operandsPiotr Czarnecki-23/+19
2014-08-18libsyntax: Remove the `use foo = bar` syntax from the language in favorPatrick Walton-4/+10
2014-08-18Forbid extern statics from appearing in patternsJakub Wieczorek-15/+0
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-47/+51
2014-08-15auto merge of #16424 : pcwalton/rust/where-clauses, r=nikomatsakisbors-103/+299
2014-08-15auto merge of #16435 : vadimcn/rust/windows, r=pcwaltonbors-8/+8