about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-12-11Auto-deref when checking field and method privacyTim Chevalier-7/+17
2012-12-11Remove old derivingBrian Anderson-1302/+17
2012-12-11Avoid extra error for type mismatches in patternsTim Chevalier-3/+11
2012-12-11fix long line, r=tidypolice.Graydon Hoare-3/+4
2012-12-11libstd: Implement read_managed_str for the JSON deserialiser.Huon Wilson-2/+5
2012-12-11libstd: refactor future, remove with(), remove ~ indirection.Graydon Hoare-94/+36
2012-12-11libstd: teach workcache to check freshness.Graydon Hoare-18/+59
2012-12-11Fix deriving for single-variant enumsBrian Anderson-20/+32
2012-12-11Relate the module hierarchy to directory paths in the parserBrian Anderson-4/+186
2012-12-11Remove duplicate bound_to_str codeBrian Anderson-7/+1
2012-12-11core: add Eq impl to LinearMap.Erick Tryzelaar-0/+37
2012-12-11Switch snapshots to static.rust-lang.org.Graydon Hoare-1/+1
2012-12-11Revert "Merge pull request #4144 from luqmana/deprecated-attribute"Tim Chevalier-38/+1
2012-12-11Fix whitespaceTim Chevalier-1/+1
2012-12-11Allow pattern-matching on any strings, not just unique stringsTim Chevalier-4/+13
2012-12-10Merge pull request #4144 from luqmana/deprecated-attributeTim Chevalier-1/+38
2012-12-10Remove commented-out codeTim Chevalier-7/+0
2012-12-10Remove un-needed code for obsolete classesTim Chevalier-668/+392
2012-12-10Adjust the die macro to only accept ~str and to work in statement positionBrian Anderson-22/+66
2012-12-10tests: relicense .pp files. Oddly not caught during local testing.Graydon Hoare-0/+30
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-1/+19111
2012-12-10Add license boilerplate to more files.Graydon Hoare-6/+569
2012-12-10core: Fix capitalization in docsBrian Anderson-2/+2
2012-12-10Minor cleanups to pipes and serializationBrian Anderson-27/+43
2012-12-10test: Fix aux-build in struct-destructuring-cross-crate. rs=bustagePatrick Walton-0/+2
2012-12-10librustc: Fix bug preventing cross-crate struct destructuring from working. r...Patrick Walton-1/+23
2012-12-10librustc: Remove is_self_field from borrowck. Unused. rs=#rustPatrick Walton-12/+0
2012-12-09Remove transitional codeBrian Anderson-253/+0
2012-12-09Register snapshotsBrian Anderson-0/+8
2012-12-09Add test case for deprecated attribute.Luqman Aden-0/+10
2012-12-08Fix busted test caseTim Chevalier-1/+1
2012-12-08Update and un-xfail crate-method-reexport-grrrrrrr2Tim Chevalier-7/+4
2012-12-09Add deprecated attribute.Luqman Aden-1/+28
2012-12-08Print out a more helpful type error message for do-blocks/for-loopsTim Chevalier-30/+103
2012-12-07Xfail broken testsTim Chevalier-0/+2
2012-12-07test: Fix borrowck-preserve-box-in-pat. rs=bustagePatrick Walton-6/+6
2012-12-07test: Fix borrowck-preserve-box-in-discr; more fallout from pattern bindings....Patrick Walton-6/+6
2012-12-07test: Remove alt-implicit-copy.rs test. Incompatible with current borrow chec...Patrick Walton-6/+0
2012-12-07test: Fix some busted run-pass tests, fallout from the pattern bindings chang...Patrick Walton-26/+7
2012-12-07libcore: Fix Windows-only pattern in run.rs. rs=bustagePatrick Walton-2/+2
2012-12-07Add test for #2995Tim Chevalier-0/+3
2012-12-07Add test case for #2828Tim Chevalier-0/+21
2012-12-07Make short flags with a single-char arg work in getoptsTim Chevalier-34/+37
2012-12-07librustc: De-mode pattern bindings. r=nmatsakisPatrick Walton-108/+99
2012-12-07libsyntax: Fix parsing of module-qualified structure patterns. rs=bugfixPatrick Walton-29/+13
2012-12-07librustc: Implement "&mut [T]" as an expression. r=brsonPatrick Walton-6/+23
2012-12-07Fix pretty-printing of trait constraintsBrian Anderson-3/+5
2012-12-07Long linesBrian Anderson-5/+7
2012-12-07Trait constraints are separated by space, not commaBrian Anderson-21/+21
2012-12-07Remove impl_id from trait_ref. UnusedBrian Anderson-16/+4