about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-04-12Auto merge of #95987 - m-ou-se:rollup-sdevd9b, r=m-ou-sebors-28/+13
2022-04-12Rollup merge of #95794 - nnethercote:parse_tt-a-few-more-tweaks, r=petrochenkovMara Bos-28/+13
2022-04-12Auto merge of #95867 - cjgillot:fixed-size, r=oli-obkbors-142/+322
2022-04-12Auto merge of #95974 - fee1-dead:rollup-2fr55cs, r=fee1-deadbors-119/+152
2022-04-12Rollup merge of #95947 - cuviper:default-box, r=dtolnayfee1-dead-8/+3
2022-04-12Rollup merge of #95820 - OliverMD:95150, r=lcnrfee1-dead-70/+82
2022-04-12sess: try sysroot candidates for fluent bundleDavid Wood-41/+67
2022-04-12Rollup merge of #95936 - TaKO8Ki:fix-relative-paths-error-message, r=Dylan-DPCMatthias Krüger-1/+1
2022-04-12Rollup merge of #95920 - compiler-errors:cast-suggestion-span, r=oli-obkMatthias Krüger-18/+19
2022-04-12Rollup merge of #95910 - ehuss:fix-crate-type-duplicate, r=Dylan-DPCMatthias Krüger-1/+1
2022-04-12Rollup merge of #95881 - TaKO8Ki:use-to-string-instead-of-format, r=compiler-...Matthias Krüger-1/+1
2022-04-12Rollup merge of #95320 - JakobDegen:mir-docs, r=oli-obkMatthias Krüger-124/+612
2022-04-12Auto merge of #95893 - luqmana:no-prepopulate-passes-tweaks, r=nikicbors-0/+7
2022-04-12use `to_string` instead of `format!`Takayuki Maeda-1/+1
2022-04-11simplify const params diagnostic on stableOliver Downard-70/+82
2022-04-11Remove rule that place loads may not happen with variant index setJakob Degen-10/+6
2022-04-11Add more clarifications in response to Ralf's commentsJakob Degen-102/+84
2022-04-11Address various comments and change some details around place to value conver...Jakob Degen-36/+37
2022-04-11Improve MIR phases documentation with summaries of changesJakob Degen-1/+23
2022-04-11Adjust MIR validator to check a few more things for terminatorsJakob Degen-5/+19
2022-04-11Improve documentation for MIR terminatorsJakob Degen-27/+121
2022-04-11Improve documentation for MIR statement kinds.Jakob Degen-16/+76
2022-04-11Extend the MIR validator to check many more things around rvalues.Jakob Degen-39/+161
2022-04-11Add documentation for the semantics of MIR rvaluesJakob Degen-23/+101
2022-04-11Adjust computation of place types to detect more invalid placesJakob Degen-1/+12
2022-04-11Improve documentation of `Place` and `Operand`Jakob Degen-13/+121
2022-04-11Use const Box::default in P::<[T]>::newJosh Stone-8/+3
2022-04-11Rollup merge of #95864 - luqmana:inline-asm-unwind-store-miscompile, r=AmanieuDylan DPC-0/+5
2022-04-11Rollup merge of #95008 - c410-f3r:let-chains-paren, r=wesleywiserDylan DPC-12/+42
2022-04-11Auto merge of #95125 - JakobDegen:uninit-variant-rvalue, r=oli-obkbors-92/+177
2022-04-11Remove inlining cost of `Deinit` statementsJakob Degen-0/+1
2022-04-11Add new `MutatatingUseContext`s for deinit and `SetDiscriminant`Jakob Degen-28/+31
2022-04-11fix a bad error message for `relative paths are not supported in visibilities...Takayuki Maeda-1/+1
2022-04-11Document semantics of `Deinit` and `SetDiscriminant` MIR statementsJakob Degen-0/+7
2022-04-11Add new `Deinit` statement kindJakob Degen-65/+139
2022-04-11Auto merge of #95931 - matthiaskrgr:rollup-1c5zhit, r=matthiaskrgrbors-68/+76
2022-04-11Rollup merge of #95907 - compiler-errors:diag, r=Dylan-DPCMatthias Krüger-68/+69
2022-04-11Rollup merge of #95876 - fee1-dead:note-const-drop, r=oli-obkMatthias Krüger-0/+7
2022-04-11Auto merge of #95758 - compiler-errors:issue-54771, r=estebankbors-11/+22
2022-04-10use find_ancestor_inside to get right span in CastCheckMichael Goulet-18/+19
2022-04-11Add a note for unsatisfied `~const Drop` boundsDeadbeef-0/+7
2022-04-10better error for binder on associated type boundMichael Goulet-13/+37
2022-04-11Add a useful comment.Nicholas Nethercote-0/+4
2022-04-11Tweak `NamedMatch` representation.Nicholas Nethercote-27/+7
2022-04-11Change internal naming of macros.Nicholas Nethercote-1/+2
2022-04-10Fix crate_type attribute to not warn on duplicatesEric Huss-1/+1
2022-04-10only suggest removing semicolon when expr implements traitMichael Goulet-11/+22
2022-04-10Auto merge of #95889 - Dylan-DPC:rollup-1cmywu4, r=Dylan-DPCbors-21/+57
2022-04-10Respect -Z verify-llvm-ir and other flags that add extra passes when combined...Luqman Aden-0/+7
2022-04-10Rollup merge of #95857 - ouz-a:mir-opt, r=oli-obkDylan DPC-8/+8