about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2020-03-23Update testsJohn Kåre Alsaker-89/+224
2020-03-23Merge tests.CDirkx-68/+30
2020-03-23Add const generics test for all range types.CDirkx-2/+58
2020-03-23Rollup merge of #70300 - aleksator:66636_reword_unused_variable_warning, r=Dy...Mazdak Farrokhzad-66/+66
2020-03-23Rollup merge of #70195 - rylev:test-for-53275, r=CentrilMazdak Farrokhzad-0/+9
2020-03-23Remove `ReClosureBound`Matthew Jasper-14/+14
2020-03-23#[track_caller] on core::ops::{Index, IndexMut}.Adam Perry-0/+22
2020-03-23Auto merge of #69649 - estebank:negative-impl-span, r=Centrilbors-23/+37
2020-03-23Evaluate repeat expression lengths as late as possibleOliver Scherer-117/+166
2020-03-23Make sure issue 53275 test goes through codegenRyan Levick-1/+2
2020-03-23Rollup merge of #70233 - petrochenkov:superproc, r=ecstatic-morseMazdak Farrokhzad-0/+39
2020-03-23Rollup merge of #69968 - eddyb:tupled-closure-captures, r=nikomatsakisMazdak Farrokhzad-7/+51
2020-03-23Rollup merge of #69942 - estebank:sized-verbose-sugg, r=matthewjasperMazdak Farrokhzad-581/+724
2020-03-23Reword unused variable warningAlex Tokarev-66/+66
2020-03-23resolve: Do not resolve visibilities on proc macro definitions twiceVadim Petrochenkov-0/+39
2020-03-23Ignore tests on some platforms due to #53081Aaron Hill-36/+121
2020-03-22Tweak output for invalid negative impl errorsEsteban Küber-23/+37
2020-03-22Store idents for `DefPathData` into crate metadataAaron Hill-1/+171
2020-03-23Rollup merge of #70249 - lcnr:issue70125, r=eddybMazdak Farrokhzad-0/+51
2020-03-23Rollup merge of #70236 - petrochenkov:globimpice, r=ecstatic-morseMazdak Farrokhzad-0/+15
2020-03-23Rollup merge of #70227 - LeSeulArtichaut:typo-def, r=CentrilMazdak Farrokhzad-115/+68
2020-03-22Allow #[track_caller] in traits.Adam Perry-61/+176
2020-03-22Use more targetted span for error labelEsteban Küber-32/+32
2020-03-22Normalize wording of privacy access labelsEsteban Küber-319/+338
2020-03-22correctly handle const params in type_ofBastian Kauschke-0/+54
2020-03-22Add regression test for #70155.CDirkx-0/+12
2020-03-22Rename `TimeLimitReached` -> `StepLimitReached`Dylan MacKenzie-3/+3
2020-03-22the crate and testsmark-4/+4
2020-03-22Add span label to primary error spanEsteban Küber-78/+73
2020-03-22Increase verbosity when suggesting subtle code changesEsteban Küber-175/+304
2020-03-22Rollup merge of #70266 - petrochenkov:prochead, r=varkorDylan DPC-26/+12
2020-03-22Rollup merge of #70223 - lcnr:issue70167, r=eddybDylan DPC-0/+38
2020-03-22Rollup merge of #70209 - Centril:recover-quant-closure, r=petrochenkovDylan DPC-0/+26
2020-03-22rename testsBastian Kauschke-2/+2
2020-03-22handle unevaluated consts after monomophizeBastian Kauschke-0/+51
2020-03-22proc_macro_harness: Use item header spans for errorsVadim Petrochenkov-26/+12
2020-03-22Fix invalid suggestion on `&mut` iterators yielding `&` referencesWonwoo Choi-0/+23
2020-03-21convert a couple more errorsmark-8/+8
2020-03-21Improve E0308 error message wordingDeeDeeG-32/+32
2020-03-21Rollup merge of #70238 - petrochenkov:procmod, r=CentrilDylan DPC-0/+13
2020-03-21Rollup merge of #70231 - aDotInTheVoid:E0224, r=Dylan-DPCDylan DPC-2/+8
2020-03-21Rollup merge of #70126 - wesleywiser:fix_miri_ice_neg_zst_enum_discr, r=RalfJ...Dylan DPC-0/+47
2020-03-21Allow `hir().find` to return `None`John Kåre Alsaker-0/+32
2020-03-21Add a test for out-of-line module passed through a proc macroVadim Petrochenkov-0/+13
2020-03-21resolve: Avoid "self-confirming" import resolutions in one more caseVadim Petrochenkov-0/+15
2020-03-21Add explanation message for E0224Nixon Enraght-Moony-2/+8
2020-03-21Bless testsLeSeulArtichaut-115/+68
2020-03-21rustc: keep upvars tupled in {Closure,Generator}Substs.Eduard-Mihai Burtescu-7/+51
2020-03-21fix type of const params in associated types.Bastian Kauschke-0/+38
2020-03-21Rollup merge of #70032 - lcnr:issue69970, r=varkorDylan DPC-0/+25