| Age | Commit message (Expand) | Author | Lines |
| 2025-03-23 | fix typo | Takayuki Maeda | -1/+1 |
| 2025-03-16 | Rollup merge of #138082 - thaliaarchi:slice-cfg-not-test, r=thomcc | 许杰友 Jieyou Xu (Joe) | -13/+13 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -0/+15 |
| 2025-03-06 | Remove #[cfg(not(test))] gates in core | Thalia Archibald | -13/+13 |
| 2025-02-18 | update `cfg(bootstrap)` | Josh Stone | -92/+0 |
| 2025-02-03 | Rename rustc_contract to contract | Celina G. Val | -4/+4 |
| 2025-02-03 | Separate contract feature gates for the internal machinery | Felix S. Klock II | -4/+4 |
| 2025-02-03 | Desugars contract into the internal AST extensions | Felix S. Klock II | -0/+26 |
| 2025-02-02 | Rollup merge of #134272 - RalfJung:destabilize-rustc_encodable_decodable, r=o... | Matthias Krüger | -28/+0 |
| 2025-01-21 | [cfg_match] Document the use of expressions | Caio | -0/+11 |
| 2025-01-16 | Rollup merge of #133720 - c410-f3r:cfg-match-foo-bar-baz, r=joshtriplett | Matthias Krüger | -0/+52 |
| 2025-01-14 | remove Rustc{En,De}codable from library and compiler | Ralf Jung | -26/+0 |
| 2025-01-14 | make rustc_encodable_decodable feature properly unstable | Ralf Jung | -4/+2 |
| 2024-12-24 | chore: fix typos | oliveredget | -1/+1 |
| 2024-12-23 | Revert "Auto merge of #130766 - clarfonthey:stable-coverage-attribute, r=wesl... | Zalathar | -4/+2 |
| 2024-12-22 | Adjust syntax | Caio | -0/+52 |
| 2024-12-16 | Stabilize #[coverage] attribute | ltdk | -2/+4 |
| 2024-11-27 | update cfgs | Boxy | -1/+0 |
| 2024-11-05 | add const_eval_select macro to reduce redundancy | Ralf Jung | -61/+0 |
| 2024-11-03 | add const_panic macro to make it easier to fall back to non-formatting panic ... | Ralf Jung | -0/+61 |
| 2024-10-18 | Missing parenthesis | lexx | -1/+1 |
| 2024-10-15 | Auto merge of #131723 - matthiaskrgr:rollup-krcslig, r=matthiaskrgr | bors | -8/+10 |
| 2024-10-13 | Fix bug where `option_env!` would return `None` when env var is present but n... | beetrees | -8/+10 |
| 2024-10-11 | Single commit implementing the enzyme/autodiff frontend | Manuel Drehwald | -0/+18 |
| 2024-09-13 | [`cfg_match`] Generalize inputs | Caio | -5/+5 |
| 2024-08-31 | Fixed more typos in library/core | ranger-ross | -1/+1 |
| 2024-07-28 | Rollup merge of #128240 - mbrubeck:patch-3, r=joboet | Guillaume Gomez | -0/+18 |
| 2024-07-26 | Add links from `assert_eq!` docs to `debug_assert_eq!`, etc. | Matt Brubeck | -0/+18 |
| 2024-07-26 | Fix doc nits | John Arundel | -1/+1 |
| 2024-06-06 | Rollup merge of #126096 - c410-f3r:tests-tests-tests, r=jhpratt | Jubilee | -1/+6 |
| 2024-06-06 | [RFC-2011] Allow `core_intrinsics` when activated | Caio | -1/+6 |
| 2024-05-01 | Workaround rustfmt bug replacing type ascription | Mark Rousskov | -0/+1 |
| 2024-05-01 | Step bootstrap cfgs | Mark Rousskov | -1/+0 |
| 2024-04-01 | Fix error message for `env!` when env var is not valid Unicode | beetrees | -1/+2 |
| 2024-03-22 | Soft-destabilize `RustcEncodable`/`RustcDecodable` | Jacob Pratt | -6/+14 |
| 2024-03-21 | Implement macro-based deref!() syntax for deref patterns | Michael Goulet | -0/+12 |
| 2024-03-20 | Make type_ascribe! not a built-in | Michael Goulet | -2/+2 |
| 2024-03-07 | Rust is a proper name: rust → Rust | Ralf Jung | -1/+1 |
| 2024-03-03 | Apply suggestions from code review | Lukas Bergdoll | -4/+4 |
| 2024-03-02 | Apply review comments | Lukas Bergdoll | -2/+2 |
| 2024-02-29 | Drop link to matches macro and link matches macro to assert_matches. | Lukas Bergdoll | -5/+10 |
| 2024-02-28 | Improve assert_matches! documentation | Lukas Bergdoll | -29/+50 |
| 2024-02-15 | Rollup merge of #111106 - Stargateur:doc/format_args, r=m-ou-se | Matthias Krüger | -0/+8 |
| 2024-01-21 | Add `#[coverage(off)]` to closures introduced by `#[test]`/`#[bench]` | Zalathar | -2/+2 |
| 2024-01-09 | core: panic: fix broken link | Miguel Ojeda | -1/+1 |
| 2023-12-09 | merge core_panic feature into panic_internals | Ralf Jung | -6/+6 |
| 2023-11-04 | Add diagnostic items for a few of core's builtin macros | Thom Chiovoloni | -0/+3 |
| 2023-10-25 | Remove `cfg_match` from the prelude | Caio | -89/+88 |
| 2023-10-02 | Appease tidy | James Haywood | -4/+4 |
| 2023-10-02 | Adapt `todo!` documentation to mention displaying custom values | James Haywood | -10/+24 |