| Age | Commit message (Expand) | Author | Lines |
| 2019-10-23 | Rollup merge of #65656 - GuillaumeGomez:option-disable-shortcut, r=Dylan-DPC | Yuki Okushi | -1/+3 |
| 2019-10-23 | Rollup merge of #65617 - newpavlov:patch-2, r=alexcrichton | Yuki Okushi | -4/+4 |
| 2019-10-23 | Rollup merge of #65591 - GuillaumeGomez:long-err-explanation-E0588, r=Dylan-DPC | Yuki Okushi | -6/+33 |
| 2019-10-23 | Rollup merge of #65507 - polyedre:master, r=nikomatsakis | Yuki Okushi | -754/+66 |
| 2019-10-23 | Rollup merge of #65417 - weiznich:more_coherence_tests, r=nikomatsakis | Yuki Okushi | -0/+373 |
| 2019-10-23 | Rollup merge of #64145 - togiberlin:feature/target-features-doc, r=ehuss | Yuki Okushi | -2/+25 |
| 2019-10-22 | Target-feature documented as unsafe. rustc book and rustc -C help have been m... | togiberlin | -2/+25 |
| 2019-10-22 | Auto merge of #65503 - popzxc:refactor-libtest, r=wesleywiser | bors | -1793/+2123 |
| 2019-10-22 | Update error_codes.rs | Dylan DPC | -7/+7 |
| 2019-10-22 | Auto merge of #65501 - alexcrichton:remove-emscripten-backend, r=Mark-Simulacrum | bors | -101/+35 |
| 2019-10-21 | Remove `src/llvm-emscripten` submodule | Alex Crichton | -101/+35 |
| 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 #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 | 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 | Add option to disable keyboard shortcuts in docs | Guillaume Gomez | -1/+3 |
| 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 | 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 | Remove unneccessary use under cfg(unix) | Igor Aleksanov | -12/+2 |
| 2019-10-21 | Auto merge of #65630 - ecstatic-morse:graphviz-tidy, r=Mark-Simulacrum | bors | -0/+26 |
| 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-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 |