about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2020-09-26`char` not charvarkor-45/+46
2020-09-26Make invalid integer operation messages consistentvarkor-293/+293
2020-09-26Auto merge of #76485 - estebank:format_arg_capture_spans, r=davidtwcobors-21/+16
2020-09-26Auto merge of #70743 - oli-obk:eager_const_to_pat_conversion, r=eddybbors-304/+312
2020-09-25Move from {{closure}}#0 syntax to {closure#0} for (def) path componentsmarmeladema-85/+85
2020-09-25Rollup merge of #77183 - bugadani:issue-77088, r=varkorJonas Schievink-4/+14
2020-09-25Rollup merge of #77073 - lcnr:ty-trait-param, r=matthewjasperJonas Schievink-0/+40
2020-09-25Rollup merge of #77066 - jonas-schievink:dest-prop-borrow, r=oli-obkJonas Schievink-0/+16
2020-09-25Auto merge of #73453 - erikdesjardins:tuplayout, r=eddybbors-0/+75
2020-09-25Allow multiple allow_internal_unstable attributesDániel Buga-4/+14
2020-09-25Rollup merge of #77160 - ecstatic-morse:const-fn-transmute-suggestion, r=oli-obkJonas Schievink-42/+52
2020-09-25Rollup merge of #77136 - ecstatic-morse:issue-77134, r=oli-obkJonas Schievink-45/+45
2020-09-24Bless testsDylan MacKenzie-42/+52
2020-09-24Revert a test change to make sure it's still testing the original issueOliver Scherer-2/+2
2020-09-24Use correct type in diagnostics againOliver Scherer-5/+5
2020-09-24update testsBastian Kauschke-3/+5
2020-09-24visit impl self ty + traitBastian Kauschke-0/+25
2020-09-24assign the correct `DefId` in `nominal_obligations`Bastian Kauschke-3/+3
2020-09-24walk hir to get const evaluatable predicatesBastian Kauschke-14/+12
2020-09-24const_evaluatable_checked: collect predicates from fn_sigBastian Kauschke-1/+54
2020-09-23Bless testsDylan MacKenzie-45/+45
2020-09-24Auto merge of #77083 - KodrAus:revert/const-type-id, r=RalfJungbors-4/+7
2020-09-23Make sure we keep emitting a hard errorOliver Scherer-13/+1
2020-09-23Make sure we report a future incompat error in all casesOliver Scherer-15/+23
2020-09-23Make sure we don't hide errors just because a lint has been emittedOliver Scherer-21/+14
2020-09-23Deduplicate errors in const to pat conversionOliver Scherer-195/+27
2020-09-23Talk about unpredictable instead of "not deterministic"Oliver Scherer-6/+6
2020-09-23Rollup merge of #76993 - blitzerr:alloc-ref, r=AmanieuDylan DPC-2/+3
2020-09-23Rollup merge of #76965 - fusion-engineering-forks:fix-atomic-from-mut, r=AmanieuDylan DPC-1/+149
2020-09-23Rollup merge of #76939 - lcnr:const-evaluatable-cont, r=oli-obkDylan DPC-10/+32
2020-09-23Rollup merge of #76898 - Aaron1011:fix/item-def-span, r=oli-obkDylan DPC-41/+19
2020-09-22a few more &mut self -> self changesblitzerr-1/+1
2020-09-22fixing the test failureblitzerr-1/+2
2020-09-23revert const_type_id stabilizationAshley Mannix-4/+7
2020-09-22dead_code: look at trait impls even if they don't contain itemsBastian Kauschke-0/+40
2020-09-22Fix dest prop miscompilation around referencesJonas Schievink-0/+16
2020-09-22Bless testsDylan MacKenzie-159/+200
2020-09-22fixing the custom.rsblitzerr-1/+1
2020-09-21Rollup merge of #77032 - lcnr:visit-all-the-item-likes, r=davidtwcoecstatic-morse-2/+37
2020-09-21Rollup merge of #76807 - ecstatic-morse:const-checking-staged-api, r=oli-obkecstatic-morse-6/+63
2020-09-21Rollup merge of #76581 - lcnr:bound-too-generic, r=eddybecstatic-morse-0/+124
2020-09-21Changing the alloc() to accept &self instead of &mut selfblitzerr-1/+1
2020-09-22lint missing docs for extern itemsBastian Kauschke-2/+37
2020-09-21reviewBastian Kauschke-18/+9
2020-09-21add test for closures in abstract constsBastian Kauschke-0/+21
2020-09-21bless testsBastian Kauschke-10/+20
2020-09-21Test that AtomicU64::from_mut is not available on x86 linux.Mara Bos-0/+16
2020-09-21Record `tcx.def_span` instead of `item.span` in crate metadataAaron Hill-41/+19
2020-09-21Add explanation for E0756Guillaume Gomez-0/+1
2020-09-21Add feature gate ui test for cfg(target_has_atomic_equal_alignment).Mara Bos-1/+67