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
/
dropck
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-1663
/
+0
2023-01-04
Move tests
Caio
-0
/
+30
2023-01-01
reduce spans for `unsafe impl` errors
Lukas Markeffsky
-14
/
+4
2022-12-17
docs: add long error explanation for error E0320
Ezra Shaw
-0
/
+3
2022-11-05
Move some tests to more reasonable directories
Caio
-0
/
+29
2022-10-28
Rollup merge of #103283 - nbarrios1337:unsafe-impl-suggestions, r=cjgillot
Matthias Krüger
-0
/
+12
2022-10-20
Add fix suggestions for E0199, E0200, and E0569
Nicolas Barrios
-0
/
+12
2022-10-20
Move some tests for more reasonable places
Caio
-0
/
+77
2022-08-16
Do not allow Drop impl on foreign fundamental types
Michael Goulet
-6
/
+5
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-04
fully move dropck to mir
lcnr
-31
/
+4
2022-07-01
Shorten def_span for more items.
Camille GILLOT
-33
/
+25
2022-05-20
update error message
lcnr
-7
/
+7
2022-05-20
rewrite `ensure_drop_params_and_item_params_correspond`
lcnr
-40
/
+30
2022-02-17
Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk"
Oli Scherer
-2
/
+3
2022-02-12
Bless nll tests.
Camille GILLOT
-3
/
+2
2021-11-18
Move some tests to more reasonable directories
Caio
-0
/
+39
2021-11-12
oops...
Ellen
-0
/
+30
2021-11-10
no overlap errors after failing the orphan check
lcnr
-6
/
+6
2021-11-06
Move some tests to more reasonable directories
Caio
-0
/
+46
2021-10-13
Remove textual span from diagnostic string
Oli Scherer
-3
/
+3
2021-09-25
Use larger span for adjustments on method calls
Aaron Hill
-2
/
+2
2021-01-16
Move some tests to more reasonable directories - 2
Caio
-0
/
+103
2020-12-29
Remove `compile-fail` test suite
Vadim Petrochenkov
-1
/
+1
2020-12-26
update tests
Bastian Kauschke
-33
/
+31
2020-11-12
check `Drop` specialization of const params
Bastian Kauschke
-28
/
+61
2020-11-12
move dropck tests from ui -> ui/dropck
Bastian Kauschke
-0
/
+255
2020-10-16
stabilize union with 'ManuallyDrop' fields and 'impl Drop for Union'
Ralf Jung
-3
/
+1
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-6
/
+6
2020-05-28
standardize limit comparisons with `Limit` type
David Wood
-7
/
+7
2020-01-03
clarify that `Drop` can be implemented for enums and unions too
Andy Russell
-5
/
+16
2019-12-05
Add regression tests
Tommaso Bianchi
-0
/
+88
2019-10-28
Talk about specific types and remove lifetimes from output
Esteban Küber
-1
/
+1
2019-10-28
Use more targeted spans for orphan rule errors
Esteban Küber
-2
/
+4
2019-10-28
Call out the types that are non local on E0117
Esteban Küber
-1
/
+1
2019-10-02
Calculate liveness for the same locals with and without -Zpolonius
Matthew Jasper
-78
/
+0
2019-09-17
Update expectations of test ui/dropck/dropck_trait_cycle_checked.rs for Polonius
lqd
-4
/
+8
2019-08-16
rustc_mir: use the right type for associated const literals.
Eduard-Mihai Burtescu
-5
/
+5
2019-07-22
Bless output of test dropck/dropck_trait_cycle_checked.rs for Polonius
lqd
-0
/
+74
2019-07-07
Raise the default recursion limit to 128
Simonas Kazlauskas
-7
/
+7
2019-05-29
Update ui test suite to use dyn
memoryruins
-20
/
+20
2019-04-22
update tests for migrate mode by default
Matthew Jasper
-567
/
+329
2019-04-18
hide `--explain` hint if error has no extended info
Andy Russell
-4
/
+1
2019-03-11
Update NLL tests
Vadim Petrochenkov
-10
/
+10
2019-03-11
Update tests
Vadim Petrochenkov
-15
/
+15
2019-01-08
Improve the wording
Yuki Okushi
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-131
/
+31
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-11-05
Use `// revisions` in the dropck-eyepatch tests instead of relying on compare...
Felix S. Klock II
-51
/
+60
[next]