about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2021-10-15Use more lowered spans in for loopCameron Steffen-3/+3
2021-10-15Don't mark for loop head span with desugaringCameron Steffen-1/+1
2021-10-15Auto merge of #89884 - Mark-Simulacrum:revert-enum-discr, r=wesleywiserbors-8/+114
2021-10-14Auto merge of #89882 - matthiaskrgr:rollup-1dh7pz8, r=matthiaskrgrbors-16/+46
2021-10-14Revert "Stabilize `arbitrary_enum_discriminant`"Mark Rousskov-8/+114
2021-10-14Rollup merge of #89390 - tmandry:issue-72117, r=estebankMatthias Krüger-16/+46
2021-10-14Auto merge of #88698 - Noble-Mushtak:master, r=nikomatsakis,oli-obkbors-0/+60
2021-10-14Auto merge of #89247 - fee1-dead:const-eval-select, r=oli-obkbors-0/+213
2021-10-14fix codegen testDeadbeef-2/+2
2021-10-14Fix const stabilityDeadbeef-0/+30
2021-10-14Avoid tupling at the calleeDeadbeef-30/+32
2021-10-14Auto merge of #89815 - GuillaumeGomez:associated-consts-sidebar, r=notriddlebors-0/+31
2021-10-13Auto merge of #89858 - matthiaskrgr:rollup-evsnr2e, r=matthiaskrgrbors-0/+65
2021-10-13Move misplaced commentTyler Mandry-4/+4
2021-10-13Always check predicates in can_coerceTyler Mandry-12/+6
2021-10-13Fix incorrect Box::pin suggestionTyler Mandry-0/+36
2021-10-13Rollup merge of #89347 - TaKO8Ki:crate-or-module-typo, r=estebankMatthias Krüger-0/+65
2021-10-13Auto merge of #89555 - oli-obk:nll_member_constraint_diag, r=estebankbors-354/+350
2021-10-13Auto merge of #89822 - tmiasko:overflap-duplicates, r=cjgillotbors-0/+19
2021-10-13Auto merge of #89847 - JohnTitor:rollup-xfymeo4, r=JohnTitorbors-1/+189
2021-10-13Rollup merge of #89777 - pierwill:fix-88233, r=Mark-SimulacrumYuki Okushi-1/+1
2021-10-13Rollup merge of #89768 - hellow554:tests, r=Mark-SimulacrumYuki Okushi-0/+188
2021-10-13Bless nll testsOli Scherer-10/+12
2021-10-13Re-use logic for adding a suggestion when a lifetime bound is missing on an i...Oli Scherer-0/+15
2021-10-13Remove explicit -Zborrowck=mir which does not affect test anymoreOli Scherer-6/+2
2021-10-13Remove a feature attribute for an accepted featureOli Scherer-5/+3
2021-10-13Use a label instead of a note for member constraint errorsOli Scherer-26/+11
2021-10-13Remove textual span from diagnostic stringOli Scherer-319/+319
2021-10-13Auto merge of #89587 - camelid:all-candidates, r=petrochenkovbors-2/+108
2021-10-13suggestion for typoed crate or moduleTakayuki Maeda-0/+65
2021-10-13Deduplicate regions ids before merging themTomasz Miąsko-0/+19
2021-10-12Auto merge of #89105 - DevinR528:reachable-fix, r=Nadrierilbors-56/+337
2021-10-12Work around different filenames for DLLsNoah Lev-2/+2
2021-10-12Add long explanation for E0464Noah Lev-1/+49
2021-10-12Include rmeta candidates in "multiple matching crates" errorNoah Lev-0/+3
2021-10-12Add test for showing rmeta candidates in errorNoah Lev-0/+39
2021-10-12Test crate loading error stderrNoah Lev-2/+18
2021-10-12Add test for associated constants in the sidebarGuillaume Gomez-0/+31
2021-10-12Filter unstable and doc hidden variants in usefulness checkingDevin Ragotzy-56/+337
2021-10-12Auto merge of #89770 - jkugelman:must-use-from-and-into, r=joshtriplettbors-1/+2
2021-10-12add some more testcasesMarcel Hellwig-0/+188
2021-10-12Add const_eval_select intrinsicDeadbeef-0/+181
2021-10-12Auto merge of #89791 - matthiaskrgr:rollup-1lhxh5b, r=matthiaskrgrbors-23/+54
2021-10-11Add #[must_use] to From::from and Into::intoJohn Kugelman-1/+2
2021-10-11Rollup merge of #89772 - michaelwoerister:fix-function-names-test-gdb, r=Mark...Matthias Krüger-15/+16
2021-10-11Rollup merge of #89471 - nbdd0121:const3, r=fee1-deadMatthias Krüger-8/+38
2021-10-11Auto merge of #89648 - nbdd0121:issue-89606, r=nikomatsakisbors-0/+40
2021-10-11Edit explanation of test for nested type ascriptionspierwill-1/+1
2021-10-11Split impl-with-default-fn test into a pass test and a fail testGary Guo-8/+38
2021-10-11Auto merge of #83908 - Flying-Toast:master, r=davidtwcobors-1/+166