| Age | Commit message (Expand) | Author | Lines |
| 2022-03-31 | Rollup merge of #95384 - ehuss:doc-target_has_atomic-stabilized, r=Dylan-DPC | Dylan DPC | -3/+4 |
| 2022-03-30 | Auto merge of #94963 - lcnr:inherent-impls-std, r=oli-obk,m-ou-se | bors | -28/+29 |
| 2022-03-30 | remove now unnecessary lang items | lcnr | -28/+28 |
| 2022-03-30 | rework implementation for inherent impls for builtin types | lcnr | -0/+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/+2 |
| 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 | -4/+4 |
| 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 | -2/+2 |
| 2022-03-29 | Make the stdlib largely conform to strict provenance. | Aria Beingessner | -18/+22 |
| 2022-03-29 | Introduce experimental APIs for conforming to "strict provenance". | Aria Beingessner | -10/+400 |
| 2022-03-28 | Auto merge of #95249 - HeroicKatora:set-ptr-value, r=dtolnay | bors | -82/+88 |
| 2022-03-28 | Inline u8::is_utf8_char_boundary | Konrad Borowski | -0/+1 |
| 2022-03-28 | Rollup merge of #88375 - joshlf:patch-3, r=dtolnay | Dylan DPC | -5/+6 |
| 2022-03-27 | Update target_has_atomic documentation for stabilization | Eric Huss | -3/+4 |
| 2022-03-27 | Debug print char 0 as '\0' rather than '\u{0}' | David Tolnay | -0/+1 |
| 2022-03-26 | Bump const_ptr_offset stabilization to 1.61 | David Tolnay | -17/+17 |
| 2022-03-23 | Refactor set_ptr_value as with_metadata_of | Andreas Molzer | -82/+88 |
| 2022-03-11 | Rollup merge of #94842 - tspiteri:there-is-no-try, r=Dylan-DPC | Dylan DPC | -3/+6 |
| 2022-03-11 | Rollup merge of #94776 - martingms:optimize-escape-default, r=nnethercote | Dylan DPC | -8/+6 |
| 2022-03-11 | remove unnecessary try_opt for operations that cannot fail | Trevor Spiteri | -3/+6 |
| 2022-03-11 | Rollup merge of #94765 - m-ou-se:is-some-and, r=Dylan-DPC | Dylan DPC | -15/+15 |
| 2022-03-11 | Rollup merge of #93293 - nvzqz:nonzero-min-max, r=joshtriplett | Dylan DPC | -0/+101 |
| 2022-03-10 | Move note about 0 gap to signed integers | Nikolai Vazquez | -8/+8 |
| 2022-03-10 | Rollup merge of #94790 - RalfJung:portable-simd-miri, r=Dylan-DPC | Dylan DPC | -5/+0 |
| 2022-03-10 | Rollup merge of #93950 - T-O-R-U-S:use-modern-formatting-for-format!-macros, ... | Dylan DPC | -149/+149 |
| 2022-03-10 | Rollup merge of #94587 - JKAnderson409:issue-90107-fix, r=scottmcm | Matthias Krüger | -3/+16 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -149/+149 |
| 2022-03-10 | Inline <EscapeDefault as Iterator>::next | Martin Gammelsæter | -0/+2 |
| 2022-03-10 | Rollup merge of #94746 - notriddle:notriddle/method-rustc-on-unimplemented, r... | Matthias Krüger | -0/+5 |
| 2022-03-10 | Rollup merge of #94657 - fee1-dead:const_slice_index, r=oli-obk | Matthias Krüger | -53/+147 |
| 2022-03-10 | Rollup merge of #94635 - jhpratt:merge-deprecated-attrs, r=davidtwco | Matthias Krüger | -0/+1 |
| 2022-03-09 | enable portable-simd doctests in Miri | Ralf Jung | -5/+0 |
| 2022-03-09 | Rollup merge of #93057 - frengor:iter_collect_into, r=m-ou-se | Matthias Krüger | -0/+71 |
| 2022-03-09 | Rollup merge of #92541 - asquared31415:from-docs, r=m-ou-se | Matthias Krüger | -1/+2 |
| 2022-03-09 | Rollup merge of #91804 - woppopo:const_clone, r=oli-obk | Matthias Krüger | -11/+33 |
| 2022-03-09 | New `deprecated_suggestion` feature, use in tests | Jacob Pratt | -0/+1 |
| 2022-03-09 | Use indexing instead of .get_unchecked() for LUT lookup | Martin Gammelsæter | -14/+2 |
| 2022-03-09 | Add tracking issue | fren_gor | -1/+1 |
| 2022-03-09 | diagnostics: use rustc_on_unimplemented to recommend `[].iter()` | Michael Howell | -0/+5 |
| 2022-03-09 | Optimize ascii::escape_default by using a digit LUT | Martin Gammelsæter | -5/+13 |
| 2022-03-09 | Rename is_{some,ok,err}_with to is_{some,ok,err}_and. | Mara Bos | -15/+15 |
| 2022-03-08 | Rollup merge of #94723 - dtolnay:mustuse, r=Mark-Simulacrum | Dylan DPC | -0/+123 |
| 2022-03-08 | Add core::hint::must_use | David Tolnay | -0/+123 |
| 2022-03-08 | Rollup merge of #94559 - m-ou-se:thread-scope-spawn-closure-without-arg, r=Ma... | Matthias Krüger | -3/+3 |
| 2022-03-08 | Rollup merge of #92385 - clarfonthey:const_option, r=fee1-dead | Matthias Krüger | -10/+45 |