| Age | Commit message (Expand) | Author | Lines |
| 2019-10-24 | Changed APIT with explicit generic args span to specific arg spans | Sydney Acksman | -14/+29 |
| 2019-10-23 | Auto merge of #57545 - bovinebuddha:object_safe_for_dispatch, r=nikomatsakis | bors | -89/+847 |
| 2019-10-23 | Auto merge of #65716 - JohnTitor:rollup-fkcr85k, r=JohnTitor | bors | -803/+736 |
| 2019-10-23 | Rollup merge of #65706 - popzxc:add-missing-space, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2019-10-23 | Rollup merge of #65695 - michaelwoerister:fix-self-profiling-work-item-event-... | Yuki Okushi | -6/+6 |
| 2019-10-23 | Rollup merge of #65689 - RalfJung:miri-debug, r=Centril | Yuki Okushi | -2/+2 |
| 2019-10-23 | Rollup merge of #65688 - JohnTitor:add-some-tests, r=Dylan-DPC | Yuki Okushi | -0/+103 |
| 2019-10-23 | Rollup merge of #65686 - yjhmelody:yjhmelody-patch-1, r=Centril | Yuki Okushi | -9/+8 |
| 2019-10-23 | Rollup merge of #65681 - sunfishcode:followup, r=Centril | Yuki Okushi | -13/+24 |
| 2019-10-23 | Rollup merge of #65678 - JohnTitor:add-e0728-explanation, r=GuilliaumeGomez | Yuki Okushi | -5/+88 |
| 2019-10-23 | Rollup merge of #65656 - GuillaumeGomez:option-disable-shortcut, r=Dylan-DPC | Yuki Okushi | -1/+3 |
| 2019-10-23 | Rollup merge of #65617 - newpavlov:patch-2, r=alexcrichton | Yuki Okushi | -4/+4 |
| 2019-10-23 | Rollup merge of #65591 - GuillaumeGomez:long-err-explanation-E0588, r=Dylan-DPC | Yuki Okushi | -6/+33 |
| 2019-10-23 | Rollup merge of #65507 - polyedre:master, r=nikomatsakis | Yuki Okushi | -754/+66 |
| 2019-10-23 | Rollup merge of #65417 - weiznich:more_coherence_tests, r=nikomatsakis | Yuki Okushi | -0/+373 |
| 2019-10-23 | Rollup merge of #64145 - togiberlin:feature/target-features-doc, r=ehuss | Yuki Okushi | -2/+25 |
| 2019-10-23 | Public some types for compiletest_rs | Lzu Tao | -3/+4 |
| 2019-10-22 | RFC 2027: "first draft" of implementation | Mathias Blikstad | -105/+847 |
| 2019-10-22 | Update Clippy | flip1995 | -15/+21 |
| 2019-10-22 | Readd some PartialEq and Hash derives used by Clippy | flip1995 | -3/+6 |
| 2019-10-22 | Add missing space in librustdoc | Igor Aleksanov | -1/+1 |
| 2019-10-22 | Target-feature documented as unsafe. rustc book and rustc -C help have been m... | togiberlin | -2/+25 |
| 2019-10-22 | Add link to async/await | Yuki Okushi | -3/+6 |
| 2019-10-22 | Auto merge of #65503 - popzxc:refactor-libtest, r=wesleywiser | bors | -1793/+2123 |
| 2019-10-22 | self-profiling: Remove module names from some event-ids in codegen backend. | Michael Woerister | -6/+6 |
| 2019-10-22 | Update error_codes.rs | Dylan DPC | -7/+7 |
| 2019-10-22 | Add test for issue-63496 | Yuki Okushi | -0/+30 |
| 2019-10-22 | add comments | Ralf Jung | -2/+2 |
| 2019-10-22 | bring back some Debug instances for Miri | Ralf Jung | -2/+2 |
| 2019-10-22 | Add test for issue-52437 | Yuki Okushi | -0/+20 |
| 2019-10-22 | Add test for issue-51431 | Yuki Okushi | -0/+18 |
| 2019-10-22 | Add test for issue-41366 | Yuki Okushi | -0/+35 |
| 2019-10-22 | refactor maybe_append | yjhmelody | -9/+8 |
| 2019-10-22 | Auto merge of #65501 - alexcrichton:remove-emscripten-backend, r=Mark-Simulacrum | bors | -101/+35 |
| 2019-10-21 | Code cleanups following up on #65576. | Dan Gohman | -13/+24 |
| 2019-10-22 | Apply suggestions | Yuki Okushi | -9/+16 |
| 2019-10-22 | Add long error explanation for E0728 | Yuki Okushi | -5/+78 |
| 2019-10-21 | Remove `src/llvm-emscripten` submodule | Alex Crichton | -101/+35 |
| 2019-10-21 | Rollup merge of #65663 - Amanieu:typo, r=varkor | Mazdak Farrokhzad | -1/+1 |
| 2019-10-21 | Rollup merge of #65660 - varkor:canonical-const-to-bound-const, r=eddyb | Mazdak Farrokhzad | -64/+47 |
| 2019-10-21 | Rollup merge of #65647 - nnethercote:rm-unnecessary-traits, r=Centril | Mazdak Farrokhzad | -124/+105 |
| 2019-10-21 | Rollup merge of #65621 - RalfJung:write_bytes, r=oli-obk | Mazdak Farrokhzad | -20/+39 |
| 2019-10-21 | Rollup merge of #65092 - tspiteri:const-is-pow2, r=oli-obk | Mazdak Farrokhzad | -2/+13 |
| 2019-10-21 | Rollup merge of #62330 - SimonSapin:no-drop-in-union-fields, r=RalfJung | Mazdak Farrokhzad | -265/+454 |
| 2019-10-21 | Rename `ConstValue::Infer(InferConst::Canonical(..))` to `ConstValue::Bound(..)` | varkor | -64/+47 |
| 2019-10-21 | Auto merge of #65661 - JohnTitor:rollup-68la1fq, r=JohnTitor | bors | -57/+298 |
| 2019-10-21 | improve readability of is_power_of_two | Trevor Spiteri | -1/+1 |
| 2019-10-21 | Fix typo from #65214 | Amanieu d'Antras | -1/+1 |
| 2019-10-21 | Rollup merge of #65652 - skinny121:const_infer_leak, r=eddyb | Yuki Okushi | -1/+68 |
| 2019-10-21 | Rollup merge of #65650 - guanqun:use-unwrap-or, r=eddyb | Yuki Okushi | -5/+1 |