| Age | Commit message (Expand) | Author | Lines |
| 2020-10-09 | Given `<T as Trait>::A: Ty` suggest `T: Trait<A = Ty>` | Esteban Küber | -0/+32 |
| 2020-10-09 | Suggest removing bounds even when potential typo | Esteban Küber | -1/+17 |
| 2020-10-09 | Tweak output and add test cases | Esteban Küber | -11/+171 |
| 2020-10-09 | Point out why a trait is expected on `Struct + 'lt` | Esteban Küber | -0/+6 |
| 2020-10-09 | Remove unneeded ImportItem on glob ones | Guillaume Gomez | -15/+2 |
| 2020-10-09 | Simplify included import items handling | Guillaume Gomez | -0/+11 |
| 2020-10-09 | Add test to ensure that external items aren't lint-checked | Guillaume Gomez | -2/+14 |
| 2020-10-09 | Add test for reexported items lints | Guillaume Gomez | -0/+31 |
| 2020-10-09 | delete const-pat-ice test stderr | hosseind88 | -17/+0 |
| 2020-10-09 | revert deleted new line | hosseind75 | -1/+1 |
| 2020-10-09 | remove new line | hosseind75 | -1/+1 |
| 2020-10-09 | fix show we're just showing... message instead of the end of query stack mess... | hosseind75 | -1/+0 |
| 2020-10-09 | add filter regexes to load-panic-backtraces test | hosseind75 | -6/+0 |
| 2020-10-09 | fix invalid-punct-ident-1 test | hosseind75 | -3/+0 |
| 2020-10-09 | show a message when we are showing limited slice of query stack | hosseind75 | -0/+4 |
| 2020-10-09 | change approach and run ui tests | hosseind75 | -0/+6 |
| 2020-10-09 | fix show we're just showing... message instead of the end of query stack mess... | hosseind75 | -0/+17 |
| 2020-10-09 | add filter regexes to load-panic-backtraces test | hosseind75 | -3/+12 |
| 2020-10-09 | fix invalid-punct-ident-1 test | hosseind75 | -1/+4 |
| 2020-10-09 | Add a regression test for issue-71443 | Yuki Okushi | -0/+31 |
| 2020-10-09 | Add a regression test for issue-70292 | Yuki Okushi | -0/+21 |
| 2020-10-09 | Add a regression test for issue-65934 | Yuki Okushi | -0/+17 |
| 2020-10-09 | Add a regression test for issue-65581 | Yuki Okushi | -0/+33 |
| 2020-10-09 | Add a regression test for issue-54108 | Yuki Okushi | -0/+59 |
| 2020-10-09 | Add a regression test for issue-53448 | Yuki Okushi | -0/+35 |
| 2020-10-09 | Add a regression test for issue-52843 | Yuki Okushi | -0/+29 |
| 2020-10-08 | Allow generic parameters in intra-doc links | Camelid | -1/+177 |
| 2020-10-09 | Auto merge of #77578 - euclio:max-suggestion, r=davidtwco | bors | -1/+45 |
| 2020-10-09 | Auto merge of #77519 - jyn514:track-doc-er, r=GuillaumeGomez | bors | -0/+18 |
| 2020-10-09 | Auto merge of #76260 - xd009642:rfc/2867, r=jonas-schievink | bors | -0/+63 |
| 2020-10-08 | Fix typo in error code | xd009642 | -1/+1 |
| 2020-10-08 | Auto merge of #77723 - jonas-schievink:rollup-htz44r4, r=jonas-schievink | bors | -0/+19 |
| 2020-10-08 | Implement the instruction_set attribute | xd009642 | -0/+63 |
| 2020-10-08 | Rollup merge of #77663 - HeroicKatora:regression-tests-27675-object-safe, r=A... | Jonas Schievink | -0/+19 |
| 2020-10-08 | Auto merge of #77110 - lzutao:e0596-amp_mut, r=davidtwco | bors | -13/+23 |
| 2020-10-08 | Replace run_compiler with RunCompiler builder pattern. | Darshan Kathiriya | -8/+3 |
| 2020-10-08 | suggest `MAX` constant if -1 is assigned to unsigned type | Andy Russell | -1/+45 |
| 2020-10-08 | Suggest removing &mut from borrow of &mut | Lzu Tao | -13/+23 |
| 2020-10-08 | Auto merge of #77678 - jyn514:tracing, r=Mark-Simulacrum | bors | -7/+0 |
| 2020-10-08 | Add compile fail test for issue 27675 | Andreas Molzer | -0/+19 |
| 2020-10-08 | Use the new module information for intra-doc links | Joshua Nelson | -0/+18 |
| 2020-10-08 | Auto merge of #75470 - estebank:bare-type-expr, r=davidtwco | bors | -0/+56 |
| 2020-10-07 | Upgrade to tracing 0.2.13 | Joshua Nelson | -7/+0 |
| 2020-10-07 | Simplify doc-cfg rendering based on the current context | Wim Looman | -19/+196 |
| 2020-10-07 | Detect blocks that could be struct expr bodies | Esteban Küber | -0/+56 |
| 2020-10-07 | Auto merge of #77464 - ecstatic-morse:const-fn-impl-trait, r=oli-obk | bors | -16/+17 |
| 2020-10-07 | Auto merge of #77617 - AnthonyMikh:slice_windows_no_bounds_checking, r=lcnr | bors | -0/+35 |
| 2020-10-07 | Auto merge of #77341 - davidtwco:issue-73427-you-might-have-meant-variant, r=... | bors | -67/+134 |
| 2020-10-07 | Add codegen test | AnthonyMikh | -0/+35 |
| 2020-10-07 | Auto merge of #77595 - petrochenkov:asmident, r=oli-obk | bors | -0/+75 |