about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-08-05Generate links for methods as wellGuillaume Gomez-19/+39
2021-08-05Ensure that --generate-link-to-definition is only used with HTML output and i...Guillaume Gomez-0/+32
2021-08-05Add an option for the source code link generationGuillaume Gomez-3/+23
2021-08-05Add links on source types to go to definitionGuillaume Gomez-106/+454
2021-08-05Auto merge of #87740 - npmccallum:naked_args, r=Amanieubors-0/+150
2021-08-05Auto merge of #87532 - tlyu:bootstrap-rev-list, r=jyn514bors-4/+8
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-04Fix assertions in `coverage-reports` testAlex Crichton-76/+70
2021-08-04Auto merge of #86197 - FabianWolff:trailing-whitespace, r=JohnTitorbors-242/+242
2021-08-04Remove trailing whitespace from error messagesFabian Wolff-242/+242
2021-08-04Auto merge of #87026 - FabianWolff:issue-86948, r=estebankbors-17/+67
2021-08-04Auto merge of #87712 - est31:line-column-1-based, r=petrochenkovbors-0/+75
2021-08-04Auto merge of #87568 - petrochenkov:localevel, r=cjgillotbors-60/+50
2021-08-04Rollup merge of #87734 - Smittyvb:more-union-tests, r=LeSeulArtichautYuki Okushi-22/+151
2021-08-04Rollup merge of #87731 - ehuss:update-cargo, r=ehussYuki Okushi-0/+0
2021-08-04Rollup merge of #87720 - matthiaskrgr:clippy_into, r=jyn514Yuki Okushi-19/+18
2021-08-04Rollup merge of #87663 - GuillaumeGomez:rustdoc-brace-minus-brace, r=notriddleYuki Okushi-10/+114
2021-08-04Rollup merge of #87267 - dtolnay:negspace, r=Aaron1011Yuki Okushi-3/+3
2021-08-03Auto merge of #86400 - FabianWolff:issue-85735, r=estebankbors-0/+29
2021-08-03Remove invalid suggestion involving Fn trait boundFabian Wolff-0/+29
2021-08-03Use a multipart suggestion for the parenthesesFabian Wolff-3/+5
2021-08-03Test dropping union fields moreSmitty-22/+151
2021-08-03Simplify usage of CSS background-imageGuillaume Gomez-24/+57
2021-08-03Remove space after negative sign in Literal to_stringDavid Tolnay-3/+3
2021-08-03Auto merge of #87515 - crlf0710:trait_upcasting_part2, r=bjorn3bors-0/+975
2021-08-03Update cargoEric Huss-0/+0
2021-08-03Relax a codegen testAlex Crichton-1/+1
2021-08-03Make simplify_cfg test more consistentAlex Crichton-47/+50
2021-08-03rustc: Fill out remaining parts of C-unwind ABIAlex Crichton-209/+134
2021-08-03Auto merge of #86338 - JohnTitor:issue-86162, r=estebankbors-0/+51
2021-08-03Use empty string instead of single spaceMichael Howell-2/+2
2021-08-03Pull the "Expand" / "Collapse" text to the end of the line, instead of startMichael Howell-7/+17
2021-08-03Rustdoc accessibility: use an icon for the [-]/[+] controlsMichael Howell-8/+69
2021-08-03Do not suggest impl traits as type argumentsYuki Okushi-0/+51
2021-08-03Auto merge of #87725 - JohnTitor:rollup-2ywcpuk, r=JohnTitorbors-17/+204
2021-08-03Rollup merge of #87716 - calebzulawski:master, r=workingjubileeYuki Okushi-15/+61
2021-08-03Rollup merge of #87711 - noproto:patch-1, r=GuillaumeGomezYuki Okushi-1/+1
2021-08-03Rollup merge of #87693 - badboy:enable-ios-sim-target-manifest, r=Mark-Simula...Yuki Okushi-0/+1
2021-08-03Rollup merge of #87652 - npmccallum:naked_inline, r=AmanieuYuki Okushi-1/+98
2021-08-03Rollup merge of #87646 - JohnTitor:fix-parser-ice, r=oli-obkYuki Okushi-0/+28
2021-08-03Rollup merge of #87645 - LeSeulArtichaut:issue-87414, r=oli-obkYuki Okushi-0/+15
2021-08-03don't use .into() to convert types to identical types (clippy::useless_conver...Matthias Krüger-19/+18
2021-08-03Auto merge of #87033 - FabianWolff:issue-87017, r=estebankbors-0/+94
2021-08-03Auto merge of #87262 - dtolnay:negative, r=Aaron1011bors-0/+11
2021-08-03Allow generic SIMD array element typeCaleb Zulawski-15/+61
2021-08-02Validate that naked functions are never inlinedNathaniel McCallum-1/+98
2021-08-03Make the UTF-8 statement more explicit and explicitly test for itest31-7/+15
2021-08-03Add testsest31-0/+67