| Age | Commit message (Expand) | Author | Lines |
| 2021-07-10 | Change all instance of optflag added since the original change to optflagmulti. | Zach Lute | -4/+6 |
| 2021-07-10 | Change all 'optflag' arguments to 'optflagmulti' | Zach Lute | -15/+19 |
| 2021-07-10 | cleanup(rustdoc): remove unused function getObjectNameById | Michael Howell | -15/+8 |
| 2021-07-10 | rustc_span: Revert addition of `proc_macro` field to `ExpnKind::Macro` | Vadim Petrochenkov | -37/+15 |
| 2021-07-10 | Update reference.md | Manuel Drehwald | -1/+1 |
| 2021-07-10 | Auto merge of #87029 - JohnTitor:rollup-0yapv7z, r=JohnTitor | bors | -269/+183 |
| 2021-07-10 | redo tests | Ellen | -31/+96 |
| 2021-07-10 | Moves changes to explicit_preds_of/inferred_outlives_of/generics_of | Ellen | -1/+10 |
| 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 | Use nproc instead of hardcoded 10 for build parallelism | Nikita Popov | -7/+7 |
| 2021-07-10 | Update binutils version | Nikita Popov | -3/+5 |
| 2021-07-10 | Dont provide all parent generics to cgdefaults | Ellen | -0/+22 |
| 2021-07-10 | Add clobber-only register classes for asm! | Amanieu d'Antras | -22/+86 |
| 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 | Use existing declaration of rust_eh_personality | Tomasz Miąsko | -0/+24 |
| 2021-07-10 | Fix display for external trait implementors | Guillaume Gomez | -4/+14 |
| 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 | Use clang 12.0.1 on dist-x86_64/i686-linux | Nikita Popov | -8/+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 | -2/+293 |
| 2021-07-09 | Respond to review feedback | Wesley Wiser | -7/+10 |
| 2021-07-09 | Fix the ICE described in #83693 | Fabian Wolff | -0/+87 |
| 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 | -2/+293 |
| 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 | Fix rust-analyzer install when not available. | Eric Huss | -4/+9 |
| 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 | Store names of captured variables in `optimized_mir` | lrh2000 | -17/+84 |
| 2021-07-09 | Name the captured upvars for closures/generators in debuginfo | lrh2000 | -7/+94 |
| 2021-07-09 | Rollup merge of #87000 - m-ou-se:const-panic-track-caller, r=oli-obk | Mara Bos | -15/+42 |
| 2021-07-09 | Rollup merge of #86937 - rylev:tracking-more-qualified-paths, r=nagisa | Mara Bos | -3/+3 |
| 2021-07-09 | Address comments | Roxane | -10/+10 |
| 2021-07-09 | clippy: allow default_hash_types on bootstrap | Cameron Steffen | -1/+1 |
| 2021-07-09 | Fix default_hash_types to use resolved path | Cameron Steffen | -25/+31 |
| 2021-07-09 | Handle multi diagnostics | Roxane | -8/+448 |
| 2021-07-09 | Fix wording | Roxane | -379/+235 |
| 2021-07-09 | Add note clarifying why a closure no longer implements a trait | Roxane | -10/+30 |