| Age | Commit message (Expand) | Author | Lines |
| 2022-12-13 | Add #[inline] marker to OnceCell/LazyCell/OnceLock/LazyLock | Trevor Gross | -1/+16 |
| 2022-12-12 | Minor grammar nit. | Keith T. Star | -1/+1 |
| 2022-12-12 | Correct typos in `core::sync::Exclusive::get_{pin_mut, mut}` | Albert Larsan | -2/+2 |
| 2022-12-12 | add assert messages if chunks/windows are length 0 | raffimolero | -9/+9 |
| 2022-12-11 | Auto merge of #105508 - eduardosm:ptr-methods-inline-always, r=Mark-Simulacrum | bors | -4/+4 |
| 2022-12-11 | Use rint instead of roundeven | Jules Bertholet | -5/+8 |
| 2022-12-11 | Add `round_ties_even` to `f32` and `f64` | Jules Bertholet | -0/+16 |
| 2022-12-10 | libcore: make result of iter::from_generator Clone | Xiretza | -0/+1 |
| 2022-12-10 | libcore: make result type of iter::from_generator concrete | Xiretza | -4/+18 |
| 2022-12-10 | Rollup merge of #105522 - est31:remove_or_and_note, r=scottmcm | Matthias Krüger | -4/+4 |
| 2022-12-10 | Correct wrong note for short circuiting operators | est31 | -4/+4 |
| 2022-12-09 | Rollup merge of #105265 - aDotInTheVoid:sum-product-on-unimplemented, r=estebank | Matthias Krüger | -0/+8 |
| 2022-12-09 | Make `<*{const,mut} T>::{,wrapping_}sub` methods `#[inline(always)]` | Eduardo Sánchez Muñoz | -4/+4 |
| 2022-12-09 | Auto merge of #105262 - eduardosm:more-inline-always, r=thomcc | bors | -25/+33 |
| 2022-12-09 | Rollup merge of #105474 - RalfJung:typo, r=dtolnay | Matthias Krüger | -1/+1 |
| 2022-12-09 | Rollup merge of #105245 - RalfJung:align_to, r=Amanieu | Matthias Krüger | -8/+10 |
| 2022-12-09 | Implement allow-by-default multiple_supertrait_upcastable lint | Gary Guo | -0/+3 |
| 2022-12-08 | Add `rustc_on_unimplemented` to `Sum` and `Product` trait. | Nixon Enraght-Moony | -0/+8 |
| 2022-12-08 | lib docs: fix typo | Ralf Jung | -1/+1 |
| 2022-12-08 | Fix warning when libcore is compiled with no_fp_fmt_parse | Gary Guo | -1/+3 |
| 2022-12-07 | Make some trivial functions `#[inline(always)]` | Eduardo Sánchez Muñoz | -25/+33 |
| 2022-12-06 | Auto merge of #105271 - eduardosm:inline-always-int-conv, r=scottmcm | bors | -1/+1 |
| 2022-12-06 | Rollup merge of #105250 - Swatinem:async-rm-resumety, r=oli-obk | Matthias Krüger | -2/+9 |
| 2022-12-06 | Replace usage of `ResumeTy` in async lowering with `Context` | Arpad Borsos | -2/+9 |
| 2022-12-06 | Rollup merge of #105289 - Rageking8:fix-dupe-word-typos, r=cjgillot | Yuki Okushi | -2/+2 |
| 2022-12-05 | Rollup merge of #104912 - RalfJung:per, r=Mark-Simulacrum | Matthias Krüger | -2/+3 |
| 2022-12-05 | attempt to clarify align_to docs | Ralf Jung | -8/+10 |
| 2022-12-05 | fix dupe word typos | Rageking8 | -2/+2 |
| 2022-12-04 | Make integer-to-integer `From` impls `#[inline(always)]` | Eduardo Sánchez Muñoz | -1/+1 |
| 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/+37 |
| 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 |