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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
iterators
Age
Commit message (
Expand
)
Author
Lines
2022-10-01
bless ui tests
Maybe Waffle
-2
/
+2
2022-09-23
Restore ignore tag
Florian Bartels
-5
/
+0
2022-09-03
Auto merge of #100966 - compiler-errors:revert-remove-deferred-sized-checks, ...
bors
-6
/
+60
2022-08-31
Fix a bunch of typo
Dezhi Wu
-1
/
+1
2022-08-27
Revert "Remove deferred sized checks"
Michael Goulet
-6
/
+60
2022-08-21
Deduplicate errors that come from places like normalization, sized
Michael Goulet
-33
/
+1
2022-08-21
Rework point-at-arg
Michael Goulet
-7
/
+62
2022-08-18
Reword "Required because of the requirements on the impl of ..."
Andy Wang
-18
/
+18
2022-08-16
Remove deferred sized checks
Michael Goulet
-24
/
+6
2022-06-16
diagnostics: fix trailing space
klensy
-1
/
+1
2022-06-08
Suggest using `iter()` or `into_iter()` for `Vec`
Chayim Refael Friedman
-0
/
+24
2022-05-28
Move some tests to more reasonable places
Caio
-0
/
+104
2022-04-26
Better error messages when collecting into `[T; n]`
Michael Goulet
-2
/
+25
2022-03-24
add #[must_use] to functions of slice and its iterators.
Jendrik
-12
/
+14
2022-02-09
Suggest collecting into `Vec<_>` when collecting into `[_]`
Michael Goulet
-0
/
+41
2021-12-09
Add needs-unwind to tests that depend on panicking
David Koloski
-0
/
+5
2021-11-20
Do not mention associated items when they introduce an obligation
Esteban Kuber
-80
/
+0
2021-11-03
Clean up some `-Z unstable-options` in tests.
Eric Huss
-1
/
+0
2021-10-21
Make RSplit<T, P>: Clone not require T: Clone
Caleb Sander
-0
/
+11
2021-10-03
Practice diagnostic message convention
Hirochika Matsumoto
-17
/
+17
2021-08-30
Update tests for array_into_iter lint upgrade.
Mara Bos
-82
/
+31
2021-08-16
Use note to point at bound introducing requirement
Esteban Küber
-2
/
+5
2021-08-12
Rollup merge of #87885 - m-ou-se:edition-guide-links, r=rylev
Guillaume Gomez
-15
/
+15
2021-08-11
Modify structured suggestion output
Esteban Küber
-31
/
+32
2021-08-09
Link to edition guide instead of issues for 2021 lints.
Mara Bos
-15
/
+15
2021-07-19
Various diagnostics clean ups/tweaks
Esteban Küber
-16
/
+80
2021-06-26
Fix array-into-iter tests.
Mara Bos
-13
/
+18
2021-06-26
Add test for suggestion of array_into_iter in for loop.
Mara Bos
-1
/
+19
2021-06-26
Update tests for updated array_into_iter lint.
Mara Bos
-54
/
+166
2021-06-25
Change how edition based future compatibility warnings are handled
Ryan Levick
-197
/
+40
2021-04-16
Test array into_iter with more wrapper types
Josh Stone
-5
/
+39
2021-04-16
Test Box::new(array).into_iter()
Josh Stone
-4
/
+29
2021-04-16
Skip into_iter() for arrays before 2021
Josh Stone
-0
/
+55
2021-04-16
Adjust docs and tests for new `IntoIterator` impl for arrays
Lukas Kalbertodt
-150
/
+4
2021-03-26
fix rustc_on_implemented `_Self` paths
lcnr
-13
/
+15
2021-03-26
update array missing `IntoIterator` msg
lcnr
-18
/
+18
2020-11-29
Update tests to remove old numeric constants
bstrie
-14
/
+8
2020-11-23
Qualify `panic!` as `core::panic!` in non-built-in `core` macros
Camelid
-2
/
+0
2020-10-30
Always pass `-Z future-incompat-report` to UI tests
Aaron Hill
-28
/
+26
2020-10-30
Update into-iter-on-arrays test to check future-incompat-report
Aaron Hill
-1
/
+143
2020-10-30
Some work
Aaron Hill
-12
/
+14
2020-10-06
Fix tests from rebase
Matthew Jasper
-0
/
+28
2020-09-21
move 'test zip ...' tests
Alexis Bourget
-103
/
+0
2020-09-03
Auto merge of #73996 - da-x:short-unique-paths, r=petrochenkov
bors
-81
/
+79
2020-09-03
avoid applying in-place collect specialization in type-length test
The8472
-1
/
+2
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-81
/
+79
2020-07-05
Remove the usage of the LengthAtMost32 trait
Roman Proskuryakov
-18
/
+18
2020-06-10
Migrate to numeric associated consts
Lzu Tao
-23
/
+23
2020-04-26
test iterator chain type length blowup
Bastian Kauschke
-0
/
+31
2020-04-11
rustc: Add a warning count upon completion
RoccoDev
-0
/
+2
[next]