about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-07-16Rollup merge of #74148 - GuillaumeGomez:doc-alias-check, r=ManishearthManish Goregaokar-3/+4
2020-07-16Rollup merge of #73998 - euclio:search-index-determinism, r=nikomatsakisManish Goregaokar-0/+18
2020-07-16Rollup merge of #73981 - ehuss:remove-ignore-stage1, r=nikomatsakisManish Goregaokar-6/+0
2020-07-16Rollup merge of #73926 - joaopaulocarreiro:github_rust-6, r=nikomatsakisManish Goregaokar-0/+1
2020-07-16Rollup merge of #73566 - jyn514:name-resolve-first, r=eddybManish Goregaokar-0/+326
2020-07-16Revert "Remove "important traits" feature"Manish Goregaokar-0/+52
2020-07-16Auto merge of #72481 - marmeladema:duration-consts-2, r=oli-obkbors-0/+57
2020-07-16add regression test for #74255Bastian Kauschke-0/+18
2020-07-16add regression test for #73730Bastian Kauschke-0/+17
2020-07-16add regression test for #73508Bastian Kauschke-0/+23
2020-07-16add regression test for #73491Bastian Kauschke-0/+9
2020-07-16add regression test for #73120Bastian Kauschke-0/+22
2020-07-16add regression test for #71805Bastian Kauschke-0/+41
2020-07-16add regression test for #71348Bastian Kauschke-0/+35
2020-07-16add regression test for #71169Bastian Kauschke-0/+27
2020-07-16add regression test for #70586Bastian Kauschke-0/+33
2020-07-16add regression test for #70217Bastian Kauschke-0/+16
2020-07-16add regression test for #68596Bastian Kauschke-0/+18
2020-07-16add regression tests for #67144Bastian Kauschke-0/+50
2020-07-16bless ui testsBastian Kauschke-2/+7
2020-07-16update help messageBastian Kauschke-7/+7
2020-07-16don't supply generics to AnonConsts in param listsBastian Kauschke-32/+12
2020-07-16add self dependent const param testBastian Kauschke-1/+24
2020-07-16forbid generic params in the type of const paramsBastian Kauschke-25/+94
2020-07-16Rollup merge of #74037 - JohnTitor:contributing-md, r=Mark-SimulacrumManish Goregaokar-1/+1
2020-07-15Constify most non-trait `Duration` methods as described in #72440marmeladema-0/+57
2020-07-15Rollup merge of #74337 - estebank:ty-parse-recovery, r=varkorManish Goregaokar-51/+10
2020-07-15Rollup merge of #74276 - lcnr:discriminant-kind-what, r=nagisaManish Goregaokar-2/+2
2020-07-15Don't panic if the lhs of a div by zero is not statically knownOliver Scherer-4/+21
2020-07-15Catch errors for any new item, not just trait implementationsJoshua Nelson-3/+9
2020-07-15Don't ICE on infinitely recursive typesJoshua Nelson-0/+21
2020-07-15--blessJoshua Nelson-6/+18
2020-07-15Don't crash on Vec<DoesNotExist>Joshua Nelson-0/+7
2020-07-15Add test case for #65863Joshua Nelson-0/+15
2020-07-15Recurse into function bodies, but don't typeck closuresJoshua Nelson-67/+126
2020-07-15Don't ICE on errors in function returning impl traitJoshua Nelson-0/+81
2020-07-15Add `rustdoc` tests from #72088Dylan MacKenzie-0/+16
2020-07-15Add an option not to report resolution errors for rustdocJoshua Nelson-3/+110
2020-07-15Don't run everybody_loops for rustdocJoshua Nelson-1/+3
2020-07-15add lazy normalization regression testsBastian Kauschke-0/+36
2020-07-15improve namingBastian Kauschke-48/+48
2020-07-15cleanupBastian Kauschke-2/+2
2020-07-15update const arg queriesBastian Kauschke-25/+0
2020-07-15update testBastian Kauschke-12/+4
2020-07-15mir opt cross compileBastian Kauschke-12/+12
2020-07-15mir_built is a lieBastian Kauschke-152/+152
2020-07-15ui test diffBastian Kauschke-2/+22
2020-07-15mir opt diffBastian Kauschke-36/+36
2020-07-15continue mir pipelineBastian Kauschke-0/+15
2020-07-15add const generic testsBastian Kauschke-0/+333