| Age | Commit message (Expand) | Author | Lines |
| 2022-12-08 | validate: use the correct reveal during opts | lcnr | -0/+8 |
| 2022-12-06 | Rollup merge of #104898 - oli-obk:group_all_the_things, r=wesleywiser | Matthias Krüger | -1/+1 |
| 2022-12-06 | make retagging work even with 'unstable' places | Ralf Jung | -1/+1 |
| 2022-12-02 | Use zero based indexing for pass_count | Oli Scherer | -2/+2 |
| 2022-12-02 | Remove an impl and replace its only use with a method call | Oli Scherer | -6/+0 |
| 2022-12-01 | Create `format_args` as late as possible | Oli Scherer | -17/+15 |
| 2022-12-01 | Remove needless `Cow` | Oli Scherer | -6/+2 |
| 2022-12-01 | Don't go through the formatting infrastructure just to get the name of a phase | Oli Scherer | -24/+14 |
| 2022-11-30 | Update documentation | Oli Scherer | -1/+1 |
| 2022-11-29 | Auto merge of #105012 - WaffleLapkin:into, r=oli-obk | bors | -2/+1 |
| 2022-11-28 | Simplify calls to `tcx.mk_const` | Maybe Waffle | -2/+1 |
| 2022-11-28 | Rollup merge of #104933 - RalfJung:interpret-partial-ord, r=oli-obk | Matthias Krüger | -7/+7 |
| 2022-11-27 | Prefer doc comments over `//`-comments in compiler | Maybe Waffle | -2/+2 |
| 2022-11-26 | interpret: remove PartialOrd from a bunch of types that do not have or need a... | Ralf Jung | -7/+7 |
| 2022-11-25 | Add empty ConstKind::Abstract | kadmin | -4/+5 |
| 2022-11-23 | use no type in ProjectionElem::Field for PlaceBuilder::UpVar | b-naber | -13/+38 |
| 2022-11-22 | Auto merge of #103578 - petrochenkov:nofict, r=nagisa | bors | -8/+8 |
| 2022-11-21 | Remove an unnecessary query + subst round | Oli Scherer | -1/+1 |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -8/+8 |
| 2022-11-20 | Rollup merge of #104564 - RalfJung:either, r=oli-obk | Matthias Krüger | -8/+12 |
| 2022-11-18 | interpret: use Either over Result when it is not representing an error condition | Ralf Jung | -8/+12 |
| 2022-11-17 | fix a typo | Ralf Jung | -1/+1 |
| 2022-11-17 | Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-dead | bors | -6/+4 |
| 2022-11-16 | cleanup and dedupe CTFE and Miri error reporting | Ralf Jung | -20/+9 |
| 2022-11-15 | Auto merge of #102570 - cjgillot:deagg-debuginfo, r=oli-obk | bors | -0/+64 |
| 2022-11-15 | Introduce composite debuginfo. | Camille GILLOT | -0/+64 |
| 2022-11-15 | Auto merge of #104054 - RalfJung:byte-provenance, r=oli-obk | bors | -799/+990 |
| 2022-11-15 | Auto merge of #101168 - jachris:dataflow-const-prop, r=oli-obk | bors | -4/+12 |
| 2022-11-14 | assert that we are (de)seiralizing ProvenanceMap correctly | Ralf Jung | -13/+13 |
| 2022-11-14 | Remove redundant graphviz escaping | Jannis Christopher Köhl | -4/+3 |
| 2022-11-14 | Manually implement `Encodable` for ProvenanceMap to avoid serializing an alwa... | Oli Scherer | -1/+16 |
| 2022-11-13 | Store a LocalDefId in hir::GenericParam. | Camille GILLOT | -6/+4 |
| 2022-11-13 | fix some typos in comments | cui fliter | -2/+2 |
| 2022-11-11 | Rollup merge of #103960 - AndyJado:var_path_only_diag, r=davidtwco | Manish Goregaokar | -0/+1 |
| 2022-11-10 | Use const_error_with_guaranteed more | Michael Goulet | -2/+5 |
| 2022-11-09 | var_subdiag refinement | AndyJado | -0/+1 |
| 2022-11-09 | another optimization attempt | Ralf Jung | -66/+83 |
| 2022-11-08 | Add support for custom MIR parsing | Jakob Degen | -0/+59 |
| 2022-11-08 | another attempt at performance improvements | Ralf Jung | -23/+26 |
| 2022-11-07 | less unsupported errors in Miri, and clarifying comments | Ralf Jung | -9/+9 |
| 2022-11-07 | Only assume Stacked Borrows if -Zunsound-mir-opts is given | Jannis Christopher Köhl | -0/+9 |
| 2022-11-07 | try to make things faster when only ptr provenance can exist | Ralf Jung | -5/+17 |
| 2022-11-06 | make uninit_mask a unit test | Ralf Jung | -1/+22 |
| 2022-11-06 | move InitMask to its own module | Ralf Jung | -592/+578 |
| 2022-11-06 | dont debug-print allocations, that's too verbose | Ralf Jung | -4/+4 |
| 2022-11-06 | interpret: support for per-byte provenance | Ralf Jung | -191/+328 |
| 2022-11-04 | Refactor tcx mk_const parameters. | Mateusz | -4/+2 |
| 2022-10-31 | Use `br` instead of `switch` in more cases. | Nicholas Nethercote | -0/+5 |
| 2022-10-29 | Rename some `OwnerId` fields. | Nicholas Nethercote | -3/+3 |
| 2022-10-27 | Revert "Make ClosureOutlivesRequirement not rely on an unresolved type" | Michael Goulet | -11/+7 |