| Age | Commit message (Expand) | Author | Lines |
| 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-22 | Add regression test for issue #64153. | Michael Woerister | -0/+34 |
| 2019-10-22 | Add test for issue-63496 | Yuki Okushi | -0/+30 |
| 2019-10-22 | Add test for issue-52437 | Yuki Okushi | -0/+20 |
| 2019-10-22 | Add test for issue-51431 | Yuki Okushi | -0/+18 |
| 2019-10-22 | Add test for issue-41366 | Yuki Okushi | -0/+35 |
| 2019-10-22 | Deprecated proc_macro doesn't trigger warning on build library | wangxiangqing | -5/+4 |
| 2019-10-22 | Add long error explanation for E0728 | Yuki Okushi | -2/+8 |
| 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 | Fix the start/end byte positions in the compiler JSON output | Mikko Rantanen | -0/+241 |
| 2019-10-22 | Deprecated proc_macro doesn't trigger warning on build library | wangxiangqing | -0/+15 |
| 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 | Derive `Rustc{En,De}codable` for `TokenStream`. | Nicholas Nethercote | -1/+1 |
| 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 | Update ui tests | Guillaume Gomez | -0/+1 |
| 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 | Fix test paths | Georg Semmler | -29/+0 |
| 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 | Update ui output | Oliver Scherer | -6/+6 |
| 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 |