| Age | Commit message (Expand) | Author | Lines |
| 2022-09-15 | Only enable the let_else feature on bootstrap | est31 | -1/+1 |
| 2022-09-14 | Auto merge of #101212 - eholk:dyn-star, r=compiler-errors | bors | -5/+105 |
| 2022-09-14 | Auto merge of #99443 - jam1garner:mips-virt-feature, r=nagisa | bors | -2/+5 |
| 2022-09-13 | Address code review comments | Eric Holk | -1/+1 |
| 2022-09-13 | use ty::Unevaluated<'tcx, ()> in type system | b-naber | -18/+18 |
| 2022-09-13 | Auto merge of #100101 - BelovDV:issue-99429, r=petrochenkov | bors | -46/+130 |
| 2022-09-13 | Auto merge of #99556 - davidtwco:collapse-debuginfo, r=wesleywiser | bors | -4/+4 |
| 2022-09-12 | Make dyn-trait-method work | Michael Goulet | -1/+24 |
| 2022-09-12 | Rename some variants | Michael Goulet | -4/+4 |
| 2022-09-12 | Construct dyn* during const interp | Michael Goulet | -1/+1 |
| 2022-09-12 | Use principal of cast target as dyn-star trait ref in codegen | Michael Goulet | -7/+6 |
| 2022-09-12 | Call destructors when dyn* object goes out of scope | Eric Holk | -7/+33 |
| 2022-09-12 | dyn* through more typechecking and MIR | Eric Holk | -2/+54 |
| 2022-09-12 | Plumb dyn trait representation through ty::Dynamic | Eric Holk | -1/+1 |
| 2022-09-12 | change rlib format to discern native dependencies | Daniil Belov | -46/+130 |
| 2022-09-12 | Rollup merge of #100767 - kadiwa4:escape_ascii, r=jackh726 | Dylan DPC | -17/+8 |
| 2022-09-10 | Auto merge of #101647 - crlf0710:test_for_99551, r=bjorn3 | bors | -1/+6 |
| 2022-09-10 | Fix pointer value punning. | Charles Lew | -1/+6 |
| 2022-09-10 | Auto merge of #101483 - oli-obk:guaranteed_opt, r=fee1-dead | bors | -6/+2 |
| 2022-09-09 | The `<*const T>::guaranteed_*` methods now return an option for the unknown case | Oli Scherer | -6/+2 |
| 2022-09-09 | Use memset when repeating 128bit zero value | Tomasz Miąsko | -1/+1 |
| 2022-09-07 | Change name of "dataful" variant to "untagged" | Michael Benfield | -4/+4 |
| 2022-09-07 | ssa: implement `#[collapse_debuginfo]` | David Wood | -4/+4 |
| 2022-09-07 | Auto merge of #98332 - oli-obk:assume, r=wesleywiser | bors | -9/+9 |
| 2022-09-07 | Auto merge of #101508 - JohnTitor:rollup-i5i2vqc, r=JohnTitor | bors | -9/+1 |
| 2022-09-06 | Generalize the Assume intrinsic statement to a general Intrinsic statement | Oli Scherer | -10/+9 |
| 2022-09-06 | Lower the assume intrinsic to a MIR statement | Oli Scherer | -4/+5 |
| 2022-09-06 | Remove dead broken code from const zst handling in backends | Oli Scherer | -9/+1 |
| 2022-09-06 | Fix CI failures on windows and aarch64-linux | Vadim Petrochenkov | -20/+36 |
| 2022-09-06 | change stdlib circular dependencies handling | Daniil Belov | -122/+35 |
| 2022-09-04 | Make `const_eval_select` a real intrinsic | Deadbeef | -2/+1 |
| 2022-09-02 | Auto merge of #97802 - Enselic:add-no_ignore_sigkill-feature, r=joshtriplett | bors | -6/+10 |
| 2022-09-02 | Rollup merge of #100200 - petrochenkov:zgccld2, r=lqd,Mark-Simulacrum | Matthias Krüger | -14/+18 |
| 2022-09-01 | rustc_target: Refactor internal linker flavors slightly | Vadim Petrochenkov | -26/+22 |
| 2022-09-01 | rustc_target: Add a compatibility layer to separate internal and user-facing ... | Vadim Petrochenkov | -1/+2 |
| 2022-09-01 | Auto merge of #100958 - mikebenfield:workaround, r=nikic | bors | -11/+0 |
| 2022-09-01 | Auto merge of #100707 - dzvon:fix-typo, r=davidtwco | bors | -2/+2 |
| 2022-08-31 | Rollup merge of #100753 - LuisCardosoOliveira:translation-migrate-session, r=... | Ralf Jung | -1/+1 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -2/+2 |
| 2022-08-30 | Rollup merge of #100653 - cuviper:fptoint_sat, r=michaelwoerister,antoyo | Dylan DPC | -155/+3 |
| 2022-08-29 | Rollup merge of #101141 - compiler-errors:get-trait-ref-is-a-misleading-name,... | Matthias Krüger | -11/+7 |
| 2022-08-29 | Rollup merge of #99027 - tmiasko:basic-blocks, r=oli-obk | Matthias Krüger | -7/+7 |
| 2022-08-29 | Simplify get_trait_ref a bit | Michael Goulet | -11/+7 |
| 2022-08-28 | Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()` | Martin Nordholts | -6/+10 |
| 2022-08-28 | Auto merge of #92845 - Amanieu:std_personality, r=Mark-Simulacrum | bors | -11/+7 |
| 2022-08-28 | Fix handling of rust_eh_personality in reachable_non_generics | Amanieu d'Antras | -11/+7 |
| 2022-08-27 | Auto merge of #100999 - nnethercote:shrink-FnAbi, r=bjorn3 | bors | -27/+23 |
| 2022-08-26 | translations(rustc_session): migrate check_expected_reuse | Luis Cardoso | -1/+1 |
| 2022-08-26 | Replace `Body::basic_blocks()` with field access | Tomasz Miąsko | -7/+7 |
| 2022-08-26 | Move `ArgAbi::pad_i32` into `PassMode::Cast`. | Nicholas Nethercote | -22/+18 |