about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-10-07Rollup merge of #128399 - mammothbane:master, r=Amanieu,tgross35Stuart Cook-106/+88
2024-10-07Auto merge of #131068 - RalfJung:immediate-offset-sanity-check, r=nnethercotebors-8/+8
2024-10-06liballoc: introduce String, Vec const-slicingNathan Perry-106/+88
2024-10-06Auto merge of #128651 - folkertdev:naked-asm-macro-v2, r=Amanieubors-311/+306
2024-10-06various fixes for `naked_asm!` implementationFolkert de Vries-5/+3
2024-10-06Auto merge of #129670 - est31:cfg_attr_crate_type_name_error, r=Urgaubors-45/+30
2024-10-06more `asm!` -> `naked_asm!` in testsFolkert de Vries-23/+22
2024-10-06disallow `asm!` in `#[naked]` functionsFolkert de Vries-187/+154
2024-10-06use `naked_asm!` in feature-gate-naked_functions testFolkert-12/+45
2024-10-06use `naked_asm!` in naked-function testsFolkert-43/+63
2024-10-06use `naked_asm!` in `tests/ui/asm/naked-functions.rs`Folkert-139/+117
2024-10-06Rollup merge of #131312 - estebank:fn-in-pattern, r=compiler-errorsMatthias Krüger-63/+140
2024-10-06Rollup merge of #129392 - compiler-errors:raw-ref-op-doesnt-diverge-but-more,...Matthias Krüger-13/+359
2024-10-06Auto merge of #130540 - veera-sivarajan:fix-87525, r=estebankbors-0/+123
2024-10-06On function and method calls in patterns, link to the bookEsteban Küber-63/+140
2024-10-05Be far more strict about what we consider to be a read of neverMichael Goulet-8/+120
2024-10-05Document things a bit more carefully, also account for coercion in check_expr...Michael Goulet-5/+2
2024-10-05Fix up testsMichael Goulet-7/+180
2024-10-05Evaluating place expr that is never read from does not divergeMichael Goulet-10/+74
2024-10-05Rollup merge of #131299 - RalfJung:lang-item-track-caller, r=compiler-errorsMatthias Krüger-1/+1
2024-10-05Rollup merge of #130555 - hegza:rv32e, r=workingjubileeMatthias Krüger-0/+682
2024-10-05fix GVN trying to transmute pointers to integersRalf Jung-8/+8
2024-10-05fix typo in 'lang item with track_caller' messageRalf Jung-1/+1
2024-10-05Auto merge of #131188 - Kobzol:remove-libstd-so-from-sysroot, r=onur-ozkanbors-0/+1
2024-10-05Add a Lint for Pointer to Integer Transmutes in ConstsVeera-12/+53
2024-10-05Rollup merge of #131256 - RalfJung:f16-f128-const, r=ibraheemdevMatthias Krüger-4/+2
2024-10-05Add UI test to verify invalid loads are not generatedHenri Lunnikivi-0/+673
2024-10-05Add assembly tests to satisfy 'tidy'Henri Lunnikivi-0/+9
2024-10-05move f16/f128 const fn under f16/f128 feature gateRalf Jung-4/+2
2024-10-05Auto merge of #129244 - cjgillot:opaque-hir, r=compiler-errorsbors-556/+580
2024-10-05Make deprecated_cfg_attr_crate_type_name a hard errorest31-45/+30
2024-10-04Rollup merge of #131273 - estebank:issue-131051, r=compiler-errorsJubilee-0/+127
2024-10-04Rollup merge of #131260 - notriddle:notriddle/disambiguator-error, r=Guillaum...Jubilee-18/+18
2024-10-04Rollup merge of #130633 - eholk:pin-reborrow-self, r=compiler-errorsJubilee-8/+47
2024-10-04Rollup merge of #130367 - compiler-errors:super-unconstrained, r=spastorinoJubilee-14/+39
2024-10-04Rollup merge of #129517 - cjgillot:known-panic-array, r=pnkfelixJubilee-0/+18
2024-10-05Compute array length from type for unconditional panic.Camille GILLOT-0/+18
2024-10-04Bless incremental tests.Camille GILLOT-2/+2
2024-10-04Promote crash tests to ui.Camille GILLOT-35/+124
2024-10-04Bless ui tests.Camille GILLOT-519/+454
2024-10-04Account for `impl Trait {` when `impl Trait for Type {` was intendedEsteban Küber-0/+127
2024-10-04Elaborate supertrait span correctly to label the error betterMichael Goulet-0/+3
2024-10-04Check elaborated projections from dyn don't mention unconstrained late bound ...Michael Goulet-14/+36
2024-10-04Rollup merge of #131257 - GuillaumeGomez:fix-list-margins, r=notriddleJubilee-0/+35
2024-10-04Rollup merge of #131174 - madsmtm:target-info-sparc-abi, r=pnkfelixJubilee-1/+1
2024-10-04Rollup merge of #130518 - scottmcm:stabilize-controlflow-extra, r=dtolnayJubilee-29/+8
2024-10-04Rollup merge of #130453 - randomPoison:trusty-x86, r=pnkfelixJubilee-0/+3
2024-10-04Fix target_abi in sparc-unknown-none-elfMads Marquart-1/+1
2024-10-04Auto merge of #130157 - eduardosm:stabilize-const_float_classify, r=RalfJungbors-2/+5
2024-10-04rustdoc: cleaner errors on disambiguator/namespace mismatchesMichael Howell-18/+18