| Age | Commit message (Expand) | Author | Lines |
| 2024-03-08 | Auto merge of #122059 - nyurik:with-as-const-str, r=cuviper | bors | -10/+26 |
| 2024-03-07 | Rollup merge of #119888 - weiznich:stablize_diagnostic_namespace, r=compiler-... | Guillaume Gomez | -1/+1 |
| 2024-03-07 | Rust is a proper name: rust → Rust | Ralf Jung | -8/+8 |
| 2024-03-07 | Auto merge of #122113 - matthiaskrgr:rollup-5d1jnwi, r=matthiaskrgr | bors | -0/+1 |
| 2024-03-06 | add missing PartialOrd impl doc for array | Konrad Höffner | -0/+1 |
| 2024-03-06 | Refer to "slice" instead of "vector" in Ord and PartialOrd trait impl of slice | Konrad Höffner | -2/+2 |
| 2024-03-05 | Optimize write with as_const_str for shorter code | Yuri Astrakhan | -10/+26 |
| 2024-03-05 | Rollup merge of #121894 - RalfJung:const_eval_select, r=oli-obk | Matthias Krüger | -30/+73 |
| 2024-03-05 | Rollup merge of #121065 - CAD97:display-i18n, r=cuviper | Matthias Krüger | -0/+17 |
| 2024-03-05 | Implement MaybeUninit::fill{,_with,_from} | Andrew Wock | -16/+186 |
| 2024-03-05 | Auto merge of #121428 - okaneco:ipaddr_parse, r=cuviper | bors | -21/+51 |
| 2024-03-05 | Auto merge of #121138 - Swatinem:grapheme-extend-ascii, r=cuviper | bors | -1/+1 |
| 2024-03-05 | Auto merge of #122012 - matthiaskrgr:rollup-bzqjj2n, r=matthiaskrgr | bors | -35/+51 |
| 2024-03-05 | Rollup merge of #121826 - estebank:e0277-root-obligation-2, r=oli-obk | Matthias Krüger | -35/+51 |
| 2024-03-05 | Auto merge of #121001 - nyurik:optimize-core-fmt, r=cuviper | bors | -0/+6 |
| 2024-03-04 | doc wording improvements | Christopher Durham | -1/+1 |
| 2024-03-04 | Explain use of display adapters | Christopher Durham | -0/+17 |
| 2024-03-05 | Auto merge of #120675 - oli-obk:intrinsics3.0, r=pnkfelix | bors | -2/+12 |
| 2024-03-04 | net: Add branch to Parser::read_number for parsing without checked | okaneco | -21/+51 |
| 2024-03-04 | Rollup merge of #121977 - Lee-Janggun:master, r=WaffleLapkin | Matthias Krüger | -2/+2 |
| 2024-03-04 | Rollup merge of #121939 - jonaspleyer:patch-typo-core-From-descr, r=workingju... | Matthias Krüger | -3/+3 |
| 2024-03-04 | Rollup merge of #121732 - Voultapher:improve-assert_matches-documentation, r=... | Matthias Krüger | -32/+58 |
| 2024-03-04 | Add a scheme for moving away from `extern "rust-intrinsic"` entirely | Oli Scherer | -2/+12 |
| 2024-03-04 | Fix comment in Atomic{Ptr,Bool}::as_ptr. | Janggun Lee | -2/+2 |
| 2024-03-04 | include feedback from workingjubilee
| Jonas Pleyer | -2/+2 |
| 2024-03-03 | Be more lax in `.into_iter()` suggestion when encountering `Iterator` methods... | Esteban Küber | -9/+0 |
| 2024-03-03 | Use root obligation on E0277 for some cases | Esteban Küber | -26/+51 |
| 2024-03-03 | Update library/core/src/sync/atomic.rs | Joshua Liebow-Feeser | -1/+1 |
| 2024-03-03 | Update library/core/src/sync/atomic.rs | Joshua Liebow-Feeser | -1/+1 |
| 2024-03-03 | Use "size and alignment" rather than layout | Joshua Liebow-Feeser | -2/+2 |
| 2024-03-03 | Document AtomicPtr bit validity | Joshua Liebow-Feeser | -1/+1 |
| 2024-03-03 | Clarify bit validity for AtomicBool | Joshua Liebow-Feeser | -1/+1 |
| 2024-03-03 | Clarify atomic bit validity | Joshua Liebow-Feeser | -1/+1 |
| 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 |