about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-01-15Rollup merge of #135003 - RalfJung:deprecate-allowed-through-unstable, r=davi...Guillaume Gomez-3/+25
2025-01-15Rollup merge of #132654 - joboet:lazy_main, r=ChrisDentonGuillaume Gomez-4/+4
2025-01-15Auto merge of #134353 - oli-obk:safe-target-feature-unsafe-by-default, r=wesl...bors-40/+62
2025-01-15Auto merge of #135525 - jhpratt:rollup-4gu2wpm, r=jhprattbors-125/+190
2025-01-15Rollup merge of #135520 - compiler-errors:mono-impossible-drop-with-lifetimes...Jacob Pratt-0/+13
2025-01-15Rollup merge of #132397 - m-ou-se:warn-missing-abi, r=NadrierilJacob Pratt-125/+177
2025-01-15Avoid notes that only make sense for unsafe functionsOli Scherer-13/+0
2025-01-15Try to render shorthand differentlyOli Scherer-6/+3
2025-01-15Render fn defs with target_features attrs with the attribute [second site]Oli Scherer-24/+24
2025-01-15Render fn defs with target_features attrs with the attributeOli Scherer-14/+15
2025-01-15Hide the internal unsafety of safe target_feature fn itemsOli Scherer-1/+1
2025-01-15Treat safe target_feature functions as unsafe by defaultOli Scherer-40/+77
2025-01-15avoid running the overlap check twicelcnr-4/+0
2025-01-15intrinsics: deprecate calling them via the unstable std::intrinsics pathRalf Jung-1/+10
2025-01-15allowed_through_unstable_modules: support showing a deprecation message when ...Ralf Jung-2/+15
2025-01-15fix known-bug link in normalize-tait-in-constRalf Jung-4/+5
2025-01-15add test for issue 135514Rémy Rakic-0/+40
2025-01-15remove some known-bug that do not seem to make senseRalf Jung-11/+5
2025-01-15Make sure we actually use the right trivial lifetime substs when eagerly mono...Michael Goulet-0/+13
2025-01-14Rollup merge of #135425 - compiler-errors:not-conditionally-const, r=RalfJungJubilee-18/+16
2025-01-14Rollup merge of #135423 - compiler-errors:enforce-const-trait-syntactical, r=...Jubilee-32/+151
2025-01-14Rollup merge of #135380 - compiler-errors:mismatch-valtree, r=lcnrJubilee-0/+107
2025-01-14Rollup merge of #135353 - lolbinarycat:rustdoc-disable-minification, r=notriddleJubilee-1/+2
2025-01-14Rollup merge of #135302 - lolbinarycat:rustdoc-search-return-sort-134935, r=n...Jubilee-0/+30
2025-01-14Rollup merge of #135264 - compiler-errors:layout-propagate-errors, r=oli-obkJubilee-14/+91
2025-01-14Rollup merge of #135228 - compiler-errors:normalizes-ur-dispatch, r=BoxyUwUJubilee-2/+118
2025-01-14Rollup merge of #134940 - compiler-errors:scrape, r=lcnrJubilee-0/+13
2025-01-15Rework trait expansion to happen once explicitlyMichael Goulet-351/+362
2025-01-14Auto merge of #135496 - matthiaskrgr:rollup-ps0cjzn, r=matthiaskrgrbors-9/+146
2025-01-14Make sure to scrape region constraints from deeply normalizing type outlives ...Michael Goulet-0/+13
2025-01-14Enforce syntactical stability of const traits in HIRMichael Goulet-32/+151
2025-01-14Consider more erroneous layouts as LayoutError::ReferencesError to suppress s...Michael Goulet-14/+91
2025-01-14Do not consider traits that have unsatisfied const conditions to be condition...Michael Goulet-18/+16
2025-01-14Normalize field before checking PhantomData in coerce/dispatch impl validationMichael Goulet-0/+25
2025-01-14Make sure we can produce ConstArgHasWrongType errors for valtree constsMichael Goulet-0/+107
2025-01-14Rollup merge of #135493 - compiler-errors:legacy-mangle-closure, r=lqdMatthias Krüger-0/+6
2025-01-14Rollup merge of #135479 - lcnr:method-calls-on-opaques, r=compiler-errorsMatthias Krüger-8/+8
2025-01-14Rollup merge of #135466 - compiler-errors:leak-check-impossible, r=lcnrMatthias Krüger-0/+79
2025-01-14Rollup merge of #134880 - as1100k-forks:fix-rustdoc-json-path-name, r=aDotInT...Matthias Krüger-1/+1
2025-01-14Rollup merge of #134216 - GuillaumeGomez:jump-to-def-pats, r=fmeaseMatthias Krüger-0/+52
2025-01-14Prefer lower TraitUpcasting candidatesMichael Goulet-0/+29
2025-01-14Auto merge of #135313 - compiler-errors:needs-mono, r=BoxyUwUbors-0/+43
2025-01-15tests: port `extern-fn-reachable` to rmake.rs许杰友 Jieyou Xu (Joe)-26/+61
2025-01-14Fix legacy symbol mangling of closuresMichael Goulet-0/+6
2025-01-14fix typo and unit testbinarycat-1/+2
2025-01-14make rustc_encodable_decodable feature properly unstableRalf Jung-103/+0
2025-01-14Auto merge of #135278 - tgross35:ignore-std-dep-crates, r=SparrowLiibors-0/+120
2025-01-14mir borrowck: cleanup late-bound region handlinglcnr-8/+8
2025-01-14make sure that the allocator is actually called in allocator testjoboet-0/+1
2025-01-14Revert "Remove the Arc rt::init allocation for thread info"joboet-5/+4