| Age | Commit message (Expand) | Author | Lines |
| 2020-07-24 | Fix nits | Alexis Bourget | -3/+3 |
| 2020-07-24 | Rollup merge of #74715 - oli-obk:mir_pass_diff, r=wesleywiser | Manish Goregaokar | -493/+357 |
| 2020-07-24 | Rollup merge of #74698 - ayrtonm:handle-traitref-mismatch, r=estebank | Manish Goregaokar | -5/+54 |
| 2020-07-24 | Rollup merge of #74692 - Mark-Simulacrum:delay-bug, r=pnkfelix | Manish Goregaokar | -12/+18 |
| 2020-07-24 | Rollup merge of #74661 - SNCPlay42:lifetime-names-refactor, r=estebank | Manish Goregaokar | -89/+92 |
| 2020-07-24 | Rollup merge of #74639 - msirringhaus:master, r=cuviper | Manish Goregaokar | -12/+12 |
| 2020-07-24 | Rollup merge of #74491 - xldenis:constant-binop-opt, r=oli-obk | Manish Goregaokar | -24/+187 |
| 2020-07-24 | Rollup merge of #74367 - Neutron3529:patch-1, r=nagisa | Manish Goregaokar | -44/+101 |
| 2020-07-24 | Rollup merge of #72954 - hermitcore:rwlock, r=dtolnay | Manish Goregaokar | -43/+142 |
| 2020-07-24 | Clean up E0728 explanation | Guillaume Gomez | -3/+3 |
| 2020-07-24 | Auto merge of #74676 - lcnr:generics-no-sort, r=varkor | bors | -41/+62 |
| 2020-07-24 | Add a system for creating diffs across multiple mir optimizations. | Oliver Scherer | -493/+357 |
| 2020-07-24 | Auto merge of #74710 - JohnTitor:rollup-bdz4oee, r=JohnTitor | bors | -302/+443 |
| 2020-07-24 | Rollup merge of #74703 - tmandry:issue-74047, r=oli-obk | Yuki Okushi | -5/+29 |
| 2020-07-24 | Rollup merge of #74694 - GuillaumeGomez:cleanup-e0727, r=Dylan-DPC | Yuki Okushi | -1/+1 |
| 2020-07-24 | Rollup merge of #74680 - JohnTitor:missing-backticks, r=lcnr | Yuki Okushi | -16/+16 |
| 2020-07-24 | Rollup merge of #74677 - ssomers:btree_cleanup_2, r=Amanieu | Yuki Okushi | -20/+47 |
| 2020-07-24 | Rollup merge of #74669 - Homarechan:fix_typo, r=lcnr | Yuki Okushi | -1/+1 |
| 2020-07-24 | Rollup merge of #74666 - ssomers:btree_cleanup_1, r=Mark-Simulacrum | Yuki Okushi | -0/+80 |
| 2020-07-24 | Rollup merge of #74665 - smmalis37:issue-62200, r=davidtwco | Yuki Okushi | -12/+43 |
| 2020-07-24 | Rollup merge of #74623 - lcnr:polymorphize-functions, r=eddyb | Yuki Okushi | -1/+14 |
| 2020-07-24 | Rollup merge of #74601 - GuillaumeGomez:cleanup-e0724, r=jyn514 | Yuki Okushi | -1/+2 |
| 2020-07-24 | Rollup merge of #74572 - Mark-Simulacrum:unify-rustc-depr, r=petrochenkov | Yuki Okushi | -244/+195 |
| 2020-07-24 | Rollup merge of #74504 - lzutao:ayu-border-selected-fn, r=GuillaumeGomez | Yuki Okushi | -1/+3 |
| 2020-07-24 | Rollup merge of #74361 - GuillaumeGomez:theme-logo, r=Manishearth | Yuki Okushi | -0/+12 |
| 2020-07-24 | Add right border bar to Dark and Light theme | Lzu Tao | -0/+2 |
| 2020-07-24 | ayu: Change to less luminous color | Lzu Tao | -1/+1 |
| 2020-07-23 | Fix ICE while building MIR with type errors | Tyler Mandry | -5/+29 |
| 2020-07-23 | added a test case for reporting mismatched traits | Ayrton | -0/+30 |
| 2020-07-23 | Account for trailing closing angle brackets | Esteban Küber | -23/+75 |
| 2020-07-23 | Fix nit | Alexis Bourget | -1/+2 |
| 2020-07-23 | Fix nit and add link for Cow | Alexis Bourget | -32/+8 |
| 2020-07-23 | fixed error reporting for mismatched traits | Ayrton | -5/+24 |
| 2020-07-23 | Remove unecessary link | Alexis Bourget | -2/+0 |
| 2020-07-23 | Auto merge of #74685 - ehuss:update-cargo, r=ehuss | bors | -1/+1 |
| 2020-07-23 | Clean up E0724 explanation | Guillaume Gomez | -1/+2 |
| 2020-07-23 | Clean up E0727 explanation | Guillaume Gomez | -1/+1 |
| 2020-07-23 | delay_span_bug instead of silent ignore | Mark Rousskov | -12/+18 |
| 2020-07-23 | Auto merge of #5829 - JohnTitor:epsilon, r=flip1995 | bors | -3/+7 |
| 2020-07-23 | Auto merge of #5832 - rust-lang:update_usage_instr, r=Manishearth | bors | -4/+2 |
| 2020-07-23 | Detect turbofish missing surrounding angle brackets | Esteban Küber | -3/+61 |
| 2020-07-23 | BTreeMap::drain_filter: replace needless unsafety and test | Stein Somers | -20/+47 |
| 2020-07-23 | slightly adapt const prop | Bastian Kauschke | -7/+7 |
| 2020-07-23 | Update cargo | Eric Huss | -1/+1 |
| 2020-07-23 | avoid implicitly returning () | Ralf Jung | -1/+2 |
| 2020-07-23 | on Windows, use miri_static_root for TLS dtors | Ralf Jung | -2/+20 |
| 2020-07-23 | Auto merge of #74509 - matthewjasper:empty-verify, r=nikomatsakis | bors | -10/+102 |
| 2020-07-23 | Add missing backticks in diagnostics note | Yuki Okushi | -16/+16 |
| 2020-07-23 | test usage | Bastian Kauschke | -2/+15 |
| 2020-07-23 | add more complex param order test | Bastian Kauschke | -1/+20 |