| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -3/+3 | |
| Now that support has been removed, all lingering use cases are renamed. | ||||
| 2015-03-18 | Fix private module loophole in the 'private type in public item' check | Nick Cameron | -3/+3 | |
| 2015-03-12 | std: Remove #[allow] directives in sys modules | Alex Crichton | -1/+0 | |
| These were suppressing lots of interesting warnings! Turns out there was also quite a bit of dead code. | ||||
| 2015-02-11 | fixing PR review comments | Dave Huseby | -4/+1 | |
| 2015-02-11 | fixing trailing whitespace errors | Dave Huseby | -1/+1 | |
| 2015-02-11 | bitrig integration | Dave Huseby | -4/+11 | |
| 2015-02-01 | openbsd support | Sébastien Marie | -3/+20 | |
| 2015-01-30 | Remove all `i` suffixes | Tobias Bucher | -3/+3 | |
| 2015-01-17 | Register new snapshots. | Eduard Burtescu | -4/+2 | |
| 2015-01-11 | powerpc: Fixup more stack work | Richo Healey | -0/+1 | |
| 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] | ||||
