| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-03-23 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -3/+3 | |
| 2015-03-23 | rollup merge of #23598: brson/gate | Alex Crichton | -0/+3 | |
| Conflicts: src/compiletest/compiletest.rs src/libcollections/lib.rs src/librustc_back/lib.rs src/libserialize/lib.rs src/libstd/lib.rs src/libtest/lib.rs src/test/run-make/rustdoc-default-impl/foo.rs src/test/run-pass/env-home-dir.rs | ||||
| 2015-03-23 | Implement RFC 909: move thread_local into thread | Aaron Turon | -0/+317 | |
| This commit implements [RFC 909](https://github.com/rust-lang/rfcs/pull/909): The `std::thread_local` module is now deprecated, and its contents are available directly in `std::thread` as `LocalKey`, `LocalKeyState`, and `ScopedKey`. The macros remain exactly as they were, which means little if any code should break. Nevertheless, this is technically a: [breaking-change] Closes #23547 | ||||
