| Age | Commit message (Expand) | Author | Lines |
| 2024-03-03 | Apply suggestions from code review | Lukas Bergdoll | -4/+4 |
| 2024-03-03 | Small enhancement to description of From trait | Jonas Pleyer | -2/+2 |
| 2024-03-03 | library/ptr: mention that ptr::without_provenance is equivalent to deriving f... | Ralf Jung | -0/+4 |
| 2024-03-02 | typo | Ralf Jung | -1/+1 |
| 2024-03-02 | Rollup merge of #121888 - cppcoffee:style, r=Nilstrieb | Matthias Krüger | -0/+1 |
| 2024-03-02 | Rollup merge of #121759 - RalfJung:addr_of, r=the8472 | Matthias Krüger | -15/+63 |
| 2024-03-02 | const_eval_select: make it safe but be careful with what we expose on stable ... | Ralf Jung | -30/+73 |
| 2024-03-02 | Apply review comments | Lukas Bergdoll | -2/+2 |
| 2024-03-02 | attempt to further clarify addr_of docs | Ralf Jung | -15/+63 |
| 2024-03-02 | style library/core/src/error.rs | Xiaobo Liu | -0/+1 |
| 2024-03-01 | Rollup merge of #121634 - RavuAlHemio:slice-prefix-suffix-docs, r=cuviper | Matthias Krüger | -4/+10 |
| 2024-03-01 | Make `ZeroablePrimitive` trait unsafe. | Markus Reiter | -2/+6 |
| 2024-02-29 | Rollup merge of #121753 - mu001999:core/add_cfg, r=cuviper | Matthias Krüger | -9/+5 |
| 2024-02-29 | Rollup merge of #121681 - jswrenn:nix-visibility-analysis, r=compiler-errors | Matthias Krüger | -4/+5 |
| 2024-02-29 | Forbid implementing `Freeze` even if the trait is stabilized | Oli Scherer | -3/+4 |
| 2024-02-29 | Expose `Freeze` trait again | Oli Scherer | -2/+8 |
| 2024-02-29 | Drop link to matches macro and link matches macro to assert_matches. | Lukas Bergdoll | -5/+10 |
| 2024-02-29 | Add proper cfg | r0cky | -9/+5 |
| 2024-02-28 | Improve assert_matches! documentation | Lukas Bergdoll | -29/+50 |
| 2024-02-27 | safe transmute: revise safety analysis | Jack Wrenn | -4/+5 |
| 2024-02-27 | intrinsics.rs: add some notes on unwinding | Ralf Jung | -0/+10 |
| 2024-02-27 | Stabilize the `#[diagnostic]` namespace and `#[diagnostic::on_unimplemented]`... | Georg Semmler | -1/+1 |
| 2024-02-27 | Auto merge of #121655 - matthiaskrgr:rollup-qpx3kks, r=matthiaskrgr | bors | -7/+18 |
| 2024-02-27 | Rollup merge of #121598 - RalfJung:catch_unwind, r=oli-obk | Matthias Krüger | -7/+18 |
| 2024-02-26 | Auto merge of #121516 - RalfJung:platform-intrinsics-begone, r=oli-obk | bors | -2/+80 |
| 2024-02-26 | Clarify behavior of slice prefix/suffix operations in case of equality | Ondřej Hošek | -4/+10 |
| 2024-02-26 | rename 'try' intrinsic to 'catch_unwind' | Ralf Jung | -7/+18 |
| 2024-02-25 | Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkin | bors | -0/+5 |
| 2024-02-25 | Fix Hash impl | David Thomas | -1/+1 |
| 2024-02-25 | remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsics | Ralf Jung | -2/+80 |
| 2024-02-25 | Auto merge of #121114 - Nilstrieb:no-inline!, r=saethlin | bors | -3/+15 |
| 2024-02-24 | Rollup merge of #121556 - GrigorenkoPV:addr_of, r=Nilstrieb | Matthias Krüger | -5/+6 |
| 2024-02-24 | Rollup merge of #121551 - nbdd0121:ffi_unwind, r=RalfJung | Matthias Krüger | -0/+1 |
| 2024-02-24 | Rollup merge of #121343 - Takashiidobe:takashi/examples-for-slice, r=Mark-Sim... | Matthias Krüger | -1/+10 |
| 2024-02-24 | Add `#[rustc_no_mir_inline]` for standard library UB checks | Nilstrieb | -3/+15 |
| 2024-02-24 | Forbid use of `extern "C-unwind"` inside standard library | Gary Guo | -0/+1 |
| 2024-02-24 | library: use `addr_of!` | Pavel Grigorenko | -5/+6 |
| 2024-02-23 | Auto merge of #121454 - reitermarkus:generic-nonzero-library, r=dtolnay | bors | -86/+84 |
| 2024-02-23 | Auto merge of #120730 - estebank:confusable-api, r=oli-obk | bors | -0/+4 |
| 2024-02-22 | Add `flatmap`/`flat_map` -> `and_then` suggestions | Esteban Küber | -0/+2 |
| 2024-02-22 | Add `rustc_confusables` annotations to some stdlib APIs | Esteban Küber | -0/+2 |
| 2024-02-22 | Rollup merge of #121439 - jrudolph:patch-1, r=bjorn3 | Matthias Krüger | -1/+1 |
| 2024-02-22 | Fix example. | Markus Reiter | -3/+4 |
| 2024-02-22 | Use generic `NonZero` everywhere in `core`. | Markus Reiter | -84/+81 |
| 2024-02-22 | Auto merge of #121309 - Nilstrieb:inline-all-the-fallbacks, r=oli-obk | bors | -0/+6 |
| 2024-02-22 | Fix typo in metadata.rs doc comment | Johannes Rudolph | -1/+1 |
| 2024-02-22 | Add std::ffi::c_str modules | ltdk | -7/+24 |
| 2024-02-22 | Auto merge of #121223 - RalfJung:simd-intrinsics, r=Amanieu | bors | -0/+69 |
| 2024-02-21 | remove simd_reduce_{min,max}_nanless | Ralf Jung | -26/+0 |
| 2024-02-21 | rename ptr::invalid -> ptr::without_provenance | Ralf Jung | -98/+128 |