about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2013-03-13librustc: Remove "base types" from the language.Patrick Walton-4/+8
2013-03-13librustc: Remove overloaded operator autoderef.Patrick Walton-1/+1
2013-03-13librustc: Don't accept `as Trait` anymore; fix all occurrences of it.Patrick Walton-310/+325
2013-03-13Remove `++` mode from the compiler (it is parsed as `+` mode)Niko Matsakis-11/+19
2013-03-13auto merge of #5293 : brson/rust/logging, r=brsonbors-24/+23
2013-03-12auto merge of #5320 : apasel422/rust/metaderive, r=graydonbors-0/+45
2013-03-12syntax: implement #[deriving] meta-attributeAndrew Paseltiner-0/+45
2013-03-12Add alignstack option for inline asm.Luqman Aden-4/+7
2013-03-12Keep everything tidy.Luqman Aden-10/+9
2013-03-12Parse operands properly and add a way to indicate volatile asm.Luqman Aden-14/+137
2013-03-12Stop parsing __asm__.Luqman Aden-9/+0
2013-03-12Create asm! syntax extension.Luqman Aden-1/+58
2013-03-12Parse inline assembly.Luqman Aden-1/+22
2013-03-11Remove the log keyword (by renaming it to __log)Brian Anderson-10/+10
2013-03-11core: Remove logging constantsBrian Anderson-8/+8
2013-03-11Remove uses of logBrian Anderson-14/+13
2013-03-11auto merge of #5304 : jld/rust/const-adjustments, r=graydonbors-0/+5
2013-03-11librustc: Lint the old `drop` destructor notation offPatrick Walton-27/+2
2013-03-11libsyntax: Stop parsing newtype enumsPatrick Walton-10/+9
2013-03-11libsyntax: Remove newtype enums from libsyntax. rs=deenumPatrick Walton-40/+14
2013-03-11libsyntax: Stop parsing bare functions in preparation for switching them overPatrick Walton-1/+16
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-42/+42
2013-03-11Implement vector destructuring from tailSeo Sanghyeon-31/+56
2013-03-09Don't print addr_of(addr_of(e)) as `&&e`, which means something else.Jed Davis-0/+5
2013-03-09Remove @ast::Region and replace with @ast::Lifetime.Niko Matsakis-160/+117
2013-03-08auto merge of #5278 : brson/rust/logplusplus, r=brsonbors-8/+32
2013-03-08Fix dvec-related fallout in testsAlex Crichton-3/+3
2013-03-08syntax: Remove uses of DVecAlex Crichton-39/+29
2013-03-07test: Fix tests.Patrick Walton-2/+5
2013-03-07librustc: Stop parsing `assert`.Patrick Walton-13/+10
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-55/+55
2013-03-07librustc: Remove record patterns from the compilerPatrick Walton-40/+12
2013-03-07libsyntax: Remove struct literal expressions from the compilerPatrick Walton-64/+5
2013-03-07librustc: Remove structural record types from the compilerPatrick Walton-23/+2
2013-03-07libsyntax: Stop parsing structural record typesPatrick Walton-8/+7
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