| Age | Commit message (Expand) | Author | Lines |
| 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 | Rollup merge of #87770 - BoxyUwU:cec-drop-impl, r=lcnr | Yuki Okushi | -0/+16 |
| 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-05 | Fix URL conflict for std type | Guillaume Gomez | -1/+1 |
| 2021-08-05 | Add missing root_path when generating links using href | Guillaume Gomez | -3/+9 |
| 2021-08-05 | Generate links for modules as well | Guillaume Gomez | -4/+5 |
| 2021-08-05 | Add test for source code pages URLs | Guillaume Gomez | -0/+55 |
| 2021-08-05 | Ensure that --generate-link-to-definition is only used with HTML output and i... | Guillaume Gomez | -0/+24 |
| 2021-08-05 | Auto merge of #87740 - npmccallum:naked_args, r=Amanieu | bors | -0/+150 |
| 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 |
| 2021-08-04 | Fix lint capitalization and ignoring, test with include_str | asquared31415 | -100/+143 |
| 2021-08-04 | Handle leading colons properly | asquared31415 | -33/+43 |
| 2021-08-04 | Proper characters in labels, ignore comments | asquared31415 | -20/+36 |
| 2021-08-04 | Lint against named asm labels | asquared31415 | -0/+395 |
| 2021-08-04 | dropck | Ellen | -0/+16 |
| 2021-08-04 | Fix assertions in `coverage-reports` test | Alex Crichton | -76/+70 |
| 2021-08-04 | Auto merge of #86197 - FabianWolff:trailing-whitespace, r=JohnTitor | bors | -242/+242 |
| 2021-08-04 | Remove trailing whitespace from error messages | Fabian Wolff | -242/+242 |
| 2021-08-04 | Auto merge of #87026 - FabianWolff:issue-86948, r=estebank | bors | -17/+67 |
| 2021-08-04 | Auto merge of #87712 - est31:line-column-1-based, r=petrochenkov | bors | -0/+75 |
| 2021-08-04 | Rollup merge of #87734 - Smittyvb:more-union-tests, r=LeSeulArtichaut | Yuki Okushi | -22/+151 |
| 2021-08-04 | Rollup merge of #87267 - dtolnay:negspace, r=Aaron1011 | Yuki Okushi | -3/+3 |
| 2021-08-03 | Validate FFI-safety warnings on naked functions | Nathaniel McCallum | -0/+32 |
| 2021-08-03 | bless `expect-region-supply-region-2` test under polonius | Rémy Rakic | -0/+37 |
| 2021-08-03 | Auto merge of #86400 - FabianWolff:issue-85735, r=estebank | bors | -0/+29 |
| 2021-08-03 | Remove invalid suggestion involving Fn trait bound | Fabian Wolff | -0/+29 |
| 2021-08-03 | Use a multipart suggestion for the parentheses | Fabian Wolff | -3/+5 |
| 2021-08-03 | Test dropping union fields more | Smitty | -22/+151 |
| 2021-08-03 | restructure issue-78262 to test polonius | Rémy Rakic | -6/+20 |
| 2021-08-03 | bless region-multiple-lifetime-bounds-on-fns-where-clause under polonius | Rémy Rakic | -0/+82 |
| 2021-08-03 | bless trait upcasting tests under polonius | Rémy Rakic | -0/+55 |
| 2021-08-03 | bless `hrtb-perfect-forwarding` under polonius | Rémy Rakic | -17/+19 |
| 2021-08-03 | delete expectations for `expect-region-supply-region` | Rémy Rakic | -56/+0 |
| 2021-08-03 | bless trivial polonius diagnostics changes | Rémy Rakic | -2/+4 |
| 2021-08-03 | bless a few trivial tests under polonius | Rémy Rakic | -0/+129 |
| 2021-08-03 | ignore 2 tests in polonius compare-mode | Rémy Rakic | -2/+4 |