| Age | Commit message (Expand) | Author | Lines |
| 2022-05-11 | Rollup merge of #96916 - matthiaskrgr:simpl_count, r=compiler-errors | Yuki Okushi | -1/+1 |
| 2022-05-11 | Rollup merge of #96903 - oli-obk:opaque_type_lifetime_constraints, r=compiler... | Yuki Okushi | -1/+1 |
| 2022-05-11 | Rollup merge of #96543 - nnethercote:rm-make_token_stream-hacks, r=Aaron1011 | Yuki Okushi | -40/+1 |
| 2022-05-11 | Remove some unnecessary invisible delimiter checks. | Nicholas Nethercote | -2/+1 |
| 2022-05-10 | simplify length count | Matthias Krüger | -1/+1 |
| 2022-05-10 | Auto merge of #96904 - JohnTitor:rollup-f1sz5x0, r=JohnTitor | bors | -58/+119 |
| 2022-05-11 | Rollup merge of #96882 - jackh726:no-subst, r=oli-obk | Yuki Okushi | -7/+3 |
| 2022-05-11 | Rollup merge of #96717 - BoxyUwU:gats_const_param_types_mismatch_err, r=lcnr | Yuki Okushi | -51/+116 |
| 2022-05-10 | Use lifetimes on type-alias-impl-trait used in function signatures to infer o... | Oli Scherer | -1/+1 |
| 2022-05-10 | Auto merge of #96736 - oli-obk:tait_missing_wf_check, r=davidtwco | bors | -3/+72 |
| 2022-05-10 | Auto merge of #94799 - lcnr:list-ty-perf, r=petrochenkov | bors | -7/+5 |
| 2022-05-10 | Auto merge of #96891 - Dylan-DPC:rollup-echa4wg, r=Dylan-DPC | bors | -96/+218 |
| 2022-05-10 | Check hidden types for well formedness at the definition site instead of only... | Oli Scherer | -3/+72 |
| 2022-05-10 | Rollup merge of #96872 - RalfJung:layout-sanity, r=eddyb | Dylan DPC | -9/+127 |
| 2022-05-10 | Rollup merge of #96823 - jackh726:params-heuristics-fix, r=estebank | Dylan DPC | -86/+89 |
| 2022-05-10 | Rollup merge of #96812 - cjgillot:no-lint-outllives-macro, r=petrochenkov | Dylan DPC | -1/+2 |
| 2022-05-10 | Auto merge of #96808 - cjgillot:impossible-trait, r=compiler-errors | bors | -0/+14 |
| 2022-05-10 | Auto merge of #96715 - cjgillot:trait-alias-loop, r=compiler-errors | bors | -9/+24 |
| 2022-05-09 | Auto merge of #96838 - tmiasko:lazy-switch-sources, r=oli-obk | bors | -10/+11 |
| 2022-05-09 | Don't subst an adt def | Jack Huey | -7/+3 |
| 2022-05-09 | Auto merge of #96473 - lcnr:querify-codegen-fn-attrs, r=cjgillot | bors | -122/+229 |
| 2022-05-09 | also sanity-check Abi::Vector, and slight refactoring | Ralf Jung | -26/+43 |
| 2022-05-09 | Properly fix issue 96638 | Jack Huey | -86/+89 |
| 2022-05-09 | Point to the empty trait alias. | Camille GILLOT | -1/+10 |
| 2022-05-09 | Rollup merge of #96854 - jackh726:subst-cleanup, r=compiler-errors | Matthias Krüger | -73/+26 |
| 2022-05-09 | Rollup merge of #96844 - Badel2:actually-fix-96583, r=compiler-errors | Matthias Krüger | -11/+20 |
| 2022-05-09 | Rollup merge of #96008 - fmease:warn-on-useless-doc-hidden-on-assoc-impl-item... | Matthias Krüger | -2/+74 |
| 2022-05-09 | review | lcnr | -59/+73 |
| 2022-05-09 | only compute `codegen_fn_attrs` where needed | lcnr | -51/+154 |
| 2022-05-09 | make sure ScalarPair enums have ScalarPair variants; add some layout sanity c... | Ralf Jung | -11/+112 |
| 2022-05-09 | only cache `codegen_fn_attrs` on disk if its local | lcnr | -1/+2 |
| 2022-05-09 | move `panic-in-drop=abort` check for `drop_in_place` | lcnr | -37/+29 |
| 2022-05-09 | store `codegen_fn_attrs` in crate metadata | lcnr | -34/+31 |
| 2022-05-09 | Auto merge of #96815 - SparrowLii:promote_const, r=oli-obk | bors | -42/+52 |
| 2022-05-09 | use `Result<(),()>` instead of Validity enum | SparrowLii | -54/+35 |
| 2022-05-09 | Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errors | bors | -39/+49 |
| 2022-05-08 | Reorder erasing/replacing late bound vars and substs | Jack Huey | -20/+12 |
| 2022-05-08 | Remove subst_spanned | Jack Huey | -53/+14 |
| 2022-05-09 | Auto merge of #95542 - xFrednet:rfc-2383-expect-query, r=wesleywiser | bors | -19/+85 |
| 2022-05-08 | Use sparse representation of switch sources | Tomasz Miąsko | -10/+8 |
| 2022-05-08 | Avoid constructing switch sources unless necessary | Tomasz Miąsko | -3/+6 |
| 2022-05-08 | Warn on unused doc(hidden) on trait impl items | León Orell Valerian Liehr | -2/+74 |
| 2022-05-08 | Rollup merge of #96617 - ken-matsui:fix-incorrect-syntax-suggestion-with-pub-... | Matthias Krüger | -9/+19 |
| 2022-05-08 | Actually fix ICE from #96583 | Badel2 | -11/+20 |
| 2022-05-08 | Fixed typo in docs and correct doc links | Fridtjof Stoldt | -5/+5 |
| 2022-05-08 | Auto merge of #96770 - flip1995:fix-trait-type-in-bounds, r=cjgillot | bors | -7/+24 |
| 2022-05-08 | Move lint expectation checking into a separate query (RFC 2383) | xFrednet | -13/+68 |
| 2022-05-08 | Only assert for unstable expectation ids after conversion (RFC 2383) | xFrednet | -6/+17 |
| 2022-05-08 | Auto merge of #96155 - jackh726:param-heuristics-followup, r=estebank | bors | -87/+73 |
| 2022-05-08 | Fix incorrect syntax suggestion with `pub async fn` | Ken Matsui | -9/+19 |