about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2018-12-23Rollup merge of #56919 - oli-obk:null_ref_array_tuple, r=RalfJungkennytm-0/+9
2018-12-23Rollup merge of #56914 - glaubitz:ignore-tests, r=alexcrichtonkennytm-1/+6
2018-12-23Rollup merge of #56909 - dlrobertson:fix_56762, r=estebankkennytm-0/+22
2018-12-22Update migrate warning wording.David Wood-57/+44
2018-12-22Auto merge of #56862 - arielb1:fundamentally-clean, r=nikomatsakisbors-0/+34
2018-12-22Auto merge of #56805 - mikeyhew:stabilize-pin-as-receiver, r=nikomatsakisbors-51/+77
2018-12-21Stabilize #[repr(packed(N))]Taylor Cramer-49/+10
2018-12-21Update tests to changes on masterOliver Scherer-2/+10
2018-12-21Also test projectionsOliver Scherer-1/+18
2018-12-21Fix a recently introduces regressionOliver Scherer-5/+43
2018-12-20Point at coercion source on type errors for fn returning `impl Trait`Esteban Küber-0/+3
2018-12-20Auto merge of #54125 - varkor:less-conservative-uninhabitedness-check, r=niko...bors-22/+36
2018-12-20Point to return span when writing `return;` on non-() fnEsteban Küber-3/+9
2018-12-20CopyriteOliver Scherer-10/+0
2018-12-20Auto merge of #56647 - petrochenkov:dcrate2, r=alexcrichtonbors-0/+353
2018-12-20Auto merge of #56649 - davidtwco:issue-46589, r=pnkfelixbors-31/+57
2018-12-20Refactor and add comments to code in receiver_is_validMichael Hewson-12/+12
2018-12-20Stabilize `Rc`, `Arc` and `Pin` as method receiversMichael Hewson-39/+65
2018-12-20Auto merge of #56219 - arielb1:never-coerce-box, r=nikomatsakisbors-0/+62
2018-12-19suggest similar lint names for unknown lintsAndy Russell-24/+35
2018-12-20Workaround issues with crate loading during cross-compilationVadim Petrochenkov-3/+9
2018-12-19Do not interpret mismatches from pretty-printed `$crate` as token stream inva...Vadim Petrochenkov-58/+44
2018-12-19Reintroduce special pretty-printing for `$crate` when it's necessary for proc...Vadim Petrochenkov-8/+341
2018-12-19proc_macro: Accept `$crate` as an identifier if it comes from the compilerVadim Petrochenkov-0/+28
2018-12-19test: Ignore ui/target-feature-gate on sparc and sparc64John Paul Adrian Glaubitz-1/+3
2018-12-19test: Ignore ui/target-feature-gate on powerpc and powerpc64(le)John Paul Adrian Glaubitz-1/+4
2018-12-19Rollup merge of #56910 - estebank:unclosed-eof, r=oli-obkPietro Albini-0/+19
2018-12-19Rollup merge of #56908 - alexcrichton:new-features, r=oli-obkPietro Albini-1/+4
2018-12-19Rollup merge of #56907 - rumajo:master, r=kennytm,CentrilPietro Albini-4/+4
2018-12-19FIXME(21232) update fixme to point to the open issue about accepting partial ...Niv Kaminer-1/+1
2018-12-19FIXME(49824) remove fixme because there is no free region error anymoreNiv Kaminer-6/+5
2018-12-19FIXME(49821) remove fixme since a tip about let binding is givenNiv Kaminer-4/+2
2018-12-19FIXME(45827) remove comment since errors are reportedNiv Kaminer-12/+6
2018-12-18Fix string for array access suggestionvarkor-0/+12
2018-12-18Fix string for raw pointer deref suggestionvarkor-3/+29
2018-12-18Replace "native pointer" in error message with "raw pointer"varkor-3/+3
2018-12-18Auto merge of #56863 - arielb1:supertrait-self-4, r=nikomatsakisbors-0/+147
2018-12-18Mark tuple structs as live if their constructors are usedOliver Scherer-0/+22
2018-12-18Auto merge of #56160 - oli-obk:const_fn_let, r=nikomatsakisbors-84/+993
2018-12-18Explain that lack of short circuiting support in constants is temporaryOliver Scherer-2/+2
2018-12-18Properly worded diagnostic messageOliver Scherer-2/+2
2018-12-18Auto merge of #56481 - arielb1:dynamic-order, r=nikomatsakisbors-0/+110
2018-12-18improve tests as suggested by review commentsAriel Ben-Yehuda-2/+92
2018-12-17Stabilize `underscore_imports`Vadim Petrochenkov-47/+8
2018-12-17Do not point at delim spans for complete correct blocksEsteban Küber-0/+19
2018-12-17static eval: Do not ICE on layout size overflowDan Robertson-0/+22
2018-12-17rustc: Don't ICE on usage of two new target featuresAlex Crichton-1/+4
2018-12-17Remove a wrong multiplier on relocation offset computationOliver Scherer-0/+9
2018-12-17Kill borrows from a projection after assignment.David Wood-47/+7
2018-12-17Auto merge of #56642 - nikic:llvm-6, r=alexcrichtonbors-2/+1