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
/
src
/
test
/
ui
/
rust-2021
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-1744
/
+0
2022-10-01
bless ui tests
Maybe Waffle
-20
/
+20
2022-09-12
Don't trim substitution if it's only whitespace
Michael Goulet
-14
/
+14
2022-09-12
A SubstitutionPart is not a deletion if it replaces nothing with nothing
Michael Goulet
-28
/
+14
2022-06-16
diagnostics: fix trailing space
klensy
-14
/
+14
2022-02-21
Do not suggest wrapping an item if it has ambiguous un-imported methods
Michael Goulet
-26
/
+0
2021-11-03
Clean up some `-Z unstable-options` in tests.
Eric Huss
-3
/
+2
2021-10-26
Add test checking that Edition 2021 is suggested for .try_into() and fix othe...
Jakob Degen
-0
/
+1
2021-10-15
Bless tests
Cameron Steffen
-3
/
+3
2021-10-07
Add tests for panic and [debug_]assert in Rust 2021.
Mara Bos
-0
/
+125
2021-09-02
Bless tests.
Camille GILLOT
-3
/
+6
2021-08-31
Rollup merge of #88504 - m-ou-se:turbofish-please-stay, r=oli-obk
Mara Bos
-0
/
+81
2021-08-31
Add macro test for prelude collision suggestions.
Mara Bos
-0
/
+115
2021-08-31
Rollup merge of #88503 - m-ou-se:array-into-inter-ambiguous, r=cjgillot
Mara Bos
-0
/
+70
2021-08-31
Rollup merge of #88497 - m-ou-se:prelude-collision-glob, r=nikomatsakis
Mara Bos
-1
/
+32
2021-08-31
Rollup merge of #88496 - m-ou-se:prelude-collision-lifetime-generics, r=petro...
Mara Bos
-20
/
+96
2021-08-30
Test that turbofish does not swim away in prelude collusion suggestion.
Mara Bos
-0
/
+81
2021-08-30
Add test for 2021 ambiguous [T; N].into_iter().
Mara Bos
-0
/
+70
2021-08-30
No longer pass -Z unstable-options for edition 2021 in test.
Mara Bos
-1
/
+1
2021-08-30
Add test for glob imported prelude collision trait.
Mara Bos
-1
/
+32
2021-08-30
Add and update tests.
Mara Bos
-20
/
+96
2021-08-12
Rollup merge of #87885 - m-ou-se:edition-guide-links, r=rylev
Guillaume Gomez
-21
/
+21
2021-08-11
Modify structured suggestion output
Esteban Küber
-32
/
+46
2021-08-09
Link to edition guide instead of issues for 2021 lints.
Mara Bos
-21
/
+21
2021-08-04
Remove trailing whitespace from error messages
Fabian Wolff
-1
/
+1
2021-07-30
Fix error with suggestion for how to disambiguate associated function when st...
Ryan Levick
-0
/
+115
2021-07-08
Update src/test/ui/rust-2021/future-prelude-collision-unneeded.rs
Niko Matsakis
-0
/
+2
2021-07-07
Add generic types to prelude collision lint test.
Mara Bos
-0
/
+25
2021-07-07
Add test for trait check in prelude collision lint.
Mara Bos
-1
/
+16
2021-07-06
rename rust_2021_token_prefixes to rust_2021_prefixes_incompatible_syntax
Ryan Levick
-14
/
+14
2021-07-06
Rename future_prelude_collisions to rust_2021_prelude_collisions
Ryan Levick
-19
/
+19
2021-07-06
rust_2021_token_prefixes
Ryan Levick
-14
/
+14
2021-07-06
Rename reserved_prefix lint to reserved_prefixes
Ryan Levick
-14
/
+14
2021-07-06
Add s to FUTURE_PRELUDE_COLLISION
Ryan Levick
-20
/
+22
2021-06-29
Rollup merge of #86657 - jam1garner:future_prelude_false_positive, r=nikomats...
Yuki Okushi
-0
/
+16
2021-06-27
Fix `future_prelude_collision` false positive
jam1garner
-0
/
+16
2021-06-26
Update reserved prefixes test for new edition lint wording.
Mara Bos
-15
/
+15
2021-06-26
Add reserved_prefixe tests for macros from different editions.
Mara Bos
-0
/
+112
2021-06-26
Add quote!() example to reserved_prefix lint test.
Mara Bos
-1
/
+34
2021-06-26
Add test for the reserved_prefix migration lint.
Mara Bos
-0
/
+115
2021-06-26
Update reserved-prefixes test output.
Mara Bos
-36
/
+54
2021-06-26
Reserve prefixed identifiers and string literals (RFC 3101)
lrh2000
-0
/
+128
2021-06-25
Fix new broken tests
Ryan Levick
-51
/
+55
2021-06-21
add test for `dyn` collisions
Niko Matsakis
-0
/
+122
2021-06-21
do not run rustfix for future-prelude-collision-shadow
Niko Matsakis
-35
/
+1
2021-06-19
Fix future_prelude_collision for object calls and use as _
jam1garner
-2
/
+175
2021-06-17
WIP: Find the imports that were used to reach a method
Niko Matsakis
-0
/
+85
2021-06-15
Add future_prelude_collision to 2021 compat group
jam1garner
-11
/
+66
2021-06-14
don't warn for fully qual inherent methods
Niko Matsakis
-0
/
+42
2021-06-14
add inherent-method-collision test
Niko Matsakis
-0
/
+15
[next]