| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-02-15 | std: clean up ptr a bit | Corey Richardson | -1/+1 | |
| 2014-01-29 | Removing do keyword from libstd and librustc | Scott Lawrence | -12/+12 | |
| 2014-01-26 | Removed all instances of XXX in preparation for relaxing of FIXME rule | Salem Talha | -1/+1 | |
| 2014-01-22 | libc: switch `free` to the proper signature | Daniel Micay | -1/+1 | |
| This does not attempt to fully propagate the mutability everywhere, but gives new code a hint to avoid the same issues. | ||||
| 2014-01-21 | [std::vec] Rename .remove_opt() to .remove(), drop the old .remove() behavior | Simon Sapin | -1/+1 | |
| 2013-12-24 | std: Introduce std::sync | Alex Crichton | -0/+661 | |
| For now, this moves the following modules to std::sync * UnsafeArc (also removed unwrap method) * mpsc_queue * spsc_queue * atomics * mpmc_bounded_queue * deque We may want to remove some of the queues, but for now this moves things out of std::rt into std::sync | ||||
