| Age | Commit message (Expand) | Author | Lines |
| 2021-02-04 | add `relaxed_struct_unsize` feature gate | Bastian Kauschke | -0/+1 |
| 2021-02-03 | Auto merge of #81294 - pnkfelix:issue-81211-use-ufcs-in-derive-debug, r=oli-obk | bors | -0/+2 |
| 2021-02-02 | Add a new ABI to support cmse_nonsecure_call | Hugues de Valon | -0/+1 |
| 2021-02-01 | Use UFCS instead of method calls in `derive(Debug)`. See issue 81211 for disc... | Felix S. Klock II | -0/+2 |
| 2021-02-01 | Auto merge of #80851 - m-ou-se:panic-2021, r=petrochenkov | bors | -0/+6 |
| 2021-01-25 | Implement new panic!() behaviour for Rust 2021. | Mara Bos | -0/+6 |
| 2021-01-22 | Make more traits of the From/Into family diagnostic items | flip1995 | -0/+3 |
| 2021-01-17 | Feature-gate `pointer` and `reference` in intra-doc links | Joshua Nelson | -0/+1 |
| 2021-01-16 | Auto merge of #80290 - RalfJung:less-intrinsic-write, r=lcnr | bors | -1/+0 |
| 2021-01-01 | Allow references to interior mutable data behind a feature gate | oli | -0/+1 |
| 2021-01-01 | first pass at default values for const generics | Julian Knodt | -0/+1 |
| 2020-12-31 | Add edition 2021. | Mara Bos | -0/+1 |
| 2020-12-31 | Auto merge of #80459 - mark-i-m:or-pat-reg, r=petrochenkov | bors | -0/+3 |
| 2020-12-31 | remove move_val_init leftovers | Ralf Jung | -1/+0 |
| 2020-12-30 | Rollup merge of #80495 - jyn514:rename-empty, r=petrochenkov | Mara Bos | -4/+4 |
| 2020-12-30 | Implement edition-based macro pat feature | mark | -0/+3 |
| 2020-12-30 | Rename kw::Invalid -> kw::Empty | Joshua Nelson | -4/+4 |
| 2020-12-27 | rustc_span: Remove `Symbol::with` | Vadim Petrochenkov | -9/+3 |
| 2020-12-23 | Rollup merge of #80297 - jyn514:more-docs, r=bjorn3 | Guillaume Gomez | -1/+1 |
| 2020-12-22 | Add some intra-doc links to compiler docs | Joshua Nelson | -1/+1 |
| 2020-12-21 | rustc_span: Provide a reserved identifier check for a specific edition | Vadim Petrochenkov | -11/+32 |
| 2020-12-18 | Rollup merge of #80130 - pierwill:patch-7, r=oli-obk | Ralf Jung | -1/+1 |
| 2020-12-17 | Stop using intermediate macros in definition of symbols | Arlie Davis | -8/+8 |
| 2020-12-17 | docs: Edit rustc_span::symbol::Symbol method | pierwill | -1/+1 |
| 2020-12-14 | Switch to Symbol for item.name | Joshua Nelson | -0/+4 |
| 2020-12-10 | Use Symbol for inline asm register class names | Arlie Davis | -0/+23 |
| 2020-12-09 | Accept arbitrary expressions in key-value attributes at parse time | Vadim Petrochenkov | -0/+1 |
| 2020-12-04 | Rollup merge of #79678 - jyn514:THE-PAPERCLIP-COMETH, r=varkor | Dylan DPC | -8/+6 |
| 2020-12-03 | Fix some clippy lints | Joshua Nelson | -8/+6 |
| 2020-12-01 | add const_allocate intrisic | Vishnunarayan K I | -0/+1 |
| 2020-11-29 | Rollup merge of #79464 - GuillaumeGomez:doc-keyword-ident, r=jyn514 | Dylan DPC | -5/+0 |
| 2020-11-27 | Remove unused is_doc_keyword function | Guillaume Gomez | -5/+0 |
| 2020-11-23 | Rename `optin_builtin_traits` to `auto_traits` | Camelid | -0/+1 |
| 2020-10-19 | Also apply panic_fmt lint suggestions to debug_assert!(). | Mara Bos | -0/+1 |
| 2020-10-18 | Expand assert!(expr) to panic() function instead of panic!() macro. | Mara Bos | -0/+1 |
| 2020-10-18 | Make panic_fmt lint work properly for assert!(expr, msg) too. | Mara Bos | -0/+1 |
| 2020-10-18 | Specialize panic_fmt lint for the {core,std}::panic!() macros. | Mara Bos | -0/+2 |
| 2020-11-10 | Indroduce feature flag for RFC-2229 | Aman Arora | -0/+2 |
| 2020-11-09 | Add `#[cfg(panic = "...")]` | David Hewitt | -0/+1 |
| 2020-11-07 | Implement destructuring assignment for tuples | Fabian Zaiser | -0/+1 |
| 2020-10-28 | Auto merge of #78458 - Dylan-DPC:rollup-tan044s, r=Dylan-DPC | bors | -0/+1 |
| 2020-10-28 | Rollup merge of #78152 - spastorino:separate-unsized-locals, r=oli-obk | Dylan DPC | -0/+1 |
| 2020-10-27 | Auto merge of #75671 - nathanwhit:cstring-temp-lint, r=oli-obk | bors | -0/+7 |
| 2020-10-27 | Add unsized_fn_params feature | Santiago Pastorino | -0/+1 |
| 2020-10-27 | Changed lint to check for `std::fmt::Pointer` and `transmute` | Ayrton | -0/+2 |
| 2020-10-27 | Rollup merge of #78396 - josephlr:ermsb, r=petrochenkov | Yuki Okushi | -0/+1 |
| 2020-10-26 | Address review comments | Nathan Whitaker | -0/+1 |
| 2020-10-26 | Address review comments | Nathan Whitaker | -0/+6 |
| 2020-10-26 | Add compiler support for LLVM's x86 ERMSB feature | Joe Richey | -0/+1 |
| 2020-10-25 | Rollup merge of #78208 - liketechnik:issue-69399, r=oli-obk | Yuki Okushi | -0/+1 |