| Age | Commit message (Expand) | Author | Lines |
| 2022-11-05 | Adjust diagnostics, bless tests | Michael Goulet | -2/+8 |
| 2022-11-05 | Enforce rust-check ABI in signatures, calls | Michael Goulet | -0/+22 |
| 2022-11-05 | Rollup merge of #103972 - oli-obk:unoptional, r=fee1-dead | Matthias Krüger | -10/+10 |
| 2022-11-05 | Rollup merge of #103621 - fee1-dead-contrib:iat-fix-use, r=cjgillot | Dylan DPC | -0/+14 |
| 2022-11-04 | Refactor tcx mk_const parameters. | Mateusz | -7/+4 |
| 2022-11-04 | Remove an option and choose a behaviour-preserving default instead. | Oli Scherer | -10/+10 |
| 2022-11-04 | Rollup merge of #103780 - compiler-errors:bound-closure-lifetimes, r=jackh726 | Matthias Krüger | -3/+4 |
| 2022-11-04 | Rollup merge of #103915 - chenyukang:yukang/fix-103874, r=lcnr | Matthias Krüger | -4/+2 |
| 2022-11-03 | Correctly resolve Inherent Associated Types | Deadbeef | -0/+14 |
| 2022-11-02 | Rollup merge of #103875 - oli-obk:ast_conv_simplification, r=spastorino | Matthias Krüger | -13/+7 |
| 2022-11-02 | Rollup merge of #103870 - TaKO8Ki:fix-103790, r=fee1-dead | Matthias Krüger | -0/+3 |
| 2022-11-02 | Rollup merge of #99801 - Neo-Zhixing:fix/generic_const_exprs_parent_opaque_pr... | Matthias Krüger | -2/+29 |
| 2022-11-03 | change error_reported to use Result instead of an option | yukang | -4/+2 |
| 2022-11-02 | Simplify astconv item def id handling | Oli Scherer | -13/+7 |
| 2022-11-02 | return const_error when ty has errors | Takayuki Maeda | -0/+3 |
| 2022-11-01 | Rollup merge of #103575 - Xiretza:suggestions-style-attr, r=davidtwco | Manish Goregaokar | -2/+6 |
| 2022-11-01 | Don't remap early-bound RPITIT regions that originate from impl | Michael Goulet | -1/+7 |
| 2022-11-01 | fix(generic_const_exprs): Fix predicate inheritance for children of opaque types | Zhixing Zhang | -2/+29 |
| 2022-11-01 | Auto merge of #103217 - mejrs:track, r=eholk | bors | -0/+1 |
| 2022-11-01 | Auto merge of #103590 - compiler-errors:ocx-more, r=lcnr | bors | -18/+6 |
| 2022-11-01 | Rollup merge of #103759 - cjgillot:adt-collect, r=davidtwco | Dylan DPC | -161/+110 |
| 2022-10-31 | Add more track_caller | mejrs | -0/+1 |
| 2022-10-31 | Use AdtDef to check enum. | Camille GILLOT | -59/+62 |
| 2022-10-31 | Use adt_def for ADT collection. | Camille GILLOT | -23/+20 |
| 2022-10-31 | Use AdtDef in wfcheck. | Camille GILLOT | -79/+28 |
| 2022-10-31 | Rollup merge of #103603 - camsteffen:refactor-lang, r=oli-obk | Dylan DPC | -10/+12 |
| 2022-10-30 | Rollup merge of #97971 - Soveu:varargs, r=jackh726 | Michael Howell | -13/+33 |
| 2022-10-31 | Free late-bound lifetimes in closures as well | Michael Goulet | -3/+4 |
| 2022-10-29 | Use LanguageItems::require less | Cameron Steffen | -4/+3 |
| 2022-10-29 | Cleanup weak lang items | Cameron Steffen | -6/+9 |
| 2022-10-29 | Rollup merge of #103625 - WaffleLapkin:no_tyctxt_dogs_allowed, r=compiler-errors | Guillaume Gomez | -3/+3 |
| 2022-10-29 | Rollup merge of #103618 - nnethercote:rename-OwnerId-fields, r=compiler-errors | Guillaume Gomez | -115/+116 |
| 2022-10-29 | Rename some `OwnerId` fields. | Nicholas Nethercote | -115/+116 |
| 2022-10-29 | Auto merge of #103714 - matthiaskrgr:rollup-kajt3i8, r=matthiaskrgr | bors | -0/+7 |
| 2022-10-29 | Rollup merge of #103383 - compiler-errors:tait-scope, r=oli-obk | Matthias Krüger | -0/+7 |
| 2022-10-29 | Auto merge of #102698 - michaelwoerister:unord-collections, r=lncr | bors | -3/+4 |
| 2022-10-28 | Auto merge of #103671 - matthiaskrgr:rollup-iuugpep, r=matthiaskrgr | bors | -0/+30 |
| 2022-10-28 | Rollup merge of #103609 - BoxyUwU:fix_impl_self_cycle, r=compiler-errors | Matthias Krüger | -2/+19 |
| 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 #103283 - nbarrios1337:unsafe-impl-suggestions, r=cjgillot | Matthias Krüger | -0/+30 |
| 2022-10-27 | tidy + move logic to fn | Boxy | -29/+4 |
| 2022-10-27 | use proper spans | Boxy | -7/+12 |
| 2022-10-27 | DoIt | Boxy | -1/+38 |
| 2022-10-27 | remove _types from ocx method names | Michael Goulet | -9/+6 |
| 2022-10-27 | Address some more nits | Michael Goulet | -12/+3 |
| 2022-10-27 | Introduce UnordMap, UnordSet, and UnordBag (see MCP 533) | Michael Woerister | -3/+4 |
| 2022-10-27 | Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functions | Maybe Waffle | -3/+3 |
| 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 | -21/+105 |
| 2022-10-27 | Rollup merge of #103475 - oli-obk:generic_param_indices, r=lcnr | Matthias Krüger | -13/+14 |