| Age | Commit message (Expand) | Author | Lines |
| 2022-08-01 | Remove DefId from AssocItemContainer. | Camille GILLOT | -25/+28 |
| 2022-08-01 | Remove visibility from AssocItem. | Camille GILLOT | -1/+1 |
| 2022-08-01 | Store associated item defaultness in impl_defaultness. | Camille GILLOT | -7/+7 |
| 2022-08-01 | Auto merge of #100024 - matthiaskrgr:rollup-36ab4wx, r=matthiaskrgr | bors | -151/+193 |
| 2022-08-01 | Rollup merge of #100020 - CallumIO:issue-99648, r=jyn514 | Matthias Krüger | -3/+3 |
| 2022-08-01 | Rollup merge of #100003 - nnethercote:improve-size-assertions, r=lqd | Matthias Krüger | -39/+16 |
| 2022-08-01 | Rollup merge of #99976 - willcrichton:example-analyzer, r=jyn514 | Matthias Krüger | -0/+27 |
| 2022-08-01 | Rollup merge of #99911 - cjgillot:no-guess, r=davidtwco | Matthias Krüger | -56/+65 |
| 2022-08-01 | Rollup merge of #99864 - klensy:bootstrap-art-dupe, r=jyn514 | Matthias Krüger | -24/+28 |
| 2022-08-01 | Rollup merge of #99629 - obeis:issue-99470, r=compiler-errors | Matthias Krüger | -29/+54 |
| 2022-08-01 | Auto merge of #99884 - nnethercote:lexer-improvements, r=matklad | bors | -5/+5 |
| 2022-08-01 | fix: better error when python not found in x | Callum Leslie | -3/+3 |
| 2022-08-01 | Make Rustdoc exit with correct error code when scrape examples from invalid f... | Will Crichton | -0/+27 |
| 2022-08-01 | Auto merge of #99944 - bjorn3:hide_proc_macro_symbols, r=eddyb | bors | -35/+35 |
| 2022-08-01 | Auto merge of #99998 - matthiaskrgr:rollup-igafy0r, r=matthiaskrgr | bors | -1014/+1037 |
| 2022-08-01 | Improve size assertions. | Nicholas Nethercote | -39/+16 |
| 2022-08-01 | Shrink `Token`. | Nicholas Nethercote | -5/+5 |
| 2022-07-31 | Rollup merge of #99986 - WaffleLapkin:record_struct_wrap_suggestion, r=compil... | Matthias Krüger | -5/+15 |
| 2022-07-31 | Rollup merge of #99980 - GuillaumeGomez:rm-clean-impls, r=Dylan-DPC | Matthias Krüger | -22/+16 |
| 2022-07-31 | Rollup merge of #99973 - RalfJung:layout-things, r=eddyb | Matthias Krüger | -920/+920 |
| 2022-07-31 | Rollup merge of #99620 - hudson-ayers:fix-location-detail, r=davidtwco | Matthias Krüger | -3/+14 |
| 2022-07-31 | Rollup merge of #99519 - Urgau:check-cfg-implicit, r=petrochenkov | Matthias Krüger | -64/+72 |
| 2022-07-31 | Improve `cannot move out of` error message | Obei Sideg | -29/+54 |
| 2022-07-31 | Allow try-perf branch to run in CI | Ryan Levick | -2/+2 |
| 2022-07-31 | --bless tests | Maybe Waffle | -5/+15 |
| 2022-07-31 | Remove Clean trait implementation for hir::TypeBindingKind | Guillaume Gomez | -8/+2 |
| 2022-07-31 | reorder fields in Laout debug output | Ralf Jung | -920/+920 |
| 2022-07-31 | Remove Clean trait implementation for hir::TypeBinding | Guillaume Gomez | -7/+9 |
| 2022-07-31 | Remove Clean trait implementation for hir::Path | Guillaume Gomez | -8/+6 |
| 2022-07-31 | Rollup merge of #99974 - TaKO8Ki:suggest-removing-semicolon-and-boxing-the-ex... | Dylan DPC | -0/+200 |
| 2022-07-31 | Rollup merge of #99741 - compiler-errors:copy-impl-impl-generics, r=fee1-dead | Dylan DPC | -0/+95 |
| 2022-07-31 | Rollup merge of #99186 - camsteffen:closure-localdefid, r=cjgillot | Dylan DPC | -1/+1 |
| 2022-07-31 | Add issue reference | bjorn3 | -2/+2 |
| 2022-07-31 | Remove workarounds for issue 59998 | bjorn3 | -35/+5 |
| 2022-07-31 | Auto merge of #99529 - Milo123459:stage-1-test, r=jyn514 | bors | -1/+50 |
| 2022-07-31 | add a test to check if `suggest_remove_semi_or_return_binding` is working wel... | Takayuki Maeda | -0/+200 |
| 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 | Use LocalDefId for closures more | Cameron Steffen | -1/+1 |
| 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 |