| Age | Commit message (Expand) | Author | Lines |
| 2019-10-22 | Fix rustdoc const generics test | varkor | -0/+1 |
| 2019-10-22 | Remove "type parameter depends on const parameter" error from resolution | varkor | -24/+14 |
| 2019-10-22 | Search for generic parameters when finding non-`structural_match` types | varkor | -2/+2 |
| 2019-10-22 | Forbid non-`structural_match` types in const generics | varkor | -0/+30 |
| 2019-10-21 | Rollup merge of #65660 - varkor:canonical-const-to-bound-const, r=eddyb | Mazdak Farrokhzad | -2/+2 |
| 2019-10-21 | Rollup merge of #65092 - tspiteri:const-is-pow2, r=oli-obk | Mazdak Farrokhzad | -0/+11 |
| 2019-10-21 | Rollup merge of #62330 - SimonSapin:no-drop-in-union-fields, r=RalfJung | Mazdak Farrokhzad | -198/+410 |
| 2019-10-21 | Rename `ConstValue::Infer(InferConst::Canonical(..))` to `ConstValue::Bound(..)` | varkor | -2/+2 |
| 2019-10-21 | Rollup merge of #65652 - skinny121:const_infer_leak, r=eddyb | Yuki Okushi | -0/+67 |
| 2019-10-21 | Report even duplilcate errors in case the feature gat is not active | Oliver Scherer | -4/+29 |
| 2019-10-21 | Fix `canonicalize_const_var` from leaking inference variables through | ben | -0/+67 |
| 2019-10-20 | Improve SimplifyLocals pass so it can remove unused consts | Wesley Wiser | -9/+100 |
| 2019-10-21 | Rollup merge of #65629 - ecstatic-morse:remove-graphviz, r=Mark-Simulacrum | Mazdak Farrokhzad | -6/+3 |
| 2019-10-21 | Rollup merge of #65614 - varkor:apit-explicit-generics, r=matthewjasper | Mazdak Farrokhzad | -10/+10 |
| 2019-10-21 | Rollup merge of #65314 - tmiasko:rustdoc-z, r=ollie27 | Mazdak Farrokhzad | -15/+32 |
| 2019-10-21 | Rollup merge of #65579 - skinny121:resolve_const_vars, r=varkor | Yuki Okushi | -8/+8 |
| 2019-10-20 | Remove `borrowck_graphviz_postflow` from test | Dylan MacKenzie | -6/+3 |
| 2019-10-20 | Auto merge of #65622 - Centril:rollup-l8orba7, r=Centril | bors | -2/+44 |
| 2019-10-20 | Rollup merge of #65602 - varkor:other-candidates, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2019-10-20 | Rollup merge of #65593 - RalfJung:non-const-fn, r=oli-obk | Mazdak Farrokhzad | -0/+42 |
| 2019-10-20 | Auto merge of #65497 - choller:master, r=tmiasko | bors | -4/+20 |
| 2019-10-20 | Improve error message for APIT with explicit generic parameters | varkor | -10/+10 |
| 2019-10-20 | Fix resolve_type_vars_with_obligations not resolving const inference | ben | -8/+8 |
| 2019-10-19 | Fix plural mistake in emitter.rs | varkor | -2/+2 |
| 2019-10-19 | Rollup merge of #65192 - estebank:restrict-bound, r=matthewjasper | Mazdak Farrokhzad | -236/+666 |
| 2019-10-19 | Rollup merge of #64007 - estebank:overlapping-patterns, r=matthewjasper | Mazdak Farrokhzad | -46/+97 |
| 2019-10-19 | show the proper diagnostics | Ralf Jung | -2/+17 |
| 2019-10-19 | add test for calling non-const fn | Ralf Jung | -0/+27 |
| 2019-10-19 | Auto merge of #64890 - wesleywiser:const_prop_rvalue, r=oli-obk | bors | -7/+250 |
| 2019-10-19 | Rollup merge of #65545 - nnethercote:more-symbol-cleanups, r=petrochenkov | Mazdak Farrokhzad | -2/+2 |
| 2019-10-19 | Rollup merge of #65542 - estebank:kill-static-methods, r=Centril | Mazdak Farrokhzad | -8/+24 |
| 2019-10-19 | Rollup merge of #65485 - ecstatic-morse:const-validation-mismatch-ugliness, r... | Mazdak Farrokhzad | -0/+24 |
| 2019-10-19 | Rollup merge of #65252 - petrochenkov:deriveholders2, r=matthewjasper | Mazdak Farrokhzad | -0/+9 |
| 2019-10-18 | Don't ICE when evaluating writes to uninhabited enum variants | Wesley Wiser | -0/+28 |
| 2019-10-18 | [const-prop] Handle MIR Rvalue::Box | Wesley Wiser | -0/+56 |
| 2019-10-19 | privacy: Avoid one more `unwrap` causing an ICE in rustdoc | Vadim Petrochenkov | -0/+9 |
| 2019-10-18 | Rollup merge of #65552 - JohnTitor:use-bitwise-not, r=Dylan-DPC | Tyler Mandry | -1/+1 |
| 2019-10-18 | Rollup merge of #65511 - Xanewok:sa-nest-in-impls, r=pnkfelix | Tyler Mandry | -0/+15 |
| 2019-10-18 | Rollup merge of #65498 - SimonSapin:plugin-help, r=Centril | Tyler Mandry | -76/+76 |
| 2019-10-18 | Rollup merge of #65493 - GuillaumeGomez:long-err-explanation-E0584, r=kinnison | Tyler Mandry | -0/+2 |
| 2019-10-18 | Rollup merge of #65364 - XiangQingW:master, r=estebank | Tyler Mandry | -0/+19 |
| 2019-10-18 | Rollup merge of #65334 - GuillaumeGomez:long-err-explanation-E0575, r=kinnison | Tyler Mandry | -1/+1 |
| 2019-10-18 | [const-prop] Handle MIR Rvalue::Discriminant | Wesley Wiser | -0/+53 |
| 2019-10-18 | [const-prop] Handle MIR Rvalue::Aggregates | Wesley Wiser | -6/+68 |
| 2019-10-18 | [const-prop] Handle MIR Rvalue::Repeat | Wesley Wiser | -1/+45 |
| 2019-10-18 | Clarify diagnostics when using `~` as a unary op | Yuki Okushi | -1/+1 |
| 2019-10-17 | Point at enclosing function without `self` receiver | Esteban Küber | -8/+24 |
| 2019-10-18 | Change how `Symbol::Debug` works. | Nicholas Nethercote | -2/+2 |
| 2019-10-17 | Refer to "associated functions" instead of "static methods" | Esteban Küber | -3/+3 |
| 2019-10-17 | save-analysis: Add a relevant test case | Igor Matuszewski | -0/+15 |