| Age | Commit message (Expand) | Author | Lines |
| 2021-02-27 | Rollup merge of #82607 - bjorn3:frame_loc_getter, r=RalfJung | Dylan DPC | -0/+10 |
| 2021-02-27 | Rollup merge of #82498 - tmiasko:partitioning-debug, r=matthewjasper | Dylan DPC | -6/+15 |
| 2021-02-27 | Add a getter for Frame.loc | bjorn3 | -0/+10 |
| 2021-02-27 | Use optional values for inlining thresholds | Tomasz Miąsko | -2/+2 |
| 2021-02-27 | Add option enabling MIR inlining independently of mir-opt-level | Tomasz Miąsko | -15/+20 |
| 2021-02-27 | Rollup merge of #82482 - tmiasko:small-cycles, r=varkor | Dylan DPC | -7/+4 |
| 2021-02-27 | Rollup merge of #82442 - Aaron1011:fix/closure-mut-crash, r=matthewjasper | Dylan DPC | -25/+26 |
| 2021-02-26 | Auto merge of #82559 - tmiasko:inlined, r=petrochenkov | bors | -0/+1 |
| 2021-02-26 | Rollup merge of #82491 - tmiasko:i, r=lcnr | Guillaume Gomez | -124/+146 |
| 2021-02-26 | Rollup merge of #82456 - klensy:or-else, r=estebank | Guillaume Gomez | -1/+1 |
| 2021-02-26 | Rollup merge of #81940 - jhpratt:stabilize-str_split_once, r=m-ou-se | Guillaume Gomez | -1/+0 |
| 2021-02-26 | Auto merge of #78429 - casey:doctest-attribute-splitting, r=jyn514 | bors | -2/+2 |
| 2021-02-26 | Miscellaneous inlining improvements | Tomasz Miąsko | -0/+1 |
| 2021-02-25 | Auto merge of #82338 - RalfJung:interp-error-allocs, r=oli-obk | bors | -10/+2 |
| 2021-02-25 | fix review | klensy | -1/+1 |
| 2021-02-24 | Auto merge of #82159 - BoxyUwU:uwu, r=varkor | bors | -4/+7 |
| 2021-02-24 | Auto merge of #80475 - simonvandel:fix-77355, r=oli-obk | bors | -18/+146 |
| 2021-02-24 | Add suggestion for iterators in iterators | Kevin Per | -4/+29 |
| 2021-02-24 | Use log level to control partitioning debug output | Tomasz Miąsko | -6/+15 |
| 2021-02-24 | Use small hash set in `mir_inliner_callees` | Tomasz Miąsko | -7/+4 |
| 2021-02-24 | Consider inexpensive inlining criteria first | Tomasz Miąsko | -124/+146 |
| 2021-02-24 | replaced some map_or with map_or_else | klensy | -1/+1 |
| 2021-02-23 | yeet | Ellen | -4/+7 |
| 2021-02-23 | Rollup merge of #82362 - osa1:issue81918, r=oli-obk | Dylan DPC | -5/+18 |
| 2021-02-23 | Rollup merge of #81629 - 1000teslas:issue-81365-fix, r=Aaron1011 | Dylan DPC | -4/+37 |
| 2021-02-23 | Skip emitting closure diagnostic when closure_kind_origins has no entry | Aaron Hill | -25/+26 |
| 2021-02-23 | Rollup merge of #82091 - henryboisdequin:use-place-ref-more, r=RalfJung | Dylan DPC | -14/+14 |
| 2021-02-22 | New mir-opt pass to simplify gotos with const values | Simon Vandel Sillesen | -18/+146 |
| 2021-02-22 | Fix mir-cfg dumps | Ömer Sinan Ağacan | -5/+18 |
| 2021-02-22 | Auto merge of #77551 - simonvandel:extend-simplify-branch-same, r=oli-obk | bors | -3/+207 |
| 2021-02-22 | Extract deref coercion explanation into method | 1000teslas | -3/+6 |
| 2021-02-21 | New pass to deduplicate blocks | Simon Vandel Sillesen | -1/+196 |
| 2021-02-21 | Make MatchBranchSimplification clean up after itself | Simon Vandel Sillesen | -1/+10 |
| 2021-02-21 | Drive-by formatting of comment | Simon Vandel Sillesen | -2/+2 |
| 2021-02-21 | remove redundant wrapping of return types of allow_internal_unstable() and ru... | Matthias Krüger | -2/+1 |
| 2021-02-21 | rustc_mir: remove redundant wrapping of return type in numeric_intrinsic() | Matthias Krüger | -7/+3 |
| 2021-02-20 | Rollup merge of #82176 - RalfJung:mir-fn-ptr-pretty, r=oli-obk | Guillaume Gomez | -1/+1 |
| 2021-02-20 | all InterpError allocate now, so adjust alloc-error-check | Ralf Jung | -10/+2 |
| 2021-02-20 | make `super_projection` take a `PlaceRef` | Henry Boisdequin | -2/+1 |
| 2021-02-20 | Auto merge of #82124 - tmiasko:op-ty-ref, r=oli-obk | bors | -358/+401 |
| 2021-02-19 | Add deref definition location | 1000teslas | -0/+1 |
| 2021-02-18 | Stabilize `unsafe_op_in_unsafe_fn` lint | LeSeulArtichaut | -3/+2 |
| 2021-02-18 | Print -Ztime-passes (and misc stats/logs) on stderr, not stdout. | Eduard-Mihai Burtescu | -3/+3 |
| 2021-02-18 | Rollup merge of #82240 - matthiaskrgr:qmark, r=Dylan-DPC | Yuki Okushi | -1/+1 |
| 2021-02-18 | Rollup merge of #82212 - est31:graph_graph_graph, r=oli-obk | Yuki Okushi | -4/+4 |
| 2021-02-17 | remove useless ?s (clippy::needless_question_marks) | Matthias Krüger | -1/+1 |
| 2021-02-17 | Auto merge of #82235 - GuillaumeGomez:rollup-oflxc08, r=GuillaumeGomez | bors | -7/+4 |
| 2021-02-17 | Rollup merge of #82136 - edward-shen:mismatched-subst-and-hir, r=lcnr | Guillaume Gomez | -7/+4 |
| 2021-02-17 | Remove redundant rustc_data_structures path component | est31 | -4/+4 |
| 2021-02-17 | Reduce size of InterpErrorInfo to 8 bytes | Tomasz Miąsko | -18/+25 |