| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-09-16 | Fallout from renaming | Aaron Turon | -1/+1 | |
| 2014-08-04 | stabilize atomics (now atomic) | Aaron Turon | -1/+1 | |
| This commit stabilizes the `std::sync::atomics` module, renaming it to `std::sync::atomic` to match library precedent elsewhere, and tightening up behavior around incorrect memory ordering annotations. The vast majority of the module is now `stable`. However, the `AtomicOption` type has been deprecated, since it is essentially unused and is not truly a primitive atomic type. It will eventually be replaced by a higher-level abstraction like MVars. Due to deprecations, this is a: [breaking-change] | ||||
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -1/+1 | |
| Closes #2569 | ||||
| 2014-03-16 | Remove AtomicFlag | Cadence Marseille | -2/+0 | |
| fixes #12943 | ||||
| 2014-02-27 | Forbid moves out of static items Closes #10577 | Flavio Percoco | -4/+4 | |
| 2013-12-25 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 | |
| * vec::raw::to_ptr is gone * Pausible => Pausable * Removing @ * Calling the main task "<main>" * Removing unused imports * Removing unused mut * Bringing some libextra tests up to date * Allowing compiletest to work at stage0 * Fixing the bootstrap-from-c rmake tests * assert => rtassert in a few cases * printing to stderr instead of stdout in fail!() | ||||
| 2013-11-07 | std: Make atomic types non-copyable. Closes #8380 | Brian Anderson | -0/+31 | |
