| Age | Commit message (Expand) | Author | Lines |
| 2025-01-25 | Auto merge of #133154 - estebank:issue-133137, r=wesleywiser | bors | -55/+55 |
| 2025-01-24 | Reword "crate not found" resolve message | Esteban Küber | -55/+55 |
| 2025-01-23 | tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}` | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2025-01-16 | Implement `use` associated items of traits | Frank King | -6/+19 |
| 2024-11-26 | tests: remove `//@ pretty-expanded` usages | 许杰友 Jieyou Xu (Joe) | -8/+0 |
| 2024-11-03 | use backticks instead of single quotes when reporting "use of unstable librar... | dianne | -2/+2 |
| 2024-08-20 | skip updating when external binding is existed | bohan | -10/+165 |
| 2024-08-01 | Do not underline suggestions for code that is already there | Esteban Küber | -4/+0 |
| 2024-07-31 | Rollup merge of #123813 - compiler-errors:redundant-lint, r=petrochenkov | Matthias Krüger | -23/+125 |
| 2024-07-31 | Introduce REDUNDANT_IMPORTS lint | Michael Goulet | -23/+125 |
| 2024-07-29 | Structured suggestion for `extern crate foo` when `foo` isn't resolved in import | Esteban Küber | -24/+93 |
| 2024-07-24 | Do not use question as label | Esteban Küber | -29/+31 |
| 2024-07-18 | Accurate `use` rename suggestion span | Esteban Küber | -22/+22 |
| 2024-07-04 | Fix import suggestion ice | yukang | -1/+120 |
| 2024-07-01 | Fix import suggestion error when failed not from starting | yukang | -0/+34 |
| 2024-06-20 | Fix `...` in multline code-skips in suggestions | Esteban Küber | -1/+1 |
| 2024-06-17 | mark undetermined if target binding in current ns is not got | bohan | -0/+85 |
| 2024-06-13 | Tweak output of import suggestions | Esteban Küber | -11/+9 |
| 2024-06-07 | mark binding undetermined if target name exist and not obtained | bohan | -0/+44 |
| 2024-06-04 | resolve: mark it undetermined if single import is not has any bindings | bohan | -0/+113 |
| 2024-05-29 | rewrite and rename issue-37893 to rmake | Oneirical | -2/+2 |
| 2024-05-29 | convert simple-dylib to ui test | Oneirical | -0/+16 |
| 2024-05-29 | Rollup merge of #125638 - Oneirical:lets-find-some-tests, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -0/+14 |
| 2024-05-29 | Rollup merge of #125381 - estebank:issue-96799, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -10/+109 |
| 2024-05-28 | Rewrite simple-rlib to rmake | Oneirical | -0/+14 |
| 2024-05-28 | Silence some resolve errors when there have been glob import errors | Esteban Küber | -10/+109 |
| 2024-05-20 | Handle a few more simple tests | Ben Kimock | -10/+10 |
| 2024-05-04 | compiletest: add enable-by-default check-cfg | Urgau | -1/+1 |
| 2024-04-27 | tests: remove some trailing ws | klensy | -2/+2 |
| 2024-04-11 | Silence unused_imports lint for redundant imports | Michael Goulet | -116/+20 |
| 2024-04-11 | Rollup merge of #122954 - fmease:defined-by-extern-prelude, r=petrochenkov | León Orell Valerian Liehr | -12/+107 |
| 2024-04-08 | Be more specific when flagging imports that are redundant due to the extern p... | León Orell Valerian Liehr | -12/+107 |
| 2024-04-07 | Unify all the always-false cfgs under the `FALSE` cfg | Urgau | -1/+1 |
| 2024-03-07 | Auto merge of #122113 - matthiaskrgr:rollup-5d1jnwi, r=matthiaskrgr | bors | -0/+148 |
| 2024-03-06 | Fix redundant import errors for preload extern crate | yukang | -0/+148 |
| 2024-03-06 | avoid overlapping privacy suggestion for single nested imports | bohan | -0/+37 |
| 2024-03-05 | Rollup merge of #121846 - bvanjoi:fix-121760, r=petrochenkov | Matthias Krüger | -0/+56 |
| 2024-03-01 | Rollup merge of #120305 - clubby789:unused-import-line, r=estebank | Matthias Krüger | -3/+0 |
| 2024-03-01 | Rollup merge of #121580 - Suyashtnt:issue-121502-fix, r=michaelwoerister | Matthias Krüger | -6/+6 |
| 2024-03-01 | If suggestion would leave an empty line, delete it | clubby789 | -3/+0 |
| 2024-03-01 | only compare ambiguity item that have hard error | bohan | -0/+56 |
| 2024-02-28 | Rollup merge of #121226 - chenyukang:yukang-fix-import-alias, r=davidtwco | Guillaume Gomez | -0/+61 |
| 2024-02-25 | Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkin | bors | -0/+1 |
| 2024-02-25 | make unused_imports less assertive in test modules | Suyashtnt | -6/+6 |
| 2024-02-25 | Fix issues in suggesting importing extern crate paths | yukang | -0/+61 |
| 2024-02-22 | Tweak wording of "implemented trait isn't imported" suggestion | Esteban Küber | -4/+4 |
| 2024-02-17 | Allow newly added non_local_definitions lint in tests | Urgau | -0/+1 |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -200/+200 |
| 2024-02-09 | ast_lowering: Fix regression in `use ::{}` imports. | Vadim Petrochenkov | -0/+20 |
| 2024-01-31 | Don't hash lints differently to non-lints. | Nicholas Nethercote | -1/+0 |