about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-12-08Rollup merge of #118709 - oksbsb:fix-job-server, r=SparrowLiiMatthias Krüger-4/+0
2023-12-08Rollup merge of #118677 - GuillaumeGomez:doc_cfg-display, r=notriddleMatthias Krüger-0/+31
2023-12-07recurse into refs when comparing tys for diagnosticsjyn-172/+172
2023-12-08Auto merge of #118725 - lcnr:normalizes-to-projection-split-3, r=BoxyUwUbors-11/+57
2023-12-081. fix jobserver GLOBAL_CLIENT_CHECKED uninitialized before useoksbsb-4/+0
2023-12-07Enable stack probes on aarch64 for LLVM 18Josh Stone-7/+17
2023-12-07Add a test to evaluate type intrinsic.Celina G. Val-3/+36
2023-12-07Add tests to allocation methods and fix is_null()Celina G. Val-5/+90
2023-12-07Fix conversion to StaticDef and add testCelina G. Val-0/+16
2023-12-08add regression testslcnr-0/+43
2023-12-08implement and use `NormalizesTo`lcnr-11/+14
2023-12-08Auto merge of #118442 - tmiasko:fuel-inc, r=lqdbors-0/+11
2023-12-08Fuel is incompatible with incremental compilationTomasz Miąsko-0/+11
2023-12-07Auto merge of #118723 - matthiaskrgr:rollup-409e9u1, r=matthiaskrgrbors-57/+87
2023-12-07Resolve assoc item bindings by namespaceLeón Orell Valerian Liehr-81/+199
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-07Fix const drop checkingMichael Goulet-34/+3
2023-12-07Auto merge of #118635 - nnethercote:fewer-early-errors, r=davidtwcobors-0/+4
2023-12-07Extend GUI tests for `doc_cfg`Guillaume Gomez-0/+31
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-06Adjust tests for newly added ambiguous_wide_pointer_comparisons lintUrgau-0/+5
2023-12-06Add warn-by-default lint against ambiguous wide pointer comparisonsUrgau-0/+590
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