| Age | Commit message (Expand) | Author | Lines |
| 2023-08-28 | Rollup merge of #114238 - jhpratt:fix-duration-div, r=thomcc | Matthias Krüger | -4/+5 |
| 2023-08-27 | avoid triple-backtrace due to panic-during-cleanup | Ralf Jung | -9/+43 |
| 2023-08-27 | Remove parens around .. in documentation snippet | Anselm Schüler | -1/+1 |
| 2023-08-27 | Optimize Take::{fold, for_each} when wrapping TrustedRandomAccess iterators | The 8472 | -19/+83 |
| 2023-08-27 | Auto merge of #114969 - kpreid:dropdoc, r=Mark-Simulacrum | bors | -2/+8 |
| 2023-08-26 | Rollup merge of #115210 - DogPawHat:std-agnostic-rustc_on_unimplemented-for-a... | Matthias Krüger | -0/+2 |
| 2023-08-26 | Rollup merge of #115197 - tbu-:pr_simpler_ipv6_addr_display, r=joshtriplett | Matthias Krüger | -7/+1 |
| 2023-08-26 | Make `rustc_on_unimplemented` std-agnostic for `alloc::rc` | Ciarán Curley | -0/+2 |
| 2023-08-25 | Auto merge of #115133 - coderwithcat:master, r=cuviper | bors | -2/+2 |
| 2023-08-25 | Auto merge of #115045 - RalfJung:unwind-terminate-reason, r=davidtwco | bors | -0/+19 |
| 2023-08-25 | use the correct link | cui fliter | -2/+2 |
| 2023-08-24 | Fix intra-doc links from pointer appearing in windows HANDLE type alias | Guillaume Gomez | -9/+9 |
| 2023-08-25 | Remove special cases that are no longer needed due to #112606 | Tobias Bucher | -7/+1 |
| 2023-08-24 | Lint on invalid UnsafeCell::raw_get with invalid_reference_casting lint | Urgau | -0/+1 |
| 2023-08-24 | document more things as needing to stay in sync | Ralf Jung | -0/+2 |
| 2023-08-24 | when terminating during unwinding, show the reason why | Ralf Jung | -0/+17 |
| 2023-08-24 | Auto merge of #115094 - Mark-Simulacrum:bootstrap-update, r=ozkanonur | bors | -31/+14 |
| 2023-08-23 | Bump cfg(bootstrap) | Mark Rousskov | -23/+6 |
| 2023-08-22 | Add support for ptr::write for the invalid_reference_casting lint | Urgau | -0/+3 |
| 2023-08-22 | Replace version placeholders with 1.73.0 | Mark Rousskov | -8/+8 |
| 2023-08-22 | Auto merge of #113365 - dima74:diralik/add-deprecated-suggestions, r=workingj... | bors | -3/+3 |
| 2023-08-21 | try to clarify wording | Ralf Jung | -9/+9 |
| 2023-08-21 | Add `suggestion` for some `#[deprecated]` items | Dmitry Murzin | -3/+3 |
| 2023-08-20 | Rollup merge of #115000 - RalfJung:custom-mir-call, r=compiler-errors,JakobDegen | Matthias Krüger | -4/+5 |
| 2023-08-20 | Auto merge of #113167 - ChAoSUnItY:redundant_explicit_link, r=GuillaumeGomez | bors | -0/+2 |
| 2023-08-20 | Rollup merge of #114950 - xfix:inline-cstr-from-ptr, r=cuviper | Matthias Krüger | -1/+3 |
| 2023-08-19 | custom_mir: change Call() terminator syntax to something more readable | Ralf Jung | -4/+5 |
| 2023-08-18 | Add `modulo` and `mod` as doc aliases for `rem_euclid`. | Kevin Reid | -0/+2 |
| 2023-08-18 | Go into more detail about panicking in drop. | Kevin Reid | -2/+8 |
| 2023-08-18 | resolve conflicts | Kyle Lin | -1/+3 |
| 2023-08-18 | tidy doc link | Kyle Lin | -1/+1 |
| 2023-08-18 | Inline strlen_rt in CStr::from_ptr | Konrad Borowski | -1/+3 |
| 2023-08-17 | Rollup merge of #114881 - RalfJung:cstr, r=cuviper | Matthias Krüger | -4/+4 |
| 2023-08-16 | Rollup merge of #114784 - Urgau:many-improve-invalid_reference_casting-lint, ... | Matthias Krüger | -0/+2 |
| 2023-08-16 | clarify CStr lack of layout guarnatees | Ralf Jung | -4/+4 |
| 2023-08-16 | use mem::swap instead of ptr::swap_nonoverlapping | Ralf Jung | -1/+1 |
| 2023-08-16 | Rollup merge of #114871 - schvv31n:fix-link-in-docs, r=scottmcm | Matthias Krüger | -1/+1 |
| 2023-08-16 | Rollup merge of #114861 - RalfJung:no-effect, r=wesleywiser | Matthias Krüger | -1/+1 |
| 2023-08-16 | Rollup merge of #114721 - danflapjax:bool-ord-optimization, r=cuviper | Matthias Krüger | -0/+16 |
| 2023-08-15 | Auto merge of #111071 - nyurik:simpler-issue-94005, r=m-ou-se | bors | -8/+6 |
| 2023-08-15 | Update the link in the docs of `std::intrinsics` | Tim Kurdov | -1/+1 |
| 2023-08-15 | Cleaner assert_eq! & assert_ne! panic messages | Yuri Astrakhan | -8/+6 |
| 2023-08-15 | Rollup merge of #114837 - RalfJung:error_in_core, r=cuviper | Matthias Krüger | -0/+10 |
| 2023-08-15 | fix typo: affect -> effect | Ralf Jung | -1/+1 |
| 2023-08-15 | Auto merge of #114852 - GuillaumeGomez:rollup-vjagxjr, r=GuillaumeGomez | bors | -4/+4 |
| 2023-08-15 | Auto merge of #112387 - clarfonthey:non-panicking-ceil-char-boundary, r=m-ou-se | bors | -4/+3 |
| 2023-08-15 | Fix typo. | Mara Bos | -1/+1 |
| 2023-08-15 | Rollup merge of #114800 - RalfJung:transparent, r=cuviper | Guillaume Gomez | -4/+4 |
| 2023-08-15 | clarify that these assumtpions are for us, not all Rust code | Ralf Jung | -0/+4 |
| 2023-08-15 | Add alignment to the NPO guarantee | Scott McMurray | -1/+33 |