about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-03-24Fix bad suggestion for clone/is_some in field init shorthandyukang-0/+85
2023-03-24Suggest ..= when someone tries to create an overflowing rangeMu42-0/+15
2023-03-24Rollup merge of #109495 - compiler-errors:new-solver-destruct, r=eholk,lcnrMatthias Krüger-0/+14
2023-03-24Rollup merge of #109433 - chenyukang:yukang/fix-109188-ice, r=lcnrMatthias Krüger-0/+41
2023-03-24Rollup merge of #109493 - compiler-errors:new-solver-vars-obligations, r=lcnrMatthias Krüger-0/+40
2023-03-24Rollup merge of #108986 - fortanix:raoul/sync_lvi_patches, r=cuviperMatthias Krüger-39/+48
2023-03-24Rollup merge of #108961 - compiler-errors:refine-ct-errors, r=BoxyUwUMatthias Krüger-8/+8
2023-03-24Rollup merge of #108629 - notriddle:notriddle/item-type-advanced, r=Guillaume...Matthias Krüger-95/+181
2023-03-23Deeply check WF for RPITITsMichael Goulet-11/+36
2023-03-23A MIR transform that checks pointers are alignedBen Kimock-6/+20
2023-03-23Auto merge of #109538 - matthiaskrgr:rollup-ct58npj, r=matthiaskrgrbors-51/+149
2023-03-23Note type mismatch on ConstArgHasTypeMichael Goulet-3/+3
2023-03-23Return nested obligations from canonical response var unificationMichael Goulet-0/+40
2023-03-23Rollup merge of #109487 - GuillaumeGomez:move-useless-reexport-check, r=petro...Matthias Krüger-43/+30
2023-03-23Rollup merge of #109472 - MU001999:patch-3, r=eholkMatthias Krüger-0/+28
2023-03-23Rollup merge of #108549 - clubby789:fix-link-cfg-issue, r=eholkMatthias Krüger-1/+0
2023-03-23Rollup merge of #107880 - jieyouxu:issue-107563, r=petrochenkovMatthias Krüger-7/+90
2023-03-23Rollup merge of #107718 - Zoxc:z-time, r=nnethercoteMatthias Krüger-0/+1
2023-03-23Refine error spans for const args in hir typeckMichael Goulet-6/+6
2023-03-23Auto merge of #108442 - scottmcm:mir-transmute, r=oli-obkbors-82/+772
2023-03-23Auto merge of #108221 - petrochenkov:cratecfg, r=michaelwoeristerbors-0/+72
2023-03-23Auto merge of #109517 - matthiaskrgr:rollup-m3orqzd, r=matthiaskrgrbors-50/+402
2023-03-23rustdoc: Skip doc link resolution for non-exported itemsVadim Petrochenkov-0/+13
2023-03-23Add regression test for #109282Guillaume Gomez-0/+14
2023-03-23Add some tests for the current `#![cfg(FALSE)]` crate behaviorVadim Petrochenkov-0/+72
2023-03-23Auto merge of #108355 - dpaoliello:dlltoolm, r=michaelwoeristerbors-0/+42
2023-03-23Rollup merge of #109475 - scottmcm:simpler-shifts, r=WaffleLapkinMatthias Krüger-14/+316
2023-03-23Rollup merge of #109462 - compiler-errors:alias-relate, r=BoxyUwU,lcnrMatthias Krüger-0/+34
2023-03-23Rollup merge of #109380 - Randl:patch-1, r=oli-obkMatthias Krüger-0/+52
2023-03-23Rollup merge of #108541 - compiler-errors:lol-nested-rpits, r=oli-obkMatthias Krüger-36/+0
2023-03-23Auto merge of #109503 - matthiaskrgr:rollup-cnp7kdd, r=matthiaskrgrbors-122/+301
2023-03-23Nested impl traits trigger opaque_hidden_inferred_bound too muchMichael Goulet-36/+0
2023-03-23Include relation direction in AliasEq predicateMichael Goulet-0/+34
2023-03-22Rename tests to ensure they don't have overlapping names.Eric Huss-0/+0
2023-03-23Auto merge of #109172 - scottmcm:move-codegen-issues-tests, r=WaffleLapkinbors-0/+0
2023-03-22Add `CastKind::Transmute` to MIRScott McMurray-82/+772
2023-03-22Rollup merge of #109447 - lcnr:coherence, r=compiler-errorsMatthias Krüger-4/+95
2023-03-22Rollup merge of #109423 - fmease:iat-selection-erase-regions-in-self-ty, r=co...Matthias Krüger-0/+50
2023-03-22Rollup merge of #109358 - petrochenkov:nosess, r=cjgillotMatthias Krüger-87/+5
2023-03-22Rollup merge of #109213 - oli-obk:cstore, r=cjgillotMatthias Krüger-1/+1
2023-03-22Rollup merge of #109203 - Ezrashaw:refactor-ident-parsing, r=NilstriebMatthias Krüger-30/+109
2023-03-22Rollup merge of #108954 - notriddle:notriddle/notable-trait-generic, r=camelidMatthias Krüger-0/+41
2023-03-22Auto merge of #109497 - matthiaskrgr:rollup-6txuxm0, r=matthiaskrgrbors-9/+99
2023-03-22Use -m option instead of looking for a cross-compiling version of dlltoolDaniel Paoliello-0/+42
2023-03-22Generate simpler MIR for shiftsScott McMurray-132/+120
2023-03-22Rollup merge of #109494 - spastorino:new-rpitit-18, r=compiler-errorsMatthias Krüger-0/+2
2023-03-22Rollup merge of #109412 - GuillaumeGomez:add-gui-test, r=notriddleMatthias Krüger-0/+51
2023-03-22Rollup merge of #109394 - krasimirgg:llvm-17-vec-panic, r=nikicMatthias Krüger-9/+14
2023-03-22Rollup merge of #109392 - cbeuw:composite-ret, r=JakobDegenMatthias Krüger-0/+32
2023-03-23Rollup merge of #109435 - oli-obk:🇨🇭🥚_copy_op, r=RalfJungDylan DPC-28/+26