about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
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-21Tell llvm-ar to not create a symbol tablebjorn3-1/+1
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
2025-02-20Point out the type of more expressions on bad `?`Esteban Küber-2/+5
2025-02-20fix label suffixHenry Jiang-16/+16
2025-02-20Auto merge of #136771 - scottmcm:poke-slice-iter-next, r=joboetbors-146/+734
2025-02-20Tweak E0277 when predicate comes indirectly from `?`Esteban Küber-48/+52
2025-02-20Reword messageEsteban Küber-12/+12
2025-02-20Make x86 QNX target name consistent with other Rust targetsFlorian Bartels-3/+3
2025-02-20remove : from stack-protector-heuristics-effect.rs filecheckHenry Jiang-4/+4
2025-02-20avr-rjmp-offset: Explain `.target_cpu()`Patryk Wychowaniec-0/+4
2025-02-20Turn order dependent trait objects future incompat warning into a hard errorOli Scherer-160/+30
2025-02-20vectorcall ABI: error if sse2 is not availableRalf Jung-72/+64
2025-02-20mono-time abi_check: unify error paths for call and definition sitesRalf Jung-1/+49
2025-02-20Auto merge of #137058 - scottmcm:trunc-unchecked, r=nikicbors-40/+101
2025-02-19add `IntoBounds::intersect` and `RangeBounds::is_empty`Peter Jaszkowiak-1/+2
2025-02-20Use a probe to avoid registering stray region obligations when re-checking dr...Michael Goulet-0/+27
2025-02-20Auto merge of #137295 - matthiaskrgr:rollup-tdu3t39, r=matthiaskrgrbors-42/+135
2025-02-20Rollup merge of #137281 - estebank:doc-comment-syntax-error, r=compiler-errorsMatthias Krüger-0/+29
2025-02-20Rollup merge of #137277 - m4rch3n1ng:stabilize-inherent-str-constructors, r=t...Matthias Krüger-41/+40
2025-02-20Rollup merge of #137269 - dianne:fix-ref-pat-label-span, r=davidtwcoMatthias Krüger-1/+31
2025-02-20Rollup merge of #137253 - compiler-errors:bevy-hack, r=jackh726Matthias Krüger-0/+2
2025-02-20Rollup merge of #137106 - chenyukang:yukang-fix-sidebar-sort, r=notriddleMatthias Krüger-0/+33
2025-02-19Auto merge of #137290 - matthiaskrgr:rollup-a7xdbi4, r=matthiaskrgrbors-706/+2492
2025-02-19Rollup merge of #136923 - samueltardieu:push-vxxqvqwspssv, r=davidtwcoMatthias Krüger-15/+26
2025-02-19Rollup merge of #136344 - zachs18:dot_notation_more_defkinds_3, r=davidtwcoMatthias Krüger-179/+666
2025-02-19Rollup merge of #136093 - dianne:match-2024-for-edition-2021, r=NadrierilMatthias Krüger-512/+1800
2025-02-19Rework `OperandRef::extract_field` to stop calling `to_immediate_scalar` on t...Scott McMurray-0/+64
2025-02-19PR feedbackScott McMurray-3/+3
2025-02-19Emit `trunc nuw` for unchecked shifts and `to_immediate_scalar`Scott McMurray-39/+36
2025-02-19Specify scope in `out_of_scope_macro_calls` lintEsteban Küber-18/+18
2025-02-19stabilize `inherent_str_constructors`may-41/+40
2025-02-19Create a generic AVR target: avr-nonePatryk Wychowaniec-10/+12