| Age | Commit message (Expand) | Author | Lines |
| 2020-09-20 | Auto merge of #72632 - jonas-schievink:dest-prop, r=oli-obk | bors | -0/+1065 |
| 2020-09-19 | Add assertion for len of vecs | Simon Vandel Sillesen | -3/+4 |
| 2020-09-19 | fix some comments | Ralf Jung | -6/+7 |
| 2020-09-19 | never promote non-const operations; revert STATIC promotion change | Ralf Jung | -4/+14 |
| 2020-09-19 | fix doc comment | Ralf Jung | -4/+4 |
| 2020-09-19 | cleanup promotion const_kind checks | Ralf Jung | -30/+28 |
| 2020-09-19 | Fix #76803 | Simon Vandel Sillesen | -23/+33 |
| 2020-09-19 | Rollup merge of #75502 - ecstatic-morse:implicit-promotion-in-const-fn, r=Ral... | Ralf Jung | -1/+8 |
| 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 | -0/+740 |
| 2020-09-18 | use matches!() macro for simple if let conditions | Matthias Krüger | -3/+2 |
| 2020-09-18 | initial working state | Bastian Kauschke | -1/+5 |
| 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-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 #76756 - matthiaskrgr:cl123ppy, r=Dylan-DPC | Tyler Mandry | -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 | -1/+1 |
| 2020-09-15 | fix a couple of stylistic clippy warnings | Matthias Krüger | -1/+1 |
| 2020-09-14 | Add pass names to some common dataflow analyses | Dylan MacKenzie | -2/+9 |
| 2020-09-14 | Auto merge of #76541 - matthiaskrgr:unstable_sort, r=davidtwco | bors | -2/+2 |
| 2020-09-14 | Auto merge of #76123 - tmiasko:inline-args-storage, r=wesleywiser | bors | -8/+28 |
| 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 |
| 2020-09-10 | Note when a a move/borrow error is caused by a deref coercion | Aaron Hill | -1/+1 |
| 2020-09-10 | Rollup merge of #76567 - matthiaskrgr:clone_on_copy, r=varkor | Tyler Mandry | -1/+1 |
| 2020-09-10 | Rollup merge of #76565 - matthiaskrgr:box_place, r=oli-obk | Tyler Mandry | -1/+1 |
| 2020-09-10 | Rollup merge of #76548 - tmiasko:validate, r=davidtwco | Tyler Mandry | -2/+26 |
| 2020-09-10 | use String::from instead of format!() macro to craft string clippy::useless_f... | Matthias Krüger | -1/+1 |
| 2020-09-10 | take reference to Place directly instead of taking reference to Box<Place> | Matthias Krüger | -1/+1 |
| 2020-09-10 | Auto merge of #75573 - Aaron1011:feature/const-mutation-lint, r=oli-obk | bors | -0/+116 |
| 2020-09-10 | Validate removal of AscribeUserType, FakeRead, and Shallow borrow | Tomasz Miąsko | -2/+26 |
| 2020-09-09 | Rollup merge of #76313 - richkadel:mir-spanview-2, r=wesleywiser | Tyler Mandry | -1/+1 |
| 2020-09-10 | use sort_unstable to sort primitive types | Matthias Krüger | -2/+2 |