| Age | Commit message (Expand) | Author | Lines |
| 2023-11-05 | Rollup merge of #117596 - thomcc:core_macro_diag_items, r=Nilstrieb | Matthias Krüger | -0/+3 |
| 2023-11-05 | Auto merge of #116218 - tgross35:const-maybe-uninit-zeroed, r=dtolnay | bors | -9/+15 |
| 2023-11-04 | Add diagnostic items for a few of core's builtin macros | Thom Chiovoloni | -0/+3 |
| 2023-11-04 | Rollup merge of #117534 - RalfJung:str, r=Mark-Simulacrum | Matthias Krüger | -11/+17 |
| 2023-11-04 | Rollup merge of #116894 - joshlf:patch-12, r=RalfJung | Matthias Krüger | -1/+8 |
| 2023-11-04 | Rollup merge of #110340 - jmaargh:jmaargh/deref-docs, r=Mark-Simulacrum | Matthias Krüger | -41/+125 |
| 2023-11-04 | Stabilize `const_mem_zeroed` | Trevor Gross | -3/+4 |
| 2023-11-04 | Stabilize `const_maybe_uninit_zeroed` | Trevor Gross | -6/+11 |
| 2023-11-04 | Draft fleshed-out deref docs | jmaargh | -41/+125 |
| 2023-11-04 | avoid acronyms when we don't really need them | Ralf Jung | -12/+11 |
| 2023-11-03 | Auto merge of #116412 - nnethercote:rm-plugin-support, r=bjorn3 | bors | -2/+2 |
| 2023-11-04 | Remove support for compiler plugins. | Nicholas Nethercote | -2/+2 |
| 2023-11-03 | Auto merge of #115333 - joshlf:patch-5, r=RalfJung | bors | -9/+15 |
| 2023-11-03 | Auto merge of #117510 - elichai:patch-3, r=cuviper | bors | -0/+1 |
| 2023-11-03 | clarify that the str invariant is a safety, not validity, invariant | Ralf Jung | -6/+13 |
| 2023-11-02 | Pretty print Fn traits in rustc_on_unimplemented | Michael Goulet | -12/+12 |
| 2023-11-02 | Rollup merge of #117512 - joshlf:patch-8, r=dtolnay | Matthias Krüger | -2/+63 |
| 2023-11-02 | Rollup merge of #117495 - compiler-errors:unsize-docs, r=lcnr | Matthias Krüger | -6/+12 |
| 2023-11-02 | Update mod.rs | Joshua Liebow-Feeser | -0/+2 |
| 2023-11-02 | Update mod.rs | Joshua Liebow-Feeser | -2/+1 |
| 2023-11-02 | Remove trailing space | Joshua Liebow-Feeser | -1/+1 |
| 2023-11-02 | Expand mem::offset_of! docs | Joshua Liebow-Feeser | -2/+62 |
| 2023-11-02 | Add track_caller to transmute_copy | Elichai Turkel | -0/+1 |
| 2023-11-01 | fixes: typo in `std::cmp::Ord` trait docs | massivebird | -1/+1 |
| 2023-11-01 | Rework unsize documentation | Michael Goulet | -5/+12 |
| 2023-11-01 | Remove a false statement from Unsize docs, add a test | Michael Goulet | -1/+0 |
| 2023-11-01 | Auto merge of #114208 - GKFX:offset_of_enum, r=wesleywiser | bors | -2/+9 |
| 2023-11-01 | Rollup merge of #115626 - clarfonthey:unchecked-math, r=thomcc | Matthias Krüger | -19/+45 |
| 2023-10-31 | Update based on wesleywiser review | George Bateman | -2/+2 |
| 2023-10-31 | Update MIR tests for offset_of | George Bateman | -0/+1 |
| 2023-10-31 | Enums in offset_of: update based on est31, scottmcm & llogiq review | George Bateman | -2/+8 |
| 2023-10-31 | Accept less invalid Rust in rustdoc | Oli Scherer | -20/+0 |
| 2023-10-30 | Rollup merge of #117205 - weiznich:multiple_notes_for_on_unimplemented, r=com... | León Orell Valerian Liehr | -1/+14 |
| 2023-10-30 | Auto merge of #117332 - saethlin:panic-immediate-abort, r=workingjubilee | bors | -2/+9 |
| 2023-10-29 | Increase the reach of panic_immediate_abort | Ben Kimock | -2/+9 |
| 2023-10-29 | Rollup merge of #117312 - RalfJung:memcpy-assumptions, r=Mark-Simulacrum | Guillaume Gomez | -1/+2 |
| 2023-10-28 | Rollup merge of #117162 - c410-f3r:try, r=workingjubilee | Jubilee | -89/+91 |
| 2023-10-28 | Auto merge of #116240 - dtolnay:constdiscriminant, r=thomcc | bors | -3/+2 |
| 2023-10-28 | Auto merge of #117038 - saethlin:inline-range-methods, r=workingjubilee | bors | -0/+7 |
| 2023-10-28 | memcpy assumptions: link to source showing that GCC makes the same assumption | Ralf Jung | -1/+2 |
| 2023-10-27 | Allows `#[diagnostic::on_unimplemented]` attributes to have multiple | Georg Semmler | -1/+14 |
| 2023-10-27 | Auto merge of #117272 - matthiaskrgr:rollup-upg122z, r=matthiaskrgr | bors | -1/+1 |
| 2023-10-27 | Rollup merge of #117240 - trueNAHO:docs-std-iter-Iterator-collect-into-fix-ty... | Matthias Krüger | -1/+1 |
| 2023-10-27 | Auto merge of #116205 - WaffleLapkin:stabilize_pointer_byte_offsets, r=dtolnay | bors | -33/+42 |
| 2023-10-27 | Auto merge of #117260 - okaneco:ascii_branchless, r=thomcc | bors | -6/+12 |
| 2023-10-26 | Refactor some `char`, `u8` ascii functions to be branchless | okaneco | -6/+12 |
| 2023-10-26 | Rollup merge of #117243 - chfogelman:replace-not-swap-comment, r=thomcc | Matthias Krüger | -0/+4 |
| 2023-10-26 | Add comment to mem::replace to explain why it's not implemented via mem::swap | Carter Hunt Fogelman | -0/+4 |
| 2023-10-26 | Fix documentation typo in std::iter::Iterator::collect_into | NAHO | -1/+1 |
| 2023-10-26 | Auto merge of #112875 - compiler-errors:negative-coherence-rework, r=lcnr | bors | -0/+1 |