| Age | Commit message (Expand) | Author | Lines |
| 2021-05-25 | Auto merge of #84985 - pietroalbini:bootstrap-1.54, r=Mark-Simulacrum | bors | -30/+1 |
| 2021-05-25 | Auto merge of #85273 - LeSeulArtichaut:thir-query, r=nikomatsakis | bors | -863/+902 |
| 2021-05-24 | Auto merge of #85639 - GuillaumeGomez:rollup-modinsi, r=GuillaumeGomez | bors | -1/+1 |
| 2021-05-24 | Auto merge of #85596 - scottmcm:more-on-unimplemented, r=estebank | bors | -0/+9 |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -30/+1 |
| 2021-05-24 | Make `thir_check_unsafety` itself responsible for checking gate | LeSeulArtichaut | -12/+14 |
| 2021-05-24 | Add comments about stealing THIR in `mir_build` | LeSeulArtichaut | -0/+4 |
| 2021-05-24 | Replace more "NULL" with "null" | LeSeulArtichaut | -1/+1 |
| 2021-05-24 | Auto merge of #85515 - jedel1043:fix-85480, r=petrochenkov | bors | -10/+6 |
| 2021-05-24 | Fix ast expanded printing for anonymous types | jedel1043 | -10/+6 |
| 2021-05-23 | Auto merge of #85606 - 12101111:link_modifiers, r=petrochenkov | bors | -5/+0 |
| 2021-05-23 | Auto merge of #85554 - 12101111:fix-dedup-native-libs, r=petrochenkov | bors | -6/+8 |
| 2021-05-24 | remove native_link_modifiers from the list of incomplete features. | 12101111 | -5/+0 |
| 2021-05-23 | Extend rustc_on_implemented to improve a ?-on-ControlFlow error message | Scott McMurray | -0/+9 |
| 2021-05-23 | fix comment | Ralf Jung | -1/+1 |
| 2021-05-23 | (try to) fix cranelift | Ralf Jung | -0/+2 |
| 2021-05-23 | support creating mutable allocations from byte slices | Ralf Jung | -15/+30 |
| 2021-05-23 | avoid redundant immutability check | Ralf Jung | -3/+0 |
| 2021-05-23 | reject deallocation of read-only allocations | Ralf Jung | -0/+3 |
| 2021-05-22 | Auto merge of #85578 - RalfJung:alloc-mem-extra, r=oli-obk | bors | -2/+3 |
| 2021-05-22 | Auto merge of #85078 - RalfJung:const_fn_unsize, r=oli-obk | bors | -42/+7 |
| 2021-05-22 | Handle typeck errors properly | LeSeulArtichaut | -1/+9 |
| 2021-05-22 | Make the THIR unsafeck use the `thir_body` query | LeSeulArtichaut | -24/+23 |
| 2021-05-22 | CTFE get_alloc_extra_mut: also provide ref to MemoryExtra | Ralf Jung | -2/+3 |
| 2021-05-22 | Make THIR building a stealable query | LeSeulArtichaut | -42/+60 |
| 2021-05-22 | Move THIR structure definitions to `rustc_middle` | LeSeulArtichaut | -825/+833 |
| 2021-05-22 | Auto merge of #85557 - hyd-dev:abi, r=RalfJung | bors | -19/+26 |
| 2021-05-22 | Add default implementation for `enforce_abi()` | hyd-dev | -6/+3 |
| 2021-05-22 | stabilize const_fn_unsize | Ralf Jung | -42/+7 |
| 2021-05-22 | Auto merge of #85531 - luqmana:flip-gc, r=petrochenkov | bors | -22/+8 |
| 2021-05-21 | Auto merge of #85560 - GuillaumeGomez:rollup-8k90rc7, r=GuillaumeGomez | bors | -9/+68 |
| 2021-05-21 | Rollup merge of #85555 - LeSeulArtichaut:thir-unsafeck, r=nikomatsakis | Guillaume Gomez | -9/+68 |
| 2021-05-21 | Check for use of mutable/extern statics in THIR unsafeck | LeSeulArtichaut | -6/+10 |
| 2021-05-21 | Auto merge of #85511 - Mark-Simulacrum:eq-not-sup, r=nikomatsakis | bors | -1/+1 |
| 2021-05-21 | Check for ptr-to-int casts in const functions in THIR unsafeck | LeSeulArtichaut | -1/+17 |
| 2021-05-21 | Check for initialization of layout-restricted types | LeSeulArtichaut | -1/+13 |
| 2021-05-22 | native lib: defer the duplicate check after relevant_lib check. | 12101111 | -6/+8 |
| 2021-05-21 | Add `rustc_mir::interpret::Machine::enforce_abi()` | hyd-dev | -19/+29 |
| 2021-05-21 | Adjust self-type to require equality | Mark Rousskov | -1/+1 |
| 2021-05-21 | Auto merge of #85416 - durin42:llvm-catchup-may-2021, r=nagisa | bors | -1/+12 |
| 2021-05-20 | Remove linker_is_gnu: true cases as that is now the default. | Luqman Aden | -20/+0 |
| 2021-05-21 | Auto merge of #85382 - Aaron1011:project-eval, r=nikomatsakis | bors | -9/+1 |
| 2021-05-20 | Swap TargetOptions::linker_is_gnu default from false to true and update targe... | Luqman Aden | -2/+8 |
| 2021-05-20 | Rollup merge of #85375 - SkiFire13:fix-85347, r=jackh726 | Guillaume Gomez | -37/+16 |
| 2021-05-20 | Auto merge of #84665 - adamgemmell:aarch64-features, r=Amanieu | bors | -2/+83 |
| 2021-05-20 | Rollup merge of #85472 - RalfJung:allocation, r=oli-obk | Ralf Jung | -9/+11 |
| 2021-05-20 | Rollup merge of #85439 - mgacek8:add_diagnostic_item_to_CStr_type, r=davidtwco | Ralf Jung | -0/+1 |
| 2021-05-20 | Rollup merge of #84717 - dtolnay:literalfromstr, r=petrochenkov | Ralf Jung | -3/+28 |
| 2021-05-20 | Check for calls to functions with `#[target_feature]` in THIR unsafeck | LeSeulArtichaut | -4/+27 |
| 2021-05-20 | Check for raw pointer dereference in THIR unsafeck | LeSeulArtichaut | -1/+5 |