| Age | Commit message (Expand) | Author | Lines |
| 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 | remove hermit-abi from the wrong list, add to the whitelist | Stefan Lankes | -1/+1 |
| 2019-10-21 | add hermit-abi to the whitelist | Stefan Lankes | -0/+1 |
| 2019-10-21 | add aarch64 support for HermitCore | Stefan Lankes | -1/+1 |
| 2019-10-21 | Fix the start/end byte positions in the compiler JSON output | Mikko Rantanen | -22/+543 |
| 2019-10-22 | Deprecated proc_macro doesn't trigger warning on build library | wangxiangqing | -0/+25 |
| 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 | fixed ac vulnerability | Raoul Strackx | -0/+10 |
| 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 | Remove `InternedString`. | Nicholas Nethercote | -127/+17 |
| 2019-10-21 | Use `Symbol` for codegen unit names. | Nicholas Nethercote | -51/+46 |
| 2019-10-21 | Change `SymbolName::name` from `InternedString` to `Symbol`. | Nicholas Nethercote | -22/+32 |
| 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 | Convert fields within `DefPathData` from `InternedString` to `Symbol`. | Nicholas Nethercote | -63/+59 |
| 2019-10-21 | Remove unneccessary use under cfg(unix) | Igor Aleksanov | -12/+2 |
| 2019-10-21 | Eliminate `intersect_opt`. | Nicholas Nethercote | -21/+6 |
| 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 | Remove unnecessary `impl Clean<String> for InternedString`. | Nicholas Nethercote | -8/+0 |
| 2019-10-21 | Convert `InternedString`s to `Symbols` in `UnsafetyViolation`. | Nicholas Nethercote | -17/+16 |
| 2019-10-21 | Convert some `InternedString`s to `Symbols`. | Nicholas Nethercote | -77/+77 |
| 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 |