| Age | Commit message (Expand) | Author | Lines |
| 2023-09-22 | Auto merge of #114776 - fee1-dead-contrib:enable-effects-in-libcore, r=oli-obk | bors | -2/+3 |
| 2023-09-22 | fix clippy errors (ignore effects in certainty) | Deadbeef | -2/+3 |
| 2023-09-21 | Record asyncness span in HIR | Michael Goulet | -3/+3 |
| 2023-09-21 | rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const | Ralf Jung | -13/+13 |
| 2023-09-19 | move ConstValue into mir | Ralf Jung | -2/+2 |
| 2023-09-14 | Auto merge of #115677 - matthewjasper:let-expr-recovery, r=b-naber | bors | -1/+1 |
| 2023-09-14 | fix clippy (and MIR printing) handling of ConstValue::Indirect slices | Ralf Jung | -13/+4 |
| 2023-09-14 | cleanup op_to_const a bit; rename ConstValue::ByRef → Indirect | Ralf Jung | -1/+1 |
| 2023-09-14 | use AllocId instead of Allocation in ConstValue::ByRef | Ralf Jung | -25/+28 |
| 2023-09-12 | Merge commit '98363cbf6a7c3f8b571a7d92a3c645bb4376e4a6' into clippyup | Philipp Krones | -6/+26 |
| 2023-09-11 | Update tools and fulldeps tests | Matthew Jasper | -1/+1 |
| 2023-09-08 | Partially outline code inside the panic! macro | John Kåre Alsaker | -3/+13 |
| 2023-09-07 | Use `Freeze` for `SourceFile.lines` | John Kåre Alsaker | -1/+1 |
| 2023-09-03 | Use relative positions inside a SourceFile. | Camille GILLOT | -4/+4 |
| 2023-08-29 | Auto merge of #115183 - flip1995:clippyup, r=Manishearth,oli-obk | bors | -6/+4 |
| 2023-08-24 | Merge commit '080b587854a73f2a8cbaecff1884860a78e2ff37' into clippyup | Philipp Krones | -6/+4 |
| 2023-08-24 | when terminating during unwinding, show the reason why | Ralf Jung | -1/+1 |
| 2023-08-23 | Fix clippy lint for identical `if`/`else` contraining `?` expressions | Esteban Küber | -1/+2 |
| 2023-08-20 | give some unwind-related terminators a more clear name | Ralf Jung | -2/+2 |
| 2023-08-15 | Rollup merge of #114819 - estebank:issue-78124, r=compiler-errors | Matthias Krüger | -3/+3 |
| 2023-08-15 | Rollup merge of #114772 - fee1-dead-contrib:typed-did, r=b-naber | Guillaume Gomez | -4/+4 |
| 2023-08-14 | Move scrutinee `HirId` into `MatchSource::TryDesugar` | Esteban Küber | -3/+3 |
| 2023-08-14 | Use `{Local}ModDefId` in many queries | Nilstrieb | -4/+4 |
| 2023-08-14 | Remove constness from `ImplSource::Param` | Deadbeef | -1/+1 |
| 2023-08-11 | Merge commit '1e8fdf492808a25d78a97e1242b835ace9924e4d' into clippyup | Philipp Krones | -5/+14 |
| 2023-08-10 | Revert "New lint [`filter_map_bool_then`]" | Catherine Flores | -2/+0 |
| 2023-08-08 | Rollup merge of #114566 - fmease:type-alias-laziness-is-crate-specific, r=oli... | Matthias Krüger | -2/+2 |
| 2023-08-07 | Store the laziness of type aliases in the DefKind | León Orell Valerian Liehr | -2/+2 |
| 2023-08-04 | Rollup merge of #114434 - Nilstrieb:indexing-spans, r=est31 | Matthias Krüger | -11/+11 |
| 2023-08-04 | Improve spans for indexing expressions | Nilstrieb | -11/+11 |
| 2023-08-04 | Rollup merge of #114022 - oli-obk:tait_ice_alias_field_projection, r=cjgillot | Matthias Krüger | -0/+2 |
| 2023-08-02 | Remove constness from `TraitPredicate` | Deadbeef | -3/+4 |
| 2023-07-31 | Merge commit '5436dba826191964ac1d0dab534b7eb6d4c878f6' into clippyup | Philipp Krones | -124/+889 |
| 2023-07-28 | Make Clippy understand generic const items | León Orell Valerian Liehr | -4/+8 |
| 2023-07-27 | bless clippy | Deadbeef | -23/+29 |
| 2023-07-27 | Remove `constness` from `ParamEnv` | Deadbeef | -1/+1 |
| 2023-07-25 | Make everything builtin! | Michael Goulet | -2/+2 |
| 2023-07-24 | Perform OpaqueCast field projection on HIR, too. | Oli Scherer | -0/+2 |
| 2023-07-20 | XSimplifiedType to SimplifiedType::X | lcnr | -25/+22 |
| 2023-07-17 | Rename arg_iter to iter_instantiated | Michael Goulet | -2/+2 |
| 2023-07-17 | Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyup | Philipp Krones | -110/+170 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -61/+61 |
| 2023-07-07 | Rename `adjustment::PointerCast` and variants using it to `PointerCoercion` | Nilstrieb | -5/+5 |
| 2023-07-06 | Auto merge of #113377 - BoxyUwU:move_ty_ctors_to_ty, r=compiler-errors | bors | -2/+2 |
| 2023-07-06 | Auto merge of #113291 - oli-obk:pretty_print_mir_const, r=RalfJung | bors | -3/+4 |
| 2023-07-05 | Move `TyCtxt::mk_x` to `Ty::new_x` where applicable | Boxy | -2/+2 |
| 2023-07-05 | Patch clippy | Oli Scherer | -3/+4 |
| 2023-07-05 | Deal with fallout | Boxy | -2/+2 |
| 2023-07-02 | Fix valtree changes | Philipp Krones | -2/+2 |
| 2023-07-02 | Merge commit '37f4c1725d3fd7e9c3ffd8783246bc5589debc53' into clippyup | Philipp Krones | -103/+378 |