| Age | Commit message (Expand) | Author | Lines |
| 2021-10-14 | Use correct edition for panic in [debug_]assert!() etc. | Mara Bos | -0/+1 |
| 2021-09-16 | Revert "Implement Anonymous{Struct, Union} in the AST" | Felix S. Klock II | -1/+0 |
| 2021-09-01 | Rollup merge of #88350 - programmerjake:add-ppc-cr-xer-clobbers, r=Amanieu | Mara Bos | -0/+2 |
| 2021-08-30 | Add let_else feature gate | Cameron Steffen | -0/+1 |
| 2021-08-30 | `feature(const_param_types)` -> `feature(adt_const_params)` | lcnr | -1/+1 |
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -0/+1 |
| 2021-08-30 | rename const_evaluatable_checked to generic_const_exprs | Ellen | -0/+1 |
| 2021-08-25 | add support for clobbering xer, cr, and cr[0-7] for asm! on OpenPower/PowerPC | Jacob Lifshay | -0/+2 |
| 2021-08-16 | Auto merge of #87050 - jyn514:no-doc-primitive, r=manishearth | bors | -0/+1 |
| 2021-08-16 | Auto merge of #84039 - jyn514:uplift-atomic-ordering, r=wesleywiser | bors | -0/+29 |
| 2021-08-16 | feature gate doc(primitive) | Joshua Nelson | -0/+1 |
| 2021-08-16 | Uplift the `invalid_atomic_ordering` lint from clippy to rustc | Thom Chiovoloni | -0/+29 |
| 2021-08-14 | Auto merge of #87581 - Amanieu:asm_clobber_abi, r=nagisa | bors | -0/+1 |
| 2021-08-12 | Implement `black_box` using intrinsic | Gary Guo | -0/+1 |
| 2021-08-12 | Add support for clobber_abi to asm! | Amanieu d'Antras | -0/+1 |
| 2021-08-03 | Auto merge of #87262 - dtolnay:negative, r=Aaron1011 | bors | -0/+4 |
| 2021-08-02 | Implement a `explicit_generic_args_with_impl_trait` feature gate | Gary Guo | -0/+1 |
| 2021-07-31 | Added feature gate. | Alexander Regueiro | -0/+1 |
| 2021-07-29 | Add feature gates for `for` and `?` in consts | Jonas Schievink | -0/+2 |
| 2021-07-28 | Add new const_format_args!() macro and use it in panics. | Mara Bos | -0/+1 |
| 2021-07-28 | Make const panic!("..") work in Rust 2021. | Mara Bos | -0/+4 |
| 2021-07-27 | Permit deriving default on enums with `#[default]` | Jacob Pratt | -0/+1 |
| 2021-07-26 | Actually infer args in visitors | kadmin | -0/+1 |
| 2021-07-20 | Add internal attribute and tests. | Charles Lew | -0/+1 |
| 2021-07-18 | Support negative numbers in Literal::from_str | David Tolnay | -0/+4 |
| 2021-07-18 | Rollup merge of #87170 - xFrednet:clippy-5393-add-diagnostic-items, r=Manishe... | Yuki Okushi | -0/+22 |
| 2021-07-17 | Corrected symbol order after adding diagnostic items | xFrednet | -1/+1 |
| 2021-07-15 | Added diagnostic items to structs and traits for Clippy | xFrednet | -0/+13 |
| 2021-07-15 | Added diagnostic items to functions for Clippy | xFrednet | -0/+9 |
| 2021-07-13 | Auto merge of #86922 - joshtriplett:target-abi, r=oli-obk | bors | -0/+2 |
| 2021-07-13 | Auto merge of #86857 - fee1-dead:add-attr, r=oli-obk | bors | -0/+1 |
| 2021-07-11 | Auto merge of #86416 - Amanieu:asm_clobber_only, r=nagisa | bors | -0/+3 |
| 2021-07-10 | Add clobber-only register classes for asm! | Amanieu d'Antras | -0/+3 |
| 2021-07-10 | Add #[default_method_body_is_const] | Deadbeef | -0/+1 |
| 2021-07-09 | Auto merge of #85828 - scottmcm:raw-eq, r=oli-obk | bors | -0/+1 |
| 2021-07-09 | Auto merge of #86904 - m-ou-se:prelude-collision-check-trait, r=nikomatsakis | bors | -0/+1 |
| 2021-07-08 | Stop generating `alloca`s+`memcmp` for simple array equality | Scott McMurray | -0/+1 |
| 2021-07-08 | Rollup merge of #86726 - sexxi-goose:use-diagnostic-item-for-rfc2229-migratio... | Guillaume Gomez | -3/+2 |
| 2021-07-08 | Rework SESSION_GLOBALS API to prevent overwriting it | Guillaume Gomez | -2/+2 |
| 2021-07-07 | Implement cfg(target_abi) (RFC 2992) | Josh Triplett | -0/+2 |
| 2021-07-07 | Check FromIterator trait impl in prelude collision check. | Mara Bos | -0/+1 |
| 2021-06-29 | Remove lang items Send, UnwindSafe and RefUnwindSafe | Roxane Fruytier | -3/+2 |
| 2021-06-23 | Auto merge of #86386 - inquisitivecrystal:better-errors-for-display-traits-v3... | bors | -0/+1 |
| 2021-06-22 | Auto merge of #85707 - jam1garner:future_prelude_collision_lint, r=nikomatsakis | bors | -0/+3 |
| 2021-06-21 | Auto merge of #86383 - shamatar:slice_len_lowering, r=bjorn3 | bors | -0/+2 |
| 2021-06-20 | Squashed implementation of the pass | Alex Vlasov | -0/+2 |
| 2021-06-17 | Make `s` pre-interned | Yuki Okushi | -0/+1 |
| 2021-06-16 | Improve errors for missing Debug and Display impls | Aris Merchant | -0/+1 |
| 2021-06-15 | Rollup merge of #85608 - scottmcm:stabilize-control-flow-enum-basics, r=m-ou-se | Yuki Okushi | -1/+0 |
| 2021-06-14 | Add support for associated functions to `future_prelude_collision` lint | jam1garner | -0/+1 |