| Age | Commit message (Expand) | Author | Lines |
| 2022-05-14 | Auto merge of #96883 - jackh726:early-binder-2, r=oli-obk | bors | -217/+400 |
| 2022-05-14 | Auto merge of #97044 - Urgau:check-cfg-fix-rustc-perf, r=Mark-Simulacrum | bors | -3/+7 |
| 2022-05-14 | Auto merge of #97039 - cjgillot:no-rpit-hrtb, r=jackh726 | bors | -98/+235 |
| 2022-05-14 | Fix rustc-perf benchmarks | Urgau | -3/+7 |
| 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 | -515/+248 |
| 2022-05-14 | Add a test with both passing and erroneous cases. | Camille GILLOT | -0/+146 |
| 2022-05-14 | Auto merge of #95826 - carbotaniuman:miri-permissive-provenance, r=RalfJung | bors | -45/+142 |
| 2022-05-14 | Forbid nested opaque types to reference HRTB from opaque types. | Camille GILLOT | -98/+89 |
| 2022-05-14 | Auto merge of #94872 - mati865:mingw-llvm-target, r=petrochenkov | bors | -18/+175 |
| 2022-05-14 | Auto merge of #97035 - JohnTitor:rollup-00ko07z, r=JohnTitor | bors | -12/+52 |
| 2022-05-14 | Rollup merge of #97031 - eholk:drop-tracking-type-error, r=compiler-errors | Yuki Okushi | -0/+34 |
| 2022-05-14 | Rollup merge of #97018 - GuillaumeGomez:fail-on-js-error, r=notriddle | Yuki Okushi | -2/+2 |
| 2022-05-14 | Rollup merge of #97005 - est31:master, r=petrochenkov | Yuki Okushi | -5/+6 |
| 2022-05-14 | Rollup merge of #96998 - notriddle:notriddle/var-N, r=jsha | Yuki Okushi | -1/+1 |
| 2022-05-14 | Rollup merge of #96986 - kdashg:save-an-enum-vars, r=oli-obk | Yuki Okushi | -3/+8 |
| 2022-05-14 | Rollup merge of #95365 - mkroening:hermit-alloc-error-handler, r=joshtriplett | Yuki Okushi | -1/+1 |
| 2022-05-14 | Auto merge of #95602 - scottmcm:faster-array-intoiter-fold, r=the8472 | bors | -1/+141 |
| 2022-05-13 | Fix nit | Eric Holk | -1/+1 |
| 2022-05-13 | Drop tracking: handle invalid assignments better | Eric Holk | -0/+34 |
| 2022-05-13 | Add bound_impl_trait_ref | Jack Huey | -25/+28 |
| 2022-05-13 | Add bound_fn_sig | Jack Huey | -36/+59 |
| 2022-05-13 | Add bound_type_of | Jack Huey | -83/+90 |
| 2022-05-13 | Auto merge of #97013 - matthiaskrgr:rollup-c1pc6pc, r=matthiaskrgr | bors | -26/+140 |
| 2022-05-13 | resolve: Move collection of all `macro_rules` in the crate to rustdoc | Vadim Petrochenkov | -14/+13 |
| 2022-05-13 | Auto merge of #95356 - coolreader18:exitstatus-exit-method, r=<try> | bors | -28/+56 |
| 2022-05-13 | Guarantee less in docs | Noa | -2/+2 |
| 2022-05-13 | Add ExitCode::exit_process example | Noa | -0/+23 |
| 2022-05-13 | Add LLVM based mingw-w64 targets | Mateusz Mikuła | -18/+175 |
| 2022-05-13 | Fix rebase | Vadim Petrochenkov | -5/+2 |
| 2022-05-13 | rustdoc: Use `Visibility::is_public` more | Vadim Petrochenkov | -10/+6 |
| 2022-05-13 | rustdoc: Do not resolve associated item paths unnecessarily | Vadim Petrochenkov | -11/+9 |
| 2022-05-13 | rustdoc: Do not create `UrlFragment`s until they are necessary | Vadim Petrochenkov | -236/+133 |
| 2022-05-13 | rustdoc: Remove `fn resolve_macro` | Vadim Petrochenkov | -119/+43 |
| 2022-05-13 | rustdoc: Remove `ResolutionFailure::Dummy` | Vadim Petrochenkov | -37/+20 |
| 2022-05-13 | rustdoc: Remove `ResolutionFailure::MalformedGenerics` | Vadim Petrochenkov | -81/+61 |
| 2022-05-13 | rustdoc: Remove `ResolutionFailure::NoParentItem` | Vadim Petrochenkov | -49/+8 |
| 2022-05-13 | Rustc changes for permissive provenance | carbotaniuman | -45/+142 |
| 2022-05-13 | Emit an error if there is a JS failure on rustdoc pages | Guillaume Gomez | -1/+1 |
| 2022-05-13 | Update browser-ui-test version | Guillaume Gomez | -1/+1 |
| 2022-05-13 | Rollup merge of #97011 - JohnTitor:issue-28935, r=compiler-errors | Matthias Krüger | -0/+9 |
| 2022-05-13 | Rollup merge of #97003 - nnethercote:rm-const_fn-attrs, r=fee1-dead | Matthias Krüger | -10/+0 |
| 2022-05-13 | Rollup merge of #96982 - klensy:no-expect, r=Dylan-DPC | Matthias Krüger | -1/+3 |
| 2022-05-13 | Rollup merge of #96615 - JohnTitor:test-54779, r=compiler-errors | Matthias Krüger | -0/+62 |
| 2022-05-13 | Rollup merge of #96154 - lukaslueg:unreachablehint, r=scottmcm | Matthias Krüger | -15/+66 |
| 2022-05-13 | Add regression test for #28935 | Yuki Okushi | -0/+9 |
| 2022-05-13 | Auto merge of #96899 - oli-obk:closure_wf_check_bounds, r=nikomatsakis | bors | -186/+325 |
| 2022-05-13 | For non-defining opaque type usage errors, don't try to also prove all trait ... | Oli Scherer | -290/+108 |
| 2022-05-13 | Check that closures satisfy their where bounds | Oli Scherer | -22/+343 |