| Age | Commit message (Expand) | Author | Lines |
| 2022-03-06 | Auto merge of #94679 - matthiaskrgr:rollup-9vd7w6a, r=matthiaskrgr | bors | -1/+1 |
| 2022-03-06 | Rollup merge of #94672 - joedeandev:master, r=Dylan-DPC | Matthias Krüger | -1/+1 |
| 2022-03-06 | Auto merge of #94579 - tmiasko:target-features, r=nagisa | bors | -3/+3 |
| 2022-03-06 | Fix missing struct field separators under certain conditions | cassaundra | -3/+20 |
| 2022-03-07 | remove unnecessary `..` patterns | Takayuki Maeda | -1/+1 |
| 2022-03-06 | Auto merge of #94673 - matthiaskrgr:rollup-2tnifg9, r=matthiaskrgr | bors | -78/+151 |
| 2022-03-06 | Updated corresponding stderr | Joe | -1/+1 |
| 2022-03-06 | Rollup merge of #94617 - pierwill:update-itertools, r=Mark-Simulacrum | Matthias Krüger | -5/+5 |
| 2022-03-06 | Rollup merge of #93412 - fee1-dead:improve-rustdoc-const-bounds, r=GuillaumeG... | Matthias Krüger | -73/+146 |
| 2022-03-06 | Rollup merge of #94621 - ridwanabdillahi:lld-rel-dbg, r=Mark-Simulacrum | fee1-dead | -1/+9 |
| 2022-03-06 | Auto merge of #90076 - jackh726:wherethewhere, r=nikomatsakis | bors | -203/+251 |
| 2022-03-06 | Constify slice index for strings | Deadbeef | -8/+8 |
| 2022-03-06 | Auto merge of #94658 - RalfJung:miri, r=RalfJung | bors | -8/+9 |
| 2022-03-05 | update Miri | Ralf Jung | -8/+9 |
| 2022-03-06 | Auto merge of #93805 - petrochenkov:doclinkself, r=camelid,GuillaumeGomez | bors | -91/+134 |
| 2022-03-05 | Auto merge of #94648 - RalfJung:rollup-4iorcrd, r=RalfJung | bors | -11/+78 |
| 2022-03-05 | Update new tests | Jack Huey | -27/+5 |
| 2022-03-05 | Review changes | Jack Huey | -44/+106 |
| 2022-03-05 | Change to lint | Jack Huey | -12/+18 |
| 2022-03-05 | Change syntax for TyAlias where clauses | Jack Huey | -34/+74 |
| 2022-03-05 | Change syntax for TyAlias where clauses | Jack Huey | -174/+176 |
| 2022-03-05 | Rollup merge of #94642 - GuillaumeGomez:source-code-scroll, r=Urgau | Ralf Jung | -9/+56 |
| 2022-03-05 | Rollup merge of #94633 - TaKO8Ki:suggest-removing-semicolon-after-derive-attr... | Ralf Jung | -0/+18 |
| 2022-03-05 | Rollup merge of #94630 - ehuss:remove-tier-2-docs-note, r=Mark-Simulacrum | Ralf Jung | -2/+4 |
| 2022-03-05 | Auto merge of #92123 - m-ou-se:thread-local-cell-methods, r=joshtriplett | bors | -63/+120 |
| 2022-03-06 | suggest removing a semicolon after derive attributes | Takayuki Maeda | -0/+18 |
| 2022-03-05 | Update note about tier 2 docs. | Eric Huss | -2/+4 |
| 2022-03-05 | Restrict oom_unwind test to Linux | Amanieu d'Antras | -0/+1 |
| 2022-03-05 | Add GUI test for source code viewer scroll handling | Guillaume Gomez | -0/+49 |
| 2022-03-05 | Scroll when the anchor change and is linking outside of the displayed content | Guillaume Gomez | -9/+7 |
| 2022-03-05 | Merge build_helper into util | bjorn3 | -182/+166 |
| 2022-03-05 | Remove build_helper | bjorn3 | -103/+29 |
| 2022-03-05 | Improve unexpected_cfgs lint when their is no value expected | Loïc BRANSTETT | -4/+22 |
| 2022-03-05 | Update tests. | Mara Bos | -63/+120 |
| 2022-03-05 | Auto merge of #94634 - Dylan-DPC:rollup-8wx1yrj, r=Dylan-DPC | bors | -70/+62 |
| 2022-03-04 | check extra args even if the function is not c_variadic | Michael Goulet | -0/+21 |
| 2022-03-05 | Rollup merge of #94631 - nebulatgs:patch-1, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2022-03-05 | Rollup merge of #94626 - marmeladema:issue-47511-known-bug, r=jackh726 | Dylan DPC | -4/+5 |
| 2022-03-05 | Rollup merge of #94624 - estebank:regression-94508, r=Dylan-DPC | Dylan DPC | -27/+15 |
| 2022-03-05 | Rollup merge of #94460 - eholk:reenable-drop-tracking-tests, r=tmiasko | Dylan DPC | -38/+41 |
| 2022-03-05 | Auto merge of #93142 - estebank:missing-main, r=wesleywiser | bors | -100/+51 |
| 2022-03-05 | Do not point at whole file missing `fn main` | Esteban Kuber | -100/+51 |
| 2022-03-04 | Fix typo in c-variadic | Nebula | -1/+1 |
| 2022-03-05 | Auto merge of #94628 - Dylan-DPC:rollup-v2slupe, r=Dylan-DPC | bors | -4/+145 |
| 2022-03-04 | Change `rustc_deprecated` to use `note` | Jacob Pratt | -139/+139 |
| 2022-03-04 | Update use_suggestion_placement.rs test, removing the FIXME that this PR fixes. | Felix S. Klock II | -13/+5 |
| 2022-03-04 | Placate tidy in submodule. | Felix S. Klock II | -2/+11 |
| 2022-03-04 | Placate tidy in submodule. | Felix S. Klock II | -2/+11 |
| 2022-03-04 | Rollup merge of #94596 - compiler-errors:delay-adjustment-duplicate, r=estebank | Dylan DPC | -1/+42 |
| 2022-03-04 | Rollup merge of #94595 - TaKO8Ki:fix-invalid-unresolved-imports-errors-for-as... | Dylan DPC | -0/+28 |