| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2021-04-07 | Rollup merge of #83935 - SNCPlay42:param-default-impl-trait, r=varkor | Dylan DPC | -7/+1 |
| 2021-04-07 | Rollup merge of #83916 - Amanieu:asm_anonconst, r=petrochenkov | Dylan DPC | -143/+127 |
| 2021-04-07 | Rollup merge of #83816 - JohnTitor:unused-doc-comments-on-macros, r=varkor | Dylan DPC | -3/+13 |
| 2021-04-07 | Rollup merge of #83634 - JohnTitor:proc-macro-ice, r=varkor | Dylan DPC | -1/+3 |
| 2021-04-06 | Add spans to E0277 for impl/trait type/fn obligation disparity | Esteban Küber | -11/+52 |
| 2021-04-06 | review comments | Esteban Küber | -2/+2 |
| 2021-04-06 | Point at `impl` and type defs introducing requirements on E0277 | Esteban Küber | -4/+36 |
| 2021-04-06 | Suggest Pin/Box/Arc for more cases | Esteban Küber | -52/+53 |
| 2021-04-07 | Disable using non-ascii identifiers in extern blocks. | Charles Lew | -1/+23 |
| 2021-04-06 | Do not ICE when closure is involved in TAIT | Esteban Küber | -1/+6 |
| 2021-04-06 | Remove trailing `:` from E0119 message | Esteban Küber | -2/+2 |
| 2021-04-06 | Account for `ExprKind::Block` when suggesting .into() and deref | Esteban Küber | -0/+1 |
| 2021-04-06 | Add reborrow suggestion when mutable reference is moved in a for loop | Giacomo Stevanato | -1/+18 |
| 2021-04-06 | Rollup merge of #83903 - rust-lang:GuillaumeGomez-patch-1, r=lcnr | Dylan DPC | -1/+1 |
| 2021-04-06 | Rollup merge of #83895 - eggyal:issue-83883, r=jyn514 | Dylan DPC | -1/+2 |
| 2021-04-06 | Rollup merge of #83829 - petrochenkov:minclean, r=nagisa | Dylan DPC | -52/+6 |
| 2021-04-06 | forbid `impl Trait` in generic param defaults | SNCPlay42 | -7/+1 |
| 2021-04-06 | use a `SmallVec` in `impl_or_trait_item` | lcnr | -2/+4 |
| 2021-04-06 | Use AnonConst for asm! constants | Amanieu d'Antras | -143/+127 |
| 2021-04-06 | Auto merge of #83821 - camelid:improve-thinvec, r=petrochenkov | bors | -0/+91 |
| 2021-04-06 | Add listing of lints (eg via -W help) to rustdoc | Alan Egerton | -1/+2 |
| 2021-04-06 | Auto merge of #81641 - bjorn3:find_codegen_backend, r=davidtwco | bors | -10/+19 |
| 2021-04-06 | Auto merge of #81234 - repnop:fn-alignment, r=lcnr | bors | -42/+97 |
| 2021-04-05 | Add `FromIterator` and `IntoIterator` impls for `ThinVec` | Camelid | -0/+91 |
| 2021-04-06 | Auto merge of #83592 - nagisa:nagisa/dso_local, r=davidtwco | bors | -8/+58 |
| 2021-04-05 | Auto merge of #83905 - JohnTitor:rollup-pa1la80, r=JohnTitor | bors | -12/+45 |
| 2021-04-05 | Allow specifying alignment for functions | Wesley Norris | -42/+97 |
| 2021-04-06 | Rollup merge of #83885 - jyn514:private-links, r=Mark-Simulacrum | Yuki Okushi | -9/+0 |
| 2021-04-06 | Rollup merge of #83849 - jyn514:intra-doc-cleanup, r=bugadani | Yuki Okushi | -0/+1 |
| 2021-04-06 | Rollup merge of #83814 - petrochenkov:emptyexpr, r=davidtwco | Yuki Okushi | -1/+8 |
| 2021-04-06 | Rollup merge of #83734 - JohnTitor:issue-83621, r=davidtwco | Yuki Okushi | -2/+8 |
| 2021-04-06 | Rollup merge of #83489 - LeSeulArtichaut:deref-else, r=davidtwco | Yuki Okushi | -0/+28 |
| 2021-04-05 | Auto merge of #83152 - guswynn:jemallocator_part2, r=Mark-Simulacrum | bors | -4/+21 |