summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-11-30librustc: Implement explicit @self and ~self for objects. r=nmatsakisPatrick Walton-27/+149
2012-11-30librustc: Implement simple explicit self for objects. r=nmatsakisPatrick Walton-18/+122
2012-11-30Merge remote-tracking branch 'bilalhusain/patch-1'Brian Anderson-5/+5
2012-11-30Merge pull request #4085 from andrew-d/andrew-fix-typoTim Chevalier-1/+1
2012-11-30Disallow dereferencing enum types when the variant is privateTim Chevalier-78/+186
2012-11-30Fix small typo in kinds documentationAndrew Dunham-1/+1
2012-11-30libs: Remove transitionary material on iter_bytes, add workcache to build.Graydon Hoare-885/+1
2012-11-30core: Add docs about kind traitsBrian Anderson-5/+36
2012-11-30core: Make core.rc more readable. CleanupBrian Anderson-221/+215
2012-11-29impls of traits cannot define methods on the anonymous traitBrian Anderson-84/+87
2012-11-29Implement trait inheritance for bounded type parametersBrian Anderson-173/+1001
2012-11-29rustc: Remove existing inheritance code from coherenceBrian Anderson-90/+48
2012-11-29core: Add impls of Eq and Ord for f32, f64Brian Anderson-0/+24
2012-11-29Enable trait-inheritance-simple.rsBrian Anderson-5/+0
2012-11-29librustc: Eliminate most expressions of the form `a.b()` that are not method ...Patrick Walton-276/+296
2012-11-29Remove more uses of #[merge]Brian Anderson-3652/+3654
2012-11-29test: Remove obsolete tests. rs=buildbotPatrick Walton-20/+0
2012-11-29Long linesBrian Anderson-6/+7
2012-11-29Disallow importing private itemsTim Chevalier-82/+150
2012-11-29syntax: slight improvement in fidelity of printing tokens. Still not great.Graydon Hoare-5/+3
2012-11-29Properly sync macro_parser.rs after it escapes out to the Rust parser. Closes...Paul Stansifer-9/+13
2012-11-29Fix trace_macros so that it works.Paul Stansifer-5/+9
2012-11-29Test statement macros.Paul Stansifer-0/+32
2012-11-29Forbid attrs on macros, since we don't handle them properly yet.Paul Stansifer-5/+12
2012-11-29Respect semicolons always when expanding statments.Paul Stansifer-11/+13
2012-11-29Update tests to respect the way that macros work now.Paul Stansifer-13/+11
2012-11-29Forbid item macros from occuring where statement macros might occur, and allo...Paul Stansifer-14/+22
2012-11-29Distinguish `stmt_mac`s that are followed by semicolons and those that aren't.Paul Stansifer-12/+17
2012-11-29Make the parser handle stmt macros that might be exprs at the end of blocks.Paul Stansifer-0/+23
2012-11-29Allow parsing of macros in statement position.Paul Stansifer-6/+39
2012-11-29No longer parse the delimiters of the RHS of a macro as part of the expansion.Paul Stansifer-21/+28
2012-11-29Allow the expansion of old-style expr macros in stmt position.Paul Stansifer-0/+18
2012-11-29Use `biased_match!` to avoid over-deep indentation in expand.rs.Paul Stansifer-77/+89
2012-11-29Make it possible to expand stmt macros.Paul Stansifer-17/+72
2012-11-29Allow for macros to occur in statement position.Paul Stansifer-17/+33
2012-11-29Make it possible to invoke item macros without passing identifier arguments.Paul Stansifer-33/+55
2012-11-29Grammaticalinate an error message.Paul Stansifer-2/+2
2012-11-29Allow `macro_rules!` macros to expand to expressions or items.Paul Stansifer-5/+12
2012-11-29libsyntax: Remove the "by-mutable-ref" obsolete syntax error; it blocks usefu...Patrick Walton-14/+13
2012-11-29test: Fix broken resource-cycle.rs. r=tinderboxPatrick Walton-1/+1
2012-11-29test: Add a test that function argument patterns take in the expected type. r...Patrick Walton-0/+8
2012-11-29test: Add a test for generic objects. r=test-onlyPatrick Walton-0/+20
2012-11-29librustc: Make the Drop trait use explicit selfPatrick Walton-123/+166
2012-11-29Add more standard c lib llvm intrinsics.Luqman Aden-1/+478
2012-11-29Update src/README.txtBilal Husain-5/+5
2012-11-28core: Convert some records to structsBrian Anderson-79/+85
2012-11-28rustdoc: More pipe conversionBrian Anderson-18/+20
2012-11-28Remove uses of #[merge]Brian Anderson-2607/+2614
2012-11-28core: Remove old template filesBrian Anderson-588/+306
2012-11-28Merge remote-tracking branch 'erickt/time'Brian Anderson-114/+172