| Age | Commit message (Expand) | Author | Lines |
| 2020-09-19 | Validate constants during `const_eval_raw` | Oliver Scherer | -24/+45 |
| 2020-09-18 | Clarify FIXME | Jonas Schievink | -2/+3 |
| 2020-09-18 | Return `Place` by value | Jonas Schievink | -2/+2 |
| 2020-09-18 | Move inner items outside | Jonas Schievink | -144/+144 |
| 2020-09-18 | Fix rebase fallout | Jonas Schievink | -5/+6 |
| 2020-09-18 | Limit block count | Jonas Schievink | -0/+14 |
| 2020-09-18 | Fix rebase fallout | Jonas Schievink | -7/+13 |
| 2020-09-18 | Properly inherit conflicts when merging locals | Jonas Schievink | -53/+60 |
| 2020-09-18 | More logging | Jonas Schievink | -21/+59 |
| 2020-09-18 | Record intra-statement/terminator conflicts | Jonas Schievink | -22/+206 |
| 2020-09-18 | perf: bail out when there's >500 candidate locals | Jonas Schievink | -6/+24 |
| 2020-09-18 | perf: only calculate conflicts for candidates | Jonas Schievink | -12/+39 |
| 2020-09-18 | perf: walk liveness backwards in Conflicts::build | Jonas Schievink | -24/+39 |
| 2020-09-18 | Fix dataflow assert errors | Jonas Schievink | -3/+17 |
| 2020-09-18 | Implement a destination propagation pass | Jonas Schievink | -1/+742 |
| 2020-09-18 | use matches!() macro for simple if let conditions | Matthias Krüger | -6/+6 |
| 2020-09-18 | Auto merge of #76575 - lcnr:abstract-const, r=oli-obk | bors | -1/+5 |
| 2020-09-18 | initial working state | Bastian Kauschke | -1/+5 |
| 2020-09-18 | Auto merge of #72412 - VFLashM:issue-72408-nested-closures-exponential, r=tma... | bors | -19/+28 |
| 2020-09-18 | Auto merge of #76837 - wesleywiser:disable_consideredequal, r=oli-obk | bors | -2/+9 |
| 2020-09-17 | Better handling for exponential-sized types in misc places | Valerii Lashmanov | -19/+28 |
| 2020-09-17 | Default to implicit (not explicit) rules for promotability in `const fn` | Dylan MacKenzie | -1/+8 |
| 2020-09-17 | [mir-opt] Disable the `ConsideredEqual` logic in SimplifyBranchSame opt | Wesley Wiser | -2/+9 |
| 2020-09-17 | Auto merge of #76634 - RalfJung:miri-guaranteed-eq-ne, r=oli-obk | bors | -44/+70 |
| 2020-09-17 | use strip_prefix over starts_with and manual slicing based on pattern length ... | Matthias Krüger | -5/+4 |
| 2020-09-17 | Remove redundant #![feature(...)] 's from compiler/ | est31 | -3/+0 |
| 2020-09-17 | Don't compile regex at every function call. | Hanif Bin Ariffin | -1/+10 |
| 2020-09-17 | don't lazily evaulate some trivial values for Option::None replacements (clip... | Matthias Krüger | -4/+1 |
| 2020-09-16 | Error if an unstable const eval feature is used in a stable const fn | Dylan MacKenzie | -6/+33 |
| 2020-09-16 | Give name to extra `Span` in `LiveDrop` error | Dylan MacKenzie | -4/+6 |
| 2020-09-16 | Use helper function for searching `allow_internal_unstable` | Dylan MacKenzie | -5/+10 |
| 2020-09-16 | Use enum for status of non-const ops | Dylan MacKenzie | -51/+61 |
| 2020-09-16 | Rollup merge of #76794 - richkadel:graphviz-font, r=ecstatic-morse | Tyler Mandry | -4/+5 |
| 2020-09-16 | Rollup merge of #76775 - ecstatic-morse:dataflow-extra-tab-diff, r=Mark-Simul... | Tyler Mandry | -1/+1 |
| 2020-09-16 | Rollup merge of #76756 - matthiaskrgr:cl123ppy, r=Dylan-DPC | Tyler Mandry | -2/+2 |
| 2020-09-16 | Make graphviz font configurable | Rich Kadel | -4/+5 |
| 2020-09-16 | Rollup merge of #76694 - wesleywiser:partitioning_cx_trait, r=davidtwco | Dylan DPC | -34/+38 |
| 2020-09-15 | Strip a single leading tab when rendering dataflow diffs | Dylan MacKenzie | -1/+1 |
| 2020-09-16 | Fix underflow when calculating the number of no-op jumps folded | Tomasz Miąsko | -9/+10 |
| 2020-09-16 | Rollup merge of #75304 - Aaron1011:feature/diag-deref-move-out, r=estebank | Dylan DPC | -32/+96 |
| 2020-09-15 | don't convert types to the same type with try_into (clippy::useless_conversion) | Matthias Krüger | -8/+3 |
| 2020-09-15 | fix a couple of stylistic clippy warnings | Matthias Krüger | -2/+2 |
| 2020-09-14 | Add pass names to some common dataflow analyses | Dylan MacKenzie | -2/+13 |
| 2020-09-14 | Add `Engine::pass_name` to differentiate dataflow runs | Dylan MacKenzie | -2/+20 |
| 2020-09-14 | Auto merge of #76541 - matthiaskrgr:unstable_sort, r=davidtwco | bors | -3/+5 |
| 2020-09-14 | Auto merge of #76123 - tmiasko:inline-args-storage, r=wesleywiser | bors | -8/+28 |
| 2020-09-13 | Introduce a PartitioningCx struct | Wesley Wiser | -34/+38 |
| 2020-09-13 | Auto merge of #76244 - vandenheuvel:remove__paramenv__def_id, r=nikomatsakis | bors | -1/+2 |
| 2020-09-13 | Fix #76432 | Simon Vandel Sillesen | -21/+22 |
| 2020-09-13 | Auto merge of #76306 - tmiasko:nrvo-debuginfo, r=ecstatic-morse | bors | -4/+5 |