about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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
2012-12-06Add various test cases, mostly xfailedTim Chevalier-0/+38
2012-12-06Remove bogus FIXME, closes #2889Tim Chevalier-1/+1
2012-12-06test: Fix compilation of benchmarks for moves-based-on-type. rs=bustagePatrick Walton-14/+16
2012-12-06test: Fix shootout-mandelbrot.rs. rs=bustagePatrick Walton-5/+5
2012-12-06Remove previous x86 data corruption workaround. #4054Brian Anderson-3/+0
2012-12-06Turn off type_use on x86. #4127Brian Anderson-1/+4
2012-12-06test: Fix busted test. rs=bustagePatrick Walton-1/+1
2012-12-06Eleminate pattern warningsBrian Anderson-4/+4
2012-12-06test: Fix more compile-fail bustage. rs=bustagePatrick Walton-10/+8
2012-12-06test: Fix some compile-fail bustage. rs=bustagePatrick Walton-36/+10
2012-12-06test: Fix some run-fail bustage. rs=bustagePatrick Walton-4/+4
2012-12-06test: Fix some more run-pass bustage. rs=clownshoesPatrick Walton-2/+2
2012-12-05librustc: Fix handling of `~` and `@` unary operators in mode computation. Cl...Patrick Walton-13/+24
2012-12-05librustc: Implement "-Z no-monomorphic-collapse" as a debugging tool to diagn...Patrick Walton-27/+39
2012-12-05librustc: Fix type_use to not treat i1* arguments as interchangeable with i8*...Patrick Walton-8/+28
2012-12-05Fix testBrian Anderson-1/+1
2012-12-05Convert Num to explicit selfBrian Anderson-86/+82
2012-12-05librustc: Move the "legality of move bindings" check from typechecking to alt...Patrick Walton-77/+79
2012-12-05librustc: Make a context including the method map in check_alt, in preparatio...Patrick Walton-87/+103
2012-12-05Long linesBrian Anderson-1/+2
2012-12-05Fix cross-crate inlining of static functionsBrian Anderson-9/+36
2012-12-05test: Fix float imprecision error on intrinsics-mathPatrick Walton-1/+1
2012-12-05test: Fix alt-implicit-copy-unique. rs=mePatrick Walton-1/+1
2012-12-05test: More bustage fixes. rs=mePatrick Walton-11/+11
2012-12-05test: More run-pass test fixesPatrick Walton-45/+47
2012-12-05libcore: Fix some more coretest bustage. rs=bustagePatrick Walton-2/+2
2012-12-05librustc: Hook borrow check loan checking up to the moves-based-on-type infra...Patrick Walton-87/+143