about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-08-07Inline from of TryReserveErrorKindKornel-0/+1
2021-08-07Auto merge of #87796 - nielx:fix/socket2-0.4.1, r=Mark-Simulacrumbors-2/+2
2021-08-07Auto merge of #87408 - kornelski:try_reserve_error, r=yaahcbors-109/+269
2021-08-06Auto merge of #87774 - camelid:process-typo, r=jyn514bors-1/+1
2021-08-06Auto merge of #87822 - JohnTitor:rollup-kxojii0, r=JohnTitorbors-652/+1008
2021-08-07Rollup merge of #87816 - bjorn3:sync_cg_clif-2021-08-06, r=bjorn3Yuki Okushi-590/+823
2021-08-07Rollup merge of #87809 - InnovativeInventor:pointer-typo, r=dtolnayYuki Okushi-2/+2
2021-08-07Rollup merge of #87787 - hyd-dev:c-unwind, r=RalfJungYuki Okushi-1/+2
2021-08-07Rollup merge of #87779 - Aaron1011:stmt-ast-id, r=petrochenkovYuki Okushi-28/+7
2021-08-07Rollup merge of #87775 - Kobzol:single-associated-item-hint, r=oli-obkYuki Okushi-28/+172
2021-08-07Rollup merge of #87761 - rusticstuff:rustc_error_overflow, r=Mark-SimulacrumYuki Okushi-2/+1
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-06Remove special case for statement `NodeId` assignmentAaron Hill-28/+7
2021-08-06Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3' into sync_cg_clif-202...bjorn3-590/+823
2021-08-06Auto merge of #87777 - the8472:fix-mir-max-rss, r=oli-obk,joshtriplettbors-6/+72
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-28/+172
2021-08-06Auto merge of #87808 - JohnTitor:rollup-qqp79xs, r=JohnTitorbors-46/+179
2021-08-05Fix typo in the ptr documentationMax Fan-2/+2
2021-08-06Rollup merge of #87780 - est31:intra_doc_links, r=jyn514Yuki Okushi-5/+15
2021-08-06Rollup merge of #87770 - BoxyUwU:cec-drop-impl, r=lcnrYuki Okushi-3/+26
2021-08-06Rollup merge of #87760 - badboy:promote-ios-sim-target, r=Mark-SimulacrumYuki Okushi-7/+6
2021-08-06Rollup merge of #87759 - m-ou-se:linux-process-sealed, r=jyn514Yuki Okushi-12/+7
2021-08-06Rollup merge of #87756 - Amanieu:no_profiler_runtime, r=jackh726Yuki Okushi-11/+12
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-4/+41
2021-08-06Rollup merge of #87715 - bhgomes:long-explanation-E0625, r=GuillaumeGomezYuki Okushi-2/+31
2021-08-06Rollup merge of #87561 - devnexen:haiku_thread_build_fix, r=yaahcYuki Okushi-2/+9
2021-08-06Auto merge of #87462 - ibraheemdev:tidy-file-length-ignore-comment, r=Mark-Si...bors-19/+4
2021-08-05Auto merge of #84176 - GuillaumeGomez:src-to-definition, r=jyn514bors-131/+707
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-6/+25
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