| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-10-11 | Change FIXME number | Tim Chevalier | -1/+1 | |
| 2012-10-11 | Revert "Use a constant vector for the sudoku board, delete a FIXME" | Tim Chevalier | -13/+32 | |
| This reverts commit 06d0bf7555c55dc6c9d5b9945c06d30d0edf090b. | ||||
| 2012-10-11 | Re-xfail two tests that I tried to resurrect (no time right now) | Tim Chevalier | -37/+78 | |
| 2012-10-11 | Use move instead of ref in select-macro | Tim Chevalier | -1/+1 | |
| 2012-10-11 | Fix pipe-select-macro | Tim Chevalier | -1/+1 | |
| 2012-10-11 | Export VecUnboxedRepr from vec so a test case can use it | Tim Chevalier | -10/+11 | |
| 2012-10-11 | Un-XFAIL task-compare | Tim Chevalier | -3/+0 | |
| 2012-10-11 | Use match move in select-macro, get rid of a FIXME | Tim Chevalier | -3/+2 | |
| 2012-10-11 | Un-XFAIL reflect-visit-type | Tim Chevalier | -3/+0 | |
| 2012-10-11 | Annotate FIXMEs in reflect-visit-data | Tim Chevalier | -10/+4 | |
| 2012-10-11 | Uncomment nested module in test, delete a FIXME | Tim Chevalier | -2/+0 | |
| 2012-10-11 | Use a constant vector for the sudoku board, delete a FIXME | Tim Chevalier | -32/+13 | |
| 2012-10-11 | Use match move in pingpong, delete a FIXME | Tim Chevalier | -8/+4 | |
| 2012-10-11 | Remove obsolete comment | Tim Chevalier | -2/+0 | |
| 2012-10-11 | Remove obsolete FIXME | Tim Chevalier | -2/+0 | |
| 2012-10-11 | Use truncate in typeck::infer; gets rid of FIXME | Tim Chevalier | -5/+2 | |
| 2012-10-11 | Remove obsolete comment | Tim Chevalier | -5/+0 | |
| 2012-10-11 | Update FIXME numbers | Tim Chevalier | -10/+10 | |
| 2012-10-11 | Remove obsolete FIXME | Tim Chevalier | -3/+0 | |
| 2012-10-11 | Fix from_buf in test cases | Tim Chevalier | -4/+4 | |
| 2012-10-11 | Update FIXME numbers | Tim Chevalier | -2/+2 | |
| 2012-10-11 | Remove obsolete FIXME | Tim Chevalier | -6/+1 | |
| 2012-10-11 | Remove obsolete FIXME | Tim Chevalier | -1/+0 | |
| 2012-10-11 | Update FIXME number | Tim Chevalier | -1/+1 | |
| 2012-10-11 | Remove unneeded no_rt flag | Tim Chevalier | -17/+11 | |
| 2012-10-11 | Update FIXME number | Tim Chevalier | -1/+1 | |
| 2012-10-11 | Remove comment that is now false | Tim Chevalier | -29/+40 | |
| 2012-10-11 | Update FIXME numbers | Tim Chevalier | -2/+2 | |
| 2012-10-11 | Update FIXME number | Tim Chevalier | -3/+3 | |
| 2012-10-11 | Update FIXME number | Tim Chevalier | -4/+4 | |
| 2012-10-11 | Update FIXME number | Tim Chevalier | -1/+1 | |
| 2012-10-11 | Exports are fixed, hooray | Tim Chevalier | -2/+0 | |
| 2012-10-11 | Remove invalid FIXME | Tim Chevalier | -1/+0 | |
| 2012-10-11 | Remove Copy bound from std::timer::delayed_send | Tim Chevalier | -1/+1 | |
| Closes #3717 | ||||
| 2012-10-11 | Write option::chain and result::chain with `match move` | Tim Chevalier | -10/+6 | |
| Closes #3590 | ||||
| 2012-10-11 | Make to_str pure and fix const parameters for str-mutating functions | Tim Chevalier | -75/+87 | |
| Two separate changes that got intertwined (sorry): Make to_str pure. Closes #3691 In str, change functions like push_char to take an &mut str instead of an &str. Closes #3710 | ||||
| 2012-10-10 | Move the description of -(W|A|D|F) into the `-W help` message | Kevin Cantu | -10/+10 | |
| 2012-10-10 | Touchup the debug flag description printing | Kevin Cantu | -1/+1 | |
| 2012-10-09 | Register snapshots. | Graydon Hoare | -0/+8 | |
| 2012-10-09 | Remove old serialization2 vestigial code | Erick Tryzelaar | -14/+2 | |
| 2012-10-09 | core::str - making StrSlice trait functions pure | Daniel Patterson | -53/+55 | |
| 2012-10-09 | Merge pull request #3700 from erickt/cargo-interner | Tim Chevalier | -21/+26 | |
| allow interner cache to be shared across parsers (#3699) | ||||
| 2012-10-08 | Revert "Revert "Remove old auto_serialize2 code (needs snapshot)"" | Tim Chevalier | -1255/+2 | |
| This reverts commit a33535e441dc5461fec0489069a1491367ad1c91. | ||||
| 2012-10-08 | Register snapshots | Tim Chevalier | -0/+8 | |
| 2012-10-08 | libcore: add pop/swap/consume to SendMap | Erick Tryzelaar | -29/+126 | |
| 2012-10-08 | Revert "cap-clause-use-after-move: modernize error msg" | Tim Chevalier | -1/+3 | |
| This reverts commit bbda995bfe03680b6d621c6ab809ddb145125c3a. | ||||
| 2012-10-08 | Revert bogus snapshot.py change | Tim Chevalier | -2/+1 | |
| 2012-10-08 | Revert "Remove old auto_serialize2 code (needs snapshot)" | Tim Chevalier | -2/+1255 | |
| This reverts commit 0bd6da8a8c93143325cb45e8a074ccf7121ca168. | ||||
| 2012-10-08 | Remove extra spaces from snapshots.txt | Tim Chevalier | -6/+7 | |
| 2012-10-08 | Fix typo in linux-i386 snapshot hash | Tim Chevalier | -5/+5 | |
