about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-07-25Auto merge of #74488 - CAD97:layout_for_value_raw, r=hanna-kruppebors-1/+36
2020-07-25Document UTF-8 validity of String::from_raw_partsaticu-0/+1
2020-07-25Fix wrong name in `String::from_raw_parts` docsaticu-2/+2
2020-07-25Ensure stack when parsing large if expressionsKan-Ru Chen-1/+2
2020-07-25Ensure stack when type checking and building MIR for large if expressionsKan-Ru Chen-2/+10427
2020-07-25Fix commas.Steven Malis-2/+2
2020-07-25Pull out some shared code into a new functionSteven Malis-40/+44
2020-07-25Use the proper span when WF-checking an impl self typeAaron Hill-12/+43
2020-07-25Auto merge of #74652 - poliorcetics:clarify-vec-drain-doc, r=jyn514bors-5/+4
2020-07-25Auto merge of #74017 - poliorcetics:where-keyword, r=jyn514bors-2/+93
2020-07-25Fix rustc docs typo.16yuki0702-1/+1
2020-07-24Auto merge of #73645 - poliorcetics:ref-keyword, r=jyn514bors-2/+43
2020-07-24Auto merge of #74681 - RalfJung:miri-extern-fn, r=oli-obkbors-23/+27
2020-07-24Auto merge of #74507 - lcnr:const-prop-into-op, r=oli-obkbors-89/+261
2020-07-24Apply suggestion from reviewAlexis Bourget-6/+4
2020-07-24Fix nits, rework the second example of select (the one deliberately failing t...Alexis Bourget-33/+15
2020-07-24Fix nitsAlexis Bourget-3/+3
2020-07-24Rollup merge of #74715 - oli-obk:mir_pass_diff, r=wesleywiserManish Goregaokar-493/+357
2020-07-24Rollup merge of #74698 - ayrtonm:handle-traitref-mismatch, r=estebankManish Goregaokar-5/+54
2020-07-24Rollup merge of #74692 - Mark-Simulacrum:delay-bug, r=pnkfelixManish Goregaokar-12/+18
2020-07-24Rollup merge of #74661 - SNCPlay42:lifetime-names-refactor, r=estebankManish Goregaokar-89/+92
2020-07-24Rollup merge of #74639 - msirringhaus:master, r=cuviperManish Goregaokar-12/+12
2020-07-24Rollup merge of #74491 - xldenis:constant-binop-opt, r=oli-obkManish Goregaokar-24/+187
2020-07-24Rollup merge of #74367 - Neutron3529:patch-1, r=nagisaManish Goregaokar-44/+101
2020-07-24Rollup merge of #72954 - hermitcore:rwlock, r=dtolnayManish Goregaokar-41/+140
2020-07-24Clean up E0728 explanationGuillaume Gomez-3/+3
2020-07-24Auto merge of #74676 - lcnr:generics-no-sort, r=varkorbors-41/+62
2020-07-24Add a system for creating diffs across multiple mir optimizations.Oliver Scherer-493/+357
2020-07-24Rollup merge of #74703 - tmandry:issue-74047, r=oli-obkYuki Okushi-5/+29
2020-07-24Rollup merge of #74694 - GuillaumeGomez:cleanup-e0727, r=Dylan-DPCYuki Okushi-1/+1
2020-07-24Rollup merge of #74680 - JohnTitor:missing-backticks, r=lcnrYuki Okushi-16/+16
2020-07-24Rollup merge of #74677 - ssomers:btree_cleanup_2, r=AmanieuYuki Okushi-20/+47
2020-07-24Rollup merge of #74669 - Homarechan:fix_typo, r=lcnrYuki Okushi-1/+1
2020-07-24Rollup merge of #74666 - ssomers:btree_cleanup_1, r=Mark-SimulacrumYuki Okushi-0/+80
2020-07-24Rollup merge of #74665 - smmalis37:issue-62200, r=davidtwcoYuki Okushi-12/+43
2020-07-24Rollup merge of #74623 - lcnr:polymorphize-functions, r=eddybYuki Okushi-1/+14
2020-07-24Rollup merge of #74601 - GuillaumeGomez:cleanup-e0724, r=jyn514Yuki Okushi-1/+2
2020-07-24Rollup merge of #74572 - Mark-Simulacrum:unify-rustc-depr, r=petrochenkovYuki Okushi-244/+195
2020-07-24Rollup merge of #74504 - lzutao:ayu-border-selected-fn, r=GuillaumeGomezYuki Okushi-1/+3
2020-07-24Rollup merge of #74361 - GuillaumeGomez:theme-logo, r=ManishearthYuki Okushi-0/+12
2020-07-24Add right border bar to Dark and Light themeLzu Tao-0/+2
2020-07-24ayu: Change to less luminous colorLzu Tao-1/+1
2020-07-23Fix ICE while building MIR with type errorsTyler Mandry-5/+29
2020-07-23added a test case for reporting mismatched traitsAyrton-0/+30
2020-07-23Account for trailing closing angle bracketsEsteban Küber-23/+75
2020-07-23Fix nitAlexis Bourget-1/+2
2020-07-23Fix nit and add link for CowAlexis Bourget-32/+8
2020-07-23fixed error reporting for mismatched traitsAyrton-5/+24
2020-07-23Remove unecessary linkAlexis Bourget-2/+0
2020-07-23Auto merge of #74685 - ehuss:update-cargo, r=ehussbors-0/+0