| Age | Commit message (Expand) | Author | Lines |
| 2022-03-11 | Format core and std macro rules, removing needless surrounding blocks | David Tolnay | -26/+50 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -7/+7 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -19/+0 |
| 2022-02-12 | add link to format_args! when being mentioned in doc | yuhaixin.hx | -2/+2 |
| 2022-01-31 | Fix invalid special casing of the unreachable! macro | Loïc BRANSTETT | -0/+16 |
| 2022-01-28 | update cfg(bootstrap)s | Pietro Albini | -1/+0 |
| 2022-01-17 | Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu | bors | -26/+0 |
| 2022-01-12 | Remove deprecated LLVM-style inline assembly | Tomasz Miąsko | -26/+0 |
| 2022-01-06 | Add diagnostic items for macros | Alex Macleod | -0/+24 |
| 2022-01-03 | Make the documentation of builtin macro attributes accessible | Daniel Henry-Mantilla | -2/+11 |
| 2021-12-28 | Rollup merge of #92335 - ecstatic-morse:std-column-unicode, r=Manishearth | Matthias Krüger | -0/+12 |
| 2021-12-27 | Document units for `std::column` | Dylan MacKenzie | -0/+12 |
| 2021-12-21 | Use panic() instead of panic!() in some places in core. | Mara Bos | -3/+6 |
| 2021-12-06 | Implement concat_bytes! | Smitty | -0/+28 |
| 2021-11-11 | Document `unreachable!()` custom panic message | Ed Morley | -2/+5 |
| 2021-10-07 | Use correct edition for panic in [debug_]assert!() etc. | Mara Bos | -0/+1 |
| 2021-09-08 | Bump stage0 compiler to 1.56 | Mark Rousskov | -11/+0 |
| 2021-08-16 | Make Arguments constructors unsafe | Cameron Steffen | -0/+1 |
| 2021-08-15 | Deprecate llvm_asm! | Amanieu d'Antras | -0/+4 |
| 2021-08-02 | Auto merge of #85272 - ChayimFriedman2:matches-leading-pipe, r=m-ou-se | bors | -3/+3 |
| 2021-08-01 | bump bootstrap compiler to 1.55 | Pietro Albini | -2/+1 |
| 2021-07-28 | Extend documentation of const_format_args!(). | Mara Bos | -0/+4 |
| 2021-07-28 | Make const_fmt_args!() work during bootstrap. | Mara Bos | -0/+11 |
| 2021-07-28 | Add new const_format_args!() macro and use it in panics. | Mara Bos | -0/+10 |
| 2021-07-23 | Mark `format_args_nl` as `#[doc(hidden)]` | Jonas Schievink | -0/+1 |
| 2021-07-18 | Move asm! and global_asm! to core::arch | bstrie | -38/+0 |
| 2021-07-16 | i sweat to god | Jane Lusby | -1/+1 |
| 2021-07-16 | pls this time | Jane Lusby | -2/+2 |
| 2021-07-15 | Allow leading pipe in `matches!()` patterns. | Chayim Refael Friedman | -3/+3 |
| 2021-07-15 | Rollup merge of #86947 - m-ou-se:assert-matches-to-submodule, r=yaahc | Yuki Okushi | -6/+11 |
| 2021-07-13 | expand: Support helper attributes for built-in derive macros | Vadim Petrochenkov | -1/+2 |
| 2021-07-08 | Move [debug_]assert_matches to mod {core, std}::assert. | Mara Bos | -6/+11 |
| 2021-05-25 | fix matches! and assert_matches! on edition 2021 | Lukas Markeffsky | -3/+3 |
| 2021-05-24 | Better English for documenting when to use unimplemented!() | Nick Lamb | -1/+1 |
| 2021-05-13 | Add support for const operands and options to global_asm! | Amanieu d'Antras | -1/+4 |
| 2021-04-04 | Bump cfgs | Mark Rousskov | -2/+0 |
| 2021-03-15 | Deprecate RustcEncodable and RustcDecodable. | Mara Bos | -0/+8 |
| 2021-03-06 | Implement built-in attribute macro `#[cfg_eval]` | Vadim Petrochenkov | -0/+12 |
| 2021-03-04 | Add tracking issue for assert_matches. | Mara Bos | -2/+2 |
| 2021-03-04 | Don't consume the expression in assert_matches!()'s failure case. | Mara Bos | -4/+4 |
| 2021-03-04 | Fix assert_matches doc examples. | Mara Bos | -2/+6 |
| 2021-03-04 | Add debug_assert_matches macro. | Mara Bos | -0/+34 |
| 2021-03-04 | Allow for multiple patterns and a guard in assert_matches. | Mara Bos | -23/+23 |
| 2021-03-04 | Add assert_matches!(expr, pat). | Mara Bos | -0/+52 |
| 2021-02-23 | Use #[doc = include_str!()] in std | LeSeulArtichaut | -1/+1 |
| 2021-02-23 | Auto merge of #82076 - jyn514:update-bootstrap, r=Mark-Simulacrum | bors | -22/+0 |
| 2021-02-21 | Auto merge of #79100 - a1phyr:better_assert_eq, r=m-ou-se | bors | -15/+11 |
| 2021-02-20 | Update the bootstrap compiler | Joshua Nelson | -22/+0 |
| 2021-02-17 | Rollup merge of #82169 - not-an-aardvark:assert-lazy-format-expressions, r=sf... | Guillaume Gomez | -1/+2 |
| 2021-02-16 | Document that `assert!` format arguments are evaluated lazily | Teddy Katz | -1/+2 |