| Age | Commit message (Expand) | Author | Lines |
| 2022-04-13 | Update cargo | Eric Huss | -4/+5 |
| 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 | 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 | 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 |
| 2022-04-12 | Auto merge of #95987 - m-ou-se:rollup-sdevd9b, r=m-ou-se | bors | -45/+95 |
| 2022-04-12 | Add Rustdoc book link to scrape examples help. Remove remaining panic | Will Crichton | -22/+51 |
| 2022-04-12 | Remove NodeIdHashingMode. | Camille GILLOT | -359/+55 |
| 2022-04-12 | Rollup merge of #95975 - m-ou-se:test-70093-no-cross, r=joshtriplett | Mara Bos | -0/+1 |
| 2022-04-12 | Rollup merge of #95963 - luqmana:llvm-dist-cross-filecheck, r=Mark-Simulacrum | Mara Bos | -2/+2 |
| 2022-04-12 | Rollup merge of #95794 - nnethercote:parse_tt-a-few-more-tweaks, r=petrochenkov | Mara Bos | -28/+13 |
| 2022-04-12 | Rollup merge of #95783 - notriddle:notriddle/doctest-signal, r=GuillaumeGomez | Mara Bos | -15/+79 |
| 2022-04-12 | Fix imports. | Camille GILLOT | -8/+3 |
| 2022-04-12 | Move diagnostic methods to the dedicated module. | Camille GILLOT | -477/+472 |
| 2022-04-12 | Simplify error reporting. | Camille GILLOT | -85/+76 |
| 2022-04-12 | Move path resolution error to rustc_resolve::diagnostics. | Camille GILLOT | -164/+207 |
| 2022-04-12 | Make the logic more explicit with let chains. | Camille GILLOT | -18/+16 |
| 2022-04-12 | Do not record Res when builing a suggestion. | Camille GILLOT | -6/+9 |