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
/
array-slice-vec
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-2270
/
+0
2022-12-28
Use verbose suggestions for mutability errors
Esteban Küber
-3
/
+5
2022-12-13
review comments
Esteban Küber
-3
/
+3
2022-12-13
Suggest `: Type` instead of `: _`
Esteban Küber
-3
/
+3
2022-12-13
Suggest `collect`ing into `Vec<_>`
Esteban Küber
-1
/
+1
2022-11-18
Rollup merge of #102977 - lukas-code:is-sorted-hrtb, r=m-ou-se
Manish Goregaokar
-0
/
+20
2022-11-14
Show a note where a macro failed to match
Nilstrieb
-0
/
+2
2022-11-05
Specify that `break` cannot be used outside of loop *or* labeled block
clubby789
-2
/
+2
2022-10-12
add regression test
Lukas Markeffsky
-0
/
+20
2022-10-07
make const_err a hard error
Ralf Jung
-38
/
+8
2022-10-01
bless ui tests
Maybe Waffle
-4
/
+4
2022-09-07
suggest adding array lengths to references to arrays
Takayuki Maeda
-5
/
+89
2022-08-16
use `span_suggestion` instead of `span_suggestion_verbose`
Takayuki Maeda
-15
/
+3
2022-08-16
suggest adding an array length if possible
Takayuki Maeda
-0
/
+88
2022-08-03
Warn about dead tuple struct fields
Fabian Wolff
-1
/
+1
2022-07-19
feat: omit suffixes in const generics (e.g. `1_i32`)
Artur Sinila
-1
/
+1
2022-07-01
Auto merge of #98781 - GuillaumeGomez:rollup-798kb8u, r=GuillaumeGomez
bors
-3
/
+0
2022-07-01
Only label place where type is needed if span is meaningful
Michael Goulet
-3
/
+0
2022-07-01
Shorten def_span for more items.
Camille GILLOT
-12
/
+4
2022-06-25
make const_err show up in future breakage reports
Ralf Jung
-0
/
+26
2022-06-02
add new `emit_inference_failure_err`
lcnr
-5
/
+12
2022-04-28
Update the diagnostic message to match the new span
Oli Scherer
-2
/
+2
2022-04-28
Check that repeat expression elements are Copy (ignoring lifetimes) in typeck...
Oli Scherer
-4
/
+4
2022-04-05
Suggest derivable trait on E0277
ohno418
-0
/
+8
2021-12-09
Add needs-unwind to tests that depend on panicking
David Koloski
-0
/
+5
2021-11-18
Move some tests to more reasonable directories
Caio
-0
/
+67
2021-11-06
Move some tests to more reasonable directories
Caio
-0
/
+6
2021-09-30
Auto merge of #89110 - Aaron1011:adjustment-span, r=estebank
bors
-1
/
+1
2021-09-26
Remove box syntax from most places in src/test outside of the issues dir
est31
-7
/
+5
2021-09-25
Use larger span for adjustments on method calls
Aaron Hill
-1
/
+1
2021-09-09
Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis
Fabian Wolff
-0
/
+1
2021-08-30
`feature(const_generics)` -> `feature(const_param_types)`
lcnr
-14
/
+2
2021-06-18
Lint for unused borrows as part of UNUSED_MUST_USE
hi-rustin
-10
/
+10
2021-04-29
remove const_fn feature gate from const tests
Ralf Jung
-2
/
+0
2021-02-10
Allow casting mut array ref to mut ptr
Ömer Sinan Ağacan
-7
/
+29
2021-02-03
make const_err a future incompat lint
Ralf Jung
-0
/
+6
2021-02-01
Rollup merge of #81387 - c410-f3r:tests-tests-tests, r=petrochenkov
Jonas Schievink
-0
/
+9
2021-01-31
Move some tests to more reasonable directories
Caio
-0
/
+9
2021-01-30
Remove const_in_array_rep_expr
kadmin
-0
/
+34
2021-01-16
Move some tests to more reasonable directories - 2
Caio
-0
/
+9
2020-12-31
Move array-slice-vec-related tests
Yuki Okushi
-9
/
+331
2020-12-29
Remove `compile-fail` test suite
Vadim Petrochenkov
-1
/
+1
2020-12-26
update tests
Bastian Kauschke
-1
/
+0
2020-12-22
Migrate standard library away from compare_and_swap
Linus Färnstrand
-3
/
+18
2020-11-29
Update tests to remove old numeric constants
bstrie
-1
/
+0
2020-10-17
Move subslice pattern tests to alloc/tests/slice.rs
Alexis Bourget
-126
/
+0
2020-10-17
Move vec-macro-repeat test
Alexis Bourget
-15
/
+0
2020-10-17
Suggest minimal subset features in `incomplete_features` lint
Yuki Okushi
-0
/
+1
2020-09-21
Move vec-cycle-wrapped test
Alexis Bourget
-50
/
+0
2020-09-21
Move vec-cycle test
Alexis Bourget
-39
/
+0
[next]