| Age | Commit message (Expand) | Author | Lines |
| 2022-12-13 | Allow unsafe through inline const | Gary Guo | -3/+32 |
| 2022-12-11 | Rollup merge of #105537 - kadiwa4:remove_some_imports, r=fee1-dead | Matthias Krüger | -1/+0 |
| 2022-12-10 | compiler: remove unnecessary imports and qualified paths | KaDiWa | -1/+0 |
| 2022-12-09 | Remove unneeded field from `SwitchTargets` | Jakob Degen | -47/+24 |
| 2022-12-08 | Rollup merge of #105317 - RalfJung:retag-rework, r=oli-obk | Matthias Krüger | -60/+13 |
| 2022-12-06 | Auto merge of #105229 - saethlin:zst-writes-to-unions, r=oli-obk | bors | -26/+1 |
| 2022-12-06 | make retagging work even with 'unstable' places | Ralf Jung | -60/+13 |
| 2022-12-06 | Auto merge of #105220 - oli-obk:feeding, r=cjgillot | bors | -3/+3 |
| 2022-12-06 | Auto merge of #105119 - JakobDegen:inline-experiments, r=cjgillot | bors | -22/+6 |
| 2022-12-04 | Auto merge of #105121 - oli-obk:simpler-cheaper-dump_mir, r=nnethercote | bors | -41/+22 |
| 2022-12-03 | Re-enable removal of ZST writes to unions | Ben Kimock | -26/+1 |
| 2022-12-03 | Remove all but one call site of `prepare_outputs` and fetch the value from th... | Oli Scherer | -3/+3 |
| 2022-12-03 | Mark naked functions as never inline in codegen_fn_attrs | Tomasz Miąsko | -4/+0 |
| 2022-12-02 | Use zero based indexing for pass_count | Oli Scherer | -0/+2 |
| 2022-12-02 | Remove an impl and replace its only use with a method call | Oli Scherer | -1/+1 |
| 2022-12-01 | Disable top-down inlining | Jakob Degen | -22/+6 |
| 2022-12-01 | Create `format_args` as late as possible | Oli Scherer | -20/+9 |
| 2022-12-01 | Remove needless `Cow` | Oli Scherer | -20/+10 |
| 2022-12-01 | Don't go through the formatting infrastructure just to get the name of a phase | Oli Scherer | -1/+1 |
| 2022-11-28 | Rollup merge of #104732 - WaffleLapkin:from_def_idn't, r=compiler-errors | Dylan DPC | -1/+1 |
| 2022-11-27 | Prefer doc comments over `//`-comments in compiler | Maybe Waffle | -32/+31 |
| 2022-11-27 | Rename `fn_trait_kind_from_{from_lang=>def_id}` to better convey meaning | Maybe Waffle | -1/+1 |
| 2022-11-26 | Rewrite dest prop. | Jakob Degen | -735/+614 |
| 2022-11-26 | Rollup merge of #104121 - Lokathor:mir-opt-when-instruction-set-missing-on-ca... | Matthias Krüger | -1/+15 |
| 2022-11-25 | Refine instruction_set inline rules | Lokathor | -1/+15 |
| 2022-11-25 | Introduce PredicateKind::Clause | Santiago Pastorino | -1/+1 |
| 2022-11-24 | Auto merge of #103693 - HKalbasi:master, r=oli-obk | bors | -1/+1 |
| 2022-11-24 | move things from rustc_target::abi to rustc_abi | hkalbasi | -1/+1 |
| 2022-11-24 | Avoid `GenFuture` shim when compiling async constructs | Arpad Borsos | -27/+68 |
| 2022-11-21 | Allow iterators instead of requiring slices that will get turned into iterators | Oli Scherer | -3/+3 |
| 2022-11-20 | Factor out conservative_is_privately_uninhabited | Cameron Steffen | -1/+1 |
| 2022-11-20 | Rollup merge of #104564 - RalfJung:either, r=oli-obk | Matthias Krüger | -9/+16 |
| 2022-11-19 | Rollup merge of #104411 - lcnr:bivariance-nll, r=compiler-errors | Dylan DPC | -6/+6 |
| 2022-11-18 | review feedback | Ralf Jung | -3/+3 |
| 2022-11-18 | interpret: use Either over Result when it is not representing an error condition | Ralf Jung | -9/+16 |
| 2022-11-17 | Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-dead | bors | -6/+5 |
| 2022-11-16 | cleanup and dedupe CTFE and Miri error reporting | Ralf Jung | -16/+4 |
| 2022-11-15 | Auto merge of #102570 - cjgillot:deagg-debuginfo, r=oli-obk | bors | -0/+351 |
| 2022-11-15 | Enable SROA by at mir-opt level 3. | Camille GILLOT | -1/+1 |
| 2022-11-15 | Flatten aggregates into locals. | Camille GILLOT | -0/+350 |
| 2022-11-15 | Introduce composite debuginfo. | Camille GILLOT | -0/+1 |
| 2022-11-15 | Auto merge of #104054 - RalfJung:byte-provenance, r=oli-obk | bors | -1/+1 |
| 2022-11-15 | mv utility methods into separate module | lcnr | -5/+5 |
| 2022-11-15 | nll: correctly deal with bivariance | lcnr | -6/+6 |
| 2022-11-15 | Auto merge of #101168 - jachris:dataflow-const-prop, r=oli-obk | bors | -0/+532 |
| 2022-11-14 | assert that we are (de)seiralizing ProvenanceMap correctly | Ralf Jung | -1/+1 |
| 2022-11-13 | Store a LocalDefId in hir::Variant & hir::Field. | Camille GILLOT | -6/+5 |
| 2022-11-13 | add is_sized method on Abi and Layout, and use it | Ralf Jung | -2/+2 |
| 2022-11-12 | Disable limits if mir-opt-level >= 4 | Jannis Christopher Köhl | -2/+3 |
| 2022-11-12 | Expand upon comment regarding self-assignment | Jannis Christopher Köhl | -1/+1 |