about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-06Auto merge of #87808 - JohnTitor:rollup-qqp79xs, r=JohnTitorbors-11/+97
2021-08-06Rollup merge of #87770 - BoxyUwU:cec-drop-impl, r=lcnrYuki Okushi-0/+16
2021-08-06Rollup merge of #87760 - badboy:promote-ios-sim-target, r=Mark-SimulacrumYuki Okushi-7/+6
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-06Auto merge of #87462 - ibraheemdev:tidy-file-length-ignore-comment, r=Mark-Si...bors-1/+4
2021-08-05Fix URL conflict for std typeGuillaume Gomez-1/+1
2021-08-05Remove LightSpan and use Span directlyGuillaume Gomez-98/+44
2021-08-05Remove warnings/errors from compiler when using typeck_body in rustdoc span m...Guillaume Gomez-5/+5
2021-08-05* Rename LightSpan::empty into LightSpan::dummyGuillaume Gomez-23/+19
2021-08-05Add missing root_path when generating links using hrefGuillaume Gomez-5/+35
2021-08-05Add documentation and FIXMEGuillaume Gomez-4/+7
2021-08-05Fix invalid generation of HTML in highlightGuillaume Gomez-41/+60
2021-08-05formattingGuillaume Gomez-30/+19
2021-08-05Use rustdoc Span in LinkFromSrc directlyGuillaume Gomez-15/+6
2021-08-05Move extra arguments for highlight URL generation into a new ContextInfo stru...Guillaume Gomez-40/+42
2021-08-05Wrap the span_map tuple index into a type called "LightSpan"Guillaume Gomez-44/+68
2021-08-05Improve code readabilityGuillaume Gomez-57/+46
2021-08-05* Rename Span::from_rustc_span to Span::newGuillaume Gomez-9/+10
2021-08-05* Rename 'move_span' into 'local_span_to_global_span'Guillaume Gomez-17/+85
2021-08-05Underline source code links on hoverGuillaume Gomez-0/+4
2021-08-05Update rustdoc testsGuillaume Gomez-3/+3
2021-08-05Generate links for modules as wellGuillaume Gomez-9/+29
2021-08-05Add test for source code pages URLsGuillaume Gomez-0/+55
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-04dropckEllen-0/+16
2021-08-04Fix assertions in `coverage-reports` testAlex Crichton-76/+70
2021-08-04Promote `aarch64-apple-ios-sim` to Tier 2Jan-Erik Rediger-7/+6
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-03Validate FFI-safety warnings on naked functionsNathaniel McCallum-0/+32