| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-01-08 | Rename `target_word_size` to `target_pointer_width` | Nick Cameron | -2/+4 | |
| Closes #20421 [breaking-change] | ||||
| 2015-01-03 | Initial version of AArch64 support. | Akos Kiss | -1/+2 | |
| Adds AArch64 knowledge to: * configure, * make files, * sources, * tests, and * documentation. | ||||
| 2015-01-02 | Fallout - change array syntax to use `;` | Nick Cameron | -2/+2 | |
| 2014-12-26 | Require types to opt-in Sync | Flavio Percoco | -1/+1 | |
| 2014-12-18 | Fallout from new thread API | Aaron Turon | -23/+9 | |
| 2014-12-18 | libs: merge librustrt into libstd | Aaron Turon | -0/+291 | |
| This commit merges the `rustrt` crate into `std`, undoing part of the facade. This merger continues the paring down of the runtime system. Code relying on the public API of `rustrt` will break; some of this API is now available through `std::rt`, but is likely to change and/or be removed very soon. [breaking-change] | ||||
