| Age | Commit message (Expand) | Author | Lines |
| 2023-05-31 | add FIXME | lcnr | -0/+5 |
| 2023-05-31 | unique borrows are mutating uses | lcnr | -7/+3 |
| 2023-05-25 | update recursion depth in `confirm_candidate` | lcnr | -3/+20 |
| 2023-04-14 | Rollup merge of #110299 - kylematsuda:earlybinder-impl-subject, r=compiler-er... | Matthias Krüger | -10/+6 |
| 2023-04-14 | Auto merge of #110160 - petrochenkov:notagain2, r=cjgillot | bors | -9/+25 |
| 2023-04-13 | make impl_subject more readable | Kyle Matsuda | -6/+4 |
| 2023-04-13 | make tcx.impl_subject return EarlyBinder, remove bound_impl_subject, rename u... | Kyle Matsuda | -10/+8 |
| 2023-04-13 | Rollup merge of #110233 - nbdd0121:intrinsic, r=tmiasko | Matthias Krüger | -2/+3 |
| 2023-04-13 | Rollup merge of #110218 - nnethercote:rm-ToRegionVid, r=compiler-errors | Matthias Krüger | -80/+5 |
| 2023-04-13 | Remove some unused type folders. | Nicholas Nethercote | -77/+2 |
| 2023-04-13 | Make `Region::as_var` infallible. | Nicholas Nethercote | -3/+3 |
| 2023-04-13 | Auto merge of #109466 - davidlattimore:inline-arg-via-var-debug-info, r=wesle... | bors | -0/+6 |
| 2023-04-12 | Rollup merge of #110175 - nnethercote:symbol-cleanups, r=jackh726 | Matthias Krüger | -5/+10 |
| 2023-04-12 | Rollup merge of #110153 - DaniPopes:compiler-typos, r=Nilstrieb | Matthias Krüger | -8/+8 |
| 2023-04-12 | Make rust-intrinsic ABI unwindable | Gary Guo | -2/+3 |
| 2023-04-12 | resolve: Pre-compute non-reexport module children | Vadim Petrochenkov | -9/+25 |
| 2023-04-12 | Auto merge of #107614 - compiler-errors:allow-elaborator-to-filter-only-super... | bors | -4/+10 |
| 2023-04-11 | Rollup merge of #110126 - compiler-errors:new-solver-safe-transmute, r=oli-obk | Michael Goulet | -0/+3 |
| 2023-04-11 | Split implied and super predicate queries | Michael Goulet | -0/+6 |
| 2023-04-11 | Split super_predicates_that_define_assoc_type query from super_predicates_of | Michael Goulet | -4/+4 |
| 2023-04-11 | Add `sym::anon`. | Nicholas Nethercote | -1/+1 |
| 2023-04-11 | Introduce `Region::get_name_or_anon`. | Nicholas Nethercote | -5/+10 |
| 2023-04-11 | Preserve argument indexes when inlining MIR | David Lattimore | -0/+6 |
| 2023-04-11 | Auto merge of #109778 - petrochenkov:allkind, r=cjgillot | bors | -3/+18 |
| 2023-04-10 | Fix typos in compiler | DaniPopes | -8/+8 |
| 2023-04-10 | Auto merge of #108698 - IntQuant:issue-100717-infer-6, r=davidtwco | bors | -8/+24 |
| 2023-04-10 | Support safe transmute in new solver | Michael Goulet | -0/+3 |
| 2023-04-10 | Call `into_diagnostic_arg` on Binder's contained value directly. | IQuant | -3/+21 |
| 2023-04-10 | Rollup merge of #110124 - Nilstrieb:📎-told-me-so, r=compiler-errors | Dylan DPC | -40/+37 |
| 2023-04-10 | review + some small stuff | lcnr | -3/+13 |
| 2023-04-10 | prioritize param-env candidates | lcnr | -0/+12 |
| 2023-04-09 | fixup! Improve `Allocation::hash | Nilstrieb | -1/+1 |
| 2023-04-09 | Convert manual loop into `while let` | Nilstrieb | -11/+1 |
| 2023-04-09 | Remove identity casts | Nilstrieb | -6/+6 |
| 2023-04-09 | Fix some clippy::complexity | Nilstrieb | -5/+5 |
| 2023-04-09 | Improve `Allocation::hash | Nilstrieb | -9/+17 |
| 2023-04-09 | Delete useless loop | Nilstrieb | -9/+8 |
| 2023-04-09 | Auto merge of #109500 - petrochenkov:modchainld, r=oli-obk | bors | -4/+28 |
| 2023-04-08 | Auto merge of #106281 - JulianKnodt:transmute_const_generics, r=b-naber | bors | -0/+95 |
| 2023-04-08 | rustc_middle: Remove `Option` from `module_reexports` query | Vadim Petrochenkov | -2/+2 |
| 2023-04-08 | resolve: Preserve reexport chains in `ModChild`ren | Vadim Petrochenkov | -2/+26 |
| 2023-04-07 | Add feature gate | kadmin | -7/+9 |
| 2023-04-07 | Auto merge of #110036 - jackh726:placeholder_boundvar, r=nnethercote | bors | -64/+48 |
| 2023-04-07 | Add a size assertion for `RegionKind`. | Nicholas Nethercote | -4/+11 |
| 2023-04-07 | Auto merge of #102906 - nbdd0121:mir, r=wesleywiser,tmiasko | bors | -107/+194 |
| 2023-04-06 | Remove u32 on BoundTyKind::Anon | Jack Huey | -9/+5 |
| 2023-04-06 | Remove index from BrAnon | Jack Huey | -18/+10 |
| 2023-04-06 | Remove expect_anon and expect_anon_placeholder in favor of var | Jack Huey | -24/+4 |
| 2023-04-06 | Use BoundTy and BoundRegion instead of kind of PlaceholderTy and PlaceholderR... | Jack Huey | -14/+23 |
| 2023-04-06 | Auto merge of #110012 - matthiaskrgr:rollup-sgmm5xv, r=matthiaskrgr | bors | -2/+0 |