| Age | Commit message (Expand) | Author | Lines |
| 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 | -6049/+10557 |
| 2021-04-08 | Rollup merge of #84001 - flip1995:clippyup, r=Manishearth | Dylan DPC | -5900/+10307 |
| 2021-04-08 | Rollup merge of #83992 - GuillaumeGomez:merge-idents, r=notriddle | Dylan DPC | -18/+127 |
| 2021-04-08 | Rollup merge of #81764 - jyn514:lint-links, r=GuillaumeGomez | Dylan DPC | -131/+123 |
| 2021-04-08 | Fix closed over variables not available in debuginfo for Windows MSVC | Wesley Wiser | -0/+91 |
| 2021-04-08 | Auto merge of #83763 - alexcrichton:wasm-multivalue-abi, r=nagisa | bors | -79/+284 |
| 2021-04-08 | Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyup | flip1995 | -5900/+10307 |
| 2021-04-08 | rustc: Add a new `wasm` ABI | Alex Crichton | -79/+284 |
| 2021-04-08 | Auto merge of #83500 - camelid:split-debuginfo-docs-cleanup, r=steveklabnik | bors | -5/+5 |
| 2021-04-08 | Add test for idents merge | Guillaume Gomez | -0/+20 |
| 2021-04-08 | Merge idents if they are part of a path | Guillaume Gomez | -18/+107 |
| 2021-04-08 | Auto merge of #83981 - nagisa:nagisa/revert-cfg-wasm, r=Mark-Simulacrum | bors | -1/+0 |
| 2021-04-08 | Auto merge of #83866 - jyn514:disambiguator-error, r=camelid | bors | -14/+46 |
| 2021-04-07 | Fix some typos in docs for `-C split-debuginfo` | Camelid | -5/+5 |
| 2021-04-08 | Auto merge of #83986 - Dylan-DPC:rollup-51vygcj, r=Dylan-DPC | bors | -147/+740 |
| 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 | -15/+28 |
| 2021-04-07 | Auto merge of #82451 - jyn514:defaults, r=Mark-Simulacrum | bors | -27/+39 |
| 2021-04-07 | Remove the insta-stable `cfg(wasm)` | Simonas Kazlauskas | -1/+0 |
| 2021-04-07 | Cleanup option parsing and config.toml.example | Joshua Nelson | -27/+39 |
| 2021-04-07 | rebase and update tests | Esteban Küber | -10/+42 |
| 2021-04-07 | Reuse logic for determining the channel in the rest of rustdoc | Joshua Nelson | -22/+29 |
| 2021-04-07 | rustdoc: Link to the docs on namespaces when an unknown disambiguator is found | Joshua Nelson | -1/+26 |
| 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 | -99/+154 |
| 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-07 | Auto merge of #83833 - jyn514:no-resolver, r=GuillaumeGomez | bors | -82/+82 |
| 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-07 | Auto merge of #83955 - ehuss:update-stage0, r=Mark-Simulacrum | bors | -2/+2 |
| 2021-04-07 | Disable using non-ascii identifiers in extern blocks. | Charles Lew | -2/+57 |
| 2021-04-06 | Bump bootstrap compiler | Eric Huss | -2/+2 |
| 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 | Auto merge of #83828 - camelid:rustdoc-vec-perf, r=jyn514 | bors | -3/+5 |
| 2021-04-06 | Fix handling of `--output-format json` flag | Joshua Nelson | -15/+28 |
| 2021-04-06 | Add regression test | Giacomo Stevanato | -0/+65 |
| 2021-04-06 | Store links in Cache instead of on items directly | Joshua Nelson | -82/+82 |
| 2021-04-06 | Auto merge of #83934 - Dylan-DPC:rollup-nw5dadn, r=Dylan-DPC | bors | -92/+126 |
| 2021-04-06 | rustdoc: Use `ThinVec` in a few places | Camelid | -3/+5 |
| 2021-04-06 | Rollup merge of #83920 - ortem:fix-hashmap-lldb-pretty-printer-1.52, r=pnkfelix | Dylan DPC | -6/+8 |