about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2013-01-30RIMOV, round 3Ben Striegel-4/+4
2013-01-30librustc: Change `self` as a type to `Self` everywhere. r=brsonPatrick Walton-1/+1
2013-01-30librustc: Remove legacy exports from the language. r=brsonPatrick Walton-151/+31
2013-01-29De-capitalize "note" to get rid of spurious tidy warningsTim Chevalier-1/+1
2013-01-29libsyntax: De-export libsyntax. rs=deexportingPatrick Walton-610/+579
2013-01-29libsyntax: De-export a lot of libsyntax. rs=deƫxportingPatrick Walton-569/+502
2013-01-29libsyntax: Implement the `impl Trait for Type` syntaxPatrick Walton-6/+23
2013-01-29librustc: De-implicit-self the visitor. r=graydonPatrick Walton-0/+1
2013-01-29librustc: Disallow trait bounds in types, enumerations, and structure definit...Patrick Walton-15/+20
2013-01-29libstd: Remove "dual impls" from the language and enforce coherence rules. r=...Patrick Walton-12/+14
2013-01-28syntax: Don't add an extra space before the last comma...Tim Chevalier-1/+0
2013-01-28Add #[legacy_records] crate attributeTim Chevalier-1/+3
2013-01-28Add to_str() definitions for some AST typesNiko Matsakis-0/+18
2013-01-28Link the lifetimes of regions resulting from borrows of theNiko Matsakis-3/+10
2013-01-24remove remaining is_not_empty functions/methodsDaniel Micay-3/+3
2013-01-24replace ConstVector trait with the Container traitDaniel Micay-8/+8
2013-01-24Merge pull request #4613 from erickt/incomingTim Chevalier-197/+104
2013-01-24syntax/rustc: Less copyTim Chevalier-3/+3
2013-01-24Convert pipes::Buffer into a structErick Tryzelaar-4/+4
2013-01-24Convert extfmt::rt::Conv into a structErick Tryzelaar-11/+25
2013-01-24remove support for records from auto_encodeErick Tryzelaar-182/+75
2013-01-24unit test cases now pass, added a few to the internerJohn Clements-27/+50
2013-01-24Merge pull request #4609 from sonwow/keyword-superTim Chevalier-1/+1
2013-01-24syntax/rustc: Improve error message for misuse of `for` loopTim Chevalier-37/+39
2013-01-24Make `super` a keywordYoungsoo Son-1/+1
2013-01-23fix trailing whitepaceJohn Clements-2/+2
2013-01-23cleaning up, adding testsJohn Clements-6/+48
2013-01-23libsyntax: Fix parsing of `pub unsafe fn` inside `extern` blocks. rs=bugfixPatrick Walton-1/+2
2013-01-23libsyntax: Implement `assert` as a macro (called `fail_unless!` on a transiti...Patrick Walton-12/+25
2013-01-23libsyntax: Remove `fn() unsafe { ... }`. r=graydonPatrick Walton-17/+28
2013-01-23Long linesTim Chevalier-1/+2
2013-01-23renaming to adhere to conventionsJohn Clements-110/+102
2013-01-23libsyntax: Implement the `+` syntax for multiple trait bounds. r=tjcPatrick Walton-0/+11
2013-01-23Merge pull request #4596 from Trinick/tomutrenameTim Chevalier-5/+5
2013-01-23core: Rename to_mut and from_mut to cast_to_mut and cast_from_mutTrinick-5/+5
2013-01-22syntax: Pretty-print `mut` qualifiers on argsTim Chevalier-1/+4
2013-01-22syntax: Allow closure args to be mutableTim Chevalier-1/+2
2013-01-22Add is_mutbl field to def_argSeo Sanghyeon-4/+5
2013-01-22Parse `mut` in argumentsSeo Sanghyeon-1/+2
2013-01-22Add is_mutbl field to argSeo Sanghyeon-2/+11
2013-01-22Change debuginfo to not use an option for the output type...Tim Chevalier-1/+3
2013-01-22Revert "Clean up previous commit to not require an Option"Tim Chevalier-3/+1
2013-01-22Clean up previous commit to not require an OptionTim Chevalier-1/+3
2013-01-22syntax/rustc: Make some metadata-related functions take slices, kill bad copiesTim Chevalier-5/+5
2013-01-20Convert many libsyntax records into structsErick Tryzelaar-52/+82
2013-01-20convert the remaining ast record types into structsErick Tryzelaar-166/+282
2013-01-20convert ast::{ty_field_,ty_method} into a structErick Tryzelaar-21/+47
2013-01-20convert ast::ty into a structErick Tryzelaar-65/+122
2013-01-20convert ast::expr into a structErick Tryzelaar-57/+102
2013-01-17librustc: Implement write guards for borrowing `@mut` to `&` or `&mut`. r=nma...Patrick Walton-1/+1