about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-11-12Rollup merge of #132938 - compiler-errors:ed2024-apit-sugg, r=chenyukangMatthias Krüger-0/+52
2024-11-12Rollup merge of #132901 - clubby789:enable-pass-check, r=jieyouxuMatthias Krüger-0/+47
2024-11-12Rollup merge of #132541 - RalfJung:const-stable-extern-crate, r=compiler-errorsMatthias Krüger-39/+158
2024-11-12Validate and test `-Zmir-enable-passes`clubby789-0/+47
2024-11-12Auto merge of #132943 - matthiaskrgr:rollup-164l3ej, r=matthiaskrgrbors-227/+182
2024-11-12Rollup merge of #132935 - compiler-errors:arg-math, r=nnethercoteMatthias Krüger-9/+26
2024-11-12Rollup merge of #132927 - BoxyUwU:consolidate_type_system_const_eval, r=compi...Matthias Krüger-213/+80
2024-11-12Rollup merge of #132668 - ehuss:yield-gate-2024, r=davidtwcoMatthias Krüger-5/+45
2024-11-12Rollup merge of #132651 - PonasKovas:master, r=fmeaseMatthias Krüger-0/+31
2024-11-12allow rustc_private feature in force-unstable-if-unmarked cratesRalf Jung-5/+3
2024-11-12Rollup merge of #132933 - compiler-errors:never-lint-arg-bug, r=WaffleLapkinMatthias Krüger-9/+117
2024-11-12Rollup merge of #132653 - BoxyUwU:const_arg_stmt_mac_call, r=compiler-errorsMatthias Krüger-13/+425
2024-11-12Rollup merge of #132487 - dianne:include-trait-args-in-suggestion, r=fmeaseMatthias Krüger-0/+93
2024-11-12Make precise capturing suggestion machine-applicable only if it has not APITsMichael Goulet-0/+52
2024-11-12Make sure that we suggest turbofishing the right type argMichael Goulet-9/+117
2024-11-12Consolidate type system const evaluation under `traits::evaluate_const`Boxy-213/+80
2024-11-12Auto merge of #132919 - matthiaskrgr:rollup-ogghyvp, r=matthiaskrgrbors-2/+2
2024-11-12Make sure to ignore elided lifetimes when pointing at args for fulfillment er...Michael Goulet-9/+26
2024-11-11Rollup merge of #132820 - bjorn3:default_backend_link_impl, r=jieyouxuMatthias Krüger-2/+2
2024-11-11Provide placeholder generic arguments for traits in "no method found for type...dianne-0/+93
2024-11-11Auto merge of #132902 - matthiaskrgr:rollup-43qgg3t, r=matthiaskrgrbors-6/+21
2024-11-11remove attributes from generics in built-in derive macrosPonasKovas-0/+31
2024-11-11Rollup merge of #129627 - dingxiangfei2009:ensure-tail-expr-in-let-block-work...Matthias Krüger-6/+21
2024-11-11Feature gate yield expressions not in 2024Eric Huss-5/+45
2024-11-11ensure that tail expr receive lifetime extensionDing Xiang Fei-6/+21
2024-11-11Auto merge of #127589 - notriddle:notriddle/search-sem-3, r=GuillaumeGomezbors-603/+852
2024-11-11Auto merge of #132885 - jhpratt:rollup-4ddd31p, r=jhprattbors-2/+62
2024-11-10Rollup merge of #132871 - lolbinarycat:rustdoc-heterogeneous-first-paragraph-...Jacob Pratt-0/+11
2024-11-10Rollup merge of #131080 - alexcrichton:stabilize-more-wasm-target-features, r...Jacob Pratt-2/+51
2024-11-11Auto merge of #126597 - estebank:unicode-output, r=fmeasebors-32/+398
2024-11-10Add Unicode block-drawing compiler output supportEsteban Küber-32/+398
2024-11-10Rollup merge of #132426 - Urgau:unreach_pub-super, r=petrochenkovMatthias Krüger-15/+287
2024-11-10Rollup merge of #131781 - taiki-e:arm64ec-stabilize-asm, r=Amanieu,traviscrossMatthias Krüger-3/+3
2024-11-10add regression test for #85763binarycat-0/+11
2024-11-10Auto merge of #132863 - matthiaskrgr:rollup-1zbjz5f, r=matthiaskrgrbors-178/+181
2024-11-10Rollup merge of #132675 - Zalathar:empty-spans, r=jieyouxuMatthias Krüger-178/+181
2024-11-10Stabilize WebAssembly `multivalue`, `reference-types`, and `tail-call` target...Alex Crichton-2/+51
2024-11-10Re-enable `version-verbose-commit-hash` run-make testJieyou Xu-3/+0
2024-11-10Temporarily disable `version-verbose-commit-hash` to force revert throughJieyou Xu-0/+3
2024-11-10Fix error message for direct usage of sess.opts.crate_typesbjorn3-2/+2
2024-11-10ensure that all publicly reachable const fn have const stability infoRalf Jung-39/+39
2024-11-10Rollup merge of #132816 - compiler-errors:2024-apit, r=jieyouxuMatthias Krüger-13/+126
2024-11-10honor rustc_const_stable_indirect in non-staged_api crate with -Zforce-unstab...Ralf Jung-0/+121
2024-11-10Stabilize Arm64EC inline assemblyTaiki Endo-3/+3
2024-11-10Auto merge of #132831 - workingjubilee:rollup-6fdif44, r=workingjubileebors-971/+3036
2024-11-09Rollup merge of #132828 - est31:let_chains_parsing_tests, r=compiler-errorsJubilee-652/+2842
2024-11-09Rollup merge of #132823 - RalfJung:conditional-const-calls, r=fee1-dead,compi...Jubilee-317/+192
2024-11-09Rollup merge of #131258 - taiki-e:s390x-stabilize-asm, r=AmanieuJubilee-2/+2
2024-11-10Auto merge of #132173 - veluca93:abi_checks, r=RalfJung,compiler-errorsbors-61/+229
2024-11-10Add more places where expressions can occurest31-398/+835