| Age | Commit message (Expand) | Author | Lines |
| 2020-06-25 | Bootstrap: fallback detection of Windows | Andrew Paverd | -0/+6 |
| 2020-06-25 | Auto merge of #73711 - Dylan-DPC:rollup-kzx15of, r=Dylan-DPC | bors | -31/+657 |
| 2020-06-25 | Update UI test | Guillaume Gomez | -1/+2 |
| 2020-06-25 | Add E0766 error for unterminated double quote byte string | Guillaume Gomez | -6/+23 |
| 2020-06-25 | emitter: column width defaults to 140 | David Wood | -3/+7 |
| 2020-06-25 | Remove deprecated comments | Adrian Cruceru | -2/+0 |
| 2020-06-25 | Fix comments | Adrian Cruceru | -8/+8 |
| 2020-06-25 | Document the static keyword | Alexis Bourget | -2/+78 |
| 2020-06-25 | Document the super keyword | Alexis Bourget | -2/+18 |
| 2020-06-25 | Rename remaining `fallback` to `self_contained` | Mateusz Mikuła | -12/+20 |
| 2020-06-25 | Rename get_self_contained_lib_path | Mateusz Mikuła | -3/+3 |
| 2020-06-25 | Add unstable rustc option to control self-contained linkage mode | Mateusz Mikuła | -19/+42 |
| 2020-06-25 | Auto merge of #72559 - Aaron1011:feature/assoc-lang-items, r=oli-obk | bors | -28/+94 |
| 2020-06-25 | Add a compile fail example, binding -> variable, apply suggestions | Alexis Bourget | -13/+22 |
| 2020-06-24 | debuginfo: Define int/float types in terms of MSVC-recognized types. | MaulingMonkey | -1/+89 |
| 2020-06-24 | Modify type names on MSVC to make tuples .natvis compatible. | MaulingMonkey | -2/+245 |
| 2020-06-24 | Provide suggestions for some moved value errors | Esteban Küber | -10/+315 |
| 2020-06-25 | Rollup merge of #73688 - poliorcetics:self-keyword, r=joshtriplett | Dylan DPC | -2/+86 |
| 2020-06-25 | Rollup merge of #73634 - nbdd0121:typeck, r=nikomatsakis | Dylan DPC | -0/+82 |
| 2020-06-25 | Rollup merge of #73616 - pickfire:liballoc-hash, r=joshtriplett | Dylan DPC | -2/+2 |
| 2020-06-25 | Rollup merge of #73516 - Crabapple-iOS:feature/apple-dynamic-linking, r=nikom... | Dylan DPC | -1/+0 |
| 2020-06-25 | Rollup merge of #72700 - davidtwco:issue-66220-improper-ctypes-declarations, ... | Dylan DPC | -26/+487 |
| 2020-06-24 | Suggest type param trait bound for binop only when appropriate | Esteban Küber | -50/+78 |
| 2020-06-24 | Implement associated lang items | Aaron Hill | -28/+94 |
| 2020-06-24 | Split out async fn and generator test | Tyler Mandry | -72/+102 |
| 2020-06-24 | Give up on checking filename | Tyler Mandry | -8/+4 |
| 2020-06-24 | Add generator-debug test for MSVC | Tyler Mandry | -8/+98 |
| 2020-06-24 | Generalize generator-debug test a bit | Tyler Mandry | -21/+19 |
| 2020-06-24 | Improve GeneratorLayout debug output | Tyler Mandry | -6/+105 |
| 2020-06-24 | Allow calling GeneratorSubsts::variant_name() without substs | Tyler Mandry | -11/+9 |
| 2020-06-24 | Add test for generator debuginfo | Tyler Mandry | -0/+94 |
| 2020-06-24 | Add Artificial flag to generator variants | Tyler Mandry | -14/+53 |
| 2020-06-24 | Emit line info for generator variants | Tyler Mandry | -13/+83 |
| 2020-06-24 | Fix links in `SliceIndex` documentation | LeSeulArtichaut | -0/+2 |
| 2020-06-24 | review comments: clean up code | Esteban Küber | -297/+214 |
| 2020-06-24 | Auto merge of #73660 - flip1995:clippyup, r=nikomatsakis | bors | -293/+1077 |
| 2020-06-24 | Make `std::panicking::panic_count::is_zero` inline and move the slow path int... | Eduardo Sánchez Muñoz | -1/+11 |
| 2020-06-24 | Auto merge of #73692 - Dylan-DPC:rollup-ehzsbfw, r=Dylan-DPC | bors | -47/+244 |
| 2020-06-24 | Fix tests | Nathan Corbyn | -0/+1 |
| 2020-06-24 | Fix tests | Nathan Corbyn | -0/+3 |
| 2020-06-24 | Implement intrinsic | Nathan Corbyn | -5/+107 |
| 2020-06-24 | Document the Self keyword | Alexis Bourget | -2/+57 |
| 2020-06-24 | Rollup merge of #73675 - ehuss:update-books, r=ehuss | Dylan DPC | -0/+0 |
| 2020-06-24 | Rollup merge of #73667 - nrabulinski:master, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-06-24 | Rollup merge of #73652 - da-x:add-reexported-to-use-suggestions, r=petrochenkov | Dylan DPC | -17/+47 |
| 2020-06-24 | Rollup merge of #73646 - JohnTitor:add-tests, r=Dylan-DPC | Dylan DPC | -0/+152 |
| 2020-06-24 | Rollup merge of #73639 - ayazhafiz:i/73553, r=davidtwco | Dylan DPC | -7/+44 |
| 2020-06-24 | Rollup merge of #73638 - yuqio:remove-unused-crate-imports, r=nikomatsakis | Dylan DPC | -22/+0 |
| 2020-06-24 | Auto merge of #73679 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2020-06-24 | Document the self keyword | Alexis Bourget | -2/+86 |