| Age | Commit message (Expand) | Author | Lines |
| 2021-04-10 | rustdoc: clean up and test macro visibility print | Michael Howell | -0/+17 |
| 2021-04-10 | Auto merge of #84024 - estebank:unclosed-brace-use, r=jackh726 | bors | -3/+42 |
| 2021-04-09 | Avoid `;` -> `,` recovery and unclosed `}` recovery from being too verbose | Esteban Küber | -144/+18 |
| 2021-04-09 | Auto merge of #81942 - the8472:reduce-ui-test-threads, r=Mark-Simulacrum | bors | -5/+16 |
| 2021-04-09 | Auto merge of #84030 - jyn514:no-blanket-impls, r=GuillaumeGomez | bors | -9/+9 |
| 2021-04-09 | Add back missing trait test | Joshua Nelson | -9/+8 |
| 2021-04-09 | rustdoc: Don't generate blanket impls when running --show-coverage | Joshua Nelson | -0/+1 |
| 2021-04-09 | Auto merge of #83956 - estebank:issue-83892, r=varkor | bors | -0/+36 |
| 2021-04-09 | reduce threads spawned by ui-tests | The8472 | -5/+16 |
| 2021-04-08 | Add unclosed brace in use tree test | Esteban Küber | -0/+165 |
| 2021-04-09 | Auto merge of #83870 - jackh726:binder-refactor-fix, r=nikomatsakis | bors | -0/+14 |
| 2021-04-08 | Auto merge of #83941 - wesleywiser:win_dbginfo_closures, r=nagisa | bors | -0/+91 |
| 2021-04-08 | Auto merge of #84008 - Dylan-DPC:rollup-invxvg8, r=Dylan-DPC | bors | -51/+72 |
| 2021-04-08 | Rollup merge of #81764 - jyn514:lint-links, r=GuillaumeGomez | Dylan DPC | -51/+72 |
| 2021-04-08 | Fix closed over variables not available in debuginfo for Windows MSVC | Wesley Wiser | -0/+91 |
| 2021-04-08 | rustc: Add a new `wasm` ABI | Alex Crichton | -77/+282 |
| 2021-04-08 | Auto merge of #83866 - jyn514:disambiguator-error, r=camelid | bors | -0/+12 |
| 2021-04-08 | Rollup merge of #83952 - estebank:issue-83943, r=petrochenkov | Dylan DPC | -4/+40 |
| 2021-04-08 | Rollup merge of #83689 - estebank:cool-bears-hot-tip, r=davidtwco | Dylan DPC | -128/+672 |
| 2021-04-08 | Rollup merge of #82497 - jyn514:json, r=CraftSpider | Dylan DPC | -0/+14 |
| 2021-04-07 | rebase and update tests | Esteban Küber | -10/+42 |
| 2021-04-07 | rustdoc: Link to the docs on namespaces when an unknown disambiguator is found | Joshua Nelson | -0/+12 |
| 2021-04-07 | Rollup merge of #83954 - estebank:issue-83613, r=varkor | Dylan DPC | -81/+117 |
| 2021-04-07 | Rollup merge of #83945 - SkiFire13:fix-83924, r=estebank | Dylan DPC | -0/+65 |
| 2021-04-07 | Rollup merge of #83936 - crlf0710:disallow_extern_block_non_ascii, r=Manishearth | Dylan DPC | -2/+57 |
| 2021-04-07 | Rollup merge of #83935 - SNCPlay42:param-default-impl-trait, r=varkor | Dylan DPC | -59/+133 |
| 2021-04-07 | Rollup merge of #83916 - Amanieu:asm_anonconst, r=petrochenkov | Dylan DPC | -96/+147 |
| 2021-04-07 | Rollup merge of #83816 - JohnTitor:unused-doc-comments-on-macros, r=varkor | Dylan DPC | -0/+48 |
| 2021-04-07 | Rollup merge of #83634 - JohnTitor:proc-macro-ice, r=varkor | Dylan DPC | -0/+68 |
| 2021-04-06 | Add spans to E0277 for impl/trait type/fn obligation disparity | Esteban Küber | -14/+44 |
| 2021-04-06 | Always mention `Box::pin` when dealing with `!Unpin` | Esteban Küber | -0/+3 |
| 2021-04-06 | Point at `impl` and type defs introducing requirements on E0277 | Esteban Küber | -106/+585 |
| 2021-04-06 | Use a more appropriate span for `;` suggestion | Esteban Küber | -0/+36 |
| 2021-04-07 | Disable using non-ascii identifiers in extern blocks. | Charles Lew | -2/+57 |
| 2021-04-06 | Do not ICE when closure is involved in TAIT | Esteban Küber | -0/+36 |
| 2021-04-06 | Remove trailing `:` from E0119 message | Esteban Küber | -81/+81 |
| 2021-04-06 | Account for `ExprKind::Block` when suggesting .into() and deref | Esteban Küber | -4/+40 |
| 2021-04-06 | Fix handling of `--output-format json` flag | Joshua Nelson | -0/+14 |
| 2021-04-06 | Add regression test | Giacomo Stevanato | -0/+65 |
| 2021-04-06 | Auto merge of #83934 - Dylan-DPC:rollup-nw5dadn, r=Dylan-DPC | bors | -0/+33 |
| 2021-04-06 | Rollup merge of #83895 - eggyal:issue-83883, r=jyn514 | Dylan DPC | -0/+33 |
| 2021-04-06 | Auto merge of #83875 - jyn514:diag_info, r=bugadani | bors | -5/+15 |
| 2021-04-06 | forbid `impl Trait` in generic param defaults | SNCPlay42 | -59/+133 |
| 2021-04-06 | Use AnonConst for asm! constants | Amanieu d'Antras | -96/+147 |
| 2021-04-06 | Add listing of lints (eg via -W help) to rustdoc | Alan Egerton | -0/+33 |
| 2021-04-06 | Auto merge of #81234 - repnop:fn-alignment, r=lcnr | bors | -41/+40 |
| 2021-04-06 | Auto merge of #83592 - nagisa:nagisa/dso_local, r=davidtwco | bors | -114/+163 |
| 2021-04-05 | Allow specifying alignment for functions | Wesley Norris | -41/+40 |
| 2021-04-06 | Rollup merge of #83849 - jyn514:intra-doc-cleanup, r=bugadani | Yuki Okushi | -15/+46 |
| 2021-04-06 | Rollup merge of #83814 - petrochenkov:emptyexpr, r=davidtwco | Yuki Okushi | -0/+31 |