about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-12-07Enable stack probes on aarch64 for LLVM 18Josh Stone-7/+17
2023-12-07Auto merge of #118723 - matthiaskrgr:rollup-409e9u1, r=matthiaskrgrbors-57/+87
2023-12-07Rollup merge of #118719 - rcvalle:rust-cfi-normalize-integers-118032, r=compi...Matthias Krüger-57/+20
2023-12-07Rollup merge of #116420 - bvanjoi:fix-116203, r=NilstriebMatthias Krüger-0/+67
2023-12-07Auto merge of #118568 - DianQK:no-builtins-symbols, r=pnkfelixbors-0/+8
2023-12-07CFI: Add char to CFI integer normalizationRamon de C Valle-57/+20
2023-12-07Auto merge of #118324 - RalfJung:ctfe-read-only-pointers, r=saethlinbors-126/+205
2023-12-07also print 'immutable' flagRalf Jung-111/+111
2023-12-07compile-time evaluation: emit a lint when a write through an immutable pointe...Ralf Jung-15/+94
2023-12-07Auto merge of #118635 - nnethercote:fewer-early-errors, r=davidtwcobors-0/+4
2023-12-06Auto merge of #118687 - matthiaskrgr:rollup-317ztgu, r=matthiaskrgrbors-175/+168
2023-12-06Rollup merge of #118681 - celinval:fix-foreign-item, r=ouz-aMatthias Krüger-2/+6
2023-12-06Rollup merge of #118504 - compiler-errors:must-use, r=WaffleLapkinMatthias Krüger-0/+53
2023-12-06Rollup merge of #118317 - bvanjoi:fix-118295, r=petrochenkovMatthias Krüger-0/+19
2023-12-06Rollup merge of #117981 - Urgau:check-cfg-remove-deprecated-syntax, r=b-naberMatthias Krüger-173/+90
2023-12-06Auto merge of #117936 - mu001999:master, r=petrochenkovbors-0/+20
2023-12-06Also add an API to check if an instance has bodyCelina G. Val-3/+6
2023-12-06Fix `is_foreign_item` for StableMIR instanceCelina G. Val-1/+2
2023-12-06Auto merge of #118679 - matthiaskrgr:rollup-zr1l9w6, r=matthiaskrgrbors-3/+245
2023-12-06Rollup merge of #118516 - celinval:smir-variants, r=ouz-aMatthias Krüger-0/+115
2023-12-06Rollup merge of #116496 - estebank:question-method-chain-context, r=compiler-...Matthias Krüger-3/+130
2023-12-06Auto merge of #118605 - fee1-dead-contrib:rm-rustc_host, r=compiler-errorsbors-6/+7
2023-12-06tip for define macro name after `macro_rules!`bohan-0/+19
2023-12-06Use the glob binding in resolve_rustdoc_path processr0cky-0/+20
2023-12-06Auto merge of #117661 - TheLazyDutchman:point_out_shadowed_associated_types, ...bors-0/+61
2023-12-06Point out shadowed associated typesTheLazyDutchman-0/+61
2023-12-06Auto merge of #118655 - compiler-errors:rollup-vrngyzn, r=compiler-errorsbors-38/+131
2023-12-05Reduce verbosity of errorEsteban Küber-27/+3
2023-12-05Detect incorrect `;` in `Option::ok_or_else` and `Result::map_err`Esteban Küber-7/+17
2023-12-05Point at fewer methods in the chain, only those that change the E typeEsteban Küber-24/+17
2023-12-05Provide context when `?` can't be called because of `Result<_, E>`Esteban Küber-3/+151
2023-12-06Fewer early errors.Nicholas Nethercote-0/+4
2023-12-05Change ty_with_args to return Ty instead of ResultCelina G. Val-0/+115
2023-12-05Rollup merge of #118585 - sjwang05:issue-118564, r=compiler-errorsMichael Goulet-1/+11
2023-12-05Rollup merge of #118346 - compiler-errors:deeply-normalize-for-diagnostic, r=...Michael Goulet-0/+49
2023-12-05Rollup merge of #118268 - compiler-errors:pretty-print, r=estebankMichael Goulet-37/+37
2023-12-05Rollup merge of #118123 - RalfJung:internal-lib-features, r=compiler-errorsMichael Goulet-0/+34
2023-12-05Auto merge of #118457 - eholk:genfn, r=compiler-errorsbors-4/+64
2023-12-05Add print_trait_sugaredMichael Goulet-37/+37
2023-12-05Continue folding if deep normalizer failsMichael Goulet-18/+17
2023-12-05Add deeply_normalize_for_diagnostics, use it in coherenceMichael Goulet-0/+50
2023-12-05Rollup merge of #118608 - fee1-dead-contrib:backdoor-in-askconv, r=compiler-e...Matthias Krüger-6/+19
2023-12-05Rollup merge of #118598 - Nadrieril:remove_precise_pointer_size_matching, r=d...Matthias Krüger-65/+24
2023-12-05Rollup merge of #118594 - hdost:patch-1, r=fmeaseMatthias Krüger-1/+1
2023-12-05Rollup merge of #117922 - estebank:unclosed-generics, r=b-naberMatthias Krüger-36/+30
2023-12-05Remove deprecated --check-cfg names() and values() syntaxUrgau-173/+90
2023-12-05Remove mention of rust to make the error message generic.Harold Dost-1/+1
2023-12-05Auto merge of #118076 - estebank:issue-109429, r=davidtwcobors-44/+484
2023-12-05Auto merge of #118066 - estebank:structured-use-suggestion, r=b-naberbors-5/+54
2023-12-05Remove `#[rustc_host]`, use internal desugaringDeadbeef-6/+7