summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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
2012-12-07Add an auto-slice-and-ref step to method lookup. Allows ~[T] to work with exp...Brian Anderson-7/+111
2012-12-07Merge pull request #4101 from brson/bound-default-methodsBrian Anderson-36/+156
2012-12-07Long linesBrian Anderson-2/+4
2012-12-07Add :load command to REPL that can compile and load external librariesBrian Leibig-5/+96
2012-12-07syntax: try to fix pattern printing yet again, r=burningtree.Graydon Hoare-22/+31
2012-12-07syntax: try to fix pattern printing harder, r=burningtree.Graydon Hoare-20/+35
2012-12-07syntax: pretty print bind_by_value patterns as "copy", r=burningtree.Graydon Hoare-2/+4
2012-12-07bench: fix nbody bugs, r=burningtree.Graydon Hoare-13/+29
2012-12-07syntax: stage0-guard uses of #ast, rewrite as quote_foo! in stage1,2.Graydon Hoare-97/+122
2012-12-07syntax: fix missing push in item macro expansionGraydon Hoare-5/+9
2012-12-07syntax: Permit splicing anything into a quote that implements ToTokens.Graydon Hoare-10/+192
2012-12-07syntax: fix quote_type! to quote_ty!Graydon Hoare-6/+6
2012-12-07syntax: point quote tokens at the site of quote-using-extension invocation.Graydon Hoare-89/+120
2012-12-07syntax: fix the accidental binding of interner state between parse and quote.Graydon Hoare-10/+6
2012-12-07syntax: fix a pp bug on foreign mods.Graydon Hoare-0/+1
2012-12-06Revert "Print copy patterns correctly"Tim Chevalier-4/+2
2012-12-06Print copy patterns correctlyTim Chevalier-2/+4
2012-12-06make bblum happyTim Chevalier-17/+6
2012-12-06Test cases, some xfailedTim Chevalier-0/+323
2012-12-06Remove obsolete commentTim Chevalier-3/+0
2012-12-06Remove compile-fail test from run-passTim Chevalier-11/+0
2012-12-06Xfail trait-inheritance-overloading-xc-exeTim Chevalier-0/+1
2012-12-06Remove hack to not use type_use on x86Brian Anderson-4/+1
2012-12-06librustc: Propagate type uses correctly from method calls to the containing f...Patrick Walton-4/+84
2012-12-06Use fuzzy_eq in run-pass/intrinsics-math.rsBrian Anderson-26/+30
2012-12-06xfail-fast static-fn-inline-xc. needs aux-buildBrian Anderson-0/+1
2012-12-06Rename std::ebml::Reader => std::ebml::reader, same for writerTim Chevalier-179/+179