| Age | Commit message (Expand) | Author | Lines |
| 2021-07-11 | Auto merge of #87057 - RalfJung:miri, r=RalfJung | bors | -8/+9 |
| 2021-07-11 | update Miri | Ralf Jung | -8/+9 |
| 2021-07-11 | Auto merge of #86995 - sexxi-goose:rewrite, r=nikomatsakis | bors | -224/+302 |
| 2021-07-11 | Auto merge of #87042 - petrochenkov:cleanquotspan, r=Aaron1011 | bors | -203/+89 |
| 2021-07-11 | Auto merge of #83918 - workingjubilee:stable-rangefrom-pat, r=joshtriplett | bors | -40/+378 |
| 2021-07-11 | Auto merge of #86965 - sexxi-goose:rfc2229-improve-lint, r=nikomatsakis,lqd | bors | -444/+1274 |
| 2021-07-11 | Auto merge of #86416 - Amanieu:asm_clobber_only, r=nagisa | bors | -59/+270 |
| 2021-07-10 | Auto merge of #85953 - inquisitivecrystal:weak-linkat-in-fs-hardlink, r=josht... | bors | -17/+91 |
| 2021-07-11 | rustc_span: Reorder some `ExpnData` fields in accordance with comments | Vadim Petrochenkov | -26/+25 |
| 2021-07-11 | rustc_expand: Simplify span quoting in proc macro server | Vadim Petrochenkov | -26/+9 |
| 2021-07-10 | rustc_expand: Remove redundant field from proc macro expander structures | Vadim Petrochenkov | -33/+18 |
| 2021-07-10 | rustc_span: Revert addition of `proc_macro` field to `ExpnKind::Macro` | Vadim Petrochenkov | -118/+37 |
| 2021-07-10 | Make tests pass on old macos | Aris Merchant | -0/+18 |
| 2021-07-10 | Change `weak!` and `linkat!` to macros 2.0 | Aris Merchant | -4/+38 |
| 2021-07-10 | Auto merge of #86873 - nikic:opaque-ptrs, r=nagisa | bors | -74/+81 |
| 2021-07-10 | Auto merge of #87029 - JohnTitor:rollup-0yapv7z, r=JohnTitor | bors | -346/+305 |
| 2021-07-11 | Rollup merge of #87028 - aDotInTheVoid:patch-1, r=petrochenkov | Yuki Okushi | -1/+1 |
| 2021-07-11 | Rollup merge of #87020 - RalfJung:const_raw_ptr_to_usize_cast, r=oli-obk | Yuki Okushi | -331/+65 |
| 2021-07-11 | Rollup merge of #87013 - FabianWolff:issue-83921, r=estebank | Yuki Okushi | -10/+234 |
| 2021-07-11 | Rollup merge of #87011 - RalfJung:thread-id-supply-shortage, r=nagisa | Yuki Okushi | -1/+2 |
| 2021-07-11 | Rollup merge of #87006 - ptrojahn:implsource_vtable, r=jonas-schievink | Yuki Okushi | -3/+3 |
| 2021-07-10 | Add AArch64 z* registers as aliases for v* registers | Amanieu d'Antras | -32/+32 |
| 2021-07-10 | Add clobber-only register classes for asm! | Amanieu d'Antras | -27/+238 |
| 2021-07-10 | Fix typo: `satic` -> `static` | Nixon Enraght-Moony | -1/+1 |
| 2021-07-10 | Auto merge of #81360 - Aaron1011:trait-caller-loc, r=nagisa | bors | -15/+102 |
| 2021-07-10 | rename variable | Ralf Jung | -2/+2 |
| 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 | -315/+65 |
| 2021-07-10 | avoid reentrant lock acquire when ThreadIds run out | Ralf Jung | -0/+1 |
| 2021-07-09 | Update docs for `fs::hard_link` | Aris Merchant | -2/+5 |
| 2021-07-09 | Fix linker error | Aris Merchant | -11/+30 |
| 2021-07-10 | Auto merge of #86987 - lcnr:const-default-eval-bound, r=oli-obk | bors | -38/+31 |
| 2021-07-10 | Auto merge of #86968 - inquisitivecrystal:missing-docs-v2, r=oli-obk | bors | -0/+69 |
| 2021-07-09 | Auto merge of #86419 - ricobbe:raw-dylib-stdcall, r=petrochenkov | bors | -48/+436 |
| 2021-07-09 | Auto merge of #85263 - Smittyvb:thir-unsafeck-union-field, r=oli-obk | bors | -76/+1095 |
| 2021-07-09 | Don't access pointer element type for nontemporal store | Nikita Popov | -5/+4 |
| 2021-07-09 | Fix project_deref() implementation | Nikita Popov | -13/+1 |
| 2021-07-09 | Pass type when creating load | Nikita Popov | -52/+65 |
| 2021-07-09 | Enhance well-formedness checks for `#[repr(...)]` attributes | Fabian Wolff | -10/+234 |
| 2021-07-09 | Pass type when creating atomic load | Nikita Popov | -10/+17 |
| 2021-07-09 | panic when trying to destructure union as enum | Smitty | -2/+2 |
| 2021-07-09 | Apply suggestions from code review | Aman Arora | -5/+3 |
| 2021-07-09 | Add support for raw-dylib with stdcall, fastcall functions on i686-pc-windows... | Richard Cobbe | -48/+436 |
| 2021-07-09 | Auto merge of #85832 - kornelski:raw_arg, r=yaahc | bors | -21/+97 |
| 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 | -71/+1083 |
| 2021-07-09 | Ensure deterministic ordering for diagnostics | Roxane | -5/+7 |
| 2021-07-09 | Revert the revert of renaming traits::VTable to ImplSource | Paul Trojahn | -3/+3 |
| 2021-07-09 | Auto merge of #87003 - m-ou-se:rollup-x7mhv3v, r=m-ou-se | bors | -55/+83 |