| Age | Commit message (Expand) | Author | Lines |
| 2020-09-26 | Remove unused #[allow(...)] statements from compiler/ | est31 | -2/+0 |
| 2020-09-25 | Avoid calling `Symbol::interner` in `compute_codegen_unit_name` | marmeladema | -3/+1 |
| 2020-09-25 | Rename `DefPathData::get_name()` to `DefPathData::name()` | marmeladema | -1/+1 |
| 2020-09-25 | Implement `Display` for `DisambiguatedDefPathData` and `DefPathData` | marmeladema | -8/+2 |
| 2020-09-25 | Move from {{closure}}#0 syntax to {closure#0} for (def) path components | marmeladema | -3/+14 |
| 2020-09-25 | No need to call `is_min_const_fn` for side-effects | Dylan MacKenzie | -3/+0 |
| 2020-09-25 | Change error in `fn_queries` to `delay_span_bug` | Dylan MacKenzie | -1/+1 |
| 2020-09-25 | Auto merge of #77198 - jonas-schievink:rollup-i59i41h, r=jonas-schievink | bors | -4/+10 |
| 2020-09-25 | Rollup merge of #77155 - lcnr:ImplSource, r=ecstatic-morse | Jonas Schievink | -1/+1 |
| 2020-09-25 | Rollup merge of #77066 - jonas-schievink:dest-prop-borrow, r=oli-obk | Jonas Schievink | -1/+1 |
| 2020-09-25 | Rollup merge of #76973 - lzutao:unstably-const-assume, r=oli-obk | Jonas Schievink | -2/+8 |
| 2020-09-25 | Put floating point arithmetic behind its own feature gate | Dylan MacKenzie | -9/+22 |
| 2020-09-25 | Add `const_fn_floating_point_arithmetic` | Dylan MacKenzie | -0/+24 |
| 2020-09-25 | Auto merge of #77157 - tmiasko:simplify-cfg-dup, r=jonas-schievink | bors | -1/+0 |
| 2020-09-25 | Auto merge of #76844 - simonvandel:fix-76803, r=wesleywiser | bors | -23/+34 |
| 2020-09-25 | Rollup merge of #77165 - simonvandel:do-not-fire-on-drop-and-replace, r=oli-obk | Jonas Schievink | -2/+1 |
| 2020-09-25 | Rollup merge of #77160 - ecstatic-morse:const-fn-transmute-suggestion, r=oli-obk | Jonas Schievink | -1/+8 |
| 2020-09-25 | Rollup merge of #77136 - ecstatic-morse:issue-77134, r=oli-obk | Jonas Schievink | -1/+8 |
| 2020-09-25 | Rollup merge of #76724 - ecstatic-morse:dataflow-pass-names, r=lcnr | Jonas Schievink | -4/+33 |
| 2020-09-24 | nit | Bastian Kauschke | -1/+0 |
| 2020-09-24 | the two hardest things in programming, names and... | Bastian Kauschke | -3/+3 |
| 2020-09-24 | Suggest `const_fn_transmute` instead of `const_fn` | Dylan MacKenzie | -1/+8 |
| 2020-09-24 | Resolve https://github.com/rust-lang/rust/pull/76673#discussion_r494426303 | Simon Vandel Sillesen | -2/+1 |
| 2020-09-24 | remove enum name from ImplSource variants | Bastian Kauschke | -1/+1 |
| 2020-09-24 | use std::mem::take(x) instead of std::mem::replace(x, Default::default()) (cl... | Matthias Krüger | -2/+1 |
| 2020-09-24 | EarlyOtherwiseBranch::run_pass(): don't convert Place to Place (clippy::usele... | Matthias Krüger | -1/+1 |
| 2020-09-24 | Auto merge of #76748 - tmiasko:no-op-jumps, r=matthewjasper | bors | -9/+10 |
| 2020-09-23 | Suggest `const_mut_refs` for mutable references in const fn | Dylan MacKenzie | -1/+8 |
| 2020-09-24 | Remove duplicated SimplifyCfg pass | Tomasz Miąsko | -1/+0 |
| 2020-09-23 | Auto merge of #77102 - Dylan-DPC:rollup-2jfrg3u, r=Dylan-DPC | bors | -5/+9 |
| 2020-09-23 | Auto merge of #76673 - simonvandel:remove-unneeded-drops, r=oli-obk | bors | -0/+61 |
| 2020-09-23 | Enable const prop into operands at mir_opt_level=2 | Dániel Buga | -5/+5 |
| 2020-09-23 | Rollup merge of #77047 - RalfJung:miri-dealloc, r=oli-obk | Dylan DPC | -4/+8 |
| 2020-09-23 | Rollup merge of #76994 - yuk1ty:fix-small-typo, r=estebank | Dylan DPC | -1/+1 |
| 2020-09-23 | Auto merge of #76659 - simonvandel:76432, r=oli-obk | bors | -21/+22 |
| 2020-09-23 | merge `need_type_info_err(_const)` | Bastian Kauschke | -3/+3 |
| 2020-09-22 | cleanup cfg after optimization | Simon Vandel Sillesen | -0/+9 |
| 2020-09-22 | The optimization should also apply for DropAndReplace | Simon Vandel Sillesen | -1/+2 |
| 2020-09-22 | Get LocalDefId from source instead of passing in | Simon Vandel Sillesen | -11/+3 |
| 2020-09-22 | Suggestion from review | Simon Vandel Sillesen | -1/+1 |
| 2020-09-22 | MIR pass to remove unneeded drops on types not needing drop | Simon Vandel Sillesen | -0/+59 |
| 2020-09-22 | Fix dest prop miscompilation around references | Jonas Schievink | -1/+1 |
| 2020-09-22 | Use correct feature gate for unsizing casts | Dylan MacKenzie | -5/+1 |
| 2020-09-22 | Replace missing comment | Dylan MacKenzie | -0/+2 |
| 2020-09-22 | Use the same name everywhere for `is_const_stable_const_fn` | Dylan MacKenzie | -2/+4 |
| 2020-09-22 | Update const-checker to replicate `qualify_min_const_fn` | Dylan MacKenzie | -73/+268 |
| 2020-09-22 | Add structured errors for `qualify_min_const_fn` checks | Dylan MacKenzie | -3/+220 |
| 2020-09-22 | Allow errors to abort const checking when emitted | Dylan MacKenzie | -4/+22 |
| 2020-09-22 | Return `true` if `check_const` emits an error | Dylan MacKenzie | -7/+11 |
| 2020-09-22 | Add const-stability helpers | Dylan MacKenzie | -10/+45 |