| Age | Commit message (Expand) | Author | Lines |
| 2022-09-14 | Constify impl Fn* &(mut) Fn* | onestacked | -10/+15 |
| 2022-09-14 | expand documentation on type conversion w.r.t. `UnsafeCell` | Pointerbender | -1/+30 |
| 2022-09-14 | Simplify `const` `memchr`. | Markus Reiter | -25/+23 |
| 2022-09-13 | Rollup merge of #101754 - NaokiM03:rename-log-to-ilog, r=Dylan-DPC | Matthias Krüger | -1/+1 |
| 2022-09-13 | Fix doc of log function | NaokiM03 | -1/+1 |
| 2022-09-12 | Fix typo in concat_bytes documentation | Jay3332 | -1/+1 |
| 2022-09-12 | Rollup merge of #100291 - WaffleLapkin:cstr_const_methods, r=oli-obk | Guillaume Gomez | -12/+37 |
| 2022-09-12 | constify `CStr` methods | Maybe Waffle | -12/+37 |
| 2022-09-12 | Rollup merge of #101671 - LingMan:ieee_754, r=Dylan-DPC | Dylan DPC | -19/+19 |
| 2022-09-12 | Rollup merge of #100767 - kadiwa4:escape_ascii, r=jackh726 | Dylan DPC | -7/+2 |
| 2022-09-12 | add description of the memory layout for `UnsafeCell<T>` | Pointerbender | -0/+2 |
| 2022-09-12 | Auto merge of #100251 - compiler-errors:tuple-trait-2, r=jackh726 | bors | -0/+9 |
| 2022-09-10 | array docs - advertise how to get array from slice | Doug Cook (WINDOWS) | -1/+70 |
| 2022-09-11 | Fix naming format of IEEE 754 standard | LingMan | -19/+19 |
| 2022-09-10 | Auto merge of #101483 - oli-obk:guaranteed_opt, r=fee1-dead | bors | -60/+69 |
| 2022-09-09 | The `<*const T>::guaranteed_*` methods now return an option for the unknown case | Oli Scherer | -60/+69 |
| 2022-09-09 | Rollup merge of #101529 - mousetail:patch-2, r=thomcc | Guillaume Gomez | -1/+2 |
| 2022-09-09 | Rollup merge of #101495 - bjorn3:pause-no-sse2, r=Mark-Simulacrum | Guillaume Gomez | -11/+8 |
| 2022-09-09 | Rollup merge of #101556 - compiler-errors:tweak-generator-print, r=jackh726 | Matthias Krüger | -1/+1 |
| 2022-09-09 | Auto merge of #93873 - Stovent:big-ints, r=m-ou-se | bors | -0/+127 |
| 2022-09-08 | Generator return doesn't need to be a lang item | Michael Goulet | -1/+1 |
| 2022-09-07 | Stabilize `#![feature(mixed_integer_ops)]` | Jacob Pratt | -37/+24 |
| 2022-09-07 | Typo | Maurits van Riezen | -1/+1 |
| 2022-09-07 | Use `CURRENT_RUSTC_VERSION` | Chase Wilson | -1/+1 |
| 2022-09-07 | Add doctest | Maurits van Riezen | -0/+1 |
| 2022-09-07 | This example was broken | Maurits van Riezen | -1/+1 |
| 2022-09-06 | Stabilize `nonzero_bits` | Nikolai Vazquez | -2/+1 |
| 2022-09-06 | Compile spin_loop_hint as pause on x86 even without sse2 enabled | bjorn3 | -11/+8 |
| 2022-09-06 | Auto merge of #100733 - scottmcm:inline-from-from-identity, r=m-ou-se | bors | -0/+1 |
| 2022-09-06 | Rollup merge of #101412 - WaffleLapkin:improve_std_ptr_code_leftovers, r=scot... | Dylan DPC | -13/+13 |
| 2022-09-06 | Rollup merge of #101287 - Adam-Gleave:doc_bool_then_some, r=scottmcm | Dylan DPC | -0/+6 |
| 2022-09-05 | Auto merge of #100759 - fee1-dead-contrib:const_eval_select_real_intrinsic, r... | bors | -97/+153 |
| 2022-09-04 | Rollup merge of #101401 - mx00s:expand-const, r=fee1-dead | Matthias Krüger | -17/+43 |
| 2022-09-04 | replace `as usize` casts with `usize::from` in slice sort | Maybe Waffle | -4/+4 |
| 2022-09-04 | remove some integer casts from slice iter | Maybe Waffle | -9/+9 |
| 2022-09-04 | Address feedback from PR #101401 | Sage Mitchell | -8/+12 |
| 2022-09-04 | Make `char::is_lowercase` and `char::is_uppercase` const | Sage Mitchell | -17/+39 |
| 2022-09-04 | Replace `offset` with `add` in `fmt/num.rs` & remove some casts | Maybe Waffle | -62/+62 |
| 2022-09-04 | use `pointer::add` in memchr impl | Maybe Waffle | -2/+2 |
| 2022-09-04 | Auto merge of #101296 - compiler-errors:head-span-for-enclosing-scope, r=oli-obk | bors | -2/+82 |
| 2022-09-04 | Add `inline(always)` to rt functions | Deadbeef | -0/+4 |
| 2022-09-04 | Add `inline(always)` to function generated by macro | Deadbeef | -0/+1 |
| 2022-09-04 | Make `const_eval_select` a real intrinsic | Deadbeef | -97/+148 |
| 2022-09-04 | Auto merge of #100726 - jswrenn:transmute, r=oli-obk | bors | -12/+78 |
| 2022-09-04 | Address nits, rename enclosing_scope => parent_label | Michael Goulet | -2/+82 |
| 2022-09-03 | Tone down explanation on RefCell::get_mut | Lukas Lueg | -9/+12 |
| 2022-09-03 | Rollup merge of #99736 - lopopolo:lopopolo/gh-80996-partial-stabilization-bou... | Dylan DPC | -1/+1 |
| 2022-09-02 | Rollup merge of #99583 - shepmaster:provider-plus-plus, r=yaahc | Guillaume Gomez | -7/+234 |
| 2022-09-01 | Rollup merge of #101190 - yjhn:patch-1, r=Mark-Simulacrum | Matthias Krüger | -12/+12 |
| 2022-09-01 | Remove trailing whitespace | Adam-Gleave | -4/+4 |