about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-06-16Improve suggestions when its parts are far from each otherMaybe Waffle-68/+99
2022-06-16Fix a typoMaybe Waffle-1/+1
2022-06-16Rollup merge of #98119 - EdwinRy:path-parenthesized-type-error, r=estebankYuki Okushi-19/+26
2022-06-16Rollup merge of #97964 - WaffleLapkin:fix_borrow_par_suggestions, r=compiler-...Yuki Okushi-28/+31
2022-06-15Auto merge of #97665 - c410-f3r:assert-compiler, r=oli-obkbors-26/+289
2022-06-15Auto merge of #95897 - AzureMarker:feature/horizon-std, r=nagisabors-1/+2
2022-06-15Auto merge of #98131 - JohnTitor:rollup-c17vjdy, r=JohnTitorbors-157/+142
2022-06-15[RFC 2011] Minimal initial implementationCaio-26/+289
2022-06-15Rollup merge of #98115 - jhpratt:remove-rustc_deprecated, r=compiler-errorsYuki Okushi-39/+3
2022-06-15Rollup merge of #98110 - cjgillot:closure-brace, r=Aaron1011Yuki Okushi-118/+139
2022-06-15Auto merge of #98084 - nnethercote:rm-thread-local-IGNORED_ATTRIBUTES, r=mich...bors-10/+1
2022-06-15Auto merge of #98123 - JohnTitor:rollup-rfg1a4s, r=JohnTitorbors-175/+195
2022-06-15Rollup merge of #98113 - EdwinRy:constraint-misspelling, r=compiler-errorsYuki Okushi-2/+2
2022-06-15Rollup merge of #98087 - TaKO8Ki:suggest-adding-macro-export, r=oli-obkYuki Okushi-25/+55
2022-06-15Rollup merge of #98083 - nnethercote:rename-Encoder, r=bjorn3Yuki Okushi-130/+113
2022-06-15Rollup merge of #98078 - erikdesjardins:uncheckedsize, r=petrochenkovYuki Okushi-1/+6
2022-06-15Rollup merge of #98067 - klensy:compiler-deps2, r=Dylan-DPCYuki Okushi-16/+6
2022-06-15Rollup merge of #97822 - compiler-errors:hesitate-to-suggest-intrinsics, r=ol...Yuki Okushi-1/+13
2022-06-15Auto merge of #97474 - compiler-errors:if-cond-and-block, r=oli-obkbors-43/+82
2022-06-15Refactor path segment parameter errorEdwinRy-19/+26
2022-06-15rename function and remove return typeEdwinRy-2/+2
2022-06-14Remove `rustc_deprecated` diagnosticsJacob Pratt-39/+3
2022-06-14Auto merge of #96285 - flip1995:pk-vfe, r=nagisabors-32/+256
2022-06-14use unchecked mul to compute slice sizesErik Desjardins-1/+6
2022-06-14Auto merge of #96591 - b-naber:transition-to-valtrees-in-type-system, r=lcnrbors-641/+1003
2022-06-14rebaseb-naber-82/+36
2022-06-15implement `MacroData`Takayuki Maeda-28/+34
2022-06-14account for endianness in debuginfo for const argsb-naber-3/+6
2022-06-14rebaseb-naber-3/+5
2022-06-14correctly create Scalar for meta infob-naber-3/+7
2022-06-14address reviewb-naber-107/+70
2022-06-14address reviewb-naber-86/+74
2022-06-14fix clippy test failuresb-naber-1/+9
2022-06-14implement valtrees as the type-system representation for constant valuesb-naber-642/+1082
2022-06-14Auto merge of #78781 - eddyb:measureme-rdpmc, r=oli-obkbors-5/+21
2022-06-14Add metadata generation for vtables when using VFEflip1995-7/+105
2022-06-14Add llvm.type.checked.load intrinsicflip1995-18/+88
2022-06-14Add typeid_for_trait_ref functionflip1995-0/+25
2022-06-14Add LLVM module flags required for the VFE optflip1995-1/+28
2022-06-14Add -Zvirtual-function-elimination flagflip1995-6/+10
2022-06-14Rollup merge of #97948 - davidtwco:diagnostic-translation-lints, r=oli-obkDylan DPC-37/+178
2022-06-14Rollup merge of #97935 - nnethercote:rename-ConstS-val-as-kind, r=lcnrDylan DPC-162/+166
2022-06-14suggest adding a `#[macro_export]` to a private macroTakayuki Maeda-6/+30
2022-06-14Remove thread-local `IGNORED_ATTRIBUTES`.Nicholas Nethercote-10/+1
2022-06-14Auto merge of #98041 - jackh726:remove-regionckmode, r=oli-obkbors-80/+52
2022-06-14Rename rustc_serialize::opaque::Encoder as MemEncoder.Nicholas Nethercote-130/+113
2022-06-13Improve parsing errors and suggestions for bad if statementsMichael Goulet-43/+82
2022-06-13Disable `has_thread_local` due to weird issues in some programsMark Drobnak-1/+2
2022-06-14Rename the `ConstS::val` field as `kind`.Nicholas Nethercote-162/+166
2022-06-14Rollup merge of #97508 - JohnTitor:more-strict-placeholder-dyn-obj, r=pnkfelixYuki Okushi-2/+1