| Age | Commit message (Expand) | Author | Lines |
| 2022-09-14 | address review again | b-naber | -19/+1 |
| 2022-09-13 | Address code review comments | Eric Holk | -0/+1 |
| 2022-09-13 | cranelift changes | b-naber | -49/+59 |
| 2022-09-13 | use ty::Unevaluated<'tcx, ()> in type system | b-naber | -6/+13 |
| 2022-09-13 | Auto merge of #99556 - davidtwco:collapse-debuginfo, r=wesleywiser | bors | -3/+3 |
| 2022-09-12 | Make x.py check work | Eric Holk | -1/+5 |
| 2022-09-10 | Auto merge of #101483 - oli-obk:guaranteed_opt, r=fee1-dead | bors | -8/+1 |
| 2022-09-09 | The `<*const T>::guaranteed_*` methods now return an option for the unknown case | Oli Scherer | -8/+1 |
| 2022-09-07 | Change name of "dataful" variant to "untagged" | Michael Benfield | -5/+6 |
| 2022-09-07 | ssa: implement `#[collapse_debuginfo]` | David Wood | -3/+3 |
| 2022-09-06 | Generalize the Assume intrinsic statement to a general Intrinsic statement | Oli Scherer | -20/+30 |
| 2022-09-06 | Lower the assume intrinsic to a MIR statement | Oli Scherer | -3/+3 |
| 2022-09-02 | Auto merge of #97802 - Enselic:add-no_ignore_sigkill-feature, r=joshtriplett | bors | -6/+9 |
| 2022-09-01 | Auto merge of #100707 - dzvon:fix-typo, r=davidtwco | bors | -3/+3 |
| 2022-08-31 | Rollup merge of #100730 - CleanCut:diagnostics-rustc_monomorphize, r=davidtwco | Ralf Jung | -2/+5 |
| 2022-08-31 | Correct typo | Dezhi Wu | -1/+1 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -3/+3 |
| 2022-08-30 | Rollup merge of #101101 - RalfJung:read-pointer-as-bytes, r=oli-obk | Dylan DPC | -2/+5 |
| 2022-08-29 | Rollup merge of #99027 - tmiasko:basic-blocks, r=oli-obk | Matthias Krüger | -4/+4 |
| 2022-08-28 | Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()` | Martin Nordholts | -6/+9 |
| 2022-08-28 | Auto merge of #96946 - WaffleLapkin:ptr_mask, r=scottmcm | bors | -0/+7 |
| 2022-08-27 | interpret: make read-pointer-as-bytes *always* work in Miri | Ralf Jung | -1/+4 |
| 2022-08-27 | interpret: rename relocation → provenance | Ralf Jung | -1/+1 |
| 2022-08-27 | Auto merge of #100999 - nnethercote:shrink-FnAbi, r=bjorn3 | bors | -14/+21 |
| 2022-08-26 | Replace `Body::basic_blocks()` with field access | Tomasz Miąsko | -4/+4 |
| 2022-08-26 | Move `ArgAbi::pad_i32` into `PassMode::Cast`. | Nicholas Nethercote | -8/+11 |
| 2022-08-26 | Box `CastTarget` within `PassMode`. | Nicholas Nethercote | -12/+16 |
| 2022-08-25 | adjust to new error value | Nathan Stocks | -2/+5 |
| 2022-08-24 | Merge commit 'e9d1a0a7b0b28dd422f1a790ccde532acafbf193' into sync_cg_clif-202... | bjorn3 | -926/+1194 |
| 2022-08-21 | fix cg cranelift | Waffle Maybe | -0/+2 |
| 2022-08-21 | use shorter `ptr_mask` impl in cg cranelift | Waffle Maybe | -3/+1 |
| 2022-08-21 | Add pointer masking convenience functions | Maybe Waffle | -0/+7 |
| 2022-08-06 | make NOP dyn casts not require anything about the vtable | Ralf Jung | -0/+1 |
| 2022-07-28 | Introduce an ArchiveBuilderBuilder | bjorn3 | -28/+34 |
| 2022-07-28 | Inline inject_dll_import_lib | bjorn3 | -4/+0 |
| 2022-07-28 | Move output argument from ArchiveBuilder::new to .build() | bjorn3 | -7/+5 |
| 2022-07-26 | Merge commit 'd3a2366ee877075c59b38bd8ced55f224fc7ef51' into sync_cg_clif-202... | bjorn3 | -461/+705 |
| 2022-07-26 | Auto merge of #99745 - JohnTitor:rollup-lvrie64, r=JohnTitor | bors | -153/+271 |
| 2022-07-26 | Auto merge of #98989 - dpaoliello:rawdylibbin, r=michaelwoerister | bors | -5/+9 |
| 2022-07-25 | Merge commit 'c19edfd71a1d0ddef86c2c67fdb40718d40a72b4' into sync_cg_clif-202... | bjorn3 | -153/+271 |
| 2022-07-22 | Enable raw-dylib for binaries | Daniel Paoliello | -5/+9 |
| 2022-07-20 | various nits from review | Ralf Jung | -1/+0 |
| 2022-07-20 | Implement vtable_size and vtable_align intrinsics for cg_clif | bjorn3 | -0/+10 |
| 2022-07-20 | slightly cleaner, if more verbose, vtable handling in codegen backends | Ralf Jung | -6/+14 |
| 2022-07-20 | consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable) | Ralf Jung | -4/+4 |
| 2022-07-20 | rename get_global_alloc to try_get_global_alloc | Ralf Jung | -1/+1 |
| 2022-07-20 | add a Vtable kind of symbolic allocations | Ralf Jung | -8/+18 |
| 2022-07-20 | Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank" | Oli Scherer | -9/+0 |
| 2022-07-17 | Auto merge of #99033 - 5225225:interpreter-validity-checks, r=oli-obk | bors | -13/+2 |
| 2022-07-15 | Introduce opaque type to hidden type projection | Oli Scherer | -0/+9 |