about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-10-21Remove `src/llvm-emscripten` submoduleAlex Crichton-101/+35
2019-10-21Rollup merge of #65663 - Amanieu:typo, r=varkorMazdak Farrokhzad-1/+1
2019-10-21Rollup merge of #65660 - varkor:canonical-const-to-bound-const, r=eddybMazdak Farrokhzad-64/+47
2019-10-21Rollup merge of #65647 - nnethercote:rm-unnecessary-traits, r=CentrilMazdak Farrokhzad-124/+105
2019-10-21Rollup merge of #65621 - RalfJung:write_bytes, r=oli-obkMazdak Farrokhzad-20/+39
2019-10-21Rollup merge of #65092 - tspiteri:const-is-pow2, r=oli-obkMazdak Farrokhzad-2/+13
2019-10-21Rollup merge of #62330 - SimonSapin:no-drop-in-union-fields, r=RalfJungMazdak Farrokhzad-265/+454
2019-10-21Rename `ConstValue::Infer(InferConst::Canonical(..))` to `ConstValue::Bound(..)`varkor-64/+47
2019-10-21remove hermit-abi from the wrong list, add to the whitelistStefan Lankes-1/+1
2019-10-21add hermit-abi to the whitelistStefan Lankes-0/+1
2019-10-21add aarch64 support for HermitCoreStefan Lankes-1/+1
2019-10-21Fix the start/end byte positions in the compiler JSON outputMikko Rantanen-22/+543
2019-10-22Deprecated proc_macro doesn't trigger warning on build librarywangxiangqing-0/+25
2019-10-21Auto merge of #65661 - JohnTitor:rollup-68la1fq, r=JohnTitorbors-57/+298
2019-10-21improve readability of is_power_of_twoTrevor Spiteri-1/+1
2019-10-21fixed ac vulnerabilityRaoul Strackx-0/+10
2019-10-21Fix typo from #65214Amanieu d'Antras-1/+1
2019-10-21Rollup merge of #65652 - skinny121:const_infer_leak, r=eddybYuki Okushi-1/+68
2019-10-21Rollup merge of #65650 - guanqun:use-unwrap-or, r=eddybYuki Okushi-5/+1
2019-10-21Rollup merge of #65624 - wesleywiser:improve_simplify_locals, r=oli-obkYuki Okushi-48/+163
2019-10-21Rollup merge of #65620 - ryoqun:remove-unneeded-comment, r=varkorYuki Okushi-1/+1
2019-10-21Rollup merge of #65544 - dorfsmay:doc_keyword_break, r=Dylan-DPCYuki Okushi-2/+65
2019-10-21Remove many unnecessary trait derivations.Nicholas Nethercote-103/+89
2019-10-21Add option to disable keyboard shortcuts in docsGuillaume Gomez-1/+3
2019-10-21remove write_repeat; it is subsumed by the new write_bytesRalf Jung-19/+0
2019-10-21points the user away from the Allocation type and towards the Memory typeRalf Jung-0/+12
2019-10-21Report even duplilcate errors in case the feature gat is not activeOliver Scherer-9/+29
2019-10-21Auto merge of #65594 - RalfJung:miri, r=oli-obkbors-15/+11
2019-10-21Remove `InternedString`.Nicholas Nethercote-127/+17
2019-10-21Use `Symbol` for codegen unit names.Nicholas Nethercote-51/+46
2019-10-21Change `SymbolName::name` from `InternedString` to `Symbol`.Nicholas Nethercote-22/+32
2019-10-21Don't silently do nothing on mis_use of `check_union_fields`Oliver Scherer-16/+17
2019-10-21Fix `canonicalize_const_var` from leaking inference variables throughben-1/+68
2019-10-21use unwrap_or in lint codeGuanqun Lu-5/+1
2019-10-21Convert fields within `DefPathData` from `InternedString` to `Symbol`.Nicholas Nethercote-63/+59
2019-10-21Remove unneccessary use under cfg(unix)Igor Aleksanov-12/+2
2019-10-21Eliminate `intersect_opt`.Nicholas Nethercote-21/+6
2019-10-21Auto merge of #65630 - ecstatic-morse:graphviz-tidy, r=Mark-Simulacrumbors-0/+26
2019-10-20Improve SimplifyLocals pass so it can remove unused constsWesley Wiser-38/+154
2019-10-20Cleanup `ConstProp::visit_statement()`Wesley Wiser-10/+9
2019-10-21Remove unnecessary `Hash` bounds from various types.Nicholas Nethercote-14/+14
2019-10-21Remove unnecessary trait bounds from `keys::Keys`.Nicholas Nethercote-7/+2
2019-10-21Remove unnecessary `impl Clean<String> for InternedString`.Nicholas Nethercote-8/+0
2019-10-21Convert `InternedString`s to `Symbols` in `UnsafetyViolation`.Nicholas Nethercote-17/+16
2019-10-21Convert some `InternedString`s to `Symbols`.Nicholas Nethercote-77/+77
2019-10-21Correctly note code as Ok not error for E0573Ryo Onodera-1/+1
2019-10-21Rollup merge of #65639 - adrianheine:patch-2, r=jonas-schievinkMazdak Farrokhzad-1/+1
2019-10-21Rollup merge of #65638 - dsincl12:master, r=CentrilMazdak Farrokhzad-2/+2
2019-10-21Rollup merge of #65633 - Rantanen:doc-example-paths, r=CentrilMazdak Farrokhzad-11/+11
2019-10-21Rollup merge of #65629 - ecstatic-morse:remove-graphviz, r=Mark-SimulacrumMazdak Farrokhzad-6/+3