| Age | Commit message (Expand) | Author | Lines |
| 2021-04-09 | set allow_fail back on each example | Timothée Delabrouille | -17/+17 |
| 2021-04-09 | fix misspelling of register xmm23 which made xmm13 being clobbered twice | Timothée Delabrouille | -1/+1 |
| 2021-04-09 | conjugation | Timothée Delabrouille | -1/+1 |
| 2021-04-09 | remove allow_fail and uncomment the [feature(asm)] on every example | Timothée Delabrouille | -30/+30 |
| 2021-04-09 | Merge branch 'issue-76704-fix' of https://github.com/tdelabro/rust into issue... | Timothée Delabrouille | -1/+1 |
| 2021-04-09 | precisions on the authorized labels + typo | Timothée Delabrouille | -2/+2 |
| 2021-04-09 | add 'allow_fail' to example | Timothée | -1/+1 |
| 2021-04-08 | New 'Label' section with example and explainations | Timothée Delabrouille | -3/+37 |
| 2021-04-08 | Auto merge of #83981 - nagisa:nagisa/revert-cfg-wasm, r=Mark-Simulacrum | bors | -5/+0 |
| 2021-04-08 | Auto merge of #83866 - jyn514:disambiguator-error, r=camelid | bors | -14/+46 |
| 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 | Auto merge of #83986 - Dylan-DPC:rollup-51vygcj, r=Dylan-DPC | bors | -222/+890 |
| 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 | -4/+41 |
| 2021-04-08 | Rollup merge of #83689 - estebank:cool-bears-hot-tip, r=davidtwco | Dylan DPC | -195/+813 |
| 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 | -96/+106 |
| 2021-04-07 | Remove the insta-stable `cfg(wasm)` | Simonas Kazlauskas | -5/+0 |
| 2021-04-07 | Cleanup option parsing and config.toml.example | Joshua Nelson | -96/+106 |
| 2021-04-07 | Auto merge of #81047 - glittershark:stabilize-cmp-min-max-by, r=kodraus | bors | -14/+4 |
| 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 | -400/+902 |
| 2021-04-07 | rebase and update tests | Esteban Küber | -10/+42 |
| 2021-04-07 | Stabilize cmp_min_max_by | Griffin Smith | -14/+4 |
| 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 | 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 | -84/+125 |
| 2021-04-07 | Rollup merge of #83945 - SkiFire13:fix-83924, r=estebank | Dylan DPC | -1/+83 |
| 2021-04-07 | Rollup merge of #83936 - crlf0710:disallow_extern_block_non_ascii, r=Manishearth | Dylan DPC | -3/+80 |
| 2021-04-07 | Rollup merge of #83935 - SNCPlay42:param-default-impl-trait, r=varkor | Dylan DPC | -66/+134 |
| 2021-04-07 | Rollup merge of #83916 - Amanieu:asm_anonconst, r=petrochenkov | Dylan DPC | -242/+281 |
| 2021-04-07 | Rollup merge of #83816 - JohnTitor:unused-doc-comments-on-macros, r=varkor | Dylan DPC | -3/+61 |
| 2021-04-07 | Rollup merge of #83634 - JohnTitor:proc-macro-ice, r=varkor | Dylan DPC | -1/+71 |
| 2021-04-07 | Rollup merge of #83476 - mystor:rc_mutate_strong_count, r=m-ou-se | Dylan DPC | -0/+67 |
| 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 | -25/+96 |
| 2021-04-06 | review comments | Esteban Küber | -2/+2 |
| 2021-04-06 | Always mention `Box::pin` when dealing with `!Unpin` | Esteban Küber | -1/+4 |
| 2021-04-06 | Point at `impl` and type defs introducing requirements on E0277 | Esteban Küber | -110/+621 |
| 2021-04-06 | Suggest Pin/Box/Arc for more cases | Esteban Küber | -52/+53 |
| 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 | -3/+80 |
| 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 | -1/+42 |
| 2021-04-06 | Remove trailing `:` from E0119 message | Esteban Küber | -83/+83 |
| 2021-04-06 | Account for `ExprKind::Block` when suggesting .into() and deref | Esteban Küber | -4/+41 |