| Age | Commit message (Expand) | Author | Lines |
| 2022-05-06 | Resolve vars before emitting coerce suggestions too | Jack Huey | -0/+16 |
| 2022-05-06 | Resolve vars in note_type_err | Jack Huey | -129/+134 |
| 2022-05-07 | Permit asm_const and asm_sym to reference outer generic params | Gary Guo | -13/+33 |
| 2022-05-06 | Add regression test for #96319 | Aaron Hill | -0/+34 |
| 2022-05-07 | Auto merge of #96531 - kckeiks:remove-item-like-visitor-from-rustc-typeck, r=... | bors | -8/+8 |
| 2022-05-06 | Point at closure args too | Jack Huey | -3/+42 |
| 2022-05-06 | Remove previously deleted test files | Jack Huey | -93/+0 |
| 2022-05-06 | Add rustdoc documentation about unstable feature "jump to def" | Guillaume Gomez | -0/+7 |
| 2022-05-06 | Add regression test for jump-to-def | Guillaume Gomez | -0/+18 |
| 2022-05-06 | Remove unneeded SpanMapVisitor::visit_generics function | Guillaume Gomez | -13/+1 |
| 2022-05-06 | Rollup merge of #96772 - TaKO8Ki:suggest-fully-qualified-path-with-appropriat... | Guillaume Gomez | -0/+85 |
| 2022-05-06 | Rollup merge of #96754 - notriddle:notriddle/impl-dups, r=GuillaumeGomez | Guillaume Gomez | -17/+127 |
| 2022-05-06 | Rollup merge of #96752 - scottmcm:error-sorting, r=compiler-errors | Guillaume Gomez | -3/+3 |
| 2022-05-06 | Rollup merge of #96748 - GuillaumeGomez:reexports-in-search, r=notriddle | Guillaume Gomez | -12/+71 |
| 2022-05-06 | Rollup merge of #96650 - tmiasko:global-asm-sym-fn, r=Amanieu | Guillaume Gomez | -0/+5 |
| 2022-05-06 | Rollup merge of #96590 - notriddle:notriddle/tab-bar-fn-search, r=GuillaumeGo... | Guillaume Gomez | -48/+113 |
| 2022-05-06 | Rollup merge of #96557 - nbdd0121:const, r=oli-obk | Guillaume Gomez | -6/+84 |
| 2022-05-06 | Link to correct issue in issue-95034 test | Ali MJ Al-Nasrawy | -0/+2 |
| 2022-05-07 | Fix an incorrect link in The Unstable Book | Koichi ITO | -1/+1 |
| 2022-05-06 | Update LLVM version used to build OS X and Windows artifacts to 14.0.2 | Jakub Beránek | -1/+1 |
| 2022-05-06 | use def_span and def_kind queries instead of calling tcx.hir() methods | Miguel Guarniz | -6/+6 |
| 2022-05-06 | remove ItemLikeVisitor impl for InherentCollect | Miguel Guarniz | -2/+2 |
| 2022-05-07 | Make the test `check-pass` not to produce a JSON file | Yuki Okushi | -1/+1 |
| 2022-05-07 | Also suggest calling constructors for external DefIds | Yuki Okushi | -1/+6 |
| 2022-05-06 | suggest fully qualified path with appropriate params | Takayuki Maeda | -0/+85 |
| 2022-05-06 | Auto merge of #96268 - jackh726:remove-mutable_borrow_reservation_conflict-li... | bors | -276/+76 |
| 2022-05-06 | Add missing newline | Michael Howell | -1/+1 |
| 2022-05-06 | Add GUI test for search reexports | Guillaume Gomez | -9/+42 |
| 2022-05-06 | Fix reexports missing from the search index | Guillaume Gomez | -3/+29 |
| 2022-05-06 | wording tweaks | Ellen | -18/+18 |
| 2022-05-06 | bless mir-opt | Ralf Jung | -30/+30 |
| 2022-05-06 | make Size and Align debug-printing a bit more compact | Ralf Jung | -521/+190 |
| 2022-05-06 | rustdoc: don't build `rayon` for non-windows targets | klensy | -2/+9 |
| 2022-05-06 | macros: allow `Vec` fields in diagnostic derive | David Wood | -0/+8 |
| 2022-05-05 | Rollup merge of #96741 - GuillaumeGomez:improve-settings-loading-strategy, r=... | Michael Goulet | -4/+4 |
| 2022-05-05 | Rollup merge of #96730 - JohnTitor:unused-lifetimes-tests, r=compiler-errors | Michael Goulet | -0/+54 |
| 2022-05-05 | Rollup merge of #96704 - GuillaumeGomez:rotation-animation, r=jsha | Michael Goulet | -0/+14 |
| 2022-05-06 | bootstrap: bsd platform flags for split debuginfo | David Wood | -2/+6 |
| 2022-05-05 | Don't constantly rebuild clippy on `x test src/tools/clippy`. | Joshua Nelson | -2/+4 |
| 2022-05-05 | Fix test case checking for where the JS goes | Michael Howell | -1/+1 |
| 2022-05-05 | Enable compiler-docs by default for `compiler`, `codegen`, and `tools` profiles. | Joshua Nelson | -0/+10 |
| 2022-05-05 | rustdoc: ensure HTML/JS side implementors don't have dups | Michael Howell | -16/+126 |
| 2022-05-05 | Put the 2229 migration errors in alphabetical order | Scott McMurray | -3/+3 |
| 2022-05-05 | Auto merge of #96520 - lcnr:general-incoherent-impls, r=petrochenkov | bors | -0/+226 |
| 2022-05-06 | Fix an ICE on #96738 | Yuki Okushi | -0/+14 |
| 2022-05-05 | Auto merge of #96735 - flip1995:clippyup, r=Manishearth | bors | -2639/+6204 |
| 2022-05-05 | Improve settings loading strategy by loading CSS and JS at the same time to p... | Guillaume Gomez | -4/+4 |
| 2022-05-05 | Allow unused rules in the testsuite where the lint triggers | est31 | -3/+14 |
| 2022-05-05 | Add tests | est31 | -43/+195 |
| 2022-05-05 | Allow unused rules in some places in the compiler, library and tools | est31 | -4/+0 |