| Age | Commit message (Expand) | Author | Lines |
| 2022-05-14 | Auto merge of #96883 - jackh726:early-binder-2, r=oli-obk | bors | -198/+381 |
| 2022-05-14 | Auto merge of #97039 - cjgillot:no-rpit-hrtb, r=jackh726 | bors | -0/+14 |
| 2022-05-14 | Add rustc_on_unimplemented to Subst | Jack Huey | -0/+1 |
| 2022-05-14 | Add bound_explicit_item_bounds and bound_item_bounds | Jack Huey | -77/+121 |
| 2022-05-14 | Auto merge of #96345 - petrochenkov:linclean, r=notriddle | bors | -12/+7 |
| 2022-05-14 | Auto merge of #95826 - carbotaniuman:miri-permissive-provenance, r=RalfJung | bors | -43/+140 |
| 2022-05-14 | Forbid nested opaque types to reference HRTB from opaque types. | Camille GILLOT | -0/+14 |
| 2022-05-14 | Auto merge of #94872 - mati865:mingw-llvm-target, r=petrochenkov | bors | -6/+100 |
| 2022-05-14 | Rollup merge of #97031 - eholk:drop-tracking-type-error, r=compiler-errors | Yuki Okushi | -0/+9 |
| 2022-05-14 | Rollup merge of #97005 - est31:master, r=petrochenkov | Yuki Okushi | -5/+6 |
| 2022-05-14 | Rollup merge of #96986 - kdashg:save-an-enum-vars, r=oli-obk | Yuki Okushi | -3/+8 |
| 2022-05-13 | Fix nit | Eric Holk | -1/+1 |
| 2022-05-13 | Drop tracking: handle invalid assignments better | Eric Holk | -0/+9 |
| 2022-05-13 | Add bound_impl_trait_ref | Jack Huey | -20/+23 |
| 2022-05-13 | Add bound_fn_sig | Jack Huey | -34/+57 |
| 2022-05-13 | Add bound_type_of | Jack Huey | -72/+79 |
| 2022-05-13 | resolve: Move collection of all `macro_rules` in the crate to rustdoc | Vadim Petrochenkov | -12/+7 |
| 2022-05-13 | Add LLVM based mingw-w64 targets | Mateusz Mikuła | -6/+100 |
| 2022-05-13 | Rustc changes for permissive provenance | carbotaniuman | -43/+140 |
| 2022-05-13 | Rollup merge of #96982 - klensy:no-expect, r=Dylan-DPC | Matthias Krüger | -1/+3 |
| 2022-05-13 | Auto merge of #96899 - oli-obk:closure_wf_check_bounds, r=nikomatsakis | bors | -114/+118 |
| 2022-05-13 | For non-defining opaque type usage errors, don't try to also prove all trait ... | Oli Scherer | -106/+102 |
| 2022-05-13 | Check that closures satisfy their where bounds | Oli Scherer | -8/+16 |
| 2022-05-13 | Auto merge of #96930 - ayrtonm:mips32-tmp-file, r=petrochenkov | bors | -11/+19 |
| 2022-05-13 | Use pluralize in one instance | est31 | -2/+2 |
| 2022-05-13 | Improve name and documentation of generic_extension | est31 | -3/+4 |
| 2022-05-13 | Auto merge of #96965 - oli-obk:flaky_inliner_ice, r=cjgillot | bors | -4/+6 |
| 2022-05-13 | Rollup merge of #96989 - cjgillot:defpath-use, r=davidtwco | Matthias Krüger | -17/+16 |
| 2022-05-12 | [save-analysis] Reference the variant not enum at struct-literal construction. | Kelsey Gilbert | -3/+8 |
| 2022-05-12 | Correct comment. | Camille GILLOT | -6/+2 |
| 2022-05-12 | Replace DefPathData::Misc by two appropriately-named variants. | Camille GILLOT | -11/+14 |
| 2022-05-12 | fix clippy expect_fun_call | klensy | -1/+3 |
| 2022-05-12 | Auto merge of #96974 - matthiaskrgr:rollup-jd4otnc, r=matthiaskrgr | bors | -10/+8 |
| 2022-05-12 | Rollup merge of #96941 - nannany:master, r=lcnr,JohnTitor | Matthias Krüger | -10/+8 |
| 2022-05-12 | Auto merge of #95562 - lcnr:attr-no-encode, r=davidtwco | bors | -397/+399 |
| 2022-05-12 | Auto merge of #96853 - davidtwco:diagnostic-translation-unit-and-more-porting... | bors | -125/+206 |
| 2022-05-12 | Use IndexSet for deterministic order | Oli Scherer | -3/+2 |
| 2022-05-12 | update graphviz links | minami.yoshihiko | -10/+8 |
| 2022-05-12 | Gracefully handle normalization failures in the prospective inliner cycle det... | Oli Scherer | -1/+4 |
| 2022-05-12 | Auto merge of #96940 - TaKO8Ki:stop-suggesting-wrong-fully-qualified-path, r=... | bors | -11/+16 |
| 2022-05-12 | typeck: port "no resolve overridden impl substs" | David Wood | -1/+11 |
| 2022-05-12 | typeck: port "manual implementations" | David Wood | -14/+17 |
| 2022-05-12 | typeck: port "missing type params" | David Wood | -58/+92 |
| 2022-05-12 | errors: `set_arg` takes `IntoDiagnosticArg` | David Wood | -6/+6 |
| 2022-05-12 | typeck: simplify error type using `()` field | David Wood | -16/+8 |
| 2022-05-12 | macros: spanless subdiagnostics from `()` fields | David Wood | -33/+75 |
| 2022-05-12 | Auto merge of #96889 - Aaron1011:place-ref-remove, r=compiler-errors | bors | -5/+15 |
| 2022-05-12 | Auto merge of #95837 - scottmcm:ptr-offset-from-unsigned, r=oli-obk | bors | -18/+59 |
| 2022-05-11 | Apply CR suggestions; add real tracking issue | Scott McMurray | -0/+2 |
| 2022-05-11 | Add a debug check for ordering, and check for isize overflow in CTFE | Scott McMurray | -3/+10 |