| Age | Commit message (Expand) | Author | Lines |
| 2023-04-03 | Add links to <cell.rs> | Sergey Kaunov | -1/+1 |
| 2023-04-02 | Rollup merge of #109839 - sartak:iter-grammar, r=scottmcm | Nilstrieb | -2/+2 |
| 2023-04-01 | Auto merge of #109483 - joboet:optimize_lazycell, r=Mark-Simulacrum | bors | -11/+77 |
| 2023-04-01 | Improve grammar of Iterator.partition_in_place | Shawn M Moore | -2/+2 |
| 2023-03-31 | Rollup merge of #109443 - GuillaumeGomez:doc-primitive-hard-error, r=notriddle | Guillaume Gomez | -25/+50 |
| 2023-03-31 | Auto merge of #98112 - saethlin:mir-alignment-checks, r=oli-obk | bors | -0/+14 |
| 2023-03-30 | Replace doc(primitive) with rustc_doc_primitive | Guillaume Gomez | -25/+50 |
| 2023-03-30 | add comment to `impl !Error for &str` | Lukas Markeffsky | -0/+1 |
| 2023-03-30 | fix typo and adjust comment | joboet | -2/+2 |
| 2023-03-30 | core: use `pointer::write` to cleanup `LazyCell` initialization | joboet | -8/+7 |
| 2023-03-30 | core: improve code documentation for `LazyCell` | joboet | -5/+24 |
| 2023-03-30 | core: optimize `LazyCell` size | joboet | -11/+59 |
| 2023-03-30 | Auto merge of #109769 - JohnTitor:rollup-7n2bnpg, r=JohnTitor | bors | -10/+10 |
| 2023-03-30 | Rollup merge of #106985 - jofas:106746-fix, r=ChrisDenton | Yuki Okushi | -10/+10 |
| 2023-03-30 | removed deprecated markdown links from documentation | jofas | -3/+0 |
| 2023-03-29 | Em dashes are cooler than hyphens. | Mara Bos | -1/+1 |
| 2023-03-29 | Documentation updates to better share the purpose of OnceCell/OnceLock | Trevor Gross | -27/+72 |
| 2023-03-29 | Stabilize a portion of 'once_cell' | Trevor Gross | -39/+31 |
| 2023-03-29 | enhanced documentation of binary search methods for slice and VecDeque for un... | jofas | -7/+10 |
| 2023-03-28 | Auto merge of #108095 - soc:drop-contains, r=Amanieu | bors | -93/+0 |
| 2023-03-28 | Auto merge of #109692 - Nilstrieb:rollup-hq65rps, r=Nilstrieb | bors | -263/+292 |
| 2023-03-28 | Auto merge of #108080 - oli-obk:FnPtr-trait, r=lcnr | bors | -106/+176 |
| 2023-03-28 | Rollup merge of #92284 - the8472:simplify-advance-by, r=scottmcm | nils | -263/+292 |
| 2023-03-28 | Rollup merge of #109682 - clubby789:c-str-inline, r=scottmcm | Matthias Krüger | -0/+5 |
| 2023-03-28 | Add `#[inline]` to CStr trait implementations | clubby789 | -0/+5 |
| 2023-03-27 | Fix ASCII case comment | clubby789 | -1/+1 |
| 2023-03-27 | update documentation | The 8472 | -8/+10 |
| 2023-03-27 | replace advance_by returning usize with Result<(), NonZeroUsize> | The 8472 | -229/+286 |
| 2023-03-27 | Use the FnPtr trait to avoid implementing common traits via macros | Oli Scherer | -107/+162 |
| 2023-03-27 | Add a builtin `FnPtr` trait | lcnr | -0/+15 |
| 2023-03-27 | Change advance(_back)_by to return `usize` instead of `Result<(), usize>` | The 8472 | -300/+270 |
| 2023-03-27 | Rollup merge of #97506 - JohnTitor:stabilize-nonnull-slice-from-raw-parts, r=... | Matthias Krüger | -8/+5 |
| 2023-03-26 | Auto merge of #109357 - saethlin:inline-as-deref, r=thomcc | bors | -0/+4 |
| 2023-03-26 | Rollup merge of #109620 - eievui5:patch-1, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-03-26 | Auto merge of #105096 - LegionMammal978:copied-allocators, r=Amanieu | bors | -3/+3 |
| 2023-03-25 | Correct typo (`back_box` -> `black_box`) | Evie M | -1/+1 |
| 2023-03-25 | Auto merge of #99929 - the8472:default-iters, r=scottmcm | bors | -0/+125 |
| 2023-03-25 | Auto merge of #109546 - saethlin:inline-into, r=scottmcm | bors | -0/+1 |
| 2023-03-24 | Add #[inline] to the Into for From impl | Ben Kimock | -0/+1 |
| 2023-03-24 | Auto merge of #109216 - martingms:unicode-case-lut-shrink, r=Mark-Simulacrum | bors | -1794/+783 |
| 2023-03-24 | Rollup merge of #108924 - tmiasko:panic-immediate-abort, r=thomcc | Matthias Krüger | -0/+3 |
| 2023-03-23 | A MIR transform that checks pointers are aligned | Ben Kimock | -0/+14 |
| 2023-03-23 | Auto merge of #108442 - scottmcm:mir-transmute, r=oli-obk | bors | -0/+8 |
| 2023-03-23 | Auto merge of #109503 - matthiaskrgr:rollup-cnp7kdd, r=matthiaskrgr | bors | -0/+1 |
| 2023-03-22 | Add `CastKind::Transmute` to MIR | Scott McMurray | -0/+8 |
| 2023-03-22 | Rollup merge of #109359 - Nilstrieb:bump-stdarch, r=Amanieu | Matthias Krüger | -0/+1 |
| 2023-03-22 | Auto merge of #109497 - matthiaskrgr:rollup-6txuxm0, r=matthiaskrgr | bors | -1/+16 |
| 2023-03-22 | Rollup merge of #109392 - cbeuw:composite-ret, r=JakobDegen | Matthias Krüger | -1/+16 |
| 2023-03-23 | Rollup merge of #109179 - llogiq:intrinsically-option-as-slice, r=eholk | Dylan DPC | -72/+42 |
| 2023-03-23 | Rollup merge of #100311 - xfix:lines-fix-handling-of-bare-cr, r=ChrisDenton | Dylan DPC | -7/+7 |