| Age | Commit message (Expand) | Author | Lines |
| 2021-08-06 | Add test for union keyword highlighting | Guillaume Gomez | -0/+26 |
| 2021-08-06 | encode `generics_of` of fields and ty params | Ellen | -0/+80 |
| 2021-08-06 | Fix highlighting for union keyword | Guillaume Gomez | -5/+65 |
| 2021-08-06 | Add options for enabling overflow checks in rustc and std. | Hans Kratz | -0/+20 |
| 2021-08-06 | bless some nll tests | Oli Scherer | -26/+2 |
| 2021-08-06 | Point to the value instead of the TAIT declaration for obligation failures | Oli Scherer | -38/+40 |
| 2021-08-06 | Immediately register new opaque types in the global list. | Oli Scherer | -20/+19 |
| 2021-08-06 | Remove a useless feature gateing | Oli Scherer | -21/+2 |
| 2021-08-06 | Add hint for unresolved associated trait items if the trait has a single item | Jakub Beránek | -2/+84 |
| 2021-08-06 | Auto merge of #87808 - JohnTitor:rollup-qqp79xs, r=JohnTitor | bors | -11/+97 |
| 2021-08-06 | Rollup merge of #87770 - BoxyUwU:cec-drop-impl, r=lcnr | Yuki Okushi | -0/+16 |
| 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 #87742 - npmccallum:naked_ffi, r=Amanieu | Yuki Okushi | -0/+32 |
| 2021-08-06 | Rollup merge of #87727 - SkiFire13:fix-87718, r=jackh726 | Yuki Okushi | -3/+41 |
| 2021-08-06 | Rollup merge of #87715 - bhgomes:long-explanation-E0625, r=GuillaumeGomez | Yuki Okushi | -1/+2 |
| 2021-08-06 | Auto merge of #87462 - ibraheemdev:tidy-file-length-ignore-comment, r=Mark-Si... | bors | -1/+4 |
| 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 | -5/+5 |
| 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 |
| 2021-08-05 | Ensure that --generate-link-to-definition is only used with HTML output and i... | Guillaume Gomez | -0/+32 |
| 2021-08-05 | Add an option for the source code link generation | Guillaume Gomez | -3/+23 |
| 2021-08-05 | Add links on source types to go to definition | Guillaume Gomez | -106/+454 |
| 2021-08-05 | Remove git fetch command call | Guillaume Gomez | -4/+6 |
| 2021-08-05 | Auto merge of #87740 - npmccallum:naked_args, r=Amanieu | bors | -0/+150 |
| 2021-08-05 | Auto merge of #87532 - tlyu:bootstrap-rev-list, r=jyn514 | bors | -4/+8 |
| 2021-08-05 | Make vec-shrink-panic test compatible with v0 mangling | Tomasz Miąsko | -0/+0 |
| 2021-08-04 | Add testcase for proper LLVM representation of SIMD types. | Hans Kratz | -0/+14 |
| 2021-08-04 | Remove 0-sized paddings from field loyout tests. | Hans Kratz | -6/+6 |
| 2021-08-04 | Combine spans into one error, deduplicate code | asquared31415 | -91/+34 |
| 2021-08-04 | Auto merge of #86155 - alexcrichton:abort-on-unwind, r=nikomatsakis | bors | -324/+246 |
| 2021-08-04 | Disable unused variable lint for naked functions | Nathaniel McCallum | -71/+1 |
| 2021-08-04 | Add test for naked function unused variables lint | Nathaniel McCallum | -0/+220 |
| 2021-08-04 | Move naked function ABI check to its own lint | Nathaniel McCallum | -14/+8 |
| 2021-08-04 | Update error message | asquared31415 | -105/+105 |