| Age | Commit message (Expand) | Author | Lines |
| 2022-12-04 | Auto merge of #101514 - nvzqz:nvzqz/stabilize-nonzero-bits, r=thomcc | bors | -2/+1 |
| 2022-12-02 | Auto merge of #104999 - saethlin:immediate-abort-inlining, r=thomcc | bors | -22/+24 |
| 2022-12-02 | Rollup merge of #104614 - Nilstrieb:type-ascribe!, r=TaKO8Ki | Matthias Krüger | -0/+20 |
| 2022-12-01 | Auto merge of #104975 - JakobDegen:custom_mir_let, r=oli-obk | bors | -4/+170 |
| 2022-12-01 | Gate macros behind `#[cfg(not(bootstrap))]` | nils | -11/+1 |
| 2022-11-30 | Clarify that copied allocators must behave the same | LegionMammal978 | -3/+3 |
| 2022-11-29 | Support statics in custom mir | Jakob Degen | -0/+2 |
| 2022-11-29 | Support most constant kinds in custom mir | Jakob Degen | -0/+29 |
| 2022-11-29 | Support arbitrary `let` statements in custom mir | Jakob Degen | -4/+139 |
| 2022-11-29 | Rollup merge of #104436 - ismailmaj:add-slice-to-stack-allocated-string-comme... | Matthias Krüger | -1/+1 |
| 2022-11-29 | Adjust inlining attributes around panic_immediate_abort | Ben Kimock | -22/+24 |
| 2022-11-28 | Add example for iterator_flatten | Fabian Hintringer | -0/+8 |
| 2022-11-27 | Rollup merge of #104892 - lukas-code:discriminant, r=scottmcm | Matthias Krüger | -1/+60 |
| 2022-11-27 | add ptr::from_{ref,mut} | Ralf Jung | -15/+37 |
| 2022-11-26 | add link for string to as_ref docs | Zachary Mayhew | -0/+1 |
| 2022-11-27 | Auto merge of #104818 - scottmcm:refactor-extend-func, r=the8472 | bors | -1/+57 |
| 2022-11-26 | reword Option::as_ref and Option::map examples | Zachary Mayhew | -6/+6 |
| 2022-11-26 | fix broken link fragment | Lukas Markeffsky | -1/+1 |
| 2022-11-26 | explain how to get the discriminant out of a `#[repr(T)] enum` | Lukas Markeffsky | -1/+60 |
| 2022-11-26 | Auto merge of #104935 - matthiaskrgr:rollup-nuca86l, r=matthiaskrgr | bors | -1/+12 |
| 2022-11-26 | Rollup merge of #104839 - HintringerFabian:docs_array_from_fn, r=scottmcm | Matthias Krüger | -1/+12 |
| 2022-11-26 | Auto merge of #103556 - clubby789:specialize-option-partial-eq, r=scottmcm | bors | -1/+67 |
| 2022-11-25 | PERs are homogeneous | Ralf Jung | -2/+3 |
| 2022-11-25 | Rollup merge of #104873 - RalfJung:therefore, r=Dylan-DPC | Matthias Krüger | -1/+1 |
| 2022-11-25 | change example of array_from_fn to match suggestion | Fabian Hintringer | -3/+3 |
| 2022-11-25 | RefCell::get_mut: fix typo | Ralf Jung | -1/+1 |
| 2022-11-24 | Tune RepeatWith::try_fold and Take::for_each and Vec::extend_trusted | Scott McMurray | -1/+57 |
| 2022-11-24 | Rollup merge of #104774 - vojtechkral:doc-str-empty-split-whitespace, r=thomcc | Matthias Krüger | -0/+12 |
| 2022-11-24 | improve array_from_fn documenation | Fabian Hintringer | -2/+13 |
| 2022-11-24 | Document split{_ascii,}_whitespace() for empty strings | Vojtech Kral | -0/+12 |
| 2022-11-24 | Avoid `GenFuture` shim when compiling async constructs | Arpad Borsos | -8/+20 |
| 2022-11-22 | fix OOB access in SIMD impl of str.contains() | The 8472 | -4/+6 |
| 2022-11-22 | disable strict-provenance-violating doctests in Miri | Ralf Jung | -0/+10 |
| 2022-11-22 | Rollup merge of #102207 - CraftSpider:const-layout, r=scottmcm | Manish Goregaokar | -18/+45 |
| 2022-11-22 | Rollup merge of #95583 - scottmcm:deprecate-ptr-to-from-bits, r=dtolnay | Manish Goregaokar | -0/+20 |
| 2022-11-22 | Rollup merge of #83608 - Kimundi:index_many, r=Mark-Simulacrum | Manish Goregaokar | -0/+200 |
| 2022-11-21 | Rustc_deprecated attribute superseded by deprecated | David Tolnay | -8/+8 |
| 2022-11-21 | Bump ptr_to_from_bits deprecation to Rust 1.67 | David Tolnay | -4/+4 |
| 2022-11-22 | Rollup merge of #103396 - RalfJung:pinning-closure-captures, r=dtolnay | Matthias Krüger | -2/+55 |
| 2022-11-21 | Document all unsafe blocks | Lukas Bergdoll | -1/+20 |
| 2022-11-21 | Remove debug unused | Lukas Bergdoll | -12/+13 |
| 2022-11-21 | Rollup merge of #104420 - TethysSvensson:master, r=JohnTitor | Matthias Krüger | -1/+1 |
| 2022-11-21 | type annotate &str when stack allocating a string | ismailmaj | -1/+1 |
| 2022-11-20 | Rollup merge of #104643 - pnkfelix:examples-for-chunks-remainder, r=scottmcm | Matthias Krüger | -2/+30 |
| 2022-11-20 | Rollup merge of #104634 - RalfJung:core-arch, r=Mark-Simulacrum | Matthias Krüger | -31/+31 |
| 2022-11-20 | Rollup merge of #104632 - RalfJung:core-test-strict-provenance, r=thomcc | Matthias Krüger | -1/+8 |
| 2022-11-20 | Only one feature gate needed | Rune Tynan | -1/+0 |
| 2022-11-20 | Use ? instead of match | Rune Tynan | -4/+2 |
| 2022-11-20 | Fix issue number | Rune Tynan | -1/+1 |
| 2022-11-20 | Add derive_const feature | Rune Tynan | -0/+1 |