| Age | Commit message (Expand) | Author | Lines |
| 2017-04-09 | Replace the `forget` intrinsic with ManuallyDrop | Simonas Kazlauskas | -3/+0 |
| 2017-04-05 | Rollup merge of #41066 - steveklabnik:fix-links, r=frewsxcv | Corey Farwell | -36/+54 |
| 2017-04-05 | tidy clean and small text fix | steveklabnik | -18/+18 |
| 2017-04-04 | Fix links | steveklabnik | -36/+54 |
| 2017-04-03 | Replace ^ with <sup> html balise | Guillaume Gomez | -3/+3 |
| 2017-03-20 | Auto merge of #39628 - arielb1:shimmir, r=eddyb | bors | -1/+7 |
| 2017-03-18 | translate drop glue using MIR | Ariel Ben-Yehuda | -1/+7 |
| 2017-03-15 | make shift builtins panic-free with new unchecked_sh* intrinsics | Tim Neumann | -0/+9 |
| 2017-02-21 | Get linkchecker clean | Steve Klabnik | -1/+1 |
| 2016-12-15 | Clarify zero-value behavior of `ctlz`/`cttz` intrinsics. | Corey Farwell | -2/+50 |
| 2016-11-08 | Add documentation for some of the add/sub/mul intrinsics | Wesley Wiser | -0/+18 |
| 2016-11-08 | Add documentation for the `volatile_read` and `volatile_write` intrinsics | Wesley Wiser | -0/+4 |
| 2016-11-08 | Add documentation for many of the atomic_* intrinsics | Wesley Wiser | -0/+396 |
| 2016-09-28 | Rollup merge of #36811 - brson:bootstrap, r=alexcrichton | Jonathan Turner | -2/+0 |
| 2016-09-28 | Remove stage0 hacks | Brian Anderson | -2/+0 |
| 2016-09-26 | Add basic doc example for `core::ptr::write_bytes`. | Corey Farwell | -0/+13 |
| 2016-09-13 | Auto merge of #36181 - seanmonstar:likely, r=nikomatsakis | bors | -0/+14 |
| 2016-09-10 | Tweak std::mem docs | Keegan McAllister | -17/+30 |
| 2016-09-02 | core: add likely and unlikely intrinsics | Sean McArthur | -0/+14 |
| 2016-08-25 | Auto merge of #35906 - jseyfried:local_prelude, r=eddyb | bors | -2/+0 |
| 2016-08-24 | Use `#[prelude_import]` in `libcore`. | Jeffrey Seyfried | -2/+0 |
| 2016-08-24 | Remove drop flags from structs and enums implementing Drop. | Eduard Burtescu | -13/+0 |
| 2016-07-26 | Rollup merge of #34609 - ubsan:transmute_docs, r=steveklabnik | Steve Klabnik | -5/+188 |
| 2016-07-21 | Fix nits | ubsan | -8/+7 |
| 2016-07-11 | Auto merge of #34686 - alexcrichton:new-stage, r=luqmana | bors | -1/+0 |
| 2016-07-10 | Make it nicer from @alexandermerritt | ubsan | -5/+6 |
| 2016-07-10 | Switch around Examples and Alternatives | ubsan | -45/+48 |
| 2016-07-06 | rustc: Update stage0 to beta-2016-07-06 | Alex Crichton | -1/+0 |
| 2016-07-05 | Hopefully, it now works | ubsan | -31/+42 |
| 2016-07-05 | Fix links, change example to english | ubsan | -19/+8 |
| 2016-07-05 | Tone it down a little | ubsan | -14/+13 |
| 2016-07-05 | Fix nits | ubsan | -16/+25 |
| 2016-07-05 | Fix tests | ubsan | -100/+138 |
| 2016-07-04 | Revert "Revert "Remove the return_address intrinsic."" | Eduard Burtescu | -6/+0 |
| 2016-07-02 | Make sure the documentation compiles | ubsan | -77/+92 |
| 2016-07-02 | Add a new alternative | ubsan | -0/+23 |
| 2016-07-02 | More nits :P | ubsan | -4/+4 |
| 2016-07-02 | Fix some other small nits | ubsan | -4/+4 |
| 2016-07-01 | Fix up some things which scott mentioned | ubsan | -35/+46 |
| 2016-07-01 | Add more docs - mostly warnings - to std::mem::transmute | ubsan | -4/+95 |
| 2016-06-30 | Revert "Remove the return_address intrinsic." | Eduard Burtescu | -0/+6 |
| 2016-06-27 | Remove the return_address intrinsic. | Eduard Burtescu | -6/+0 |
| 2016-06-03 | Update comment | Reeze Xia | -1/+1 |
| 2016-05-16 | core::intrinsics: fix typo noted during review. | Felix S. Klock II | -1/+1 |
| 2016-05-16 | Adding magic `rustc_peek` intrinsic that other code can repurpose to | Felix S. Klock II | -0/+10 |
| 2016-05-01 | docs: Changed docs for `size_of` to describe size as a stride offset | Taylor Cramer | -5/+2 |
| 2016-04-19 | mk: Bootstrap from stable instead of snapshots | Alex Crichton | -25/+0 |
| 2016-03-20 | Update snapshots to 2016-03-18 (235d774). | Eduard Burtescu | -23/+14 |
| 2016-03-19 | Auto merge of #32244 - Amanieu:compare_exchange_result, r=alexcrichton | bors | -4/+20 |
| 2016-03-19 | Change compare_exchange to return a Result<T, T> | Amanieu d'Antras | -4/+20 |