| Age | Commit message (Expand) | Author | Lines |
| 2022-11-23 | add more tests | b-naber | -0/+31 |
| 2022-11-23 | add tests | b-naber | -0/+21 |
| 2022-11-23 | Auto merge of #102750 - the8472:opt-field-order, r=wesleywiser | bors | -25/+47 |
| 2022-11-22 | Rollup merge of #104621 - YC:master, r=davidtwco | Manish Goregaokar | -0/+41 |
| 2022-11-22 | Rollup merge of #104359 - Nilstrieb:plus-one, r=fee1-dead | Manish Goregaokar | -33/+56 |
| 2022-11-22 | Rollup merge of #103488 - oli-obk:impl_trait_for_tait, r=lcnr | Manish Goregaokar | -160/+292 |
| 2022-11-22 | add tests for field ordering optimization | The 8472 | -0/+21 |
| 2022-11-22 | fix tests, update size asserts | The 8472 | -25/+26 |
| 2022-11-23 | Rollup merge of #104724 - WaffleLapkin:to_def_idn't, r=compiler-errors | Yuki Okushi | -9/+32 |
| 2022-11-23 | Rollup merge of #104722 - mejrs:stress, r=ChrisDenton | Yuki Okushi | -16/+51 |
| 2022-11-23 | Rollup merge of #104717 - GuillaumeGomez:test-projection-used-as-const-generi... | Yuki Okushi | -0/+31 |
| 2022-11-23 | Rollup merge of #102293 - ecnelises:aix.initial, r=davidtwco | Yuki Okushi | -1/+1 |
| 2022-11-22 | Speed up mpsc_stress test | mejrs | -16/+51 |
| 2022-11-22 | Fix `ClosureKind::to_def_id` | Maybe Waffle | -9/+32 |
| 2022-11-22 | Add failing test for projections used as const generic | Guillaume Gomez | -0/+31 |
| 2022-11-22 | Auto merge of #104711 - Dylan-DPC:rollup-gkw1qr8, r=Dylan-DPC | bors | -0/+36 |
| 2022-11-22 | Rollup merge of #104669 - LeSeulArtichaut:88015-if-let-guard-bindings, r=cjgi... | Dylan DPC | -0/+7 |
| 2022-11-22 | Rollup merge of #104295 - compiler-errors:rpitit-generics-parity, r=eholk | Dylan DPC | -0/+29 |
| 2022-11-22 | Auto merge of #103578 - petrochenkov:nofict, r=nagisa | bors | -294/+122 |
| 2022-11-22 | Tests for bad --extern library path and file | Steven Tang | -0/+41 |
| 2022-11-22 | Delay bug to deduplicate diagnostics | Michael Goulet | -11/+1 |
| 2022-11-22 | Check generics parity between impl and trait before collecting RPITITs | Michael Goulet | -0/+39 |
| 2022-11-22 | Auto merge of #104696 - matthiaskrgr:rollup-gi1pdb0, r=matthiaskrgr | bors | -20/+124 |
| 2022-11-22 | Rollup merge of #104666 - GuillaumeGomez:migrate-alias-search-result, r=notri... | Matthias Krüger | -17/+36 |
| 2022-11-22 | Rollup merge of #104663 - notriddle:notriddle/button-cursor, r=GuillaumeGomez | Matthias Krüger | -0/+24 |
| 2022-11-22 | Rollup merge of #104657 - hi-rustin:rustin-patch-check-transmute, r=compiler-... | Matthias Krüger | -0/+19 |
| 2022-11-22 | Rollup merge of #104656 - c410-f3r:moar-errors, r=petrochenkov | Matthias Krüger | -0/+0 |
| 2022-11-22 | Rollup merge of #104597 - compiler-errors:need_migrate_deref_output_trait_obj... | Matthias Krüger | -2/+2 |
| 2022-11-22 | Rollup merge of #104557 - eholk:dyn-star-in-traits, r=compiler-errors | Matthias Krüger | -0/+36 |
| 2022-11-22 | Rollup merge of #104416 - clubby789:fix-104414, r=eholk | Matthias Krüger | -1/+7 |
| 2022-11-21 | Auto merge of #104533 - oli-obk:method_callee, r=lcnr | bors | -0/+26 |
| 2022-11-21 | Simplify test | Oli Scherer | -3/+1 |
| 2022-11-21 | Fix an ICE that I just made worse | Oli Scherer | -0/+28 |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -294/+122 |
| 2022-11-21 | Auto merge of #104120 - mejrs:diag, r=davidtwco | bors | -132/+167 |
| 2022-11-21 | Coercions work now | Eric Holk | -1/+1 |
| 2022-11-21 | Add a test case for async dyn* traits | Eric Holk | -0/+36 |
| 2022-11-21 | Test generalization during coherence | Oli Scherer | -0/+13 |
| 2022-11-21 | nit treat different opaque types | Oli Scherer | -2/+1 |
| 2022-11-21 | rustdoc: add test case for pointer cursor | Michael Howell | -0/+24 |
| 2022-11-21 | Treat different opaque types of the same def id as equal during coherence | Oli Scherer | -0/+64 |
| 2022-11-21 | Allow opaque types in trait impl headers and rely on coherence to reject unso... | Oli Scherer | -160/+216 |
| 2022-11-21 | Auto merge of #104673 - matthiaskrgr:rollup-85f65ov, r=matthiaskrgr | bors | -23/+28 |
| 2022-11-21 | Fix make test | mejrs | -3/+3 |
| 2022-11-21 | Improve slug name error | mejrs | -0/+35 |
| 2022-11-21 | Fix tests | mejrs | -129/+129 |
| 2022-11-21 | Rollup merge of #104667 - WaffleLapkin:unfmttest, r=Dylan-DPC | Matthias Krüger | -5/+5 |
| 2022-11-21 | Rollup merge of #104662 - nnethercote:tweak-deriving-for-packed-non-copy, r=j... | Matthias Krüger | -17/+6 |
| 2022-11-21 | Rollup merge of #104511 - dpaoliello:privateglobalworkaround, r=michaelwoerister | Matthias Krüger | -0/+16 |
| 2022-11-21 | Rollup merge of #104499 - Enselic:no-method-in-rustdoc-json, r=GuillaumeGomez | Matthias Krüger | -1/+1 |