| Age | Commit message (Expand) | Author | Lines |
| 2022-12-11 | revert-overflow | ouz-a | -15/+0 |
| 2022-12-11 | Statics used in reachable function's inline asm are reachable | Tomasz Miąsko | -0/+11 |
| 2022-12-11 | Bump the const eval step limit | Oli Scherer | -1/+1 |
| 2022-11-20 | Revert "Normalize opaques with escaping bound vars" | Michael Goulet | -2/+2 |
| 2022-11-20 | Make AbsoluteBytePos a u64. | Camille GILLOT | -3/+2 |
| 2022-11-20 | rustdoc: Resolve doc links in external traits having local impls | Vadim Petrochenkov | -0/+5 |
| 2022-11-15 | Don't silently eat label before block in block-like expr | Michael Goulet | -4/+8 |
| 2022-11-15 | Use `nominal_obligations_without_const` in wf for FnDef | Deadbeef | -1/+1 |
| 2022-10-31 | Bump version placeholders to release | Mark Rousskov | -5/+5 |
| 2022-10-29 | Auto merge of #103450 - cjgillot:elision-nodedup, r=Mark-Simulacrum | bors | -34/+69 |
| 2022-10-29 | Rollup merge of #103699 - compiler-errors:dyn-star-cast-bad, r=TaKO8Ki | Guillaume Gomez | -1/+7 |
| 2022-10-29 | Rollup merge of #103625 - WaffleLapkin:no_tyctxt_dogs_allowed, r=compiler-errors | Guillaume Gomez | -76/+53 |
| 2022-10-29 | Rollup merge of #103618 - nnethercote:rename-OwnerId-fields, r=compiler-errors | Guillaume Gomez | -459/+474 |
| 2022-10-29 | Rollup merge of #103415 - compiler-errors:tiny-perf-increase-on-diagnostic, r... | Guillaume Gomez | -22/+32 |
| 2022-10-29 | Rename some `OwnerId` fields. | Nicholas Nethercote | -459/+474 |
| 2022-10-29 | Auto merge of #103714 - matthiaskrgr:rollup-kajt3i8, r=matthiaskrgr | bors | -1/+15 |
| 2022-10-29 | Rollup merge of #103656 - camsteffen:symbol-to-string, r=compiler-errors | Matthias Krüger | -0/+7 |
| 2022-10-29 | Rollup merge of #103383 - compiler-errors:tait-scope, r=oli-obk | Matthias Krüger | -1/+8 |
| 2022-10-29 | Auto merge of #102698 - michaelwoerister:unord-collections, r=lncr | bors | -10/+398 |
| 2022-10-29 | Auto merge of #102233 - petrochenkov:effvis, r=jackh726 | bors | -234/+236 |
| 2022-10-28 | Specialize ToString for Symbol | Cameron Steffen | -0/+7 |
| 2022-10-28 | Auto merge of #103683 - fee1-dead-contrib:fix-deferred-cast-checks-constness,... | bors | -4/+26 |
| 2022-10-28 | Emit proper error when casting to Ddyn-star | Michael Goulet | -1/+7 |
| 2022-10-28 | Auto merge of #103071 - wesleywiser:fix_inlined_line_numbers, r=davidtwco | bors | -2/+10 |
| 2022-10-28 | Auto merge of #102674 - CastilloDel:master, r=oli-obk | bors | -15/+14 |
| 2022-10-28 | Retain ParamEnv constness when running deferred cast checks | Deadbeef | -4/+26 |
| 2022-10-28 | Auto merge of #103671 - matthiaskrgr:rollup-iuugpep, r=matthiaskrgr | bors | -78/+119 |
| 2022-10-28 | Rollup merge of #103609 - BoxyUwU:fix_impl_self_cycle, r=compiler-errors | Matthias Krüger | -2/+47 |
| 2022-10-28 | Rollup merge of #103608 - compiler-errors:rpitit-early-lt, r=cjgillot | Matthias Krüger | -1/+1 |
| 2022-10-28 | Rollup merge of #103641 - compiler-errors:issue-103624, r=cjgillot | Matthias Krüger | -72/+71 |
| 2022-10-28 | Rollup merge of #103550 - notriddle:notriddle/no-suggest-static-candidates, r... | Matthias Krüger | -6/+18 |
| 2022-10-28 | Rollup merge of #103283 - nbarrios1337:unsafe-impl-suggestions, r=cjgillot | Matthias Krüger | -0/+30 |
| 2022-10-27 | tidy + move logic to fn | Boxy | -31/+30 |
| 2022-10-27 | use proper spans | Boxy | -8/+15 |
| 2022-10-27 | DoIt | Boxy | -1/+40 |
| 2022-10-27 | Only ban duplication across parameters. | Camille GILLOT | -31/+67 |
| 2022-10-27 | Erase regions from CallArgument, add test + bless | Michael Goulet | -1/+1 |
| 2022-10-27 | Revert "Make ClosureOutlivesRequirement not rely on an unresolved type" | Michael Goulet | -72/+71 |
| 2022-10-27 | Update tooling | Maybe Waffle | -7/+2 |
| 2022-10-27 | Introduce UnordMap, UnordSet, and UnordBag (see MCP 533) | Michael Woerister | -10/+398 |
| 2022-10-27 | Rollup merge of #103544 - Nilstrieb:no-recovery-pls, r=compiler-errors | Matthias Krüger | -2/+31 |
| 2022-10-27 | Rollup merge of #103524 - petrochenkov:modchild4, r=cjgillot | Matthias Krüger | -50/+53 |
| 2022-10-27 | Rollup merge of #103255 - oli-obk:opaque_wrong_eq_relation, r=compiler-errors | Matthias Krüger | -75/+41 |
| 2022-10-27 | Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functions | Maybe Waffle | -69/+51 |
| 2022-10-27 | Auto merge of #103623 - matthiaskrgr:rollup-318yc1t, r=matthiaskrgr | bors | -78/+132 |
| 2022-10-27 | Rollup merge of #103593 - compiler-errors:nit-remove-returns, r=fee1-dead | Matthias Krüger | -18/+0 |
| 2022-10-27 | Rollup merge of #103586 - compiler-errors:issue-103573, r=jackh726 | Matthias Krüger | -0/+4 |
| 2022-10-27 | Rollup merge of #103525 - oli-obk:const_impl_on_non_const_trait, r=lcnr | Matthias Krüger | -47/+114 |
| 2022-10-27 | Rollup merge of #103475 - oli-obk:generic_param_indices, r=lcnr | Matthias Krüger | -13/+14 |
| 2022-10-27 | Auto merge of #103601 - compiler-errors:no-opaque-probe-in-nll-relate, r=oli-obk | bors | -1/+1 |