| Age | Commit message (Expand) | Author | Lines |
| 2022-04-18 | implement `Deref` for `Bar` | Takayuki Maeda | -2/+30 |
| 2022-04-18 | stop using `Autoderef` | Takayuki Maeda | -33/+29 |
| 2022-04-17 | fix an invalid error for a suggestion to add a slice in pattern-matching | Takayuki Maeda | -46/+69 |
| 2022-04-14 | Auto merge of #95315 - compiler-errors:pointee-fix, r=pnkfelix | bors | -1/+30 |
| 2022-04-14 | Auto merge of #96031 - ehuss:update-cargo, r=ehuss | bors | -4/+5 |
| 2022-04-14 | Auto merge of #95928 - nnethercote:rm-TokenTree-Clone, r=petrochenkov | bors | -106/+164 |
| 2022-04-13 | Update cargo | Eric Huss | -4/+5 |
| 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 | -81/+94 |
| 2022-04-13 | Auto merge of #95958 - jhpratt:bump-stdarch, r=Dylan-DPC | bors | -0/+0 |
| 2022-04-13 | Auto merge of #96015 - Dylan-DPC:rollup-vhdprid, r=Dylan-DPC | bors | -93/+391 |
| 2022-04-13 | Rollup merge of #96006 - hkBst:patch-2, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2022-04-13 | Rollup merge of #96005 - hkBst:patch-1, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2022-04-13 | Rollup merge of #95991 - PoorlyDefinedBehaviour:fix/issue_95898, r=fee1-dead | Dylan DPC | -2/+32 |
| 2022-04-13 | Rollup merge of #95962 - sourcefrog:doc-direntry, r=Dylan-DPC | Dylan DPC | -0/+10 |
| 2022-04-13 | Rollup merge of #95885 - gimbles:patch-1, r=Mark-Simulacrum | Dylan DPC | -1/+5 |
| 2022-04-13 | Rollup merge of #93217 - willcrichton:example-analyzer, r=GuillaumeGomez | Dylan DPC | -88/+342 |
| 2022-04-13 | fix: wrong trait import suggestion for T: | Bruno Felipe Francisco | -2/+32 |
| 2022-04-13 | Auto merge of #95727 - m-ou-se:futex-reentrantmutex, r=Amanieu | bors | -7/+101 |
| 2022-04-13 | Add a missing article | Marijn Schouten | -1/+1 |
| 2022-04-13 | Auto merge of #95656 - cjgillot:no-id-hashing-mode, r=Aaron1011 | bors | -389/+85 |
| 2022-04-13 | Add missing article to fix "few" to "a few". | Marijn Schouten | -1/+1 |
| 2022-04-13 | Improve error message when there's no checksum | gimbles | -1/+5 |
| 2022-04-13 | Auto merge of #94255 - b-naber:use-mir-constant-in-thir, r=oli-obk | bors | -55/+227 |
| 2022-04-13 | Use .extend(..) instead of push()-ing in loop | Martin Gammelsæter | -18/+12 |
| 2022-04-13 | Auto merge of #95999 - Dylan-DPC:rollup-k2r3k11, r=Dylan-DPC | bors | -12/+44 |
| 2022-04-13 | Rollup merge of #95989 - rust-lang:notriddle/issue-82446, r=compiler-errors | Dylan DPC | -0/+27 |
| 2022-04-13 | Rollup merge of #95984 - wcampbell0x2a:fix-spelling, r=thomcc | Dylan DPC | -1/+1 |
| 2022-04-13 | Rollup merge of #95954 - AnthonyMikh:fix-broken-coverage-docs-screenshot-link... | Dylan DPC | -1/+1 |
| 2022-04-13 | Rollup merge of #95441 - AlecGoncharow:issue-95204-fix, r=Mark-Simulacrum | Dylan DPC | -10/+15 |
| 2022-04-13 | errors: lazily load fallback fluent bundle | David Wood | -81/+94 |
| 2022-04-13 | Pass a slice instead of a `Vec` to `transcribe`. | Nicholas Nethercote | -3/+3 |
| 2022-04-13 | Avoid use of `Lrc` in `mbe::Frame`. | Nicholas Nethercote | -29/+38 |
| 2022-04-13 | `SequenceRepetition` and `Delimited` don't need to be `Clone`. | Nicholas Nethercote | -2/+2 |
| 2022-04-13 | Auto merge of #95990 - Dylan-DPC:rollup-r9bh9t7, r=Dylan-DPC | bors | -2558/+3184 |
| 2022-04-12 | Auto merge of #95905 - vacuus:markdown-render, r=GuillaumeGomez | bors | -2/+3 |
| 2022-04-12 | Rollup merge of #95986 - yaahc:libs-autolabel, r=Mark-Simulacrum | Dylan DPC | -0/+15 |
| 2022-04-12 | Rollup merge of #95973 - oli-obk:tait_ub3, r=compiler-errors | Dylan DPC | -48/+204 |
| 2022-04-12 | Rollup merge of #95970 - WaffleLapkin:nicer_trait_suggestions, r=compiler-errors | Dylan DPC | -9/+124 |
| 2022-04-12 | Rollup merge of #95918 - compiler-errors:issue-95878, r=cjgillot | Dylan DPC | -0/+29 |
| 2022-04-12 | Rollup merge of #95914 - c410-f3r:meta-vars, r=petrochenkov | Dylan DPC | -67/+74 |
| 2022-04-12 | Rollup merge of #95405 - cjgillot:probe, r=petrochenkov | Dylan DPC | -2191/+2337 |
| 2022-04-12 | Rollup merge of #95316 - fmease:rustdoc-discr-req-prov-assoc-consts-tys, r=no... | Dylan DPC | -243/+401 |
| 2022-04-12 | Bless tests. | Camille GILLOT | -30/+30 |
| 2022-04-12 | Handle `unusable_binding` more compactly. | Vadim Petrochenkov | -17/+14 |
| 2022-04-12 | Apply suggestions from code review | Oli Scherer | -2/+2 |
| 2022-04-12 | Implement tuples using recursion | Caio | -67/+74 |
| 2022-04-12 | regression test for spurrious "help: store this in the heap" | Michael Howell | -0/+27 |