| Age | Commit message (Expand) | Author | Lines |
| 2023-09-06 | clarify that unsafe code must not rely on our safe traits | Ralf Jung | -0/+10 |
| 2023-08-27 | Remove parens around .. in documentation snippet | Anselm Schüler | -1/+1 |
| 2023-08-18 | Go into more detail about panicking in drop. | Kevin Reid | -2/+8 |
| 2023-06-27 | Make `rustc_on_unimplemented` std-agnostic | Rageking8 | -10/+37 |
| 2023-05-13 | Auto merge of #103413 - RalfJung:phantom-dropck, r=lcnr | bors | -0/+68 |
| 2023-05-12 | hedge for future changes | Ralf Jung | -1/+2 |
| 2023-05-07 | enable `rust_2018_idioms` for doctests | ozkanonur | -1/+1 |
| 2023-04-19 | Auto merge of #110393 - fee1-dead-contrib:rm-const-traits, r=oli-obk | bors | -196/+109 |
| 2023-04-18 | Use a diagnostic item instead of filtering for Index::Output | Michael Goulet | -0/+1 |
| 2023-04-16 | readd `const_trait` to `Drop`, `Destruct`, and `Fn*` | Deadbeef | -0/+4 |
| 2023-04-16 | core is now compilable | Deadbeef | -9/+4 |
| 2023-04-16 | rm const traits in libcore | Deadbeef | -193/+107 |
| 2023-03-27 | replace advance_by returning usize with Result<(), NonZeroUsize> | The 8472 | -4/+5 |
| 2023-03-27 | Change advance(_back)_by to return `usize` instead of `Result<(), usize>` | The 8472 | -8/+6 |
| 2023-03-15 | Bump to latest beta | Mark Rousskov | -8/+1 |
| 2023-02-15 | Constify `RangeBounds`, `RangeX::contains` and `RangeX::is_empty`. | onestacked | -38/+60 |
| 2023-02-13 | fix and extend dropck documentation | Ralf Jung | -0/+67 |
| 2023-02-13 | Auto merge of #107634 - scottmcm:array-drain, r=thomcc | bors | -0/+9 |
| 2023-02-06 | Auto merge of #103761 - chenyukang:yukang/fix-103320-must-use, r=compiler-errors | bors | -6/+12 |
| 2023-02-04 | Allow canonicalizing the `array::map` loop in trusted cases | Scott McMurray | -0/+9 |
| 2023-02-03 | Rollup merge of #107551 - fee1-dead-contrib:rm_const_fnmut_helper, r=oli-obk | Michael Goulet | -6/+11 |
| 2023-02-04 | Fix #103320, add explanatory message for [#must_use] | yukang | -6/+12 |
| 2023-02-03 | Replace `ConstFnMutClosure` with const closures | Deadbeef | -6/+11 |
| 2023-02-01 | Rollup merge of #107389 - zvavybir:master, r=estebank | Matthias Krüger | -2/+2 |
| 2023-01-30 | Improved wording of error messages of missing remainder implementations | Matthias Kaak | -2/+2 |
| 2023-01-27 | Remove `ControlFlow::{BREAK, CONTINUE}` | Scott McMurray | -43/+0 |
| 2023-01-27 | Fixed confusement between mod and remainder | Matthias Kaak | -2/+2 |
| 2022-12-28 | Update bootstrap cfg | Pietro Albini | -319/+0 |
| 2022-12-22 | Rollup merge of #105960 - oli-obk:effect_cleanup, r=fee1-dead | Matthias Krüger | -1/+1 |
| 2022-12-20 | Fix some `~const` usage in libcore | Oli Scherer | -1/+1 |
| 2022-12-19 | Update coerce_unsized tracking issue from #27732 to #18598 | Anders Kaseorg | -11/+11 |
| 2022-12-10 | Correct wrong note for short circuiting operators | est31 | -4/+4 |
| 2022-11-15 | Rollup merge of #104383 - WaffleLapkin:rustc_undiagnostic_item, r=compiler-er... | Matthias Krüger | -6/+0 |
| 2022-11-14 | Auto merge of #103858 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini | bors | -3/+6 |
| 2022-11-13 | Remove unused diagnostic items | Maybe Waffle | -6/+0 |
| 2022-11-07 | Fix `const_fn_trait_ref_impl`, add test for it | onestacked | -10/+15 |
| 2022-11-06 | Fix rebase errors | Mark Rousskov | -0/+3 |
| 2022-11-06 | cfg-step code | Mark Rousskov | -3/+3 |
| 2022-11-05 | Merge conflicts and rebase onto master | Michael Goulet | -3/+0 |
| 2022-11-05 | Enforce Tuple trait on Fn traits | Michael Goulet | -0/+321 |
| 2022-11-01 | Rollup merge of #103084 - inquisitivecrystal:control-flow, r=scottmcm | Manish Goregaokar | -1/+3 |
| 2022-10-26 | Print the precondition we violated, and visible through output capture | Ben Kimock | -1/+6 |
| 2022-10-19 | Derive `Eq` and `Hash` for `ControlFlow` | inquisitivecrystal | -1/+3 |
| 2022-09-30 | Fixed Documentation for wrap_mut_2_imp | onestacked | -1/+1 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -83/+2 |
| 2022-09-26 | replace stabilization placeholders | Pietro Albini | -1/+1 |
| 2022-09-23 | Constify Residual behind const_try | onestacked | -0/+1 |
| 2022-09-23 | Constifed Try trait | onestacked | -8/+12 |
| 2022-09-22 | Constify {FormResidual, Try} for ControlFlow | onestacked | -2/+4 |
| 2022-09-22 | Auto merge of #100982 - fee1-dead-contrib:const-impl-requires-const-trait, r=... | bors | -31/+40 |