about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-08-08Rollup merge of #87834 - camelid:span-typo, r=CraftSpiderYuki Okushi-1/+1
2021-08-08Rollup merge of #87833 - m-rsha:patch-1, r=Aaron1011Yuki Okushi-1/+1
2021-08-08Rollup merge of #87789 - tmiasko:panik, r=Mark-SimulacrumYuki Okushi-0/+0
2021-08-08Rollup merge of #87744 - Smittyvb:xpy-test-force-rerun, r=Mark-SimulacrumYuki Okushi-7/+32
2021-08-06Fix small typoNoah Lev-1/+1
2021-08-06Fix typo -- "The" -> "They"await Marsha-1/+1
2021-08-06Auto merge of #87822 - JohnTitor:rollup-kxojii0, r=JohnTitorbors-3/+85
2021-08-07Rollup merge of #87775 - Kobzol:single-associated-item-hint, r=oli-obkYuki Okushi-2/+84
2021-08-07Rollup merge of #85807 - glaubitz:powerpc-disable-initial-exec-tls, r=Mark-Si...Yuki Okushi-1/+1
2021-08-06Auto merge of #87784 - rusticstuff:bootstrap_config_overflow_checks, r=Mark-S...bors-0/+20
2021-08-06Add options for enabling overflow checks in rustc and std.Hans Kratz-0/+20
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-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-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