| Age | Commit message (Expand) | Author | Lines |
| 2022-04-19 | Rollup merge of #95813 - Urgau:rustdoc-where-clause-space, r=GuillaumeGomez | Dylan DPC | -1/+19 |
| 2022-04-19 | Rollup merge of #95740 - Amanieu:kreg0, r=nagisa | Dylan DPC | -14/+14 |
| 2022-04-19 | asm: Add a kreg0 register class on x86 which includes k0 | Amanieu d'Antras | -14/+14 |
| 2022-04-19 | Rollup merge of #96142 - cjgillot:no-crate-def-index, r=petrochenkov | Dylan DPC | -27/+17 |
| 2022-04-19 | Rollup merge of #96122 - TaKO8Ki:fix-invalid-error-for-suggestion-to-add-slic... | Dylan DPC | -0/+50 |
| 2022-04-19 | Rollup merge of #96086 - jsgf:remove-extern-location, r=davidtwco | Dylan DPC | -217/+0 |
| 2022-04-19 | Rollup merge of #95809 - ytmimi:llvm_stamp_typo, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2022-04-19 | Rollup merge of #94493 - oribenshir:feature/ISSUE-78543_async_fn_in_foreign_c... | Dylan DPC | -3/+15 |
| 2022-04-19 | Auto merge of #95379 - icewind1991:suggest-associated-type-more, r=jackh726 | bors | -10/+33 |
| 2022-04-18 | Auto merge of #96171 - nikic:llvm-update-2, r=cuviper | bors | -0/+0 |
| 2022-04-18 | Auto merge of #96178 - Dylan-DPC:rollup-6z8pcob, r=Dylan-DPC | bors | -193/+365 |
| 2022-04-18 | Rollup merge of #96148 - marmeladema:nll-revisions-self, r=jackh726 | Dylan DPC | -192/+360 |
| 2022-04-18 | Rollup merge of #96143 - Urgau:rustdoc-fix-snapshot-bless, r=GuillaumeGomez | Dylan DPC | -1/+5 |
| 2022-04-18 | Rollup merge of #96032 - ehuss:update-books, r=ehuss | Dylan DPC | -0/+0 |
| 2022-04-18 | Auto merge of #95906 - jyn514:enforce-valid-paths, r=Mark-Simulacrum | bors | -42/+66 |
| 2022-04-18 | Auto merge of #96080 - nikic:ranlib, r=Mark-Simulacrum | bors | -0/+4 |
| 2022-04-18 | Update LLVM submodule | Nikita Popov | -0/+0 |
| 2022-04-18 | Auto merge of #96000 - jyn514:faster-doctests, r=Mark-Simulacrum | bors | -2/+4 |
| 2022-04-18 | implement `Deref` for `Bar` | Takayuki Maeda | -2/+30 |
| 2022-04-18 | Auto merge of #95695 - the8472:vec-codegen-tests, r=Mark-Simulacrum | bors | -4/+63 |
| 2022-04-17 | Add regression test for rustdoc duplicated blanket impls | Guillaume Gomez | -0/+14 |
| 2022-04-17 | Fix rustdoc duplicated blanket impls issue | Guillaume Gomez | -4/+39 |
| 2022-04-17 | Use revisions instead of nll compare mode for `/self/` ui tests | marmeladema | -192/+360 |
| 2022-04-17 | Auto merge of #95779 - cjgillot:ast-lifetimes-undeclared, r=petrochenkov | bors | -191/+701 |
| 2022-04-17 | Fix --bless not working anymore in htmldocck | Loïc BRANSTETT | -1/+5 |
| 2022-04-17 | Bless nll test. | Camille GILLOT | -0/+106 |
| 2022-04-17 | Stop using CRATE_DEF_INDEX. | Camille GILLOT | -27/+17 |
| 2022-04-17 | Remove extra space before a where clause in the documentation | Loïc BRANSTETT | -1/+19 |
| 2022-04-17 | Bless clippy. | Camille GILLOT | -8/+8 |
| 2022-04-17 | Lint elided lifetimes in path on the AST. | Camille GILLOT | -14/+40 |
| 2022-04-17 | Bless tests. | Camille GILLOT | -158/+527 |
| 2022-04-17 | Visit generics inside visit_fn. | Camille GILLOT | -11/+20 |
| 2022-04-17 | Auto merge of #95655 - kckeiks:create-hir-crate-items-query, r=cjgillot | bors | -14/+19 |
| 2022-04-17 | Auto merge of #96010 - eduardosm:Unique-on-top-of-NonNull, r=m-ou-se,tmiasko | bors | -30/+26 |
| 2022-04-17 | Auto merge of #96002 - nnethercote:speed-up-Vec-clear-2, r=m-ou-se | bors | -11/+0 |
| 2022-04-17 | show suggestion to replace generic bounds with associated types in more cases | Robin Appelman | -10/+33 |
| 2022-04-17 | Rollup merge of #96119 - RalfJung:miri, r=RalfJung | Dylan DPC | -8/+6 |
| 2022-04-17 | Rollup merge of #96112 - niluxv:strict-provenance-lint-improvements, r=nagisa | Dylan DPC | -4/+39 |
| 2022-04-17 | Rollup merge of #96105 - jyn514:less-verbose-logging, r=Mark-Simulacrum | Dylan DPC | -1/+7 |
| 2022-04-17 | Rollup merge of #95933 - Urgau:rustdoc-htmldocck-tree-compare, r=GuillaumeGomez | Dylan DPC | -4/+66 |
| 2022-04-17 | Rollup merge of #95346 - Aaron1011:stablize-const-extern-fn, r=pnkfelix | Dylan DPC | -52/+19 |
| 2022-04-16 | Auto merge of #96123 - Dylan-DPC:rollup-qjog6n1, r=Dylan-DPC | bors | -121/+199 |
| 2022-04-16 | Require all paths passed to `ShouldRun::paths` to exist on disk | Joshua Nelson | -42/+66 |
| 2022-04-16 | Rollup merge of #96118 - GuillaumeGomez:cleanup-def-id-item-id, r=notriddle | Dylan DPC | -120/+121 |
| 2022-04-16 | Rollup merge of #96088 - ehuss:update-mdbook, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2022-04-16 | Rollup merge of #95006 - tmiasko:thread-local-static, r=wesleywiser | Dylan DPC | -0/+68 |
| 2022-04-16 | Rollup merge of #94985 - dtolnay:constattr, r=pnkfelix | Dylan DPC | -0/+9 |
| 2022-04-16 | Auto merge of #95993 - jyn514:fix-stage0-doctests, r=Mark-Simulacrum | bors | -1/+3 |
| 2022-04-16 | htmldocck: Compare HTML tree instead of plain text html | Loïc BRANSTETT | -4/+66 |
| 2022-04-17 | fix an invalid error for a suggestion to add a slice in pattern-matching | Takayuki Maeda | -0/+22 |