| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | 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 | 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 | Implement associated lang items | Aaron Hill | -28/+94 |
| 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 | 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 |
| 2020-06-24 | improper_ctypes: only allow params in defns mode | David Wood | -2/+8 |
| 2020-06-24 | improper_ctypes: allow pointers to sized types | David Wood | -85/+34 |
| 2020-06-24 | lints: add `improper_ctypes_definitions` | David Wood | -27/+533 |
| 2020-06-23 | Update cargo | Eric Huss | -0/+0 |
| 2020-06-24 | Auto merge of #73293 - Aaron1011:feature/macro-rules-arg-capture, r=petrochenkov | bors | -5/+205 |
| 2020-06-23 | Update books | Eric Huss | -0/+0 |
| 2020-06-23 | Auto merge of #73669 - Manishearth:rollup-0n4u7vq, r=Manishearth | bors | -536/+1216 |
| 2020-06-23 | Rollup merge of #73665 - alexcrichton:update-wasm-atomics-feature, r=davidtwco | Manish Goregaokar | -4/+5 |
| 2020-06-23 | Rollup merge of #73630 - estebank:fn-item-e0308, r=davidtwco | Manish Goregaokar | -11/+94 |
| 2020-06-23 | Rollup merge of #73614 - lcnr:patch-4, r=Dylan-DPC | Manish Goregaokar | -1/+1 |
| 2020-06-23 | Rollup merge of #73613 - oli-obk:const_prop_miscompile, r=wesleywiser | Manish Goregaokar | -56/+204 |
| 2020-06-23 | Rollup merge of #73601 - Aaron1011:fix/better-mono-overflow-err, r=ecstatic-m... | Manish Goregaokar | -80/+132 |
| 2020-06-23 | Rollup merge of #73587 - marmeladema:hir-id-ification-final, r=petrochenkov | Manish Goregaokar | -242/+257 |
| 2020-06-23 | Rollup merge of #73523 - jyn514:everybody_loops, r=ecstatic-morse | Manish Goregaokar | -2/+11 |
| 2020-06-23 | Rollup merge of #73488 - richkadel:llvm-coverage-map-gen, r=tmandry | Manish Goregaokar | -84/+240 |
| 2020-06-23 | Rollup merge of #73244 - ecstatic-morse:validate-generator-mir, r=tmandry | Manish Goregaokar | -56/+213 |
| 2020-06-23 | Rollup merge of #72876 - TrolledWoods:patch-2, r=Dylan-DPC | Manish Goregaokar | -0/+2 |
| 2020-06-23 | Rollup merge of #72780 - GuillaumeGomez:enforce-doc-alias-check, r=ollie27 | Manish Goregaokar | -0/+57 |
| 2020-06-23 | review comments: wording and style | Esteban Küber | -37/+32 |