| Age | Commit message (Expand) | Author | Lines |
| 2020-11-18 | Test drop order for (destructuring) assignments | Fabian Zaiser | -0/+44 |
| 2020-11-15 | Auto merge of #79064 - ehuss:rustbook-logs, r=Mark-Simulacrum | bors | -0/+3 |
| 2020-11-15 | Auto merge of #79070 - jonas-schievink:rollup-wacn2b8, r=jonas-schievink | bors | -520/+976 |
| 2020-11-15 | Rollup merge of #79063 - calebcartwright:update-rustfmt, r=Mark-Simulacrum | Jonas Schievink | -6/+6 |
| 2020-11-15 | Rollup merge of #79059 - jyn514:cranelift, r=Mark-Simulacrum | Jonas Schievink | -0/+5 |
| 2020-11-15 | Rollup merge of #79058 - dtolnay:likelymacro, r=Mark-Simulacrum | Jonas Schievink | -6/+6 |
| 2020-11-15 | Rollup merge of #79041 - jyn514:inner-to-kind, r=petrochenkov | Jonas Schievink | -131/+129 |
| 2020-11-15 | Rollup merge of #79036 - cjgillot:steal, r=oli-obk | Jonas Schievink | -20/+18 |
| 2020-11-15 | Rollup merge of #79034 - petrochenkov:mrscopes3, r=eddyb | Jonas Schievink | -36/+21 |
| 2020-11-15 | Rollup merge of #79031 - camelid:mir-validate-local-decl, r=jonas-schievink | Jonas Schievink | -0/+7 |
| 2020-11-15 | Rollup merge of #79026 - mbrubeck:btree_retain, r=m-ou-se | Jonas Schievink | -0/+70 |
| 2020-11-15 | Rollup merge of #79019 - lcnr:generic-arg-validation, r=petrochenkov | Jonas Schievink | -178/+292 |
| 2020-11-15 | Rollup merge of #79016 - fanzier:underscore-expressions, r=petrochenkov | Jonas Schievink | -45/+243 |
| 2020-11-15 | Rollup merge of #79005 - petrochenkov:noinjected, r=davidtwco | Jonas Schievink | -16/+7 |
| 2020-11-15 | Rollup merge of #79004 - jyn514:bacon, r=Mark-Simulacrum | Jonas Schievink | -2/+44 |
| 2020-11-15 | Rollup merge of #77802 - jyn514:bootstrap-specific, r=nikomatsakis | Jonas Schievink | -80/+128 |
| 2020-11-15 | Auto merge of #78472 - hermitcore:builtins, r=Mark-Simulacrum | bors | -0/+4 |
| 2020-11-15 | add options to use optimized and mangled compiler builtins | Stefan Lankes | -0/+4 |
| 2020-11-15 | Auto merge of #79065 - Dylan-DPC:rollup-gag1drk, r=Dylan-DPC | bors | -694/+1732 |
| 2020-11-15 | Rollup merge of #79013 - jryans:cleanup-use-once-pretty-comment, r=Mark-Simul... | Dylan DPC | -3/+0 |
| 2020-11-15 | Rollup merge of #78993 - petrochenkov:specdash, r=oli-obk | Dylan DPC | -8/+8 |
| 2020-11-15 | Rollup merge of #78988 - alexcrichton:one-more-intrinsic, r=sfackler | Dylan DPC | -1/+1 |
| 2020-11-15 | Rollup merge of #78986 - Mark-Simulacrum:fix-llvm, r=alexcrichton | Dylan DPC | -0/+16 |
| 2020-11-15 | Rollup merge of #78980 - thiolliere:gui-fix-qpath, r=estebank | Dylan DPC | -5/+22 |
| 2020-11-15 | Rollup merge of #78969 - tmiasko:normalize, r=davidtwco | Dylan DPC | -16/+21 |
| 2020-11-15 | Rollup merge of #78968 - zec:add-llvm-as, r=Mark-Simulacrum | Dylan DPC | -0/+1 |
| 2020-11-15 | Rollup merge of #78966 - tmiasko:inline-never, r=oli-obk | Dylan DPC | -61/+238 |
| 2020-11-15 | Rollup merge of #78963 - richkadel:llvm-coverage-counters-2.0.4, r=tmandry | Dylan DPC | -25/+788 |
| 2020-11-15 | Rollup merge of #78962 - poliorcetics:rustdoc-raw-ident-test, r=jyn514 | Dylan DPC | -0/+22 |
| 2020-11-15 | Rollup merge of #78948 - slanterns:master, r=varkor | Dylan DPC | -0/+7 |
| 2020-11-15 | Rollup merge of #78856 - mark-i-m:fix-or-pat-ice, r=matthewjasper | Dylan DPC | -0/+76 |
| 2020-11-15 | Rollup merge of #78848 - DevJPM:ci-llvm-9, r=nikic | Dylan DPC | -100/+15 |
| 2020-11-15 | Rollup merge of #78590 - DeveloperC286:issue_60302, r=varkor | Dylan DPC | -473/+515 |
| 2020-11-15 | Rollup merge of #78352 - JohnTitor:issue-75229, r=Dylan-DPC | Dylan DPC | -2/+2 |
| 2020-11-14 | Fix displaying errors when rustbook tests fail. | Eric Huss | -0/+3 |
| 2020-11-14 | Update rustfmt to v1.4.26 | Caleb Cartwright | -6/+6 |
| 2020-11-14 | Print 'checking cranelift artifacts' to easily separate it from other artifacts | Joshua Nelson | -0/+5 |
| 2020-11-14 | Auto merge of #79049 - tmiasko:lower-intrinsics, r=jonas-schievink | bors | -5/+373 |
| 2020-11-14 | Move likely/unlikely argument outside of invisible unsafe block | David Tolnay | -6/+6 |
| 2020-11-14 | Auto merge of #78809 - vn-ki:fix-issue-76064, r=oli-obk | bors | -157/+78 |
| 2020-11-14 | Add underscore expressions for destructuring assignments | Fabian Zaiser | -45/+243 |
| 2020-11-14 | Style nit | Who? Me?! | -1/+1 |
| 2020-11-14 | Auto merge of #75272 - the8472:spec-copy, r=KodrAus | bors | -152/+930 |
| 2020-11-14 | Auto merge of #78959 - petrochenkov:likeuefi, r=nagisa | bors | -15/+21 |
| 2020-11-14 | Rename ItemEnum -> ItemKind, inner -> kind | Joshua Nelson | -131/+129 |
| 2020-11-14 | Auto merge of #78951 - petrochenkov:unknown, r=ehuss | bors | -20/+19 |
| 2020-11-14 | Auto merge of #78736 - petrochenkov:lazyenum, r=Aaron1011 | bors | -9/+5 |
| 2020-11-14 | Move Steal to rustc_data_structures. | Camille GILLOT | -20/+18 |
| 2020-11-14 | Lower intrinsics calls: forget, size_of, unreachable, wrapping_* | Tomasz Miąsko | -5/+373 |
| 2020-11-13 | Auto merge of #78683 - Nemo157:issue-78673, r=lcnr | bors | -7/+47 |