| Age | Commit message (Expand) | Author | Lines |
| 2020-07-25 | Auto merge of #74488 - CAD97:layout_for_value_raw, r=hanna-kruppe | bors | -1/+36 |
| 2020-07-25 | Document UTF-8 validity of String::from_raw_parts | aticu | -0/+1 |
| 2020-07-25 | Fix wrong name in `String::from_raw_parts` docs | aticu | -2/+2 |
| 2020-07-25 | Ensure stack when parsing large if expressions | Kan-Ru Chen | -1/+2 |
| 2020-07-25 | Ensure stack when type checking and building MIR for large if expressions | Kan-Ru Chen | -2/+10427 |
| 2020-07-25 | Fix commas. | Steven Malis | -2/+2 |
| 2020-07-25 | Pull out some shared code into a new function | Steven Malis | -40/+44 |
| 2020-07-25 | Use the proper span when WF-checking an impl self type | Aaron Hill | -12/+43 |
| 2020-07-25 | Auto merge of #74652 - poliorcetics:clarify-vec-drain-doc, r=jyn514 | bors | -5/+4 |
| 2020-07-25 | Auto merge of #74017 - poliorcetics:where-keyword, r=jyn514 | bors | -2/+93 |
| 2020-07-25 | Fix rustc docs typo. | 16yuki0702 | -1/+1 |
| 2020-07-24 | Auto merge of #73645 - poliorcetics:ref-keyword, r=jyn514 | bors | -2/+43 |
| 2020-07-24 | Auto merge of #74681 - RalfJung:miri-extern-fn, r=oli-obk | bors | -23/+27 |
| 2020-07-24 | Auto merge of #74507 - lcnr:const-prop-into-op, r=oli-obk | bors | -89/+261 |
| 2020-07-24 | Apply suggestion from review | Alexis Bourget | -6/+4 |
| 2020-07-24 | Fix nits, rework the second example of select (the one deliberately failing t... | Alexis Bourget | -33/+15 |
| 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 | -41/+140 |
| 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 | 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 | -0/+0 |