about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-12-04Add failing testMichael Goulet-0/+25
2024-12-04Rollup merge of #133798 - lcnr:nested-bodies-opaques, r=compiler-errorsMatthias Krüger-3/+62
2024-12-04Rollup merge of #133784 - dtolnay:visitspans, r=compiler-errorsMatthias Krüger-15/+1
2024-12-04Rollup merge of #133651 - scottmcm:nonnull-nonzero-no-field-projection, r=oli...Matthias Krüger-481/+525
2024-12-04Auto merge of #133818 - matthiaskrgr:rollup-iav1wq7, r=matthiaskrgrbors-127/+347
2024-12-03Rollup merge of #133768 - compiler-errors:gate, r=lcnr,jackh726Matthias Krüger-92/+290
2024-12-03Rollup merge of #133726 - joshtriplett:breakpoint, r=oli-obkMatthias Krüger-4/+18
2024-12-03Rollup merge of #133681 - RalfJung:niches, r=wesleywiserMatthias Krüger-31/+39
2024-12-03Update `NonZero` and `NonNull` to not field-project (per MCP807)Scott McMurray-481/+525
2024-12-03Remove generic_associated_types_extended feature gateMichael Goulet-92/+290
2024-12-03Rollup merge of #133796 - TDecking:borrowing-sub, r=tgross35Matthias Krüger-2/+23
2024-12-03Rollup merge of #133779 - BoxyUwU:array_const_arg_infer_hir_id, r=compiler-er...Matthias Krüger-0/+12
2024-12-03Rollup merge of #133762 - RalfJung:const-size-of-val, r=workingjubileeMatthias Krüger-5/+3
2024-12-03Rollup merge of #133753 - dingxiangfei2009:reduce-false-positive-if-let-resco...Matthias Krüger-38/+42
2024-12-03Rollup merge of #133558 - compiler-errors:structurally-resolve-probe-adt, r=lcnrMatthias Krüger-15/+15
2024-12-03Rollup merge of #132612 - compiler-errors:async-trait-bounds, r=lcnrMatthias Krüger-101/+134
2024-12-03closure-requirements: add regression testslcnr-3/+62
2024-12-03Visit Stmt span in MutVisitor::flat_map_stmtDavid Tolnay-8/+1
2024-12-03Visit BinOp span in MutVisitor::visit_exprDavid Tolnay-7/+0
2024-12-03Update the definition of `borrowing_sub`Tobias Decking-2/+23
2024-12-03Auto merge of #104342 - mweber15:add_file_location_to_more_types, r=wesleywiserbors-0/+112
2024-12-03Auto merge of #133788 - matthiaskrgr:rollup-1p100a8, r=matthiaskrgrbors-55/+252
2024-12-02Add `core::arch::breakpoint` and testJosh Triplett-4/+18
2024-12-03Rollup merge of #133785 - HypheX:add-ui-test, r=compiler-errorsMatthias Krüger-0/+21
2024-12-03Rollup merge of #133517 - compiler-errors:deep-norm, r=lcnrMatthias Krüger-23/+56
2024-12-03Rollup merge of #133395 - calebzulawski:simd_relaxed_fma, r=workingjubileeMatthias Krüger-0/+4
2024-12-03Rollup merge of #133325 - compiler-errors:const-spec, r=lcnr,fee1-deadMatthias Krüger-17/+146
2024-12-03Rollup merge of #133041 - madsmtm:print-deployment-target-env-var, r=davidtwcoMatthias Krüger-15/+25
2024-12-03Auto merge of #133321 - compiler-errors:const-checker, r=wesleywiserbors-311/+105
2024-12-02Add ui test for const evaluation fail when type is too big.Xelph-0/+21
2024-12-02Fix tests when using MinGWMatt Weber-4/+4
2024-12-03Use correct `hir_id` for array const arg infersBoxy-0/+12
2024-12-02Structurally resolve in probe_adtMichael Goulet-15/+15
2024-12-02Assert that obligations are empty before deeply normalizingMichael Goulet-23/+10
2024-12-02Deeply normalize when computing implied outlives boundsMichael Goulet-0/+46
2024-12-02Fix const specializationMichael Goulet-10/+116
2024-12-02Reimplement specialization for const traitsMichael Goulet-7/+30
2024-12-02Rollup merge of #133732 - nnethercote:fix-Z-dump-mir-dataflow, r=compiler-errorsGuillaume Gomez-0/+12
2024-12-02Rollup merge of #133710 - Urgau:target_feature-merge-conflitcs, r=jieyouxuGuillaume Gomez-24/+344
2024-12-02Rollup merge of #133704 - RalfJung:promoted-size-overflow-ice, r=compiler-errorsGuillaume Gomez-50/+193
2024-12-02Rollup merge of #133701 - kornelski:c-str, r=workingjubileeGuillaume Gomez-3/+3
2024-12-02Rollup merge of #133610 - camelid:move-from_anon_const, r=BoxyUwUGuillaume Gomez-24/+79
2024-12-02Rollup merge of #133535 - RalfJung:forbidden_lint_groups-future-compat, r=dav...Guillaume Gomez-0/+878
2024-12-02Move `Const::{from_anon_const,try_from_lit}` to hir_ty_loweringNoah Lev-24/+79
2024-12-02stabilize const_{size,align}_of_valRalf Jung-5/+3
2024-12-02Use c"lit" for CStrings without unwrapKornel-3/+3
2024-12-02Reduce conflicts for check-cfg `target_feature` cfg valuesUrgau-12/+318
2024-12-02Gate async fn trait bound modifier on async_trait_boundsMichael Goulet-43/+74
2024-12-02Move tests back to using AsyncFnMichael Goulet-58/+60
2024-12-02Rollup merge of #133744 - HypheX:typo-fix, r=fmeaseGuillaume Gomez-3/+3