| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-03-18 | rt: Remove lock_held_by_current_thread | Brian Anderson | -28/+0 | |
| 2012-03-15 | Suppress valgrind error in dynamic linker | Marijn Haverbeke | -0/+8 | |
| This was happening when running the rustdoc tests. The test proceeded fine after that, and the code looks like it is running before anything we generate, so I assume it is spurious. | ||||
| 2012-03-05 | etc: Add more helgrind suppressions for i686 | Brian Anderson | -0/+19 | |
| 2012-03-05 | etc: Add helgrind suppressions for libunwind | Brian Anderson | -1/+26 | |
| 2012-03-02 | etc: Add helgrind suppressions for random locking order in rust_port_selector | Brian Anderson | -0/+9 | |
| 2012-03-02 | etc: Add some helgrind suppressions for uv | Brian Anderson | -0/+19 | |
| 2012-03-02 | etc: Add more lock_and_signal helgrind suppressions | Brian Anderson | -1/+22 | |
| 2012-03-02 | etc: Add helgrind suppression for lock_held_by_current_thread | Brian Anderson | -0/+7 | |
| 2012-02-23 | Revert "etc: Add helgrind suppression for lock_held_by_current_thread" | Brian Anderson | -7/+0 | |
| This reverts commit d44ca0923a5545113c96a8953f880090f334872c. | ||||
| 2012-02-23 | etc: Add helgrind suppression for lock_held_by_current_thread | Brian Anderson | -0/+7 | |
| I have some confidence that this function is correct now, but helgrind still doesn't like it because it's not lock-protected. | ||||
| 2012-02-02 | Update libuv. | Graydon Hoare | -9/+2 | |
| 2011-12-01 | stdlib: Implement some preliminary libuv bindings | Brian Anderson | -0/+23 | |
| std::uv is intended to be low-level, exactly mirroring the C API. Difficult to continue the implementation now without scheduler improvements. | ||||
| 2011-10-05 | Add more valgrind suppressions for __libc_freeres | Brian Anderson | -0/+9 | |
| Somehow these started showing up on the tinderbox | ||||
| 2011-08-26 | Add a valgrind suppression for the llvm::User leak | Brian Anderson | -0/+6 | |
| It's been around forever. I don't know what it is, but I need the compiler to be valgrind clean for the istr transition so I'm suppressing it. | ||||
| 2011-06-27 | etc: Eliminate dyld valgrind errors on OS X | Patrick Walton | -0/+238 | |
| 2011-05-24 | Dead code. | Rafael Ávila de Espíndola | -6/+0 | |
| 2011-03-16 | Add some more dlopen-related suppressions for the Mac | Patrick Walton | -0/+78 | |
| 2011-01-07 | Make the valgrind suppressions file compatible with older versions | Brian Anderson | -1/+1 | |
| 2010-12-06 | rustc: Translate tag constructors. Can't call them at the moment due to lack ↵ | Patrick Walton | -0/+17 | |
| of alias args, though. | ||||
| 2010-08-05 | Add a valgrind suppression for Snow Leopard dyld | Patrick Walton | -1/+11 | |
| 2010-06-23 | Populate tree. | Graydon Hoare | -0/+14 | |
