index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ui
/
imports
Age
Commit message (
Expand
)
Author
Lines
2025-07-10
chore: Improve how the other suggestions message gets rendered
Scott Schafer
-1
/
+1
2025-07-10
Rollup merge of #143011 - LorrensP-2158466:warn-ambiguity-into-error, r=petro...
Trevor Gross
-115
/
+508
2025-07-09
fix aux-build failures
LorrensP-2158466
-30
/
+50
2025-06-29
Rollup merge of #142214 - Kivooeo:tf9, r=jieyouxu
Guillaume Gomez
-0
/
+28
2025-06-28
cleaned up some tests
Kivooeo
-0
/
+28
2025-06-25
Add edition checks for some tests that had divergent output
Esteban Küber
-1
/
+17
2025-06-25
update ui/import tests
LorrensP-2158466
-124
/
+497
2025-06-24
Rollup merge of #142805 - estebank:underscore-import, r=compiler-errors
Matthias Krüger
-2
/
+12
2025-06-24
Emit a single error when importing a path with `_`
Esteban Küber
-9
/
+2
2025-06-23
compiletest: Improve diagnostics for line annotation mismatches
Vadim Petrochenkov
-1
/
+1
2025-06-20
Make some `use _` tests multi-edition
Esteban Küber
-3
/
+20
2025-06-08
cleaned up some tests
Kivooeo
-0
/
+10
2025-06-04
Rollup merge of #141888 - ferrocene:lw/decouple-tests-from-2015, r=compiler-e...
Matthias Krüger
-124
/
+125
2025-06-03
Use non-2015 edition paths in tests that do not test for their resolution
Lukas Wirth
-124
/
+125
2025-06-02
Add missing 2015 edition directives
Lukas Wirth
-0
/
+1
2025-05-29
Use `cfg_attr` AST placeholder AST `cfg_attr_trace` for diagnostics
Esteban Küber
-1
/
+6
2025-05-17
Use `crate::` prefix for root macro suggestions
bohan
-5
/
+50
2025-05-07
Rollup merge of #140614 - yuk1ty:fix-invalid-module-name-visibility, r=davidtwco
Guillaume Gomez
-1
/
+1
2025-05-03
Correct warning message in restricted visibility
yuk1ty
-1
/
+1
2025-05-02
resolve: Support imports of associated types and glob imports from traits
Vadim Petrochenkov
-10
/
+1
2025-04-30
compiletest: Make diagnostic kind mandatory on line annotations
Vadim Petrochenkov
-26
/
+34
2025-04-10
replace `//@ compile-flags: --edition` with `//@ edition`
Pietro Albini
-7
/
+9
2025-04-08
UI tests: add missing diagnostic kinds where possible
Vadim Petrochenkov
-8
/
+8
2025-04-03
compiletest: Require `//~` annotations even if `error-pattern` is specified
Vadim Petrochenkov
-16
/
+8
2025-03-22
Note potential but private items in show_candidates
xizheyin
-0
/
+54
2025-02-28
Remove `NtPath`.
Nicholas Nethercote
-3
/
+3
2025-02-21
Trim suggestion part before generating highlights
Michael Goulet
-6
/
+6
2025-02-21
More sophisticated span trimming
Michael Goulet
-33
/
+20
2025-02-14
Trim suggestion parts to the subset that is purely additive
Michael Goulet
-4
/
+4
2025-02-14
Consider add-prefix replacements too
Michael Goulet
-6
/
+4
2025-02-14
Use underline suggestions for purely 'additive' replacements
Michael Goulet
-6
/
+4
2025-02-10
Show diff suggestion format on verbose replacement
Esteban Küber
-53
/
+83
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
[next]