| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-10-06 | Add std::str::contains | Brian Anderson | -0/+11 | |
| 2011-10-05 | Fix some path handling in std::fs on win32 | Brian Anderson | -0/+16 | |
| 2011-10-04 | Add std::os::get_exe_path | Brian Anderson | -0/+15 | |
| Need this to correctly determine sysroot in rustc | ||||
| 2011-10-04 | Hide unused variable warnings in stdtest::treemap | Brian Anderson | -2/+2 | |
| 2011-10-04 | Add std::fs::normalize | Brian Anderson | -0/+77 | |
| 2011-10-04 | Add std::fs::split | Brian Anderson | -0/+36 | |
| 2011-10-03 | XFAIL run-fail/linked-failure4. Deadlocks on mac | Brian Anderson | -0/+1 | |
| 2011-10-02 | Move compiletest to src/ and cleanup build rules | Brian Anderson | -1053/+0 | |
| 2011-09-29 | Teach compiletest to construct the PATH variable correctly on win32 | Brian Anderson | -1/+10 | |
| 2011-09-29 | Move closure construction over to DPS style | Marijn Haverbeke | -0/+4 | |
| Issue #667 | ||||
| 2011-09-28 | Test cases for #985 | Brian Anderson | -0/+42 | |
| Other restrictions on pinned kinds happened to fix this Closes #985 | ||||
| 2011-09-28 | Don't allow vectors of pinned kinds | Brian Anderson | -0/+11 | |
| Vectors of pinned kinds can't be safe because most interesting uses of vector perform copies | ||||
| 2011-09-28 | Make error patterns in some kind tests more specific | Brian Anderson | -5/+5 | |
| 2011-09-28 | xfail-fast run-pass/alt-range.rs | Brian Anderson | -0/+2 | |
| 2011-09-28 | Revert "Revert "Implement pattern ranges for all numeric types."" | Brian Anderson | -0/+87 | |
| This reverts commit a034f87146e60e1db2327c6f6807c47406a1bb0b. Conflicts: src/comp/middle/check_alt.rs src/comp/middle/trans_alt.rs src/comp/syntax/ast.rs src/comp/syntax/ast_util.rs src/comp/syntax/fold.rs src/comp/syntax/print/pprust.rs Conflicts: src/comp/middle/trans_alt.rs | ||||
| 2011-09-27 | Patch to error instead of crashing when parsing unmatched double quotes | Wade Mealing | -0/+8 | |
| Patch to error and fail instead of using all available memory then crashing to detect the error condition of an unmatched double quote before the end of a file. I couldn't get it to show nice error messages, so this may not be the ideal fix. A test case for this situation has also been added. | ||||
| 2011-09-27 | Make it again possible to initialize resource locals via assignment | Brian Anderson | -20/+18 | |
| Some special cases allow both 'let a <- my_resource(x)' and 'let a = my_resource(x)' to work as expected despite ostensibly being copies and moves. | ||||
| 2011-09-27 | Prevent copies of resources into various things | Brian Anderson | -12/+94 | |
| 2011-09-27 | Add xfailed tests that resources can't be copied into various things | Brian Anderson | -0/+68 | |
| 2011-09-27 | Don't ever raise unique kinds of pinned kinds to shared (again) | Brian Anderson | -9/+7 | |
| So *resource, ~resource, [resource] are all pinned. This is counter to the design of the kind system, but this way is a much clearer path to type safety. Once we've established a good baseline with lots of tests, then we can try to make raising pinned kinds work. | ||||
| 2011-09-27 | Add an xfailed test for bogus deep copying of things containing resources | Brian Anderson | -0/+16 | |
| 2011-09-27 | Add an xfailed test for bogus vector addition of typarams | Brian Anderson | -0/+21 | |
| 2011-09-27 | Test for #924 | Jesse Ruderman | -1/+16 | |
| 2011-09-26 | Add two xfailed tests for invalid copies into vectors | Brian Anderson | -0/+36 | |
| 2011-09-26 | xfail-win32 -> xfail-fast | Brian Anderson | -1/+1 | |
| 2011-09-26 | Try to appease windows by xfail-win32'ing a random test | Brian Anderson | -0/+2 | |
| 2011-09-26 | Test for issue #980 | Brian Anderson | -0/+13 | |
| 2011-09-26 | Enforce copy restrictions on let initializers | Brian Anderson | -16/+45 | |
| 2011-09-26 | Make some nocopy tests a bit more futureproof | Brian Anderson | -4/+4 | |
| Turn the let assignment initializers into move initializers since that assignment is going to become illegal | ||||
| 2011-09-26 | Prevent copying of uncopyable things via the copy op | Brian Anderson | -0/+10 | |
| 2011-09-26 | Prevent copying of uncopyable things via compound assignment ops | Brian Anderson | -0/+9 | |
| 2011-09-26 | Don't allow vectors of pinned kinds to be copied | Brian Anderson | -0/+10 | |
| 2011-09-26 | Don't allow copying of unique boxes of pinned kinds | Brian Anderson | -1/+0 | |
| Issue #409 | ||||
| 2011-09-26 | Add a test that unique boxes in vectors are copied when the vector is | Brian Anderson | -0/+13 | |
| Issue #409 | ||||
| 2011-09-26 | rt: Turn on cycle collection at task death; add a test case | Patrick Walton | -0/+14 | |
| 2011-09-26 | Fix tags of unique boxes | Brian Anderson | -1/+47 | |
| Issue #409 | ||||
| 2011-09-26 | Unique vectors and boxes of pinned are unique kinds. Closes #977 | Brian Anderson | -3/+1 | |
| 2011-09-26 | test: Fix more typos in weird-exprs.rs. | Patrick Walton | -1/+1 | |
| 2011-09-26 | test: wierd-exprs -> weird-exprs | Patrick Walton | -0/+0 | |
| 2011-09-25 | Enable hammertime | Jesse Ruderman | -3/+1 | |
| 2011-09-25 | Test for #973 | Jesse Ruderman | -0/+4 | |
| 2011-09-25 | Test for #942 | Jesse Ruderman | -0/+2 | |
| 2011-09-25 | Remove FIXME test that's covered by run-pass/unreachable-code.rs | Jesse Ruderman | -6/+0 | |
| 2011-09-24 | Handle ~fail. Closes #968 | Brian Anderson | -0/+2 | |
| 2011-09-24 | Add a test for assignment of unique boxes of generics | Brian Anderson | -0/+6 | |
| Closes #976 Issue #409 | ||||
| 2011-09-24 | Support non-immediates in trans_uniq::copy_val | Brian Anderson | -5/+9 | |
| Issue #409 | ||||
| 2011-09-24 | Don't iloop (future-proof test against improved reachability computations) | Jesse Ruderman | -1/+1 | |
| 2011-09-24 | Remove irrelevant parts of test | Jesse Ruderman | -4/+0 | |
| 2011-09-24 | Tweak random thing to make windows build succeed. Awesome. | Brian Anderson | -1/+1 | |
| So, a recent commit made syntax-extension-fmt fail under check-fast. This commit disables lots-a-fail under check-fast and voila! *grumble* | ||||
| 2011-09-24 | Move a previous run-pass test for kind-lowered unique boxes to compile-fail | Brian Anderson | -5/+3 | |
| This test tries to swap unique boxes containing resources, which is not allowed. Issue #409 | ||||
