about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2013-03-07Make debug!, etc. macros not require a format stringBrian Anderson-8/+32
2013-03-07add deriving_eq for tokensJohn Clements-273/+2
2013-03-06auto merge of #5255 : jbclements/rust/remove-parse-value-ident, r=graydonbors-40/+21
2013-03-06patch up pretty printing of things with both lifetime and type parametersNiko Matsakis-0/+1
2013-03-06Improve error messages when illegal lifetimes are usedNiko Matsakis-0/+4
2013-03-06Permit either foo/&self or foo<'self>Niko Matsakis-9/+33
2013-03-06Add manual &self/ and &static/ and /&self declarations thatNiko Matsakis-23/+22
2013-03-06Fix a bug with region-parameterized enums etc where trans consideredNiko Matsakis-3/+9
2013-03-06finish removing parse_value_identJohn Clements-15/+7
2013-03-06removed unused abstraction over paths and value_pathsJohn Clements-25/+14
2013-03-05core: convert vec::{last,last_opt} to return referencesErick Tryzelaar-3/+3
2013-03-05auto merge of #5234 : pcwalton/rust/equiv, r=pcwaltonbors-2/+5
2013-03-05libsyntax: Separate multiple inherited traits with `+`Patrick Walton-2/+5
2013-03-05auto merge of #5231 : jbclements/rust/better-macro-error-message, r=graydonbors-5/+13
2013-03-05Update region inference for traits so that a method withNiko Matsakis-1/+9
2013-03-05auto merge of #5212 : thestinger/rust/iter, r=graydonbors-14/+14
2013-03-05auto merge of #5179 : alexcrichton/rust/default-warn-unused-import, r=graydonbors-80/+5
2013-03-04simplified msg (TMI on old one)John Clements-2/+2
2013-03-04better error message for macros with MOD_SEPsJohn Clements-5/+13
2013-03-04libsyntax: Implement `#[deriving_clone]`Patrick Walton-16/+288
2013-03-04Adding missing imports for tests, and gate off othersAlex Crichton-14/+4
2013-03-04Remove unused imports throughout src/Alex Crichton-66/+1
2013-03-03libsyntax: deny deprecated_self in libsyntaxErick Tryzelaar-6/+10
2013-03-03libsyntax: add &self to extensionsErick Tryzelaar-24/+34
2013-03-03libsyntax: add &self to parser methodsErick Tryzelaar-261/+303
2013-03-03replace option::iter with a BaseIter implDaniel Micay-14/+14
2013-03-02auto merge of #5203 : erickt/rust/incoming, r=brsonbors-7/+8
2013-03-02librustc: Stop parsing `fn@`, `fn~`, and `fn&`Patrick Walton-71/+6
2013-03-02libsyntax: Remove `fn@`, `fn~`, and `fn&` from libsyntax. rs=defunPatrick Walton-194/+181
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-5/+5
2013-03-02libsyntax: add some more explicit copies for vecs_implicitly_copyable)Erick Tryzelaar-7/+8
2013-03-02Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-29/+21
2013-03-02auto merge of #5137 : yjh0502/rust/empty_struct, r=nikomatsakisbors-11/+7
2013-03-02auto merge of #5193 : sethpink/rust/struct-tup-pp, r=catamorphismbors-16/+12
2013-03-01Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-18/+29
2013-03-02Remove REC, change related tests/docsJihyun Yu-11/+7
2013-03-01auto merge of #5165 : brson/rust/unstable, r=brsonbors-2/+2
2013-03-02Fix some struct-tuple def prettyprint issuesSeth Pink-16/+12
2013-03-01Avoid calling to_vec() unnecessarily in parser.Niko Matsakis-17/+27
2013-03-01Rename core::private to core::unstable. #4743Brian Anderson-2/+2
2013-03-01librustc: "APL2" -> "ASL2". rs=license-fixPatrick Walton-1/+1
2013-03-01Merge remote branch 'sevrak/issue-5164' into incomingPatrick Walton-1/+2
2013-03-01Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-143/+188
2013-02-28Remove legacy object creation mode, and convert remaining uses of itNiko Matsakis-114/+117
2013-02-28Fix implicit leaks of imports throughout librariesAlex Crichton-15/+56
2013-02-28librustc: Mark all type implementations public. rs=impl-publicityPatrick Walton-2/+2
2013-02-28Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-1/+5
2013-02-28Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-569/+930
2013-02-28Fix license attribute on cratessevrak-1/+2
2013-02-27auto merge of #5155 : bstrie/rust/dedrop, r=pcwaltonbors-1/+5