| Age | Commit message (Expand) | Author | Lines |
| 2022-07-31 | Auto merge of #99529 - Milo123459:stage-1-test, r=jyn514 | bors | -1/+50 |
| 2022-07-30 | Auto merge of #99959 - cuviper:niche-size, r=eddyb | bors | -0/+469 |
| 2022-07-30 | dont run stage1 tests in pr | Milo | -4/+1 |
| 2022-07-30 | add to full test-suite | Milo | -0/+5 |
| 2022-07-30 | Rollup merge of #99962 - Mark-Simulacrum:detect-ci-artifact-channel, r=jyn514 | Matthias Krüger | -6/+13 |
| 2022-07-30 | Rollup merge of #99950 - GuillaumeGomez:rm-clean-impls, r=Dylan-DPC | Matthias Krüger | -38/+30 |
| 2022-07-30 | Rollup merge of #99890 - compiler-errors:issue-99828, r=lcnr | Matthias Krüger | -6/+41 |
| 2022-07-30 | Rollup merge of #99873 - notriddle:notriddle/invalid-html-tags-webcomponents,... | Matthias Krüger | -2/+28 |
| 2022-07-30 | Rollup merge of #99650 - jyn514:keep-stage-check, r=Mark-Simulacrum | Matthias Krüger | -9/+0 |
| 2022-07-30 | Discover channel for artifact download | Mark Rousskov | -6/+13 |
| 2022-07-30 | Test another enum niche with multiple ZST alignments | Josh Stone | -3/+132 |
| 2022-07-30 | Fix the size of niche enums with ZST alignment | Josh Stone | -0/+340 |
| 2022-07-30 | Auto merge of #99948 - Dylan-DPC:rollup-ed5136t, r=Dylan-DPC | bors | -144/+228 |
| 2022-07-30 | Update src/librustdoc/passes/html_tags.rs | Michael Howell | -1/+1 |
| 2022-07-30 | Remove Clean trait implementation for hir::VariantData | Guillaume Gomez | -19/+13 |
| 2022-07-30 | Remove Clean trait implementation for ty::VariantDef | Guillaume Gomez | -20/+18 |
| 2022-07-30 | Rollup merge of #99903 - gimbles:pub, r=davidtwco | Dylan DPC | -0/+29 |
| 2022-07-30 | Rollup merge of #99895 - compiler-errors:type-ascription-aint-cast, r=davidtwco | Dylan DPC | -73/+73 |
| 2022-07-30 | Rollup merge of #99862 - WaffleLapkin:type_mismatch_fix, r=compiler-errors | Dylan DPC | -63/+119 |
| 2022-07-30 | Rollup merge of #99311 - kckeiks:clean-up-body-owner-methods, r=cjgillot | Dylan DPC | -8/+7 |
| 2022-07-30 | Auto merge of #99887 - nnethercote:rm-TreeAndSpacing, r=petrochenkov | bors | -42/+66 |
| 2022-07-30 | Auto merge of #99868 - yaahc:rustc-perf-bump, r=Mark-Simulacrum | bors | -4/+4 |
| 2022-07-30 | Auto merge of #99796 - compiler-errors:issue-53475, r=oli-obk | bors | -0/+27 |
| 2022-07-30 | Auto merge of #99768 - klensy:bump-deps-07-22, r=Mark-Simulacrum | bors | -2/+6 |
| 2022-07-30 | Auto merge of #99123 - mystor:crossbeam_bridge, r=eddyb | bors | -0/+1 |
| 2022-07-30 | Auto merge of #99925 - JohnTitor:rollup-4bt9ou3, r=JohnTitor | bors | -52/+495 |
| 2022-07-29 | Don't give a hard error for `x check --keep-stage 0` | Joshua Nelson | -9/+0 |
| 2022-07-30 | Rollup merge of #99904 - GuillaumeGomez:cleanup-html-whitespace, r=notriddle | Yuki Okushi | -19/+21 |
| 2022-07-30 | Rollup merge of #99891 - compiler-errors:suggest-slicing-carefully, r=oli-obk | Yuki Okushi | -1/+17 |
| 2022-07-30 | Rollup merge of #99881 - compiler-errors:issue-99876, r=tmiasko | Yuki Okushi | -0/+9 |
| 2022-07-30 | Rollup merge of #99831 - djkoloski:add_fuchsia_target_documentation, r=tmandry | Yuki Okushi | -0/+296 |
| 2022-07-30 | Rollup merge of #99671 - TaKO8Ki:suggest-dereferencing-index, r=compiler-errors | Yuki Okushi | -32/+63 |
| 2022-07-30 | Rollup merge of #99518 - dingxiangfei2009:let-else-additional-tests, r=oli-obk | Yuki Okushi | -0/+89 |
| 2022-07-29 | Avoid ICE when fetching LocalDefId | Miguel Guarniz | -1/+2 |
| 2022-07-29 | Change enclosing_body_owner to return LocalDefId | Miguel Guarniz | -1/+1 |
| 2022-07-29 | Rename local_did to def_id | Miguel Guarniz | -1/+1 |
| 2022-07-29 | Change maybe_body_owned_by to take local def id | Miguel Guarniz | -6/+4 |
| 2022-07-29 | Auto merge of #99730 - lcnr:bound-vars-anon, r=jackh726 | bors | -0/+14 |
| 2022-07-29 | proc_macro: use crossbeam channels for the proc_macro cross-thread bridge | Nika Layzell | -0/+1 |
| 2022-07-29 | Auto merge of #99577 - est31:remove_box_librustdoc, r=jsha | bors | -64/+67 |
| 2022-07-29 | Statically ensure the size of ItemKind | est31 | -0/+4 |
| 2022-07-29 | Box FunctionItem, TyMethodItem, MethodItem, ForeignFunctionItem | est31 | -16/+16 |
| 2022-07-29 | Box TypedefItem, ImplItem, AssocTypeItem variants of ItemKind | est31 | -37/+37 |
| 2022-07-29 | Remove box_syntax feature gate from librustdoc | est31 | -1/+0 |
| 2022-07-29 | Remove box syntax from doctest.rs | est31 | -2/+2 |
| 2022-07-29 | Remove box syntax from Box<rustdoc::clean::types::ItemKind> construction | est31 | -8/+8 |
| 2022-07-29 | Auto merge of #99467 - BelovDV:add_option_link_arg, r=petrochenkov | bors | -8/+67 |
| 2022-07-29 | Add diagnostic when using public instead of pub | Gimgim | -0/+29 |
| 2022-07-29 | Auto merge of #99715 - tmiasko:coverage-run-make, r=Mark-Simulacrum | bors | -13/+17 |
| 2022-07-29 | Remove unwanted extra white space characters from HTML | Guillaume Gomez | -19/+21 |