| Age | Commit message (Expand) | Author | Lines |
| 2023-01-27 | Remember where a type was kept in MIR. | Camille GILLOT | -12/+30 |
| 2023-01-27 | Introduce GeneratorWitnessMIR. | Camille GILLOT | -68/+258 |
| 2023-01-27 | Always require Drop for generators. | Camille GILLOT | -0/+7 |
| 2023-01-27 | Add `drop_tracking_mir` option. | Camille GILLOT | -0/+2 |
| 2023-01-27 | Separate trait selection from ambiguity reporting. | Camille GILLOT | -30/+25 |
| 2023-01-27 | Impl HashStable/Encodable/Decodable for ObligationCause. | Camille GILLOT | -15/+53 |
| 2023-01-27 | Do not abort compilation when failing to normalize opaque types. | Camille GILLOT | -11/+43 |
| 2023-01-27 | Auto merge of #107055 - kylematsuda:eb-fn-sig, r=lcnr | bors | -120/+140 |
| 2023-01-27 | Auto merge of #107054 - petrochenkov:effvisdoc3, r=GuillaumeGomez | bors | -0/+6 |
| 2023-01-27 | Auto merge of #107343 - JohnTitor:rollup-s6l94aj, r=JohnTitor | bors | -43/+99 |
| 2023-01-27 | Rollup merge of #107279 - compiler-errors:new-solver-evaluate, r=lcnr | Yuki Okushi | -14/+43 |
| 2023-01-27 | Rollup merge of #107171 - petrochenkov:encattrs, r=cjgillot | Yuki Okushi | -29/+48 |
| 2023-01-27 | Rollup merge of #106856 - vadorovsky:fix-atomic-annotations, r=joshtriplett | Yuki Okushi | -0/+8 |
| 2023-01-26 | fixup new usages of fn_sig, bound_fn_sig after rebasing | Kyle Matsuda | -7/+8 |
| 2023-01-26 | add method_substs to CallKind | Kyle Matsuda | -5/+4 |
| 2023-01-26 | fix up subst_identity vs skip_binder; add some FIXMEs as identified in review | Kyle Matsuda | -45/+37 |
| 2023-01-26 | add EarlyBinder::no_bound_vars | Kyle Matsuda | -3/+8 |
| 2023-01-26 | change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB... | Kyle Matsuda | -99/+89 |
| 2023-01-27 | Auto merge of #106959 - tmiasko:opt-funclets, r=davidtwco | bors | -43/+40 |
| 2023-01-26 | replace usages of fn_sig query with bound_fn_sig | Kyle Matsuda | -61/+94 |
| 2023-01-27 | Auto merge of #107269 - bjorn3:sync_cg_clif-2023-01-24, r=bjorn3 | bors | -1104/+1386 |
| 2023-01-26 | Auto merge of #106812 - oli-obk:output_filenames, r=petrochenkov | bors | -46/+43 |
| 2023-01-26 | Use new solver during selection | Michael Goulet | -14/+43 |
| 2023-01-26 | Auto merge of #107328 - matthiaskrgr:rollup-lfqwo0o, r=matthiaskrgr | bors | -383/+364 |
| 2023-01-26 | Rollup merge of #107323 - JakobDegen:const-goto, r=tmiasko | Matthias Krüger | -0/+9 |
| 2023-01-26 | Rollup merge of #107322 - JakobDegen:custom-mir, r=tmiasko | Matthias Krüger | -0/+14 |
| 2023-01-26 | Rollup merge of #107189 - cjgillot:meta-adt, r=compiler-errors | Matthias Krüger | -113/+45 |
| 2023-01-26 | Rollup merge of #107168 - Nilstrieb:if-a-tait-falls-in-the-forest,can-we-know... | Matthias Krüger | -2/+1 |
| 2023-01-26 | Rollup merge of #107150 - Nilstrieb:thread-local-cleanups, r=cjgillot | Matthias Krüger | -178/+190 |
| 2023-01-26 | Rollup merge of #106978 - mejrs:mir_build3, r=davidtwco | Matthias Krüger | -57/+86 |
| 2023-01-26 | Rollup merge of #106971 - oli-obk:tait_error, r=davidtwco | Matthias Krüger | -15/+19 |
| 2023-01-26 | Rollup merge of #106904 - khuey:preserve_debuginfo_for_rlibs, r=davidtwco | Matthias Krüger | -18/+0 |
| 2023-01-26 | Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obk | bors | -394/+666 |
| 2023-01-26 | Disable ConstGoto opt in cleanup blocks | Jakob Degen | -0/+9 |
| 2023-01-26 | Custom mir: Add support for some remaining, easy to support constructs | Jakob Degen | -0/+14 |
| 2023-01-26 | Auto merge of #107318 - matthiaskrgr:rollup-776kd81, r=matthiaskrgr | bors | -695/+735 |
| 2023-01-26 | Rollup merge of #107304 - Nilstrieb:ᐸTy as PartialEqᐳ::eq becau... | Matthias Krüger | -645/+671 |
| 2023-01-26 | Rollup merge of #107287 - mattjperez:improve-fn-pointer-notes, r=compiler-errors | Matthias Krüger | -8/+44 |
| 2023-01-26 | Rollup merge of #107074 - lcnr:validate-dont-skip-opaque, r=compiler-errors | Matthias Krüger | -6/+1 |
| 2023-01-26 | Rollup merge of #106811 - khuey:dwp_extension, r=davidtwco | Matthias Krüger | -1/+2 |
| 2023-01-26 | Rollup merge of #106625 - Swatinem:ref/cov6, r=nagisa | Matthias Krüger | -35/+17 |
| 2023-01-26 | Auto merge of #107314 - matthiaskrgr:rollup-j40lnlj, r=matthiaskrgr | bors | -285/+850 |
| 2023-01-26 | Rollup merge of #107286 - compiler-errors:new-solver-deny-infers, r=lcnr | Matthias Krüger | -22/+33 |
| 2023-01-26 | Rollup merge of #107285 - compiler-errors:new-solver-future-and-generator, r=... | Matthias Krüger | -11/+184 |
| 2023-01-26 | Rollup merge of #107272 - compiler-errors:new-solver-more-predicates, r=lcnr | Matthias Krüger | -6/+63 |
| 2023-01-26 | Rollup merge of #107248 - erikdesjardins:addrspace, r=oli-obk | Matthias Krüger | -197/+204 |
| 2023-01-26 | Rollup merge of #107204 - euclio:assoc-const-suggestion, r=petrochenkov | Matthias Krüger | -5/+12 |
| 2023-01-26 | Rollup merge of #107175 - compiler-errors:bad-types-in-vec-push, r=estebank | Matthias Krüger | -18/+30 |
| 2023-01-26 | Rollup merge of #107085 - tmiasko:custom-mir-operators, r=oli-obk | Matthias Krüger | -0/+6 |
| 2023-01-26 | Rollup merge of #106960 - estebank:parse-anon-enums, r=cjgillot | Matthias Krüger | -20/+106 |