about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2020-10-03Make invalid_html_tags lint only run on nightly and being allowed by defaultGuillaume Gomez-1/+1
2020-10-03Add `unclosed_html_tags` lintGuillaume Gomez-3/+15
2020-10-01Auto merge of #74839 - alarsyo:multiple_return_terminators, r=oli-obkbors-0/+41
2020-10-01Implement multiple return terminators optimizationAntoine Martin-0/+41
2020-10-01Auto merge of #77354 - ecstatic-morse:const-checking-moar-errors, r=oli-obkbors-247/+244
2020-10-01Auto merge of #77379 - camelid:improve-wording-crate-resolution-error, r=davi...bors-1/+1
2020-10-01Rollup merge of #77371 - camelid:remove-extra-space-in-diagnostic, r=varkorDylan DPC-1/+1
2020-10-01Rollup merge of #77360 - oli-obk:zst_const_pat_regression, r=RalfJungDylan DPC-5/+5
2020-10-01Rollup merge of #77343 - varkor:rustc_args_required_const-validation, r=lcnrDylan DPC-10/+102
2020-10-01Rollup merge of #77324 - Aaron1011:fix/const-item-mutation-ptr, r=petrochenkovDylan DPC-5/+9
2020-10-01Rollup merge of #77319 - tgnottingham:siphasher_endianness, r=nnethercoteDylan DPC-18/+142
2020-10-01Rollup merge of #77305 - lcnr:candidate_from_obligation, r=davidtwcoDylan DPC-156/+161
2020-10-01Rollup merge of #77303 - lcnr:const-evaluatable-TooGeneric, r=oli-obk,varkorDylan DPC-34/+150
2020-10-01Rollup merge of #77202 - ehuss:defer-apple-sdkroot, r=petrochenkovDylan DPC-128/+106
2020-10-01Rollup merge of #77153 - Aaron1011:fix/better-recursive-expand, r=petrochenkovDylan DPC-23/+34
2020-09-30Improve wording for external crate resolution errorCamelid-1/+1
2020-09-30Auto merge of #77372 - jonas-schievink:rollup-e5bdzga, r=jonas-schievinkbors-47/+40
2020-09-30Rollup merge of #77296 - tmiasko:liveness-option, r=ecstatic-morseJonas Schievink-40/+36
2020-09-30Rollup merge of #77037 - matthiaskrgr:cl42ppy, r=Dylan-DPCJonas Schievink-7/+4
2020-09-30Remove trailing space in error messageCamelid-1/+1
2020-09-30Auto merge of #75810 - hug-dev:cmse-nonsecure-entry, r=jonas-schievinkbors-0/+78
2020-09-30Remove E0019, use E0015 for inline assembly in a constDylan MacKenzie-41/+3
2020-09-30Better span for attribute suggestionsDylan MacKenzie-11/+19
2020-09-30Add more tests and check for ABIHugues de Valon-1/+24
2020-09-30Add support for cmse_nonsecure_entry attributeHugues de Valon-0/+42
2020-09-30Update LLVM and add Unsupported diagnosticHugues de Valon-0/+13
2020-09-30Auto merge of #77281 - tmiasko:liveness-everybody, r=oli-obkbors-34/+28
2020-09-30Validate `rustc_args_required_const`varkor-10/+102
2020-09-30References to ZSTs may be at arbitrary aligned addressesOliver Scherer-5/+5
2020-09-30Stable hashing: add comments and tests concerning platform-independenceTyson Nottingham-18/+142
2020-09-29Rewrite E0019 exampleDylan MacKenzie-4/+6
2020-09-29Remove default `build_error` implDylan MacKenzie-29/+12
2020-09-30Auto merge of #77069 - sexxi-goose:closure_print_2, r=nikomatsakisbors-72/+54
2020-09-29Remove machinery for halting error outputDylan MacKenzie-15/+0
2020-09-29Don't stop const-checking after erroneous trait boundDylan MacKenzie-6/+17
2020-09-29Emit multiple function pointer errors from const-checkerDylan MacKenzie-4/+0
2020-09-29Don't emit duplicate errors for the return placeDylan MacKenzie-1/+2
2020-09-29Priority levelsDylan MacKenzie-10/+74
2020-09-29Bless mut testsDylan MacKenzie-2/+0
2020-09-29Give `MutDeref` a real error messageDylan MacKenzie-0/+9
2020-09-29Remove `ops::non_const`Dylan MacKenzie-58/+55
2020-09-29Fix "unstable in stable" errorDylan MacKenzie-1/+6
2020-09-29Return a `DiagnosticBuilder` from structured errorsDylan MacKenzie-75/+64
2020-09-29Forbid generator-specific MIR in all const-contextsDylan MacKenzie-5/+3
2020-09-29`delay_span_bug` if const-checking an `async` functionDylan MacKenzie-2/+17
2020-09-29Continue after `impl Trait` in `const fn`Dylan MacKenzie-2/+0
2020-09-29Continue const-checking after errors when easyDylan MacKenzie-24/+0
2020-09-29Useful derives on `mir::LocalKind`Dylan MacKenzie-1/+1
2020-09-30liveness: Use Option::None to represent absent live nodesTomasz Miąsko-40/+36
2020-09-29Liveness analysis for everybodyTomasz Miąsko-34/+28