| Age | Commit message (Expand) | Author | Lines |
| 2021-04-10 | rustdoc: clean up and test macro visibility print | Michael Howell | -12/+57 |
| 2021-04-10 | Auto merge of #84052 - RalfJung:libcore-miri, r=Mark-Simulacrum | bors | -15/+22 |
| 2021-04-10 | Auto merge of #84055 - kornelski:z-edition, r=petrochenkov | bors | -8/+11 |
| 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 #84051 - Amanieu:update_llvm, r=nikic | bors | -0/+0 |
| 2021-04-10 | fix Miri errors in libcore doctests | Ralf Jung | -15/+22 |
| 2021-04-10 | Update LLVM submodule | Amanieu d'Antras | -0/+0 |
| 2021-04-10 | Auto merge of #84050 - RalfJung:miri, r=RalfJung | bors | -10/+8 |
| 2021-04-10 | update Miri | Ralf Jung | -10/+8 |
| 2021-04-10 | Auto merge of #84024 - estebank:unclosed-brace-use, r=jackh726 | bors | -4/+45 |
| 2021-04-10 | Auto merge of #84015 - tdelabro:issue-76704-fix, r=Amanieu | bors | -19/+53 |
| 2021-04-09 | Auto merge of #84004 - mattico:print-target-features-improvements, r=petroche... | bors | -25/+91 |
| 2021-04-09 | Auto merge of #84034 - jyn514:regex-in-loop, r=Mark-Simulacrum | bors | -1/+1 |
| 2021-04-09 | Avoid `;` -> `,` recovery and unclosed `}` recovery from being too verbose | Esteban Küber | -145/+21 |
| 2021-04-09 | Auto merge of #81942 - the8472:reduce-ui-test-threads, r=Mark-Simulacrum | bors | -5/+19 |
| 2021-04-09 | Categorize and explain target features support | Matt Ickstadt | -25/+91 |
| 2021-04-09 | Fix perf regression in non-autolinks | Joshua Nelson | -1/+1 |
| 2021-04-09 | Auto merge of #84030 - jyn514:no-blanket-impls, r=GuillaumeGomez | bors | -53/+16 |
| 2021-04-09 | set allow_fail back on each example | Timothée Delabrouille | -17/+17 |
| 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 | -44/+8 |
| 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 | Auto merge of #84010 - rodrimati1992:patch-3, r=Mark-Simulacrum | bors | -0/+6 |
| 2021-04-09 | Auto merge of #83956 - estebank:issue-83892, r=varkor | bors | -9/+42 |
| 2021-04-09 | reduce threads spawned by ui-tests | The8472 | -5/+19 |
| 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 | -86/+237 |
| 2021-04-08 | Auto merge of #83941 - wesleywiser:win_dbginfo_closures, r=nagisa | bors | -15/+142 |
| 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 #84008 - Dylan-DPC:rollup-invxvg8, r=Dylan-DPC | bors | -6199/+10738 |
| 2021-04-08 | Mention missing 1.38.0 change in RELEASES.md | rodrimati1992 | -0/+6 |
| 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 #83980 - pierwill:fix-compiler-librustc-names, r=davidtwco | Dylan DPC | -27/+27 |
| 2021-04-08 | Rollup merge of #81938 - lukaslueg:stab_peek_mut, r=Amanieu | Dylan DPC | -15/+35 |
| 2021-04-08 | Rollup merge of #81764 - jyn514:lint-links, r=GuillaumeGomez | Dylan DPC | -135/+129 |
| 2021-04-08 | Rollup merge of #80733 - steffahn:prettify_pin_links, r=jyn514 | Dylan DPC | -104/+113 |
| 2021-04-08 | Fix closed over variables not available in debuginfo for Windows MSVC | Wesley Wiser | -15/+142 |
| 2021-04-08 | Auto merge of #83763 - alexcrichton:wasm-multivalue-abi, r=nagisa | bors | -198/+405 |
| 2021-04-08 | Fix outdated crate names in compiler docs | pierwill | -27/+27 |
| 2021-04-08 | Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyup | flip1995 | -5900/+10307 |
| 2021-04-08 | Auto merge of #7051 - flip1995:rustup, r=flip1995 | bors | -61/+65 |
| 2021-04-08 | Bump nightly version -> 2021-04-08 | flip1995 | -1/+1 |
| 2021-04-08 | Merge remote-tracking branch 'upstream/master' into rustup | flip1995 | -5918/+10315 |
| 2021-04-08 | rustc: Add a new `wasm` ABI | Alex Crichton | -198/+405 |