| Age | Commit message (Expand) | Author | Lines |
| 2021-08-07 | Inline from of TryReserveErrorKind | Kornel | -0/+1 |
| 2021-08-07 | Auto merge of #87796 - nielx:fix/socket2-0.4.1, r=Mark-Simulacrum | bors | -2/+2 |
| 2021-08-07 | Auto merge of #87408 - kornelski:try_reserve_error, r=yaahc | bors | -109/+269 |
| 2021-08-06 | Auto merge of #87774 - camelid:process-typo, r=jyn514 | bors | -1/+1 |
| 2021-08-06 | Auto merge of #87822 - JohnTitor:rollup-kxojii0, r=JohnTitor | bors | -652/+1008 |
| 2021-08-07 | Rollup merge of #87816 - bjorn3:sync_cg_clif-2021-08-06, r=bjorn3 | Yuki Okushi | -590/+823 |
| 2021-08-07 | Rollup merge of #87809 - InnovativeInventor:pointer-typo, r=dtolnay | Yuki Okushi | -2/+2 |
| 2021-08-07 | Rollup merge of #87787 - hyd-dev:c-unwind, r=RalfJung | Yuki Okushi | -1/+2 |
| 2021-08-07 | Rollup merge of #87779 - Aaron1011:stmt-ast-id, r=petrochenkov | Yuki Okushi | -28/+7 |
| 2021-08-07 | Rollup merge of #87775 - Kobzol:single-associated-item-hint, r=oli-obk | Yuki Okushi | -28/+172 |
| 2021-08-07 | Rollup merge of #87761 - rusticstuff:rustc_error_overflow, r=Mark-Simulacrum | Yuki Okushi | -2/+1 |
| 2021-08-07 | Rollup merge of #85807 - glaubitz:powerpc-disable-initial-exec-tls, r=Mark-Si... | Yuki Okushi | -1/+1 |
| 2021-08-06 | Auto merge of #87784 - rusticstuff:bootstrap_config_overflow_checks, r=Mark-S... | bors | -0/+20 |
| 2021-08-06 | Remove special case for statement `NodeId` assignment | Aaron Hill | -28/+7 |
| 2021-08-06 | Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3' into sync_cg_clif-202... | bjorn3 | -590/+823 |
| 2021-08-06 | Auto merge of #87777 - the8472:fix-mir-max-rss, r=oli-obk,joshtriplett | bors | -6/+72 |
| 2021-08-06 | Add options for enabling overflow checks in rustc and std. | Hans Kratz | -0/+20 |
| 2021-08-06 | Add hint for unresolved associated trait items if the trait has a single item | Jakub Beránek | -28/+172 |
| 2021-08-06 | Auto merge of #87808 - JohnTitor:rollup-qqp79xs, r=JohnTitor | bors | -46/+179 |
| 2021-08-05 | Fix typo in the ptr documentation | Max Fan | -2/+2 |
| 2021-08-06 | Rollup merge of #87780 - est31:intra_doc_links, r=jyn514 | Yuki Okushi | -5/+15 |
| 2021-08-06 | Rollup merge of #87770 - BoxyUwU:cec-drop-impl, r=lcnr | Yuki Okushi | -3/+26 |
| 2021-08-06 | Rollup merge of #87760 - badboy:promote-ios-sim-target, r=Mark-Simulacrum | Yuki Okushi | -7/+6 |
| 2021-08-06 | Rollup merge of #87759 - m-ou-se:linux-process-sealed, r=jyn514 | Yuki Okushi | -12/+7 |
| 2021-08-06 | Rollup merge of #87756 - Amanieu:no_profiler_runtime, r=jackh726 | Yuki Okushi | -11/+12 |
| 2021-08-06 | Rollup merge of #87742 - npmccallum:naked_ffi, r=Amanieu | Yuki Okushi | -0/+32 |
| 2021-08-06 | Rollup merge of #87727 - SkiFire13:fix-87718, r=jackh726 | Yuki Okushi | -4/+41 |
| 2021-08-06 | Rollup merge of #87715 - bhgomes:long-explanation-E0625, r=GuillaumeGomez | Yuki Okushi | -2/+31 |
| 2021-08-06 | Rollup merge of #87561 - devnexen:haiku_thread_build_fix, r=yaahc | Yuki Okushi | -2/+9 |
| 2021-08-06 | Auto merge of #87462 - ibraheemdev:tidy-file-length-ignore-comment, r=Mark-Si... | bors | -19/+4 |
| 2021-08-05 | Auto merge of #84176 - GuillaumeGomez:src-to-definition, r=jyn514 | bors | -131/+707 |
| 2021-08-05 | Fix URL conflict for std type | Guillaume Gomez | -1/+1 |
| 2021-08-05 | Remove LightSpan and use Span directly | Guillaume Gomez | -98/+44 |
| 2021-08-05 | Remove warnings/errors from compiler when using typeck_body in rustdoc span m... | Guillaume Gomez | -6/+25 |
| 2021-08-05 | * Rename LightSpan::empty into LightSpan::dummy | Guillaume Gomez | -23/+19 |
| 2021-08-05 | Add missing root_path when generating links using href | Guillaume Gomez | -5/+35 |
| 2021-08-05 | Add documentation and FIXME | Guillaume Gomez | -4/+7 |
| 2021-08-05 | Fix invalid generation of HTML in highlight | Guillaume Gomez | -41/+60 |
| 2021-08-05 | formatting | Guillaume Gomez | -30/+19 |
| 2021-08-05 | Use rustdoc Span in LinkFromSrc directly | Guillaume Gomez | -15/+6 |
| 2021-08-05 | Move extra arguments for highlight URL generation into a new ContextInfo stru... | Guillaume Gomez | -40/+42 |
| 2021-08-05 | Wrap the span_map tuple index into a type called "LightSpan" | Guillaume Gomez | -44/+68 |
| 2021-08-05 | Improve code readability | Guillaume Gomez | -57/+46 |
| 2021-08-05 | * Rename Span::from_rustc_span to Span::new | Guillaume Gomez | -9/+10 |
| 2021-08-05 | * Rename 'move_span' into 'local_span_to_global_span' | Guillaume Gomez | -17/+85 |
| 2021-08-05 | Underline source code links on hover | Guillaume Gomez | -0/+4 |
| 2021-08-05 | Update rustdoc tests | Guillaume Gomez | -3/+3 |
| 2021-08-05 | Generate links for modules as well | Guillaume Gomez | -9/+29 |
| 2021-08-05 | Add test for source code pages URLs | Guillaume Gomez | -0/+55 |
| 2021-08-05 | Generate links for methods as well | Guillaume Gomez | -19/+39 |