| Age | Commit message (Expand) | Author | Lines |
| 2021-07-15 | Auto merge of #86876 - jyn514:56935-target-crate-num, r=petrochenkov | bors | -0/+20 |
| 2021-07-14 | Reuse CrateNum for proc-macro crates even when cross-compiling | Joshua Nelson | -0/+20 |
| 2021-07-14 | Rollup merge of #87027 - petrochenkov:builderhelp, r=oli-obk | Guillaume Gomez | -0/+36 |
| 2021-07-14 | Rollup merge of #87101 - FabianWolff:issue-87086, r=estebank | Yuki Okushi | -0/+134 |
| 2021-07-14 | Rollup merge of #87098 - JohnTitor:unignore-some-tests, r=petrochenkov | Yuki Okushi | -5/+0 |
| 2021-07-14 | Suggest a path separator if a stray colon is found in a match arm | Fabian Wolff | -0/+134 |
| 2021-07-13 | expand: Support helper attributes for built-in derive macros | Vadim Petrochenkov | -0/+36 |
| 2021-07-13 | Auto merge of #86827 - camsteffen:hash-lint-resolved, r=oli-obk | bors | -5/+4 |
| 2021-07-13 | Auto merge of #86922 - joshtriplett:target-abi, r=oli-obk | bors | -0/+60 |
| 2021-07-13 | Unignore some pretty printing tests | Yuki Okushi | -5/+0 |
| 2021-07-13 | Auto merge of #86857 - fee1-dead:add-attr, r=oli-obk | bors | -4/+131 |
| 2021-07-13 | Auto merge of #86665 - FabianWolff:layout-field-thir-unsafeck, r=oli-obk | bors | -11/+359 |
| 2021-07-13 | Rollup merge of #87065 - FabianWolff:issue-87046, r=oli-obk | Yuki Okushi | -0/+42 |
| 2021-07-12 | Auto merge of #86320 - hi-rustin:rustin-patch-fix-span, r=estebank | bors | -147/+179 |
| 2021-07-13 | Remove `multiple-definitions` test | Deadbeef | -36/+0 |
| 2021-07-12 | Auto merge of #86815 - FabianWolff:issue-84210, r=varkor | bors | -53/+70 |
| 2021-07-11 | Auto merge of #86249 - FabianWolff:issue-86238, r=varkor | bors | -0/+26 |
| 2021-07-11 | Fix ICE with unsized type in const pattern | Fabian Wolff | -0/+42 |
| 2021-07-11 | Do not suggest adding a semicolon after `?` | Fabian Wolff | -0/+60 |
| 2021-07-11 | Auto merge of #86995 - sexxi-goose:rewrite, r=nikomatsakis | bors | -56/+142 |
| 2021-07-11 | Auto merge of #87042 - petrochenkov:cleanquotspan, r=Aaron1011 | bors | -11/+11 |
| 2021-07-11 | Auto merge of #83918 - workingjubilee:stable-rangefrom-pat, r=joshtriplett | bors | -36/+304 |
| 2021-07-11 | Auto merge of #86965 - sexxi-goose:rfc2229-improve-lint, r=nikomatsakis,lqd | bors | -290/+1031 |
| 2021-07-11 | Auto merge of #86416 - Amanieu:asm_clobber_only, r=nagisa | bors | -22/+57 |
| 2021-07-10 | rustc_span: Revert addition of `proc_macro` field to `ExpnKind::Macro` | Vadim Petrochenkov | -11/+11 |
| 2021-07-10 | Auto merge of #87029 - JohnTitor:rollup-0yapv7z, r=JohnTitor | bors | -269/+183 |
| 2021-07-11 | Rollup merge of #87020 - RalfJung:const_raw_ptr_to_usize_cast, r=oli-obk | Yuki Okushi | -267/+45 |
| 2021-07-11 | Rollup merge of #87013 - FabianWolff:issue-83921, r=estebank | Yuki Okushi | -2/+138 |
| 2021-07-10 | Add clobber-only register classes for asm! | Amanieu d'Antras | -22/+57 |
| 2021-07-10 | Implement Mutation- and BorrowOfLayoutConstrainedField in thir-unsafeck | Fabian Wolff | -11/+359 |
| 2021-07-10 | Auto merge of #81360 - Aaron1011:trait-caller-loc, r=nagisa | bors | -9/+47 |
| 2021-07-10 | Test for misusing attribute | Deadbeef | -0/+46 |
| 2021-07-10 | Update tests | Deadbeef | -4/+10 |
| 2021-07-10 | Skip check for calling functions in same trait | Deadbeef | -2/+4 |
| 2021-07-10 | Treat trait fns marked with the attr as const | Deadbeef | -0/+32 |
| 2021-07-10 | Add #[default_method_body_is_const] | Deadbeef | -4/+45 |
| 2021-07-10 | remove duplicate test | Ralf Jung | -15/+0 |
| 2021-07-10 | bless missing tests | Ralf Jung | -5/+4 |
| 2021-07-10 | remove const_raw_ptr_to_usize_cast feature | Ralf Jung | -251/+45 |
| 2021-07-10 | Auto merge of #86987 - lcnr:const-default-eval-bound, r=oli-obk | bors | -23/+10 |
| 2021-07-10 | Auto merge of #86968 - inquisitivecrystal:missing-docs-v2, r=oli-obk | bors | -0/+63 |
| 2021-07-09 | Auto merge of #86419 - ricobbe:raw-dylib-stdcall, r=petrochenkov | bors | -0/+57 |
| 2021-07-09 | Auto merge of #85263 - Smittyvb:thir-unsafeck-union-field, r=oli-obk | bors | -70/+965 |
| 2021-07-09 | Enhance well-formedness checks for `#[repr(...)]` attributes | Fabian Wolff | -2/+138 |
| 2021-07-09 | Add support for raw-dylib with stdcall, fastcall functions on i686-pc-windows... | Richard Cobbe | -0/+57 |
| 2021-07-09 | Don't stub out part of test | Smitty | -5/+12 |
| 2021-07-09 | Check for union field accesses in THIR unsafeck | Smitty | -65/+953 |
| 2021-07-09 | Ensure deterministic ordering for diagnostics | Roxane | -2/+2 |
| 2021-07-09 | Auto merge of #87003 - m-ou-se:rollup-x7mhv3v, r=m-ou-se | bors | -18/+45 |
| 2021-07-09 | Rollup merge of #87000 - m-ou-se:const-panic-track-caller, r=oli-obk | Mara Bos | -15/+42 |