summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | Add unstable feature flagsbjorn32023-04-191-1/+3
| * | | | | | | | | | | | | | | Support `--print native-static-libs` with rust dylibsbjorn32023-04-191-19/+6
| * | | | | | | | | | | | | | | Support linking to rust dylibs from a staticlibbjorn32023-04-194-0/+55
* | | | | | | | | | | | | | | | Auto merge of #106285 - cjgillot:refprop-ssa, r=JakobDegenbors2023-05-0915-46/+2586
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Add needs-unwind.Camille GILLOT2023-05-098-38/+39
| * | | | | | | | | | | | | | | Separate test cases into bbs.Camille GILLOT2023-05-098-824/+1207
| * | | | | | | | | | | | | | | Do not consider borrowed Freeze locals as SSA.Camille GILLOT2023-05-096-14/+35
| * | | | | | | | | | | | | | | Implement SSA-based reference propagation.Camille GILLOT2023-05-0913-36/+2171
| | |_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Rollup merge of #111282 - scottmcm:remove-unneeded-assumes, r=workingjubileeMatthias Krüger2023-05-091-0/+42
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Remove some `assume`s from slice iterators that don't do anythingScott McMurray2023-05-061-0/+42
| | |_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Rollup merge of #111215 - BoxyUwU:resolve_anon_consts_differently, r=cjgillotMatthias Krüger2023-05-0958-416/+459
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | improve diagnostics and bless testsBoxy2023-05-0558-416/+459
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Rollup merge of #111021 - c410-f3r:dqewdas, r=petrochenkovMatthias Krüger2023-05-0933-17/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Move testsCaio2023-05-0833-17/+0
* | | | | | | | | | | | | | | | Rollup merge of #97320 - usbalbin:stabilize_const_ptr_read, r=m-ou-seMatthias Krüger2023-05-099-31/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Stabilize const_ptr_readbors2023-05-059-31/+26
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Auto merge of #111371 - compiler-errors:revert-110907, r=petrochenkovbors2023-05-092-0/+33
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | test for reachable private implMichael Goulet2023-05-082-0/+33
* | | | | | | | | | | | | | | Rollup merge of #111252 - matthewjasper:min-spec-improvements, r=compiler-errorsDylan DPC2023-05-0911-20/+243
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Report nicer lifetime errors for specializationMatthew Jasper2023-05-052-0/+77
| * | | | | | | | | | | | | | | Normalize consistently for specializationsMatthew Jasper2023-05-053-0/+82
| * | | | | | | | | | | | | | | Disallow (min) specialization imps with no itemsMatthew Jasper2023-05-056-20/+84
* | | | | | | | | | | | | | | | Rollup merge of #111120 - chenyukang:yukang-suggest-let, r=NilstriebDylan DPC2023-05-0910-2/+73
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | code refactor and fix wrong suggestionyukang2023-05-082-0/+15
| * | | | | | | | | | | | | | | | fix ice in suggestingyukang2023-05-082-0/+15
| * | | | | | | | | | | | | | | | Suggest let for possible binding with tyyukang2023-05-086-2/+43
* | | | | | | | | | | | | | | | | Rollup merge of #110694 - est31:builtin, r=petrochenkovDylan DPC2023-05-0912-25/+231
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Add feature gateest312023-05-055-4/+25
| * | | | | | | | | | | | | | | | | Migrate offset_of from a macro to builtin # syntaxest312023-05-058-25/+189
| * | | | | | | | | | | | | | | | | Add parsing for builtin # in expression and item contextest312023-05-052-0/+21
| | |_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Rollup merge of #110583 - Ezrashaw:tweak-make-mut-spans, r=estebankDylan DPC2023-05-0932-78/+74
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | fix trait definition spans in "make mut" suggestionEzra Shaw2023-05-051-4/+4
| * | | | | | | | | | | | | | | | | tweak spans for `ref mut` suggestionEzra Shaw2023-05-054-12/+9
| * | | | | | | | | | | | | | | | | tweak "make mut" spans (No. 3)Ezra Shaw2023-05-0514-39/+39
| * | | | | | | | | | | | | | | | | tweak "make mut" spans (No. 2)Ezra Shaw2023-05-056-9/+9
| * | | | | | | | | | | | | | | | | tweak "make mut" spans when assigning to localsEzra Shaw2023-05-0511-16/+15
| | |_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Rollup merge of #110504 - compiler-errors:tweak-borrow-sugg, r=cjgillotDylan DPC2023-05-0933-286/+416
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Make suggest_deref_or_ref return a multipart suggestionMichael Goulet2023-05-088-114/+170
| * | | | | | | | | | | | | | | | | Tweak borrow suggestionMichael Goulet2023-05-0825-172/+246
| | |_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Rollup merge of #110304 - cchiw:master, r=davidtwcoDylan DPC2023-05-092-0/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Add GNU Property NoteCharisee2023-05-052-0/+18
* | | | | | | | | | | | | | | | | Auto merge of #111358 - compiler-errors:rollup-yv27vrp, r=compiler-errorsbors2023-05-0852-78/+904
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Rollup merge of #111170 - compiler-errors:diag-doc, r=petrochenkovMichael Goulet2023-05-084-4/+86
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | Make spans a bit betterMichael Goulet2023-05-084-33/+25
| | * | | | | | | | | | | | | | | | Diagnostic args are still args if they're documentedMichael Goulet2023-05-082-0/+90
| | | |/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Rollup merge of #111118 - chenyukang:yukang-sugg-struct, r=compiler-errorsMichael Goulet2023-05-083-5/+28
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | suggest struct when we get colon in fileds in enumyukang2023-05-083-5/+28
| * | | | | | | | | | | | | | | | | Rollup merge of #109410 - fmease:iat-alias-kind-inherent, r=compiler-errorsMichael Goulet2023-05-0842-67/+762
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | IAT: Rustdoc integrationLeón Orell Valerian Liehr2023-05-042-4/+79
| | * | | | | | | | | | | | | | | | | IAT: Add a few regression testsLeón Orell Valerian Liehr2023-05-045-0/+107