about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2019-12-07Auto merge of #65881 - anp:implicit-caller-location, r=eddyb,oli-obkbors-103/+125
2019-12-07Auto merge of #66927 - RalfJung:engines-dont-panic, r=oli-obkbors-260/+57
2019-12-06Add additional layer of #[track_caller] to test, avoid const prop.Adam Perry-4/+10
2019-12-06Rollup merge of #67078 - kamleshbhalui:master, r=CentrilMazdak Farrokhzad-0/+13
2019-12-06Rollup merge of #67052 - Centril:config-1, r=petrochenkovMazdak Farrokhzad-34/+144
2019-12-06Rollup merge of #67009 - Aaron1011:fix/coerce-suggestion, r=CentrilMazdak Farrokhzad-12/+89
2019-12-06Rollup merge of #66606 - christianpoveda:mut-refs-in-const-fn, r=oli-obkMazdak Farrokhzad-87/+248
2019-12-06parse_meta: ditch parse_in_attrMazdak Farrokhzad-6/+38
2019-12-06derive: avoid parse_in_attrMazdak Farrokhzad-17/+27
2019-12-06cfg_attr: avoid .outer_tokensMazdak Farrokhzad-11/+79
2019-12-06Rollup merge of #66979 - reese:E0631-long-error, r=GuillaumeGomezYuki Okushi-7/+20
2019-12-06Rollup merge of #66764 - estebank:reword-bad-collect, r=alexcrichtonYuki Okushi-9/+9
2019-12-06accept union inside enum if not followed by identifierKamlesh Kumar-0/+13
2019-12-05Error message no longer implies #[track_caller] is a requirement for Rust ABI.Adam Perry-2/+3
2019-12-05Add test for Location::caller in a macro.Adam Perry-0/+21
2019-12-05Implement core::panic::Location::caller using #[track_caller].Adam Perry-15/+15
2019-12-05Remove #[track_caller] from incomplete features list.Adam Perry-88/+8
2019-12-05Add failing test for codegen'd track_caller attribute.Adam Perry-0/+48
2019-12-05Rename test filename to match others.Adam Perry-1/+1
2019-12-05Implement #[track_caller] in const.Adam Perry-9/+35
2019-12-06Auto merge of #66911 - eddyb:nicer-rustc_regions, r=matthewjasperbors-307/+99
2019-12-05Rollup merge of #67055 - lqd:const_qualif, r=oli-obkMazdak Farrokhzad-0/+51
2019-12-05Rollup merge of #67044 - Centril:67037, r=estebankMazdak Farrokhzad-0/+43
2019-12-05Rollup merge of #67011 - Aaron1011:fix/expected-found-span, r=Dylan-DPCMazdak Farrokhzad-123/+301
2019-12-05Rollup merge of #67010 - estebank:raw-idents, r=CentrilMazdak Farrokhzad-6/+50
2019-12-05Rollup merge of #66863 - osa1:fix_66702, r=cramertjMazdak Farrokhzad-0/+18
2019-12-05add regression test for issue 67053Remy Rakic-0/+51
2019-12-05E0023: handle expected != pat-tup-typeMazdak Farrokhzad-0/+43
2019-12-04Auto merge of #66408 - nnethercote:greedy-process_obligations, r=nmatsakisbors-1/+3
2019-12-04Auto merge of #66275 - oli-obk:organize-intrinsics-promotion-checks, r=RalfJungbors-8/+25
2019-12-03review comments: move testEsteban Küber-3/+3
2019-12-03Include a span in more `expected...found` notesAaron Hill-123/+301
2019-12-03Accurately portray raw identifiers in error messagesEsteban Küber-6/+50
2019-12-03Disable issue-59756 test for nowAaron Hill-0/+4
2019-12-03Emit coercion suggestions in more placesAaron Hill-12/+85
2019-12-03Update missed test.Reese Williams-0/+1
2019-12-03Rollup merge of #66973 - cuviper:min-llvm7, r=alexcrichtonMazdak Farrokhzad-3/+1
2019-12-03Rollup merge of #66960 - wesleywiser:fix_66787_take2, r=oli-obk,RalfJungMazdak Farrokhzad-0/+39
2019-12-03Tweak wording of `collect()` on bad target typeEsteban Küber-9/+9
2019-12-03[const-prop] Fix ICE calculating enum discriminantWesley Wiser-0/+39
2019-12-03Rollup merge of #66967 - Nadrieril:remove-or-pat-hack, r=varkorMazdak Farrokhzad-10/+197
2019-12-03Rollup merge of #66935 - petrochenkov:attrtok2, r=CentrilMazdak Farrokhzad-11/+11
2019-12-03Rollup merge of #66651 - Areredify:on-unimplemented-scope, r=davidtwcoMazdak Farrokhzad-20/+181
2019-12-03Move all intrinsic whitelists into the constness check fileOliver Scherer-4/+4
2019-12-03Check intrinsics for callability in const fnsMahmut Bulut-4/+21
2019-12-03Check break target availability when checking breaks with valuesÖmer Sinan Ağacan-0/+18
2019-12-02Add long error for E0631 and update ui tests.Reese Williams-7/+19
2019-12-02Update the minimum external LLVM to 7Josh Stone-3/+1
2019-12-02syntax: Use `ast::MacArgs` for attributesVadim Petrochenkov-2/+2
2019-12-02syntax: Introduce a struct `MacArgs` for macro argumentsVadim Petrochenkov-9/+9