about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-02-23Auto merge of #137225 - RalfJung:vectorcall, r=nnethercotebors-25/+65
2025-02-23Rollup merge of #137458 - compiler-errors:render-fn, r=fmeaseJacob Pratt-11/+25
2025-02-23Rollup merge of #137435 - estebank:match-arm-2, r=compiler-errorsJacob Pratt-14/+84
2025-02-23Rollup merge of #137423 - Urgau:imprv-pretty-hir, r=compiler-errorsJacob Pratt-0/+83
2025-02-23Rollup merge of #135354 - Walnut356:msvc_lldb, r=wesleywiserJacob Pratt-4/+5
2025-02-23Fix missing self subst when rendering Fn* trait with no output typeMichael Goulet-11/+25
2025-02-23Rollup merge of #137415 - chenyukang:yukang-fix-137345-invalid-sugg, r=estebankMatthias Krüger-0/+49
2025-02-23Rollup merge of #137180 - compiler-errors:sym-regions, r=oli-obkMatthias Krüger-46/+58
2025-02-23Rollup merge of #137121 - bend-n:master, r=NoratriebMatthias Krüger-18/+14
2025-02-23Rollup merge of #135501 - tgross35:stdlib-dependencies-private, r=bjorn3Matthias Krüger-21/+39
2025-02-22Fix "missing match arm body" suggestion involving `!`Esteban Küber-14/+84
2025-02-22Render implicit self with their shorthand syntax in HIR pretty printingUrgau-1/+33
2025-02-22Filter elided lifetimes in HIR pretty printingUrgau-4/+4
2025-02-22Auto merge of #137420 - matthiaskrgr:rollup-rr0q37f, r=matthiaskrgrbors-0/+22
2025-02-22Rollup merge of #137356 - nik-rev:FERRIS, r=compiler-errorsMatthias Krüger-0/+22
2025-02-22Auto merge of #136428 - EnzymeAD:enable-autodiff, r=oli-obkbors-1/+1
2025-02-22Auto merge of #133436 - nnethercote:rm-NtVis-NtTy, r=petrochenkovbors-18/+71
2025-02-22remove invalid suggestion of into_iter for extern macroyukang-0/+49
2025-02-22Auto merge of #137406 - matthiaskrgr:rollup-9nknrsb, r=matthiaskrgrbors-169/+414
2025-02-21update autodiff flagsManuel Drehwald-1/+1
2025-02-22Make a fake body to store typeck results for global_asmMichael Goulet-46/+58
2025-02-22Rollup merge of #137399 - lukas-code:oopsie-woopsie, r=compiler-errorsMatthias Krüger-0/+77
2025-02-22Rollup merge of #137257 - compiler-errors:fake-borrow-of-packed-field, r=oli-obkMatthias Krüger-0/+27
2025-02-22Rollup merge of #137245 - estebank:from-residual-note-2, r=oli-obkMatthias Krüger-48/+72
2025-02-22Rollup merge of #136787 - compiler-errors:lt2024feat, r=oli-obkMatthias Krüger-51/+19
2025-02-22Rollup merge of #136592 - compiler-errors:ensure-stack-in-canonical, r=lcnrMatthias Krüger-4/+63
2025-02-21Auto merge of #137348 - compiler-errors:span-trim, r=estebankbors-1084/+895
2025-02-21fix: naming convention "ferris" suggestion for idents named 🦀Nikita Revenco-0/+22
2025-02-21Do not deduplicate list of associated types provided by dyn principalMichael Goulet-66/+156
2025-02-21don't leave assoc const unnormalized due to unconstrained paramsLukas Markeffsky-2/+2
2025-02-21layout_of: put back not-so-unreachable caseLukas Markeffsky-0/+77
2025-02-21Point at type that doesn't implement needed traitEsteban Küber-3/+20
2025-02-21Make sure we don't overrun the stack in canonicalizerMichael Goulet-4/+63
2025-02-21Ignore fake borrows for packed field checkMichael Goulet-0/+27
2025-02-21If the parent dependency is private, treat dependents as privateTrevor Gross-4/+30
2025-02-21Inject `compiler_builtins` during postprocessing rather than via ASTTrevor Gross-17/+9
2025-02-21Rollup merge of #137302 - compiler-errors:stray-drop-regions, r=matthewjasperMatthias Krüger-0/+27
2025-02-21Rollup merge of #136089 - jwong101:box-default-debug-stack-usage, r=AmanieuMatthias Krüger-0/+28
2025-02-21Rollup merge of #135630 - folkertdev:s390x-target-features, r=AmanieuMatthias Krüger-0/+11
2025-02-21Rollup merge of #128080 - estebank:out-of-scope-macro, r=petrochenkovMatthias Krüger-18/+18
2025-02-21Remove `NtTy`.Nicholas Nethercote-18/+54
2025-02-21Remove `NtVis`.Nicholas Nethercote-0/+17
2025-02-21Trim suggestion part before generating highlightsMichael Goulet-82/+79
2025-02-21More sophisticated span trimmingMichael Goulet-1004/+818
2025-02-21add more s390x target featuresFolkert de Vries-0/+11
2025-02-20Rollup merge of #137324 - flba-eb:rename_qnx_target_name_i586, r=workingjubileeJubilee-3/+3
2025-02-20Rollup merge of #136985 - zachs18:backend-repr-remove-uninhabited, r=workingj...Jubilee-26/+426
2025-02-20Rollup merge of #131651 - Patryk27:avr-unknown-unknown, r=tgross35Jubilee-10/+16
2025-02-20Add test that uninhabited repr(transparent) type has same function return ABI...Zachary S-0/+77
2025-02-20Update ui tests with `LayoutData { uninhabited: ... }` etcZachary S-26/+349