| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-07-17 | Encode ExpnId using ExpnHash for incr. comp. | Camille GILLOT | -66/+57 |
| 2021-07-17 | Choose encoding format in caller code. | Camille GILLOT | -72/+26 |
| 2021-07-17 | Use LocalExpnId where possible. | Camille GILLOT | -14/+1 |
| 2021-07-17 | Make the CrateNum part of the ExpnId. | Camille GILLOT | -96/+251 |
| 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-15 | Simplify metadata decoding. | Camille GILLOT | -30/+8 |
| 2021-07-15 | Separate encoding paths. | Camille GILLOT | -52/+87 |
| 2021-07-14 | Auto merge of #87106 - Mark-Simulacrum:edition-no-clone, r=petrochenkov | bors | -1/+1 |
| 2021-07-13 | Auto merge of #87044 - cjgillot:expnhash, r=petrochenkov | bors | -194/+144 |
| 2021-07-13 | Cache expansion hash. | Camille GILLOT | -171/+122 |
| 2021-07-13 | Move HashStable implementations. | Camille GILLOT | -61/+60 |
| 2021-07-13 | Avoid cloning ExpnData to access Span edition | Mark Rousskov | -1/+1 |
| 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 #87042 - petrochenkov:cleanquotspan, r=Aaron1011 | bors | -42/+29 |
| 2021-07-11 | Auto merge of #86416 - Amanieu:asm_clobber_only, r=nagisa | bors | -0/+3 |
| 2021-07-11 | rustc_span: Reorder some `ExpnData` fields in accordance with comments | Vadim Petrochenkov | -26/+25 |
| 2021-07-10 | rustc_span: Revert addition of `proc_macro` field to `ExpnKind::Macro` | Vadim Petrochenkov | -16/+4 |
| 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 | Rollup merge of #86881 - tmiasko:lookup-line, r=nagisa | Mara Bos | -25/+16 |
| 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 |