| Age | Commit message (Expand) | Author | Lines |
| 2023-04-09 | Rollup merge of #109985 - blyxyas:is_test_crate, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-04-09 | Remove turbofish | Nilstrieb | -1/+1 |
| 2023-04-09 | Some simple `clippy::perf` fixes | Nilstrieb | -1/+1 |
| 2023-04-09 | Migrate `sess.opts.tests` uses to `sess.is_test_crate()` | blyxyas | -1/+1 |
| 2023-04-09 | Auto merge of #109500 - petrochenkov:modchainld, r=oli-obk | bors | -1/+22 |
| 2023-04-09 | Auto merge of #110041 - fmease:diag-sugg-adding-const-param, r=compiler-errors | bors | -7/+12 |
| 2023-04-08 | resolve: Preserve reexport chains in `ModChild`ren | Vadim Petrochenkov | -1/+22 |
| 2023-04-07 | Change type and field name to be clearer | Tom Martin | -5/+4 |
| 2023-04-07 | Rewrite added diagnostics as translatable | Tom Martin | -6/+43 |
| 2023-04-07 | suggest adding const param | León Orell Valerian Liehr | -7/+12 |
| 2023-04-07 | Use smart-resolve when checking for trait in RHS of UFCS | Michael Goulet | -2/+30 |
| 2023-04-07 | Rollup merge of #110013 - compiler-errors:non-exhaustive-privacy-reason, r=Wa... | Matthias Krüger | -1/+19 |
| 2023-04-06 | Collapse if statements, change message to lowercase | Tom Martin | -6/+7 |
| 2023-04-06 | Make span a bit better | Michael Goulet | -1/+13 |
| 2023-04-06 | Label non_exhaustive on privacy errors | Michael Goulet | -1/+7 |
| 2023-04-05 | Auto merge of #109986 - JohnTitor:rollup-3aax38t, r=JohnTitor | bors | -11/+16 |
| 2023-04-06 | Rollup merge of #109909 - clubby789:import-tool-mod, r=petrochenkov | Yuki Okushi | -11/+16 |
| 2023-04-05 | Auto merge of #109437 - petrochenkov:effvisopt, r=davidtwco | bors | -8/+28 |
| 2023-04-04 | Rename `ast::Static` to `ast::StaticItem` to match `ast::ConstItem` | Oli Scherer | -2/+2 |
| 2023-04-04 | box a bunch of large types | Oli Scherer | -5/+5 |
| 2023-04-04 | Deny `use`ing tool paths | clubby789 | -11/+16 |
| 2023-04-04 | Split out ast::ItemKind::Const into its own struct | Oli Scherer | -5/+5 |
| 2023-04-04 | rust-analyzer guided tuple field to named field | Oli Scherer | -3/+4 |
| 2023-04-04 | rust-analyzer guided enum variant structification | Oli Scherer | -2/+2 |
| 2023-04-04 | Auto merge of #109599 - notriddle:notriddle/use-redundant-glob, r=petrochenkov | bors | -14/+21 |
| 2023-04-02 | Skip help messages if macro span is from macro | Tom Martin | -3/+5 |
| 2023-04-01 | slighty simplify a few boolean expressions (clippy::nonminimal_bool) | Matthias Krüger | -1/+1 |
| 2023-04-01 | fix clippy::iter_kv_map | Matthias Krüger | -5/+4 |
| 2023-04-01 | diagnostics: account for glob shadowing when linting redundant imports | Michael Howell | -14/+21 |
| 2023-03-31 | Auto merge of #109824 - GuillaumeGomez:rollup-i5r4uts, r=GuillaumeGomez | bors | -3/+5 |
| 2023-03-31 | Rollup merge of #109443 - GuillaumeGomez:doc-primitive-hard-error, r=notriddle | Guillaume Gomez | -3/+5 |
| 2023-03-31 | Auto merge of #109010 - compiler-errors:rtn, r=eholk | bors | -0/+2 |
| 2023-03-31 | resolve: Restore some effective visibility optimizations | Vadim Petrochenkov | -8/+28 |
| 2023-03-31 | Update doc(primitive) in rustc_resolve | Guillaume Gomez | -3/+5 |
| 2023-03-30 | Fix typo | Tom Martin | -1/+1 |
| 2023-03-30 | Update non-derive macro error message to match suggestion | Tom Martin | -9/+3 |
| 2023-03-28 | effvis: Stop considering crate root its own parent | Vadim Petrochenkov | -7/+6 |
| 2023-03-28 | effvis: Merge two similar code paths | Vadim Petrochenkov | -34/+23 |
| 2023-03-28 | Add `(..)` syntax for RTN | Michael Goulet | -0/+2 |
| 2023-03-27 | Rollup merge of #109354 - Swatinem:rm-closureid, r=compiler-errors | Guillaume Gomez | -3/+1 |
| 2023-03-26 | Add suggestion to remove derive() if invoked macro is non-derive | Tom Martin | -5/+17 |
| 2023-03-24 | Auto merge of #107932 - petrochenkov:onlyexport, r=jyn514 | bors | -2/+19 |
| 2023-03-24 | Rollup merge of #109536 - petrochenkov:qcstore3, r=cjgillot | Matthias Krüger | -3/+8 |
| 2023-03-23 | Rollup merge of #109487 - GuillaumeGomez:move-useless-reexport-check, r=petro... | Matthias Krüger | -2/+40 |
| 2023-03-23 | Rollup merge of #107880 - jieyouxu:issue-107563, r=petrochenkov | Matthias Krüger | -20/+85 |
| 2023-03-23 | resolve: Rename some cstore methods to match queries and add comments | Vadim Petrochenkov | -3/+8 |
| 2023-03-23 | Auto merge of #108221 - petrochenkov:cratecfg, r=michaelwoerister | bors | -7/+8 |
| 2023-03-23 | Auto merge of #109517 - matthiaskrgr:rollup-m3orqzd, r=matthiaskrgr | bors | -31/+18 |
| 2023-03-23 | rustdoc: Skip doc link resolution for non-exported items | Vadim Petrochenkov | -2/+19 |
| 2023-03-23 | rustc_interface: Add a new query `pre_configure` | Vadim Petrochenkov | -7/+8 |