about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2022-01-26Auto merge of #91840 - JakobDegen:fix_early_otherwise, r=oli-obkbors-97/+219
2022-01-26Don't suggest inaccessible fieldsthreadexception-0/+30
2022-01-26`const_deallocate`: Don't deallocate memory allocated in an another const. Do...woppopo-4/+27
2022-01-25#91939: integer to char cast error, make more targetedGeorge Bateman-0/+24
2022-01-25Add regression test for #93197Eric Holk-0/+15
2022-01-25Remove 1-tuple unreachable caseRob Pilling-2/+13
2022-01-25Handle generics with ParamEnvRob Pilling-2/+52
2022-01-25Compare tuple element & arg types before suggesting a tupleRob Pilling-10/+48
2022-01-25Test tuple suggestions, including tuple-as-function-argumentRob Pilling-0/+88
2022-01-25Rollup merge of #93303 - compiler-errors:issue-93282, r=wesleywiserMatthias Krüger-0/+17
2022-01-25Rollup merge of #93286 - jsha:sidebar-nowrap, r=GuillaumeGomezMatthias Krüger-0/+10
2022-01-25Rollup merge of #93250 - Aaron1011:remove-early-dedup, r=oli-obkMatthias Krüger-21/+380
2022-01-25delay the bug once again, generalize turbofish suggestionMichael Goulet-25/+4
2022-01-25Remove delayed bug when encountering label in bad turbofishMichael Goulet-3/+41
2022-01-25Add test when there is no source code link after versionGuillaume Gomez-0/+23
2022-01-26Add a minimal working `append_const_msg` argumentDeadbeef-3/+3
2022-01-26Improve selection errors for `~const` trait boundsDeadbeef-50/+82
2022-01-25Rollup merge of #93175 - spastorino:negative-traits-coherence-new, r=nikomats...Matthias Krüger-0/+26
2022-01-25Rollup merge of #93169 - CraftSpider:rustdoc-clean-inconsistency, r=Guillaume...Matthias Krüger-0/+4
2022-01-25Rollup merge of #93144 - wesleywiser:uninhabited_type_code_cov2, r=tmandryMatthias Krüger-0/+57
2022-01-25Rollup merge of #93118 - jackh726:param-heuristics-3, r=estebankMatthias Krüger-1/+8
2022-01-25Rollup merge of #93064 - Aaron1011:provisional-dep-node, r=michaelwoeristerMatthias Krüger-0/+24
2022-01-24Add white-space: nowrap to links in the sidebarJacob Hoffman-Andrews-0/+10
2022-01-24Auto merge of #90842 - pierwill:localdefid-indexmap, r=wesleywiserbors-16/+16
2022-01-24Auto merge of #93260 - matthiaskrgr:rollup-c5b9c76, r=matthiaskrgrbors-3/+3
2022-01-24Fix vec-slices debuginfo test for GDB.Michael Woerister-11/+10
2022-01-24[debuginfo] Fix and unify handling of fat pointers in debuginfo.Michael Woerister-6/+34
2022-01-24Rollup merge of #93231 - conradludgate:doc-link-brightness, r=notriddleMatthias Krüger-3/+3
2022-01-24Auto merge of #93014 - Kobzol:revert-92103-stable-hash-skip-zero-bytes, r=the...bors-6/+6
2022-01-24Revert "Do not hash leading zero bytes of i64 numbers in Sip128 hasher"Jakub Beránek-6/+6
2022-01-24Auto merge of #93028 - compiler-errors:const_drop_bounds, r=fee1-deadbors-67/+82
2022-01-23Remove deduplication of early lintsAaron Hill-21/+380
2022-01-23update testsConrad Ludgate-2/+2
2022-01-23Rollup merge of #93227 - compiler-errors:gat-hrtb-wfcheck, r=jackh726Matthias Krüger-0/+10
2022-01-23Rollup merge of #93226 - compiler-errors:issue-93141, r=jackh726Matthias Krüger-0/+25
2022-01-23Rollup merge of #93219 - cr1901:msp430-asm-squashed, r=AmanieuMatthias Krüger-0/+158
2022-01-23Rollup merge of #93213 - c410-f3r:let-chains-feature, r=matthewjasperMatthias Krüger-20/+95
2022-01-23Liberate late bound regions when collecting GAT substs in wfcheckMichael Goulet-0/+10
2022-01-23Auto merge of #93066 - nnethercote:infallible-decoder, r=bjorn3bors-5/+5
2022-01-23tweak all sidebar coloursConrad Ludgate-1/+1
2022-01-23Auto merge of #93220 - matthiaskrgr:rollup-9bkrlk0, r=matthiaskrgrbors-10/+47
2022-01-23Add `intrinsics::const_deallocate`woppopo-0/+127
2022-01-22Add preliminary support for inline assembly for msp430.William D. Jones-0/+158
2022-01-22Use an `indexmap` to avoid sorting `LocalDefId`spierwill-16/+16
2022-01-22Normalize field access types during borrowckMichael Goulet-0/+25
2022-01-23Auto merge of #93165 - eholk:disable-generator-drop-tracking, r=nikomatsakisbors-0/+113
2022-01-22Add has tests for blanket_with_local trait methodsRune Tynan-0/+2
2022-01-22[borrowck] Fix help on mutating &self in async fnsAlyssa Verkade-0/+26
2022-01-23Rollup merge of #93103 - estebank:await-span, r=nagisaMatthias Krüger-0/+38
2022-01-23Rollup merge of #93068 - jsha:dot-spacing, r=GuillaumeGomezMatthias Krüger-3/+2