| Age | Commit message (Expand) | Author | Lines |
| 2022-03-31 | Rollup merge of #95491 - faern:stabilize-vec_retain_mut, r=yaahc | Dylan DPC | -6/+2 |
| 2022-03-31 | Rollup merge of #95130 - workingjubilee:stably-finished, r=m-ou-se | Dylan DPC | -2/+1 |
| 2022-03-31 | Rollup merge of #95298 - jhorstmann:fix-double-drop-of-allocator-in-vec-into-... | Dylan DPC | -7/+38 |
| 2022-03-30 | Stabilize native library modifier syntax and the `whole-archive` modifier spe... | Vadim Petrochenkov | -1/+1 |
| 2022-03-30 | Stabilize feature vec_retain_mut on Vec and VecDeque | Linus Färnstrand | -6/+2 |
| 2022-03-30 | Auto merge of #94963 - lcnr:inherent-impls-std, r=oli-obk,m-ou-se | bors | -33/+135 |
| 2022-03-30 | Don't stabilize ScopedJoinHandle::is_finished yet. | Mara Bos | -1/+0 |
| 2022-03-30 | Auto merge of #95241 - Gankra:cleaned-provenance, r=workingjubilee | bors | -116/+602 |
| 2022-03-30 | remove now unnecessary lang items | lcnr | -33/+33 |
| 2022-03-30 | rework implementation for inherent impls for builtin types | lcnr | -0/+102 |
| 2022-03-30 | Rollup merge of #95452 - yaahc:termination-version-correction, r=ehuss | Dylan DPC | -13/+13 |
| 2022-03-30 | Rollup merge of #95294 - sourcefrog:doc-copy, r=dtolnay | Dylan DPC | -3/+19 |
| 2022-03-29 | Warn that platform-specific behavior may change | Martin Pool | -1/+5 |
| 2022-03-29 | fix unix typedef | Aria Beingessner | -1/+1 |
| 2022-03-29 | fixup feature position in liballoc | Aria Beingessner | -1/+1 |
| 2022-03-29 | clarify that WASM has address spaces | Aria Beingessner | -1/+1 |
| 2022-03-29 | fix doc link | Aria Beingessner | -1/+1 |
| 2022-03-29 | refine the definition of temporal provenance | Aria Beingessner | -1/+1 |
| 2022-03-29 | mark FIXMES for all the places found that are probably offset_from | Aria Beingessner | -0/+4 |
| 2022-03-29 | more review fixes to ptr docs | Aria Beingessner | -11/+19 |
| 2022-03-29 | Add even more details to top-level pointer docs | Aria Beingessner | -4/+20 |
| 2022-03-29 | cleanup some of the less terrifying library code | Aria Beingessner | -7/+7 |
| 2022-03-29 | clean up pointer docs | Aria Beingessner | -37/+84 |
| 2022-03-29 | revert changes that cast functions to raw pointers, portability hazard | Aria Beingessner | -13/+12 |
| 2022-03-29 | Make some linux/unix APIs better conform to strict provenance. | Alexis Beingessner | -36/+39 |
| 2022-03-29 | Make the stdlib largely conform to strict provenance. | Aria Beingessner | -81/+100 |
| 2022-03-29 | Introduce experimental APIs for conforming to "strict provenance". | Aria Beingessner | -10/+400 |
| 2022-03-29 | fix since field version for termination stabilization | Jane Lusby | -13/+13 |
| 2022-03-29 | Rollup merge of #95256 - thomcc:fix-unwind-safe, r=m-ou-se | Dylan DPC | -5/+15 |
| 2022-03-29 | Rollup merge of #93840 - yaahc:termination-stabilization-celebration-station,... | Dylan DPC | -26/+69 |
| 2022-03-29 | Indicate the correct error code in the `compile_fail` block. | Thom Chiovoloni | -1/+1 |
| 2022-03-29 | Auto merge of #94566 - yanganto:show-ignore-message, r=m-ou-se | bors | -4/+26 |
| 2022-03-29 | Remove unnecessary .as_ref(). | Mara Bos | -1/+1 |
| 2022-03-29 | Refactor after review | Antonio Yang | -22/+14 |
| 2022-03-29 | Auto merge of #95375 - MarcusCalhoun-Lopez:i686_apple_darwin, r=m-ou-se | bors | -5/+8 |
| 2022-03-28 | Auto merge of #95249 - HeroicKatora:set-ptr-value, r=dtolnay | bors | -88/+95 |
| 2022-03-28 | Fix build on i686-apple-darwin systems | Marcus Calhoun-Lopez | -0/+3 |
| 2022-03-28 | Fix build on i686-apple-darwin systems | Marcus Calhoun-Lopez | -5/+5 |
| 2022-03-28 | Rollup merge of #95407 - xfix:inline-u8-is_utf8_char_boundary, r=scottmcm | Dylan DPC | -0/+1 |
| 2022-03-28 | Rollup merge of #95397 - dtolnay:disclaimer, r=m-ou-se | Dylan DPC | -4/+13 |
| 2022-03-28 | Touch up ExitCode docs | Noa | -7/+26 |
| 2022-03-28 | Inline u8::is_utf8_char_boundary | Konrad Borowski | -0/+1 |
| 2022-03-27 | Link to std::io's platform-specific behavior disclaimer | David Tolnay | -4/+13 |
| 2022-03-28 | Rollup merge of #95098 - shepmaster:vec-from-array-ref, r=dtolnay | Dylan DPC | -0/+42 |
| 2022-03-28 | Rollup merge of #95016 - janpaul123:patch-1, r=dtolnay | Dylan DPC | -3/+7 |
| 2022-03-28 | Rollup merge of #93755 - ChayimFriedman2:allow-comparing-vecs-with-different-... | Dylan DPC | -1/+1 |
| 2022-03-28 | Rollup merge of #88375 - joshlf:patch-3, r=dtolnay | Dylan DPC | -5/+6 |
| 2022-03-27 | Rollup merge of #95368 - lopopolo:lopopolo/string-try-reserve-exact-doc-typo,... | Dylan DPC | -1/+1 |
| 2022-03-27 | Fix typo in `String::try_reserve_exact` docs | Ryan Lopopolo | -1/+1 |
| 2022-03-27 | Debug print char 0 as '\0' rather than '\u{0}' | David Tolnay | -3/+4 |