summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Uplift clippy::forget_copy to rustcUrgau2023-05-102-0/+160
| * | | | | | | | Uplift clippy::forget_ref to rustcUrgau2023-05-102-0/+154
| * | | | | | | | Uplift clippy::drop_copy to rustcUrgau2023-05-102-0/+207
| * | | | | | | | Uplift clippy::drop_ref to rustcUrgau2023-05-102-0/+250
* | | | | | | | | Auto merge of #111493 - matthiaskrgr:rollup-iw1z59b, r=matthiaskrgrbors2023-05-1214-38/+337
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Rollup merge of #111490 - compiler-errors:layout-placeholder, r=aliemjayMatthias Krüger2023-05-123-1/+19
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Don't ICE in layout computation for placeholder typesMichael Goulet2023-05-123-1/+19
| | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | Rollup merge of #111441 - cjgillot:issue-111422, r=JakobDegenMatthias Krüger2023-05-124-4/+170
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Do not see through copies of mutable pointers.Camille GILLOT2023-05-102-7/+7
| | * | | | | | | | Iteratively replace pointers.Camille GILLOT2023-05-102-8/+6
| | * | | | | | | | Add test.Camille GILLOT2023-05-103-0/+168
| | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Rollup merge of #111179 - Zalathar:sort-groups, r=Mark-SimulacrumMatthias Krüger2023-05-127-33/+148
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Fix instrument-coverage tests by using Python to sort instantiation groupsZalathar2023-05-077-33/+148
* | | | | | | | | | Auto merge of #111489 - compiler-errors:rollup-g3vgzss, r=compiler-errorsbors2023-05-1227-81/+363
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Rollup merge of #111460 - clubby789:lowercase-box-self, r=compiler-errorsMichael Goulet2023-05-112-0/+16
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Improve error for `self: Box<self>`clubby7892023-05-112-0/+16
| | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | Rollup merge of #111459 - GuillaumeGomez:update-browser-ui-test, r=notriddleMichael Goulet2023-05-1115-79/+67
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Convert some GUI tests color checks to use original formatGuillaume Gomez2023-05-112-14/+14
| | * | | | | | | | | Migrate to 0.16.0 browser-ui-test versionGuillaume Gomez2023-05-1113-65/+53
| | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | Rollup merge of #111444 - cjgillot:issue-111400, r=oli-obkMichael Goulet2023-05-111-0/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Only warn single-use lifetime when the binders match.Camille GILLOT2023-05-101-0/+1
| | |/ / / / / / / /
| * | | | | | | | | Rollup merge of #111439 - uweigand:backtrace-normalize, r=compiler-errorsMichael Goulet2023-05-112-2/+3
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Fix backtrace normalization in ice-bug-report-url.rsUlrich Weigand2023-05-112-2/+3
| | |/ / / / / / / /
| * | | | | | | | | Rollup merge of #111375 - rcvalle:rust-cfi-fix-106547, r=bjorn3Michael Goulet2023-05-112-0/+113
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | CFI: Fix SIGILL reached via trait objectsRamon de C Valle2023-05-092-0/+113
| * | | | | | | | | | Rollup merge of #106038 - aliemjay:opaque-implied, r=lcnrMichael Goulet2023-05-115-0/+163
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | use implied bounds when checking opaque typesAli MJ Al-Nasrawy2023-05-075-0/+163
* | | | | | | | | | | Bless tests for portable-simd syncJubilee Young2023-05-112-5/+5
|/ / / / / / / / / /
* | | | | | | | | | Rollup merge of #111448 - compiler-errors:rustdoc-alias-impl, r=notriddleMatthias Krüger2023-05-111-0/+9
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Use proper impl self type for alias impl in rustdocMichael Goulet2023-05-101-0/+9
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Rollup merge of #111432 - cjgillot:issue-111426, r=oli-obkMatthias Krüger2023-05-112-0/+31
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Use visit_assign to detect SSA locals.Camille GILLOT2023-05-102-0/+31
| |/ / / / / / / / /
* | | | | | | | | | Rollup merge of #111385 - durin42:vec-panik-17, r=AmanieuMatthias Krüger2023-05-111-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | vec-shrink-panik: update expectations to work on LLVM 17Augie Fackler2023-05-101-2/+2
* | | | | | | | | | | Rollup merge of #111292 - Urgau:check-cfg-issue-111291, r=petrochenkovMatthias Krüger2023-05-113-0/+54
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix --check-cfg bug with args order when parsingUrgau2023-05-063-0/+54
* | | | | | | | | | | | Rollup merge of #108705 - clubby789:refutable-let-closure-borrow, r=cjgillotMatthias Krüger2023-05-112-0/+136
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Bail out of MIR construction if `check_match` failsclubby7892023-04-302-0/+136
* | | | | | | | | | | | Auto merge of #111414 - matthiaskrgr:rollup-q0qoc47, r=matthiaskrgrbors2023-05-106-1/+126
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Rollup merge of #111095 - GuillaumeGomez:fix-assoc-item-trait-inside-hidden, ...Matthias Krüger2023-05-102-0/+52
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Add regression test for #111064Guillaume Gomez2023-05-052-0/+52
| * | | | | | | | | | | | | Rollup merge of #110747 - oli-obk:smirty, r=spastorinoMatthias Krüger2023-05-101-1/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Encode types in SMIROli Scherer2023-05-081-0/+2
| | * | | | | | | | | | | | | Create a trait to abstract over the smir APIOli Scherer2023-05-081-1/+1
| * | | | | | | | | | | | | | Rollup merge of #110673 - compiler-errors:alias-bounds-2, r=lcnrMatthias Krüger2023-05-103-0/+71
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Make alias bounds sound in the new solverMichael Goulet2023-05-093-0/+71
* | | | | | | | | | | | | | | | Auto merge of #106560 - bjorn3:support_staticlib_dylib_linking, r=pnkfelixbors2023-05-104-0/+49
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Ignore test when cross compilingbjorn32023-04-271-0/+1
| * | | | | | | | | | | | | | | Ignore test on wasm as dylibs aren't supportedbjorn32023-04-191-0/+1
| * | | | | | | | | | | | | | | Ignore test on MSVC for nowbjorn32023-04-191-1/+4