| Age | Commit message (Expand) | Author | Lines |
| 2022-05-30 | Optimize the diagnostic generation for `extern unsafe` | SparrowLii | -6/+37 |
| 2022-05-15 | Rollup merge of #97042 - GuillaumeGomez:eslint-brace-style, r=notriddle | Dylan DPC | -33/+57 |
| 2022-05-15 | Rollup merge of #97021 - Volker-Weissmann:patch-1, r=Dylan-DPC | Dylan DPC | -1/+4 |
| 2022-05-15 | Auto merge of #97056 - RalfJung:miri, r=RalfJung | bors | -6/+8 |
| 2022-05-15 | Add new eslint rule about brace style | Guillaume Gomez | -33/+57 |
| 2022-05-15 | update miri | Ralf Jung | -6/+8 |
| 2022-05-15 | Auto merge of #96885 - petrochenkov:linkstrict2, r=cjgillot,luqmana | bors | -191/+427 |
| 2022-05-15 | Auto merge of #97055 - matthiaskrgr:rollup-1nqwfzx, r=matthiaskrgr | bors | -278/+154 |
| 2022-05-15 | Rollup merge of #97041 - eddyb:nixos-llvm-ci-patchelf, r=Mark-Simulacrum | Matthias Krüger | -2/+2 |
| 2022-05-15 | Rollup merge of #96958 - GuillaumeGomez:settings-menu-display, r=jsha | Matthias Krüger | -276/+152 |
| 2022-05-15 | Auto merge of #96602 - TApplencourt:patch-1, r=Mark-Simulacrum | bors | -50/+98 |
| 2022-05-15 | Auto merge of #97016 - Mark-Simulacrum:bump-version, r=Mark-Simulacrum | bors | -1/+1 |
| 2022-05-14 | Auto merge of #96883 - jackh726:early-binder-2, r=oli-obk | bors | -19/+19 |
| 2022-05-15 | rustc: Stricter checking for #[link] attributes | Vadim Petrochenkov | -191/+427 |
| 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/+221 |
| 2022-05-14 | Update documentation about themes | Guillaume Gomez | -12/+10 |
| 2022-05-14 | Update GUI tests | Guillaume Gomez | -34/+20 |
| 2022-05-14 | Remove theme picker button | Guillaume Gomez | -199/+12 |
| 2022-05-14 | Improve settings menu display | Guillaume Gomez | -31/+110 |
| 2022-05-14 | Fix rustc-perf benchmarks | Urgau | -3/+7 |
| 2022-05-14 | Auto merge of #96345 - petrochenkov:linclean, r=notriddle | bors | -503/+241 |
| 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 | -2/+2 |
| 2022-05-14 | Fix `download-ci-llvm` NixOS patching for `.so`s. | Eduard-Mihai Burtescu | -2/+2 |
| 2022-05-14 | Forbid nested opaque types to reference HRTB from opaque types. | Camille GILLOT | -98/+75 |
| 2022-05-14 | Auto merge of #94872 - mati865:mingw-llvm-target, r=petrochenkov | bors | -11/+69 |
| 2022-05-14 | Auto merge of #97035 - JohnTitor:rollup-00ko07z, r=JohnTitor | bors | -3/+28 |
| 2022-05-14 | Rollup merge of #97031 - eholk:drop-tracking-type-error, r=compiler-errors | Yuki Okushi | -0/+25 |
| 2022-05-14 | Rollup merge of #97018 - GuillaumeGomez:fail-on-js-error, r=notriddle | Yuki Okushi | -2/+2 |
| 2022-05-14 | Rollup merge of #96998 - notriddle:notriddle/var-N, r=jsha | Yuki Okushi | -1/+1 |
| 2022-05-14 | Auto merge of #95602 - scottmcm:faster-array-intoiter-fold, r=the8472 | bors | -0/+54 |
| 2022-05-13 | Drop tracking: handle invalid assignments better | Eric Holk | -0/+25 |
| 2022-05-13 | Add bound_impl_trait_ref | Jack Huey | -5/+5 |
| 2022-05-13 | Add bound_fn_sig | Jack Huey | -2/+2 |
| 2022-05-13 | Add bound_type_of | Jack Huey | -11/+11 |
| 2022-05-13 | resolve: Move collection of all `macro_rules` in the crate to rustdoc | Vadim Petrochenkov | -2/+6 |
| 2022-05-13 | Add LLVM based mingw-w64 targets | Mateusz Mikuła | -11/+69 |
| 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 | -2/+2 |
| 2022-05-13 | Added note in documentation | Volker-Weissmann | -1/+4 |
| 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 |