| Age | Commit message (Expand) | Author | Lines |
| 2021-04-13 | Rollup merge of #84141 - camelid:fix-typo, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2021-04-13 | Rollup merge of #84140 - b-naber:parser_past_eof, r=varkor | Dylan DPC | -15/+17 |
| 2021-04-12 | Fix typo in error message | Camelid | -1/+1 |
| 2021-04-12 | don't bump in check_mistyped_turbofish_with_multiple_type_params | b-naber | -15/+17 |
| 2021-04-12 | Turn old edition lints (anonymous-parameters, keyword-idents) into warn-by-de... | Manish Goregaokar | -4/+7 |
| 2021-04-12 | Auto merge of #84068 - Amanieu:fix_lint, r=lcnr | bors | -0/+1 |
| 2021-04-12 | Rollup merge of #84014 - estebank:cool-bears-hot-tip, r=varkor | Dylan DPC | -86/+103 |
| 2021-04-12 | Rollup merge of #83669 - kwj2104:issue-81508-fix, r=varkor | Dylan DPC | -3/+64 |
| 2021-04-11 | Allow using `-C force-unwind-tables=no` when `panic=unwind` | hyd-dev | -16/+9 |
| 2021-04-11 | Implement token-based handling of attributes during expansion | Aaron Hill | -474/+1316 |
| 2021-04-10 | Auto merge of #84023 - Aaron1011:derive-invoc-order, r=petrochenkov | bors | -3/+9 |
| 2021-04-10 | Expand derive invocations in left-to-right order | Aaron Hill | -3/+9 |
| 2021-04-10 | Add `bad_asm_style` to HardwiredLints | Amanieu d'Antras | -0/+1 |
| 2021-04-10 | Don't tell users to use a nightly flag on the stable channel | Kornel | -8/+11 |
| 2021-04-10 | Auto merge of #84024 - estebank:unclosed-brace-use, r=jackh726 | bors | -1/+3 |
| 2021-04-09 | Auto merge of #84004 - mattico:print-target-features-improvements, r=petroche... | bors | -25/+91 |
| 2021-04-09 | Avoid `;` -> `,` recovery and unclosed `}` recovery from being too verbose | Esteban Küber | -1/+3 |
| 2021-04-09 | Categorize and explain target features support | Matt Ickstadt | -25/+91 |
| 2021-04-09 | Auto merge of #83956 - estebank:issue-83892, r=varkor | bors | -9/+6 |
| 2021-04-09 | Auto merge of #83870 - jackh726:binder-refactor-fix, r=nikomatsakis | bors | -86/+223 |
| 2021-04-08 | Auto merge of #83941 - wesleywiser:win_dbginfo_closures, r=nagisa | bors | -15/+51 |
| 2021-04-08 | Provide verbose suggestion for new output type | Esteban Küber | -9/+7 |
| 2021-04-08 | Suggest return type | Esteban Küber | -1/+27 |
| 2021-04-08 | Suggest changing impl parameter types to match trait | Esteban Küber | -7/+43 |
| 2021-04-08 | Auto merge of #84008 - Dylan-DPC:rollup-invxvg8, r=Dylan-DPC | bors | -30/+31 |
| 2021-04-08 | Rollup merge of #83980 - pierwill:fix-compiler-librustc-names, r=davidtwco | Dylan DPC | -27/+27 |
| 2021-04-08 | Rollup merge of #81764 - jyn514:lint-links, r=GuillaumeGomez | Dylan DPC | -3/+4 |
| 2021-04-08 | Fix closed over variables not available in debuginfo for Windows MSVC | Wesley Wiser | -15/+51 |
| 2021-04-08 | Use more accurate spans for trait/impl method arg divergence | Esteban Küber | -80/+37 |
| 2021-04-08 | Fix outdated crate names in compiler docs | pierwill | -27/+27 |
| 2021-04-08 | rustc: Add a new `wasm` ABI | Alex Crichton | -119/+121 |
| 2021-04-08 | add comments | Niko Matsakis | -1/+23 |
| 2021-04-08 | Auto merge of #83981 - nagisa:nagisa/revert-cfg-wasm, r=Mark-Simulacrum | bors | -4/+0 |
| 2021-04-08 | Auto merge of #82958 - camelid:res-docs, r=petrochenkov | bors | -13/+142 |
| 2021-04-07 | Document `Res` and its friends | Camelid | -13/+142 |
| 2021-04-08 | Rollup merge of #83974 - pierwill:fix-callbacks-names, r=jyn514 | Dylan DPC | -7/+7 |
| 2021-04-08 | Rollup merge of #83965 - rust-lang:debug-intravisit-fnkind, r=lqd | Dylan DPC | -1/+1 |
| 2021-04-08 | Rollup merge of #83952 - estebank:issue-83943, r=petrochenkov | Dylan DPC | -0/+1 |
| 2021-04-08 | Rollup merge of #83689 - estebank:cool-bears-hot-tip, r=davidtwco | Dylan DPC | -66/+140 |
| 2021-04-07 | Remove the insta-stable `cfg(wasm)` | Simonas Kazlauskas | -4/+0 |
| 2021-04-07 | Auto merge of #81047 - glittershark:stabilize-cmp-min-max-by, r=kodraus | bors | -1/+0 |
| 2021-04-07 | Fix outdated crate names in `rustc_interface::callbacks` | pierwill | -7/+7 |
| 2021-04-07 | Added additional comments and minor edits | K | -44/+62 |
| 2021-04-07 | Auto merge of #83964 - Dylan-DPC:rollup-9kinaiv, r=Dylan-DPC | bors | -159/+193 |
| 2021-04-07 | Stabilize cmp_min_max_by | Griffin Smith | -1/+0 |
| 2021-04-07 | Auto merge of #83932 - lcnr:probe-perf, r=estebank | bors | -2/+4 |
| 2021-04-07 | Add Debug implementation for hir::intravisit::FnKind | Guillaume Gomez | -1/+1 |
| 2021-04-07 | Rollup merge of #83954 - estebank:issue-83613, r=varkor | Dylan DPC | -3/+8 |
| 2021-04-07 | Rollup merge of #83945 - SkiFire13:fix-83924, r=estebank | Dylan DPC | -1/+18 |
| 2021-04-07 | Rollup merge of #83936 - crlf0710:disallow_extern_block_non_ascii, r=Manishearth | Dylan DPC | -1/+23 |