about summary refs log tree commit diff
path: root/tests/ui/rfcs
AgeCommit message (Expand)AuthorLines
2023-12-18Check const_eval_select intrinsic correctlyMichael Goulet-1/+6
2023-12-18Check FnPtr/FnDef built-in fn traits correctly with effectsMichael Goulet-2/+13
2023-12-18Rollup merge of #119059 - fmease:no-tilde-const-in-inh-impl-headers, r=fee1-deadMatthias Krüger-17/+19
2023-12-18Deny ~const trait bounds in inherent impl headersLeón Orell Valerian Liehr-17/+19
2023-12-17Auto merge of #114962 - darklyspaced:debug, r=est31bors-15/+15
2023-12-14update use of feature flagslcnr-1/+1
2023-12-12blesseddarklyspaced-15/+15
2023-12-11Auto merge of #118661 - fee1-dead-contrib:restore-const-partialEq, r=compiler...bors-108/+68
2023-12-11Add spacing information to delimiters.Nicholas Nethercote-8/+8
2023-12-11Improve `print_tts` by changing `tokenstream::Spacing`.Nicholas Nethercote-20/+19
2023-12-10fix testsDeadbeef-10/+41
2023-12-10Revert "Don't print host effect param in pretty path_generic_args"Deadbeef-1/+1
2023-12-10Restore `const PartialEq`Deadbeef-111/+40
2023-12-09Print constness in TraitPredPrintModifiersAndPathMichael Goulet-5/+5
2023-12-09Don't print host effect param in pretty path_generic_argsMichael Goulet-2/+2
2023-12-09Rollup merge of #118734 - nnethercote:literal-cleanups, r=fee1-deadGuillaume Gomez-0/+0
2023-12-09Tweak the `no-nuls.rs` test.Nicholas Nethercote-0/+0
2023-12-08Rollup merge of #118730 - jyn514:cmp_refs, r=estebank,compiler-errorsMatthias Krüger-4/+4
2023-12-08Auto merge of #118527 - Nadrieril:never_patterns_parse, r=compiler-errorsbors-0/+183
2023-12-07recurse into refs when comparing tys for diagnosticsjyn-4/+4
2023-12-07Fix const drop checkingMichael Goulet-22/+2
2023-12-06Auto merge of #118605 - fee1-dead-contrib:rm-rustc_host, r=compiler-errorsbors-6/+7
2023-12-05Rollup merge of #118268 - compiler-errors:pretty-print, r=estebankMichael Goulet-4/+4
2023-12-05Add print_trait_sugaredMichael Goulet-4/+4
2023-12-05Remove `#[rustc_host]`, use internal desugaringDeadbeef-6/+7
2023-12-04Use default params until effects in desugaringDeadbeef-6/+19
2023-12-03Satisfy tidyNadrieril-0/+183
2023-12-01Auto merge of #117472 - jmillikin:stable-c-str-literals, r=Nilstriebbors-40/+0
2023-11-30Auto merge of #118379 - compiler-errors:const-params-for-partialeq, r=fee1-deadbors-45/+13
2023-11-29Rollup merge of #118333 - eduardosm:print-missing-target-features, r=est31Matthias Krüger-47/+129
2023-11-29Rollup merge of #118191 - estebank:let-chain-typo, r=compiler-errorsMatthias Krüger-0/+8
2023-11-28Add with_opt_const_effect_param helper, simplifyMichael Goulet-2/+2
2023-11-28Add PartialEq<&B> for &AMichael Goulet-44/+12
2023-11-28Fix PartialEq args when #[const_trait] is enabledMichael Goulet-1/+1
2023-11-28thir-unsafeck: print list of missing target features when calling a function ...Eduardo Sánchez Muñoz-13/+65
2023-11-28Suggest `let` or `==` on typo'd let-chainEsteban Küber-0/+8
2023-11-28Auto merge of #118282 - fee1-dead-contrib:enforce-more, r=compiler-errorsbors-30/+75
2023-11-27Print list of missing target features when calling a function with target fea...Eduardo Sánchez Muñoz-37/+67
2023-11-26Auto merge of #117611 - Nadrieril:linear-pass-take-4, r=cjgillotbors-120/+95
2023-11-25effects: Run `enforce_context_effects` for all method callsDeadbeef-30/+75
2023-11-24Auto merge of #118138 - Nilstrieb:one-previous-error, r=WaffleLapkinbors-137/+137
2023-11-24Manual find replace updatesNilstrieb-10/+10
2023-11-24Show number in error message even for one errorNilstrieb-127/+127
2023-11-24Add `Span` to `TraitBoundModifier`Deadbeef-35/+35
2023-11-22When failing to import `core`, suggest `std`Esteban Küber-5/+8
2023-11-22Add some testsNadrieril-120/+95
2023-11-12Auto merge of #117817 - fmease:deny-more-tilde-const, r=fee1-deadbors-81/+391
2023-11-12Deny more `~const` trait boundsLeón Orell Valerian Liehr-81/+391
2023-11-08Auto merge of #116930 - RalfJung:raw-ptr-match, r=davidtwcobors-14/+133
2023-11-06Rollup merge of #117516 - matthiaskrgr:test_effects_113375_oob, r=fee1-deadMatthias Krüger-0/+18