about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-08-06Add test for union keyword highlightingGuillaume Gomez-0/+26
2021-08-06encode `generics_of` of fields and ty paramsEllen-0/+80
2021-08-06Fix highlighting for union keywordGuillaume Gomez-5/+65
2021-08-06Add options for enabling overflow checks in rustc and std.Hans Kratz-0/+20
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-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-05Remove git fetch command callGuillaume Gomez-4/+6
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-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