| Age | Commit message (Expand) | Author | Lines |
| 2020-06-29 | rustbuild: Move compiler-builtins build logic to manifest | Alex Crichton | -32/+8 |
| 2020-06-26 | Auto merge of #73756 - Manishearth:rollup-aehswb2, r=Manishearth | bors | -285/+603 |
| 2020-06-26 | Rollup merge of #73748 - jyn514:doc-fix, r=Manishearth | Manish Goregaokar | -0/+2 |
| 2020-06-26 | Rollup merge of #73729 - nellshamrell:disable-collectionsbenches-android, r=s... | Manish Goregaokar | -0/+4 |
| 2020-06-26 | Rollup merge of #73719 - davidtwco:issue-72509-emitter-column-width, r=estebank | Manish Goregaokar | -3/+7 |
| 2020-06-26 | Rollup merge of #73707 - LeSeulArtichaut:patch-3, r=kennytm | Manish Goregaokar | -0/+2 |
| 2020-06-26 | Rollup merge of #73681 - jackh726:chalk-0.14, r=nikomatsakis | Manish Goregaokar | -99/+270 |
| 2020-06-26 | Rollup merge of #73629 - flip1995:assoc_op_copy_clone, r=Manishearth | Manish Goregaokar | -1/+1 |
| 2020-06-26 | Rollup merge of #73597 - ayazhafiz:i/const-span, r=ecstatic-morse | Manish Goregaokar | -14/+16 |
| 2020-06-26 | Rollup merge of #73588 - Amanieu:thumb-fp, r=nagisa | Manish Goregaokar | -20/+73 |
| 2020-06-26 | Rollup merge of #73507 - mati865:cleanup-mingw-llvm-linkage, r=matthewjasper | Manish Goregaokar | -4/+2 |
| 2020-06-26 | Rollup merge of #73297 - ehuss:tool-warnings, r=Mark-Simulacrum | Manish Goregaokar | -82/+100 |
| 2020-06-26 | Rollup merge of #73102 - petrochenkov:flatgroup, r=Aaron1011 | Manish Goregaokar | -50/+76 |
| 2020-06-26 | Rollup merge of #72967 - integer32llc:prevent-default-arrows, r=kinnison | Manish Goregaokar | -0/+2 |
| 2020-06-26 | Rollup merge of #72620 - tmiasko:linkage-name, r=eddyb | Manish Goregaokar | -12/+48 |
| 2020-06-26 | Auto merge of #73743 - eddyb:lint-on-demand-typeck-tables, r=Manishearth | bors | -401/+441 |
| 2020-06-25 | Support configurable deny-warnings for all in-tree crates. | Eric Huss | -82/+100 |
| 2020-06-25 | Add code block to code in documentation of `List::rebase_onto` | Joshua Nelson | -0/+2 |
| 2020-06-26 | Auto merge of #73746 - Manishearth:rollup-80jnynm, r=Manishearth | bors | -541/+1814 |
| 2020-06-25 | Rollup merge of #73687 - GuillaumeGomez:cleanup-e0701, r=Dylan-DPC | Manish Goregaokar | -1/+1 |
| 2020-06-25 | Rollup merge of #73674 - estebank:op-trait-bound-suggestion, r=davidtwco | Manish Goregaokar | -254/+328 |
| 2020-06-25 | Rollup merge of #73673 - ehuss:fix-ptr-docs, r=oli-obk | Manish Goregaokar | -4/+0 |
| 2020-06-25 | Rollup merge of #73648 - poliorcetics:return-keyword, r=joshtriplett | Manish Goregaokar | -2/+48 |
| 2020-06-25 | Rollup merge of #73621 - poliorcetics:mut-keyword, r=steveklabnik | Manish Goregaokar | -3/+53 |
| 2020-06-25 | Rollup merge of #73619 - poliorcetics:mod-keyword, r=steveklabnik | Manish Goregaokar | -2/+20 |
| 2020-06-25 | Rollup merge of #73581 - GuillaumeGomez:add-0766, r=varkor | Manish Goregaokar | -7/+25 |
| 2020-06-25 | Rollup merge of #73534 - estebank:borrowck-suggestions, r=matthewjasper | Manish Goregaokar | -10/+315 |
| 2020-06-25 | Rollup merge of #73460 - tmandry:variant-lineinfo, r=oli-obk | Manish Goregaokar | -49/+463 |
| 2020-06-25 | Rollup merge of #73418 - doctorn:variants-intrinsic, r=kennytm | Manish Goregaokar | -5/+111 |
| 2020-06-25 | Rollup merge of #72770 - crlf0710:mixed_script_confusable, r=Manishearth | Manish Goregaokar | -161/+329 |
| 2020-06-25 | Rollup merge of #72738 - mati865:self-contained-option, r=petrochenkov | Manish Goregaokar | -29/+60 |
| 2020-06-25 | Rollup merge of #72617 - eduardosm:panicking, r=Amanieu | Manish Goregaokar | -14/+61 |
| 2020-06-26 | rustc_lint: only query `typeck_tables_of` when a lint needs it. | Eduard-Mihai Burtescu | -401/+441 |
| 2020-06-25 | Auto merge of #71858 - petrochenkov:env, r=Mark-Simulacrum | bors | -7/+64 |
| 2020-06-26 | proc_macro: Stop flattening groups with dummy spans | Vadim Petrochenkov | -50/+76 |
| 2020-06-25 | add exception for liballoc benches to tidy | Nell Shamrell | -0/+1 |
| 2020-06-25 | disable collectionbenches for android | Nell Shamrell | -0/+3 |
| 2020-06-26 | Implement mixed script confusable lint. | Charles Lew | -8/+202 |
| 2020-06-25 | Auto merge of #72717 - poliorcetics:try-from-int-to-nzint, r=dtolnay | bors | -0/+58 |
| 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 | 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 | 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 |