about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-03-02Make `ExprKind` the first field in `thir::Expr`Nilstrieb-9/+9
2023-03-02Auto merge of #108654 - LeSeulArtichaut:revert-99767, r=compiler-errorsbors-58/+119
2023-03-02Auto merge of #108640 - matthiaskrgr:rollup-rii4t5t, r=matthiaskrgrbors-9/+147
2023-03-02Revert "Stabilize `#![feature(target_feature_11)]`"Léo Lanteri Thauvin-58/+119
2023-03-02Add GUI test for rustdoc search errors backgroundGuillaume Gomez-2/+41
2023-03-02Rollup merge of #108609 - clubby789:e0599-highlight, r=estebankMatthias Krüger-9/+21
2023-03-02Rollup merge of #108606 - chenyukang:yukang/fix-104367, r=compiler-errorsMatthias Krüger-0/+57
2023-03-02Rollup merge of #108575 - compiler-errors:erase, r=estebankMatthias Krüger-0/+17
2023-03-02Rollup merge of #108516 - clubby789:rustc-box-restrict, r=compiler-errorsMatthias Krüger-0/+52
2023-03-02Auto merge of #107879 - icedrocket:update-llvm, r=cuviperbors-0/+17
2023-03-02Restrict `#[rustc_box]` to `Box::new` callsclubby789-0/+52
2023-03-02Auto merge of #106673 - flba-eb:add_qnx_nto_stdlib, r=workingjubileebors-2/+15
2023-03-01Auto merge of #108483 - scottmcm:unify-bytewise-eq-traits, r=the8472bors-2/+84
2023-03-01Merge two different equality specialization traits in `core`Scott McMurray-2/+84
2023-03-01Auto merge of #108620 - Dylan-DPC:rollup-o5c4evy, r=Dylan-DPCbors-41/+410
2023-03-01Rollup merge of #108605 - JohnTitor:issue-105821, r=compiler-errorsDylan DPC-0/+23
2023-03-01Rollup merge of #108604 - JohnTitor:issue-107280, r=compiler-errorsDylan DPC-0/+97
2023-03-01Rollup merge of #108568 - spastorino:new-rpitit-flag, r=compiler-errorsDylan DPC-0/+1
2023-03-01Rollup merge of #108427 - y21:for-else-diagnostic, r=compiler-errorsDylan DPC-22/+181
2023-03-01Rollup merge of #108143 - notriddle:notriddle/filter-exclamation-macro, r=Gui...Dylan DPC-19/+108
2023-03-01Highlight whole expression for E0599clubby789-9/+21
2023-03-01Add unstable option new_rpitit to be used for new RPITIT lowering systemSantiago Pastorino-0/+1
2023-03-01Auto merge of #108446 - Zoxc:named-allocs, r=oli-obkbors-3/+3
2023-03-01Add testcase for issue 105209yukang-0/+25
2023-03-01Fix #104367, add test case for mismatched open/close delimsyukang-0/+32
2023-03-01Add regression test for #105821Yuki Okushi-0/+23
2023-03-01Add regression test for #107280Yuki Okushi-0/+97
2023-03-01Auto merge of #105871 - llogiq:option-as-slice, r=scottmcmbors-0/+28
2023-03-01recover from for-else and while-elsey21-22/+181
2023-03-01Auto merge of #108587 - matthiaskrgr:rollup-rw6po59, r=matthiaskrgrbors-0/+108
2023-03-01Rollup merge of #108496 - nx2k3:issue-108495-dec, r=WaffleLapkinMatthias Krüger-0/+108
2023-03-01Rollup merge of #108554 - compiler-errors:late-bound-object-default, r=oli-obkMatthias Krüger-0/+18
2023-03-01Rollup merge of #108551 - compiler-errors:rpitit-bad-spec, r=oli-obkMatthias Krüger-12/+14
2023-03-01Rollup merge of #108550 - clubby789:remove-disjoint, r=compiler-errorsMatthias Krüger-12/+4
2023-03-01Rollup merge of #108297 - chenyukang:yukang/delim-error-exit, r=petrochenkovMatthias Krüger-1510/+254
2023-03-01Add `Option::as_slice`(`_mut`)Andre Bogus-0/+28
2023-02-28Fix error spans for arguments to tuple enum constructorsNathan Fenner-5/+358
2023-02-28Shift vars for default RPITIT methods correctlyMichael Goulet-0/+25
2023-02-28Erase **all** regions when probing for associated types in astconvMichael Goulet-0/+17
2023-02-28Explain compile-time vs run-time difference in env!() error messageKornel-10/+13
2023-02-28micro fmt changesMaybe Waffle-12/+10
2023-02-28Add QNX Neutrino support to libstdFlorian Bartels-2/+15
2023-02-27Point error span at Some constructor argument when trait resolution failsNathan Fenner-5/+93
2023-02-28remove duplicated diagnostic for unclosed delimiteryukang-305/+73
2023-02-28Exit when there are unmatched delims to avoid noisy diagnosticsyukang-1263/+239
2023-02-28Only look for param in generics if it actually comes from genericsMichael Goulet-0/+18
2023-02-28Deny capturing late-bound non-lifetime param in anon constMichael Goulet-0/+38
2023-02-28Descriptive error when users try to combine RPITIT/AFIT with specializationMichael Goulet-12/+14
2023-02-28Remove the `capture_disjoint_fields` featureclubby789-12/+4
2023-02-28Auto merge of #99767 - LeSeulArtichaut:stable-target-feature-11, r=estebankbors-119/+58