| Age | Commit message (Expand) | Author | Lines |
| 2019-10-22 | Remove FIXME | varkor | -4/+3 |
| 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 | -72/+21 |
| 2019-10-22 | Search for generic parameters when finding non-`structural_match` types | varkor | -26/+42 |
| 2019-10-22 | Forbid non-`structural_match` types in const generics | varkor | -0/+65 |
| 2019-10-22 | Move `search_for_adt_without_structural_match` to `ty/mod` | varkor | -123/+116 |
| 2019-10-22 | Auto merge of #65501 - alexcrichton:remove-emscripten-backend, r=Mark-Simulacrum | bors | -108/+36 |
| 2019-10-22 | Auto merge of #65671 - Centril:rollup-00glhmb, r=Centril | bors | -482/+667 |
| 2019-10-21 | Remove `src/llvm-emscripten` submodule | Alex Crichton | -108/+36 |
| 2019-10-21 | Rollup merge of #65663 - Amanieu:typo, r=varkor | Mazdak Farrokhzad | -1/+1 |
| 2019-10-21 | Rollup merge of #65660 - varkor:canonical-const-to-bound-const, r=eddyb | Mazdak Farrokhzad | -64/+47 |
| 2019-10-21 | Rollup merge of #65653 - RalfJung:gitignore, r=Mark-Simulacrum,Centril | Mazdak Farrokhzad | -6/+8 |
| 2019-10-21 | Rollup merge of #65647 - nnethercote:rm-unnecessary-traits, r=Centril | Mazdak Farrokhzad | -124/+105 |
| 2019-10-21 | Rollup merge of #65621 - RalfJung:write_bytes, r=oli-obk | Mazdak Farrokhzad | -20/+39 |
| 2019-10-21 | Rollup merge of #65092 - tspiteri:const-is-pow2, r=oli-obk | Mazdak Farrokhzad | -2/+13 |
| 2019-10-21 | Rollup merge of #62330 - SimonSapin:no-drop-in-union-fields, r=RalfJung | Mazdak Farrokhzad | -265/+454 |
| 2019-10-21 | Rename `ConstValue::Infer(InferConst::Canonical(..))` to `ConstValue::Bound(..)` | varkor | -64/+47 |
| 2019-10-21 | expand comment | Ralf Jung | -3/+8 |
| 2019-10-21 | Auto merge of #65661 - JohnTitor:rollup-68la1fq, r=JohnTitor | bors | -57/+298 |
| 2019-10-21 | improve readability of is_power_of_two | Trevor Spiteri | -1/+1 |
| 2019-10-21 | Fix typo from #65214 | Amanieu d'Antras | -1/+1 |
| 2019-10-21 | Rollup merge of #65652 - skinny121:const_infer_leak, r=eddyb | Yuki Okushi | -1/+68 |
| 2019-10-21 | Rollup merge of #65650 - guanqun:use-unwrap-or, r=eddyb | Yuki Okushi | -5/+1 |
| 2019-10-21 | Rollup merge of #65624 - wesleywiser:improve_simplify_locals, r=oli-obk | Yuki Okushi | -48/+163 |
| 2019-10-21 | Rollup merge of #65620 - ryoqun:remove-unneeded-comment, r=varkor | Yuki Okushi | -1/+1 |
| 2019-10-21 | Rollup merge of #65544 - dorfsmay:doc_keyword_break, r=Dylan-DPC | Yuki Okushi | -2/+65 |
| 2019-10-21 | Remove many unnecessary trait derivations. | Nicholas Nethercote | -103/+89 |
| 2019-10-21 | remove write_repeat; it is subsumed by the new write_bytes | Ralf Jung | -19/+0 |
| 2019-10-21 | points the user away from the Allocation type and towards the Memory type | Ralf Jung | -0/+12 |
| 2019-10-21 | keep the root dir clean from debugging | Ralf Jung | -3/+0 |
| 2019-10-21 | Report even duplilcate errors in case the feature gat is not active | Oliver Scherer | -9/+29 |
| 2019-10-21 | Auto merge of #65594 - RalfJung:miri, r=oli-obk | bors | -15/+11 |
| 2019-10-21 | Don't silently do nothing on mis_use of `check_union_fields` | Oliver Scherer | -16/+17 |
| 2019-10-21 | Fix `canonicalize_const_var` from leaking inference variables through | ben | -1/+68 |
| 2019-10-21 | use unwrap_or in lint code | Guanqun Lu | -5/+1 |
| 2019-10-21 | Auto merge of #65630 - ecstatic-morse:graphviz-tidy, r=Mark-Simulacrum | bors | -0/+29 |
| 2019-10-20 | Improve SimplifyLocals pass so it can remove unused consts | Wesley Wiser | -38/+154 |
| 2019-10-20 | Cleanup `ConstProp::visit_statement()` | Wesley Wiser | -10/+9 |
| 2019-10-21 | Remove unnecessary `Hash` bounds from various types. | Nicholas Nethercote | -14/+14 |
| 2019-10-21 | Remove unnecessary trait bounds from `keys::Keys`. | Nicholas Nethercote | -7/+2 |
| 2019-10-21 | Correctly note code as Ok not error for E0573 | Ryo Onodera | -1/+1 |
| 2019-10-20 | Auto merge of #65644 - Centril:rollup-gez1xhe, r=Centril | bors | -68/+124 |
| 2019-10-21 | Rollup merge of #65639 - adrianheine:patch-2, r=jonas-schievink | Mazdak Farrokhzad | -1/+1 |
| 2019-10-21 | Rollup merge of #65638 - dsincl12:master, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2019-10-21 | Rollup merge of #65633 - Rantanen:doc-example-paths, r=Centril | Mazdak Farrokhzad | -11/+11 |
| 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 | -14/+14 |
| 2019-10-21 | Rollup merge of #65603 - mystor:resolve_path_ice, r=petrochenkov | Mazdak Farrokhzad | -8/+40 |
| 2019-10-21 | Rollup merge of #65592 - RalfJung:const-prop-comment, r=wesleywiser | Mazdak Farrokhzad | -11/+14 |
| 2019-10-21 | Rollup merge of #65314 - tmiasko:rustdoc-z, r=ollie27 | Mazdak Farrokhzad | -15/+39 |