summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-10-12Make moves explicit in rustdocTim Chevalier-36/+38
2012-10-12Make moves explicit in std testsTim Chevalier-96/+98
2012-10-12Make moves explicit in core testsTim Chevalier-146/+178
2012-10-12Make moves explicit in compiletestTim Chevalier-3/+3
2012-10-12Make moves explicit in cargoTim Chevalier-3/+3
2012-10-12Make moves explicit in doc examplesTim Chevalier-0/+18
2012-10-12Make moves explicit in rustc::middleTim Chevalier-4/+4
2012-10-12Make moves explicit in libsyntaxTim Chevalier-2/+2
2012-10-12Add a colon, make an error message clearerTim Chevalier-1/+1
2012-10-12remove ctor from ast (take 2) (no review: just dead code removal)Niko Matsakis-672/+137
2012-10-12Use the Nth impl when translating a static method call, insteadNiko Matsakis-43/+122
2012-10-12bump version to 0.5.Graydon Hoare-32/+32
2012-10-12Replace several common macros of the form #m[...] with m!(...)Kevin Cantu-86/+85
2012-10-11Change FIXME numberTim Chevalier-1/+1
2012-10-11Revert "Use a constant vector for the sudoku board, delete a FIXME"Tim Chevalier-13/+32
2012-10-11Re-xfail two tests that I tried to resurrect (no time right now)Tim Chevalier-37/+78
2012-10-11Use move instead of ref in select-macroTim Chevalier-1/+1
2012-10-11Fix pipe-select-macroTim Chevalier-1/+1
2012-10-11Export VecUnboxedRepr from vec so a test case can use itTim Chevalier-10/+11
2012-10-11Un-XFAIL task-compareTim Chevalier-3/+0
2012-10-11Use match move in select-macro, get rid of a FIXMETim Chevalier-3/+2
2012-10-11Un-XFAIL reflect-visit-typeTim Chevalier-3/+0
2012-10-11Annotate FIXMEs in reflect-visit-dataTim Chevalier-10/+4
2012-10-11Uncomment nested module in test, delete a FIXMETim Chevalier-2/+0
2012-10-11Use a constant vector for the sudoku board, delete a FIXMETim Chevalier-32/+13
2012-10-11Use match move in pingpong, delete a FIXMETim Chevalier-8/+4
2012-10-11Remove obsolete commentTim Chevalier-2/+0
2012-10-11Remove obsolete FIXMETim Chevalier-2/+0
2012-10-11Use truncate in typeck::infer; gets rid of FIXMETim Chevalier-5/+2
2012-10-11Remove obsolete commentTim Chevalier-5/+0
2012-10-11Update FIXME numbersTim Chevalier-10/+10
2012-10-11Remove obsolete FIXMETim Chevalier-3/+0
2012-10-11Fix from_buf in test casesTim Chevalier-4/+4
2012-10-11Update FIXME numbersTim Chevalier-2/+2
2012-10-11Remove obsolete FIXMETim Chevalier-6/+1
2012-10-11Remove obsolete FIXMETim Chevalier-1/+0
2012-10-11Update FIXME numberTim Chevalier-1/+1
2012-10-11Remove unneeded no_rt flagTim Chevalier-17/+11
2012-10-11Update FIXME numberTim Chevalier-1/+1
2012-10-11Remove comment that is now falseTim Chevalier-29/+40
2012-10-11Update FIXME numbersTim Chevalier-2/+2
2012-10-11Update FIXME numberTim Chevalier-3/+3
2012-10-11Update FIXME numberTim Chevalier-4/+4
2012-10-11Update FIXME numberTim Chevalier-1/+1
2012-10-11Exports are fixed, hoorayTim Chevalier-2/+0
2012-10-11Remove invalid FIXMETim Chevalier-1/+0
2012-10-11Remove Copy bound from std::timer::delayed_sendTim Chevalier-1/+1
2012-10-11Write option::chain and result::chain with `match move`Tim Chevalier-10/+6
2012-10-11Make to_str pure and fix const parameters for str-mutating functionsTim Chevalier-75/+87
2012-10-11Conditional usage of LLVM DebugFlagLuca Bruno-0/+2