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
/
iterators
Age
Commit message (
Expand
)
Author
Lines
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
2020-04-08
Small tweaks to required bound span
Esteban Küber
-1
/
+1
2020-04-08
Use `PredicateObligation`s instead of `Predicate`s
Esteban Küber
-1
/
+1
2020-01-22
Avoid overflow in `std::iter::Skip::count`
Oliver Middleton
-0
/
+8
2019-12-24
Generalize `array_into_iter` lint to also lint for boxed arrays
Lukas Kalbertodt
-0
/
+122
2019-11-06
Add UI test for `array.into_iter()` lint
Lukas Kalbertodt
-0
/
+103
2019-10-25
Re-enable Emscripten's exception handling support
Thomas Lively
-5
/
+5
2019-10-16
Upgrade Emscripten targets to use upstream LLVM backend
Thomas Lively
-5
/
+5
2019-10-05
Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...
Tyler Mandry
-5
/
+5
2019-10-04
Upgrade Emscripten targets to use upstream LLVM backend
Thomas Lively
-5
/
+5
2019-08-31
Use span label instead of note for cause in E0631
Esteban Küber
-5
/
+2
2019-08-12
Force optimization in 32-bit iter overflow tests
Josh Stone
-4
/
+4
2019-08-12
Move run-pass/iterators/* to ui/iterators/
Josh Stone
-0
/
+100
2019-07-27
tests: Move run-pass tests without naming conflicts to ui
Vadim Petrochenkov
-0
/
+270
2018-12-17
Fix grammar in compiler error for array iterators
Matthew Russell
-4
/
+4
2018-12-04
Update tests
Oliver Scherer
-10
/
+23
2018-10-11
Reword Range*/[Range*]: Iterator E0277 messages
Esteban Küber
-4
/
+91
2018-10-11
review comments
Esteban Küber
-15
/
+15
2018-10-09
Add tests for handled cases
Esteban Küber
-0
/
+286
[prev]