| Age | Commit message (Expand) | Author | Lines |
| 2022-04-17 | show suggestion to replace generic bounds with associated types in more cases | Robin Appelman | -14/+49 |
| 2022-04-16 | Rollup merge of #96058 - euclio:flock-impls, r=nagisa | Dylan DPC | -215/+194 |
| 2022-04-16 | Rollup merge of #95908 - compiler-errors:shallow_resolve_ty-inline, r=oli-obk | Dylan DPC | -44/+39 |
| 2022-04-16 | Rollup merge of #95426 - b-naber:valtrees-slice, r=RalfJung,oli-obk | Dylan DPC | -27/+59 |
| 2022-04-16 | Rollup merge of #95006 - tmiasko:thread-local-static, r=wesleywiser | Dylan DPC | -0/+16 |
| 2022-04-16 | Rollup merge of #94985 - dtolnay:constattr, r=pnkfelix | Dylan DPC | -6/+17 |
| 2022-04-16 | Auto merge of #96117 - Dylan-DPC:rollup-5traczf, r=Dylan-DPC | bors | -36/+33 |
| 2022-04-16 | Rollup merge of #96023 - matthiaskrgr:clippyper1304, r=lcnr | Dylan DPC | -6/+5 |
| 2022-04-16 | Rollup merge of #95887 - petrochenkov:doclink5, r=cjgillot | Dylan DPC | -30/+28 |
| 2022-04-16 | Auto merge of #95689 - lqd:self-profiler, r=wesleywiser | bors | -13/+103 |
| 2022-04-16 | Auto merge of #96108 - Dylan-DPC:rollup-t5f2fc9, r=Dylan-DPC | bors | -42/+91 |
| 2022-04-16 | Auto merge of #92364 - jackh726:Quantumplation/65853/param-heuristics, r=este... | bors | -206/+1121 |
| 2022-04-16 | Implementation for 65853 | Jack Huey | -206/+1121 |
| 2022-04-16 | Rollup merge of #96050 - oli-obk:deaggregator_cleanup, r=RalfJung | Dylan DPC | -19/+3 |
| 2022-04-16 | Rollup merge of #96004 - JakobDegen:fix-validator-ice, r=petrochenkov | Dylan DPC | -5/+5 |
| 2022-04-16 | Rollup merge of #95961 - RalfJung:gather-scatter, r=workingjubilee | Dylan DPC | -0/+23 |
| 2022-04-16 | Rollup merge of #95859 - rainy-me:unterminated-nested-block-comment, r=petroc... | Dylan DPC | -10/+50 |
| 2022-04-16 | Rollup merge of #95372 - RalfJung:unaligned_references, r=oli-obk | Dylan DPC | -4/+2 |
| 2022-04-16 | Rollup merge of #93969 - bjorn3:codegen_backend_dep_info, r=pnkfelix | Dylan DPC | -4/+8 |
| 2022-04-16 | Auto merge of #94468 - Amanieu:global_asm_sym, r=nagisa | bors | -180/+513 |
| 2022-04-15 | Rollup merge of #96065 - TaKO8Ki:use-`format-args-capture`-and-remove-unneces... | Dylan DPC | -676/+605 |
| 2022-04-15 | Rollup merge of #96027 - matthiaskrgr:clippy_rec, r=fee1-dead | Dylan DPC | -30/+15 |
| 2022-04-15 | Rollup merge of #96026 - matthiaskrgr:clippy_compl_1304, r=Dylan-DPC | Dylan DPC | -29/+25 |
| 2022-04-15 | Rollup merge of #95749 - compiler-errors:ambig, r=oli-obk | Dylan DPC | -2/+2 |
| 2022-04-15 | Rollup merge of #95194 - kckeiks:update-algo-in-find-use-placement, r=pnkfelix | Dylan DPC | -140/+47 |
| 2022-04-15 | Rollup merge of #94849 - ouz-a:master4, r=oli-obk | Dylan DPC | -11/+10 |
| 2022-04-15 | Rollup merge of #94461 - jhpratt:2024-edition, r=pnkfelix | Dylan DPC | -4/+43 |
| 2022-04-15 | Rollup merge of #94457 - jhpratt:stabilize-derive_default_enum, r=davidtwco | Dylan DPC | -19/+8 |
| 2022-04-15 | Add codegen for global_asm! sym operands | Amanieu d'Antras | -22/+137 |
| 2022-04-15 | use `format-args-capture` and remove unnecessary nested block | Takayuki Maeda | -676/+605 |
| 2022-04-14 | make unaligned_reference warning visible in future compat report | Ralf Jung | -0/+1 |
| 2022-04-14 | make unaligned_references lint deny-by-default | Ralf Jung | -4/+1 |
| 2022-04-14 | separate flock implementations into separate modules | Andy Russell | -215/+194 |
| 2022-04-14 | Update issue-92893.stderr | ouz-a | -11/+10 |
| 2022-04-14 | handle arrays and slices uniformly in valtree creation | b-naber | -31/+13 |
| 2022-04-14 | library: Move `CStr` to libcore, and `CString` to liballoc | Vadim Petrochenkov | -11/+29 |
| 2022-04-14 | Auto merge of #95315 - compiler-errors:pointee-fix, r=pnkfelix | bors | -1/+11 |
| 2022-04-14 | Reimplement lowering of sym operands for asm! so that it also works with glob... | Amanieu d'Antras | -158/+376 |
| 2022-04-14 | Remove some now-dead code that was only relevant before deaggregation. | Oli Scherer | -19/+3 |
| 2022-04-14 | refactor: change to use peekable | rainy-me | -20/+17 |
| 2022-04-14 | remove redundant function param in check_for_self_assign_helper() | Matthias Krüger | -3/+2 |
| 2022-04-14 | remove reudndant function param in check_matcher_core() | Matthias Krüger | -19/+7 |
| 2022-04-14 | remove function param that is only used in recursive of fn inner() | Matthias Krüger | -8/+6 |
| 2022-04-14 | Auto merge of #95928 - nnethercote:rm-TokenTree-Clone, r=petrochenkov | bors | -106/+164 |
| 2022-04-13 | Auto merge of #95981 - martingms:invert-line-offset-parsing, r=nnethercote | bors | -11/+14 |
| 2022-04-14 | `mbe::TokenTree`: remove `Lrc` around `Delimited` and `SequenceRepetition`. | Nicholas Nethercote | -19/+10 |
| 2022-04-14 | Introduce `TtHandle` and use it in `TokenSet`. | Nicholas Nethercote | -53/+111 |
| 2022-04-13 | Auto merge of #95968 - davidtwco:translation-lazy-fallback, r=oli-obk | bors | -64/+74 |
| 2022-04-13 | couple of clippy::complexity fixes | Matthias Krüger | -29/+25 |
| 2022-04-13 | couple of clippy::perf fixes | Matthias Krüger | -6/+5 |