| Age | Commit message (Expand) | Author | Lines |
| 2022-04-17 | Visit generics inside visit_fn. | Camille GILLOT | -11/+20 |
| 2022-04-16 | Auto merge of #96123 - Dylan-DPC:rollup-qjog6n1, r=Dylan-DPC | bors | -121/+199 |
| 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 | Rename `def_id` into `item_id` when the type is `ItemId` for readability | Guillaume Gomez | -120/+121 |
| 2022-04-16 | Rollup merge of #96059 - euclio:doc-cfg, r=manishearth,guillaumegomez | Dylan DPC | -54/+43 |
| 2022-04-16 | Rollup merge of #96047 - lnicola:rust-analyzer-2022-04-14, r=lnicola | Dylan DPC | -31/+16 |
| 2022-04-16 | Rollup merge of #96035 - Gumichocopengin8:feature/update-github-action-versio... | Dylan DPC | -2/+2 |
| 2022-04-16 | Rollup merge of #96023 - matthiaskrgr:clippyper1304, r=lcnr | Dylan DPC | -1/+1 |
| 2022-04-16 | Rollup merge of #95887 - petrochenkov:doclink5, r=cjgillot | Dylan DPC | -15/+20 |
| 2022-04-16 | Auto merge of #96108 - Dylan-DPC:rollup-t5f2fc9, r=Dylan-DPC | bors | -42/+572 |
| 2022-04-16 | Auto merge of #92364 - jackh726:Quantumplation/65853/param-heuristics, r=este... | bors | -2855/+9319 |
| 2022-04-16 | Implementation for 65853 | Jack Huey | -2855/+9319 |
| 2022-04-16 | Rollup merge of #96004 - JakobDegen:fix-validator-ice, r=petrochenkov | Dylan DPC | -0/+10 |
| 2022-04-16 | Rollup merge of #95961 - RalfJung:gather-scatter, r=workingjubilee | Dylan DPC | -0/+26 |
| 2022-04-16 | Rollup merge of #95859 - rainy-me:unterminated-nested-block-comment, r=petroc... | Dylan DPC | -0/+25 |
| 2022-04-16 | Rollup merge of #95372 - RalfJung:unaligned_references, r=oli-obk | Dylan DPC | -37/+488 |
| 2022-04-16 | Rollup merge of #94605 - Michcioperz:patch-1, r=pnkfelix | Dylan DPC | -3/+6 |
| 2022-04-16 | Rollup merge of #93969 - bjorn3:codegen_backend_dep_info, r=pnkfelix | Dylan DPC | -2/+17 |
| 2022-04-16 | Auto merge of #94468 - Amanieu:global_asm_sym, r=nagisa | bors | -65/+141 |
| 2022-04-16 | Update tests for sym support in global_asm! | Amanieu d'Antras | -58/+115 |
| 2022-04-16 | Auto merge of #95450 - jyn514:faster-doc, r=Mark-Simulacrum | bors | -16/+20 |
| 2022-04-15 | add codegen smoke test | Ralf Jung | -0/+26 |
| 2022-04-15 | Update mdbook | Eric Huss | -1/+1 |
| 2022-04-15 | Rollup merge of #96062 - ehuss:test-termination, r=Dylan-DPC | Dylan DPC | -1/+3 |
| 2022-04-15 | Rollup merge of #95749 - compiler-errors:ambig, r=oli-obk | Dylan DPC | -25/+23 |
| 2022-04-15 | Rollup merge of #95194 - kckeiks:update-algo-in-find-use-placement, r=pnkfelix | Dylan DPC | -8/+10 |
| 2022-04-15 | Rollup merge of #94849 - ouz-a:master4, r=oli-obk | Dylan DPC | -4/+31 |
| 2022-04-15 | Rollup merge of #94461 - jhpratt:2024-edition, r=pnkfelix | Dylan DPC | -8/+15 |
| 2022-04-15 | Rollup merge of #94457 - jhpratt:stabilize-derive_default_enum, r=davidtwco | Dylan DPC | -53/+29 |
| 2022-04-15 | clippy: Update full path to `CString` | Vadim Petrochenkov | -1/+1 |
| 2022-04-14 | make unaligned_reference warning visible in future compat report | Ralf Jung | -0/+450 |
| 2022-04-14 | make unaligned_references lint deny-by-default | Ralf Jung | -37/+38 |
| 2022-04-14 | clarify doc(cfg) wording | Andy Russell | -54/+43 |
| 2022-04-14 | Don't build the library and standard library before documenting them | Joshua Nelson | -16/+20 |
| 2022-04-14 | docs: Update tests chapter for Termination stabilization | Eric Huss | -1/+3 |
| 2022-04-14 | Update issue-92893.stderr | ouz-a | -4/+31 |
| 2022-04-14 | update: actions/checkout@v2 to actions/checkout@v3 | Keita Nonaka | -2/+2 |
| 2022-04-14 | Auto merge of #95315 - compiler-errors:pointee-fix, r=pnkfelix | bors | -0/+19 |
| 2022-04-14 | Reimplement lowering of sym operands for asm! so that it also works with glob... | Amanieu d'Antras | -7/+26 |
| 2022-04-14 | :arrow_up: rust-analyzer | Laurențiu Nicola | -31/+16 |
| 2022-04-14 | refactor: change to use peekable | rainy-me | -1/+1 |
| 2022-04-13 | Update cargo | Eric Huss | -0/+0 |
| 2022-04-13 | Auto merge of #95968 - davidtwco:translation-lazy-fallback, r=oli-obk | bors | -17/+20 |
| 2022-04-13 | couple of clippy::perf fixes | Matthias Krüger | -1/+1 |
| 2022-04-14 | improve diagnostics for unterminated nested block comment | rainy-me | -0/+25 |
| 2022-04-13 | Rollup merge of #95991 - PoorlyDefinedBehaviour:fix/issue_95898, r=fee1-dead | Dylan DPC | -0/+24 |