| 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-03 | Auto merge of #88363 - michaelwoerister:remapped-diagnostics, r=estebank | bors | -16/+38 |
| 2021-09-01 | Rollup merge of #88350 - programmerjake:add-ppc-cr-xer-clobbers, r=Amanieu | Mara Bos | -0/+2 |
| 2021-09-01 | Auto merge of #87688 - camsteffen:let-else, r=cjgillot | bors | -0/+3 |
| 2021-08-31 | Pull Span::find_ancestor_inside loop into its own function. | Mara Bos | -0/+8 |
| 2021-08-31 | Auto merge of #88414 - Aaron1011:guess-foreign-head-span, r=estebank | bors | -0/+11 |
| 2021-08-30 | Add let_else feature gate | Cameron Steffen | -0/+1 |
| 2021-08-30 | Lower let-else to HIR | Cameron Steffen | -0/+2 |
| 2021-08-31 | Auto merge of #88100 - HTG-YT:edition2021-compopt-stabilization, r=m-ou-se | bors | -2/+2 |
| 2021-08-30 | Update LATEST_STABLE_EDITION to 2021. | Mara Bos | -1/+1 |
| 2021-08-30 | make edition 2021 stable | HTG-YT | -1/+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-27 | Don't use `guess_head_span` in `predicates_of` for foreign span | Aaron Hill | -0/+11 |
| 2021-08-27 | Path remapping: Make behavior of diagnostics output dependent on presence of ... | Michael Woerister | -16/+38 |
| 2021-08-25 | add support for clobbering xer, cr, and cr[0-7] for asm! on OpenPower/PowerPC | Jacob Lifshay | -0/+2 |
| 2021-08-25 | Use if-let guards in the codebase | Léo Lanteri Thauvin | -20/+17 |
| 2021-08-22 | Fix typos “an”→“a” and a few different ones that appeared in the sa... | Frank Steffahn | -1/+1 |
| 2021-08-19 | Rollup merge of #88050 - Aaron1011:filename-hash-stable, r=michaelwoerister | Guillaume Gomez | -2/+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-15 | Remove `HashStable` impls for `FileName` and `RealFileName` | Aaron Hill | -2/+2 |
| 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 | Rollup merge of #86176 - nbdd0121:explicit-generic-args, r=jackh726 | Cameron Steffen | -0/+1 |
| 2021-08-02 | Auto merge of #87535 - lf-:authors, r=Mark-Simulacrum | bors | -1/+0 |
| 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 | rfc3052: Remove authors field from Cargo manifests | Jade | -1/+0 |
| 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-19 | Auto merge of #87225 - estebank:cleanup, r=oli-obk | bors | -2/+2 |
| 2021-07-19 | Various diagnostics clean ups/tweaks | Esteban Küber | -2/+2 |
| 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 | Simplify Expn creation. | Camille GILLOT | -27/+25 |
| 2021-07-17 | Rename expn_info -> expn_data. | Camille GILLOT | -8/+8 |
| 2021-07-17 | Pass ExpnData by reference. | Camille GILLOT | -3/+3 |
| 2021-07-17 | Drop ExpnData::krate. | Camille GILLOT | -19/+10 |
| 2021-07-17 | Drop orig_id. | Camille GILLOT | -33/+9 |