| Age | Commit message (Expand) | Author | Lines |
| 2022-10-02 | Remove dynamic_alloca from BuilderMethods | bjorn3 | -1/+0 |
| 2022-10-01 | Merge apply_attrs_callsite into call and invoke | bjorn3 | -11/+15 |
| 2022-10-01 | Remove unused target_cpu and tune_cpu methods from ExtraBackendMethods | bjorn3 | -2/+0 |
| 2022-10-01 | Remove several unused methods from MiscMethods | bjorn3 | -4/+0 |
| 2022-10-01 | Remove unused Context assoc type from WriteBackendMethods | bjorn3 | -1/+0 |
| 2022-09-29 | Only export `__tls_*` on wasm32-unknown-unknown. | Dan Gohman | -6/+9 |
| 2022-09-29 | Rollup merge of #102426 - sunfishcode:sunfishcode/no-wasm-init-memory, r=nagisa | Michael Howell | -6/+0 |
| 2022-09-28 | Don't export `__wasm_init_memory` on WebAssembly. | Dan Gohman | -6/+0 |
| 2022-09-27 | Don't export `__heap_base` and `__data_end` on wasm32-wasi. | Dan Gohman | -4/+6 |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -1/+1 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2022-09-25 | Rollup merge of #101997 - cuviper:drop-legacy-pm, r=nikic | fee1-dead | -2/+0 |
| 2022-09-23 | Implement the `+whole-archive` modifier for `wasm-ld` | Alex Crichton | -2/+2 |
| 2022-09-22 | Rollup merge of #101598 - chriswailes:sanitizers, r=nagisa,eholk | Dylan DPC | -5/+6 |
| 2022-09-20 | Update rustc's information on Android's sanitizers | Chris Wailes | -5/+6 |
| 2022-09-20 | Auto merge of #99806 - oli-obk:unconstrained_opaque_type, r=estebank | bors | -0/+16 |
| 2022-09-20 | Auto merge of #101806 - BelovDV:issue-fix-fn-find_library, r=petrochenkov | bors | -6/+12 |
| 2022-09-20 | fix verbatim with upstream dependencies | bors | -6/+12 |
| 2022-09-18 | Remove -Znew-llvm-pass-manager | Josh Stone | -2/+0 |
| 2022-09-17 | Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplett | Dylan DPC | -1/+1 |
| 2022-09-17 | Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnr | bors | -18/+18 |
| 2022-09-16 | Revert "Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r... | Oli Scherer | -0/+16 |
| 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 |