about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2021-08-10Move some UI tests to more suitable subdirsYuki Okushi-26/+0
2021-08-09Use smaller spans when suggesting method call disambiguationEsteban Kuber-14/+16
2021-08-09Link to edition guide instead of issues for 2021 lints.Mara Bos-77/+77
2021-08-09Do not ICE on HIR based WF check when involving lifetimesEsteban Küber-0/+45
2021-08-09Auto merge of #87619 - 12101111:fix-native_link_modifiers_bundle, r=petrochenkovbors-13/+18
2021-08-08Auto merge of #87235 - poliorcetics:issue-87217-fn-quali-order, r=nagisabors-3/+150
2021-08-08Auto merge of #87697 - GuillaumeGomez:add-e0784, r=nagisabors-10/+10
2021-08-08 Fix feature gate checking of static-nobundle and native_link_modifiers12101111-13/+18
2021-08-08Auto merge of #87827 - eddyb:wrapperless-mem-replace, r=m-ou-sebors-30/+40
2021-08-08Avoid using the `copy_nonoverlapping` wrapper through `mem::replace`.Eduard-Mihai Burtescu-30/+40
2021-08-08Auto merge of #87815 - BoxyUwU:cec-generics-of-ice, r=eddybbors-0/+81
2021-08-07Auto merge of #87772 - npmccallum:naked_abi, r=Amanieubors-14/+8
2021-08-07fmtEllen-1/+1
2021-08-07less opt in const param ofEllen-0/+24
2021-08-08Rollup merge of #87789 - tmiasko:panik, r=Mark-SimulacrumYuki Okushi-0/+0
2021-08-07Run RemoveZsts at mir-opt-level=1Erik Desjardins-53/+21
2021-08-07Rollup merge of #87775 - Kobzol:single-associated-item-hint, r=oli-obkYuki Okushi-2/+84
2021-08-06uwuEllen-1/+1
2021-08-06*sprinkles some dust everywhere*Ellen-1/+2
2021-08-06encode `generics_of` of fields and ty paramsEllen-0/+80
2021-08-06bless some nll testsOli Scherer-26/+2
2021-08-06Point to the value instead of the TAIT declaration for obligation failuresOli Scherer-38/+40
2021-08-06Immediately register new opaque types in the global list.Oli Scherer-20/+19
2021-08-06Remove a useless feature gateingOli Scherer-21/+2
2021-08-06Add hint for unresolved associated trait items if the trait has a single itemJakub Beránek-2/+84
2021-08-06Rollup merge of #87770 - BoxyUwU:cec-drop-impl, r=lcnrYuki Okushi-0/+16
2021-08-06Rollup merge of #87742 - npmccallum:naked_ffi, r=AmanieuYuki Okushi-0/+32
2021-08-06Rollup merge of #87727 - SkiFire13:fix-87718, r=jackh726Yuki Okushi-3/+41
2021-08-06Rollup merge of #87715 - bhgomes:long-explanation-E0625, r=GuillaumeGomezYuki Okushi-1/+2
2021-08-05Fix URL conflict for std typeGuillaume Gomez-1/+1
2021-08-05Add missing root_path when generating links using hrefGuillaume Gomez-3/+9
2021-08-05Generate links for modules as wellGuillaume Gomez-4/+5
2021-08-05Add test for source code pages URLsGuillaume Gomez-0/+55
2021-08-05Ensure that --generate-link-to-definition is only used with HTML output and i...Guillaume Gomez-0/+24
2021-08-05Auto merge of #87740 - npmccallum:naked_args, r=Amanieubors-0/+150
2021-08-05Make vec-shrink-panic test compatible with v0 manglingTomasz Miąsko-0/+0
2021-08-04Add testcase for proper LLVM representation of SIMD types.Hans Kratz-0/+14
2021-08-04Remove 0-sized paddings from field loyout tests.Hans Kratz-6/+6
2021-08-04Combine spans into one error, deduplicate codeasquared31415-91/+34
2021-08-04Auto merge of #86155 - alexcrichton:abort-on-unwind, r=nikomatsakisbors-324/+246
2021-08-04Disable unused variable lint for naked functionsNathaniel McCallum-71/+1
2021-08-04Add test for naked function unused variables lintNathaniel McCallum-0/+220
2021-08-04Move naked function ABI check to its own lintNathaniel McCallum-14/+8
2021-08-04Update error messageasquared31415-105/+105
2021-08-04Fix lint capitalization and ignoring, test with include_strasquared31415-100/+143
2021-08-04Handle leading colons properlyasquared31415-33/+43
2021-08-04Proper characters in labels, ignore commentsasquared31415-20/+36
2021-08-04Lint against named asm labelsasquared31415-0/+395
2021-08-04dropckEllen-0/+16
2021-08-04Fix assertions in `coverage-reports` testAlex Crichton-76/+70