| Age | Commit message (Expand) | Author | Lines |
| 2022-09-14 | cache collect_trait_impl_trait_tys | Michael Goulet | -2/+9 |
| 2022-09-13 | Auto merge of #101777 - matthiaskrgr:rollup-x2dyaa2, r=matthiaskrgr | bors | -27/+139 |
| 2022-09-13 | Rollup merge of #101765 - GuillaumeGomez:tyctxt-visibility-doc, r=jyn514 | Matthias Krüger | -0/+10 |
| 2022-09-13 | Rollup merge of #101752 - GuillaumeGomez:improve-attr-docs, r=lqd | Matthias Krüger | -1/+11 |
| 2022-09-13 | Rollup merge of #101266 - LuisCardosoOliveira:translation-rustcsession-pt3, r... | Matthias Krüger | -26/+118 |
| 2022-09-13 | Auto merge of #101086 - cjgillot:thir-param, r=oli-obk | bors | -427/+390 |
| 2022-09-13 | Use def_span for external requirements. | Camille GILLOT | -2/+3 |
| 2022-09-13 | Shrink some visibilities. | Camille GILLOT | -17/+17 |
| 2022-09-13 | Also compute implicit params in THIR. | Camille GILLOT | -84/+98 |
| 2022-09-13 | Compute explicit MIR params on THIR. | Camille GILLOT | -55/+85 |
| 2022-09-13 | Simplify MIR building entry. | Camille GILLOT | -281/+250 |
| 2022-09-13 | Use tcx.hir() utils for spans in MIR building. | Camille GILLOT | -46/+20 |
| 2022-09-13 | Only keep one version of ImplicitSelfKind. | Camille GILLOT | -38/+13 |
| 2022-09-13 | Auto merge of #101615 - compiler-errors:rpitit-perf, r=oli-obk | bors | -23/+132 |
| 2022-09-13 | Add documentation for TyCtxt::visibility | Guillaume Gomez | -0/+10 |
| 2022-09-13 | Auto merge of #101757 - Dylan-DPC:rollup-wkt6oe9, r=Dylan-DPC | bors | -231/+214 |
| 2022-09-13 | Rollup merge of #101700 - compiler-errors:deletion-span, r=davidtwco | Dylan DPC | -19/+25 |
| 2022-09-13 | Rollup merge of #101690 - kadiwa4:avoid_iterator_last, r=oli-obk | Dylan DPC | -12/+8 |
| 2022-09-13 | Rollup merge of #101602 - nnethercote:AttrTokenStream, r=petrochenkov | Dylan DPC | -200/+181 |
| 2022-09-13 | Auto merge of #96709 - jackh726:gats-stabilization, r=compiler-errors | bors | -29/+5 |
| 2022-09-13 | Auto merge of #100640 - reitermarkus:socket-display-buffer, r=thomcc | bors | -0/+1 |
| 2022-09-13 | Auto merge of #100101 - BelovDV:issue-99429, r=petrochenkov | bors | -54/+218 |
| 2022-09-13 | Don't render inline suggestions of only spaces | Michael Goulet | -4/+1 |
| 2022-09-13 | Auto merge of #99556 - davidtwco:collapse-debuginfo, r=wesleywiser | bors | -36/+106 |
| 2022-09-12 | Don't trim substitution if it's only whitespace | Michael Goulet | -9/+19 |
| 2022-09-12 | A SubstitutionPart is not a deletion if it replaces nothing with nothing | Michael Goulet | -11/+10 |
| 2022-09-12 | Rollup merge of #101732 - Nemo157:gate-rustdoc-missing-examples, r=GuillaumeG... | Guillaume Gomez | -5/+14 |
| 2022-09-12 | Rollup merge of #101723 - lukas-code:await-diag, r=compiler-errors | Guillaume Gomez | -5/+11 |
| 2022-09-12 | Rollup merge of #100185 - compiler-errors:issue-100183, r=wesleywiser | Guillaume Gomez | -1/+4 |
| 2022-09-12 | Feature gate the rustdoc::missing_doc_code_examples lint | Wim Looman | -0/+3 |
| 2022-09-12 | Improve Attribute doc methods | Guillaume Gomez | -1/+11 |
| 2022-09-12 | Allow tool-lints to specify a feature-gate too | Wim Looman | -5/+11 |
| 2022-09-12 | Simplify `clippy` fix. | Markus Reiter | -0/+1 |
| 2022-09-12 | Auto merge of #99334 - NiklasJonsson:84447/error-privacy, r=oli-obk | bors | -12/+33 |
| 2022-09-12 | Impove diagnostic for .await-ing non-futures | Lukas Markeffsky | -5/+11 |
| 2022-09-12 | change rlib format to discern native dependencies | Daniil Belov | -54/+218 |
| 2022-09-12 | Auto merge of #101716 - Dylan-DPC:rollup-ayvh6nd, r=Dylan-DPC | bors | -40/+97 |
| 2022-09-12 | Rollup merge of #101681 - compiler-errors:rpitit-obj-safety, r=lcnr | Dylan DPC | -0/+35 |
| 2022-09-12 | Rollup merge of #101676 - compiler-errors:rpitit-wf, r=lcnr | Dylan DPC | -0/+44 |
| 2022-09-12 | Rollup merge of #101668 - chenyukang:fix-101626, r=TaKO8Ki | Dylan DPC | -0/+1 |
| 2022-09-12 | Rollup merge of #100767 - kadiwa4:escape_ascii, r=jackh726 | Dylan DPC | -40/+11 |
| 2022-09-12 | Rollup merge of #100293 - yanchen4791:add-inline-llvm-option, r=nnethercote | Dylan DPC | -0/+6 |
| 2022-09-12 | Auto merge of #101604 - compiler-errors:issue-101465, r=lcnr | bors | -50/+70 |
| 2022-09-12 | Auto merge of #100502 - chenyukang:fix-100478, r=jackh726 | bors | -9/+16 |
| 2022-09-12 | Auto merge of #100251 - compiler-errors:tuple-trait-2, r=jackh726 | bors | -8/+75 |
| 2022-09-12 | Fix ICE in opt_suggest_box_span | Michael Goulet | -50/+64 |
| 2022-09-12 | No more ret_type_span | Michael Goulet | -10/+16 |
| 2022-09-12 | Auto merge of #101688 - cjgillot:verify-hir-parent, r=petrochenkov | bors | -1/+13 |
| 2022-09-11 | Assert that HIR nodes are not their own parent. | Camille GILLOT | -1/+13 |
| 2022-09-11 | Auto merge of #101678 - jannic:fix-101640, r=jyn514 | bors | -0/+1 |