about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2021-05-20Rollup merge of #85375 - SkiFire13:fix-85347, r=jackh726Guillaume Gomez-0/+29
2021-05-19Add proc macro Literal parse testDavid Tolnay-0/+27
2021-05-19Make a more meaningful test for Punct eqDavid Tolnay-5/+5
2021-05-19Move proc_macro tests to ui testDavid Tolnay-0/+25
2021-05-19Make a ui test to take the role of libproc_macro #[test] testsDavid Tolnay-0/+28
2021-05-18Rollup merge of #83767 - camelid:mangle-v0-fix, r=nikomatsakisJack Huey-0/+104
2021-05-18Rollup merge of #83366 - jyn514:stabilize-key-value-attrs, r=petrochenkovJack Huey-50/+2
2021-05-18Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnrbors-264/+483
2021-05-18Rollup merge of #85251 - BoxyUwU:constparamdefaultsany%, r=lcnrRalf Jung-10/+2
2021-05-18Auto merge of #85437 - GuillaumeGomez:rollup-3jcirty, r=GuillaumeGomezbors-4/+311
2021-05-18Rollup merge of #85393 - Aaron1011:async-type-err, r=varkorGuillaume Gomez-0/+25
2021-05-18Rollup merge of #85369 - FabianWolff:issue-84973, r=jackh726Guillaume Gomez-4/+209
2021-05-18Rollup merge of #85339 - FabianWolff:issue-83893, r=varkorGuillaume Gomez-0/+77
2021-05-18Auto merge of #85313 - jackh726:region_eq, r=nikomatsakisbors-1/+5
2021-05-18Stabilize extended_key_value_attributesJoshua Nelson-50/+2
2021-05-17Implement jackh726's suggestionsFabian Wolff-2/+131
2021-05-17Rollup merge of #85355 - hi-rustin:rustin-patch-issue-85255, r=varkorRalf Jung-5/+82
2021-05-17Remove legacy for trait object mangling test and replace crate hashJack Huey-86/+22
2021-05-17Auto merge of #84571 - jedel1043:issue-49804-impl, r=petrochenkovbors-0/+365
2021-05-17Auto merge of #85353 - jonas-schievink:async-blocks-in-ctfe, r=oli-obkbors-17/+61
2021-05-16Suppress spurious errors inside `async fn`Aaron Hill-0/+25
2021-05-17Auto merge of #85178 - cjgillot:local-crate, r=oli-obkbors-5/+5
2021-05-16Auto merge of #85312 - ehuss:macro_use-unused-attr, r=petrochenkovbors-0/+66
2021-05-16Add tracking issueJonas Schievink-0/+5
2021-05-16Auto merge of #85290 - Amanieu:asm_const_int, r=nagisabors-43/+65
2021-05-16Add regression testGiacomo Stevanato-0/+29
2021-05-16Auto merge of #84549 - tmiasko:static-initializer, r=varkorbors-0/+25
2021-05-16Add test for restriction of anonymous types on validationjedel1043-0/+227
2021-05-16Implement Anonymous{Struct, Union} in the ASTjedel1043-0/+138
2021-05-16Suggest borrowing if a trait implementation is found for &/&mut <type>Fabian Wolff-4/+80
2021-05-16Auto merge of #85332 - RalfJung:ptr-in-str, r=oli-obkbors-119/+110
2021-05-16Fix comments in testsAmanieu d'Antras-2/+2
2021-05-16More tests for issue-85255hi-rustin-5/+82
2021-05-16Auto merge of #85259 - Smittyvb:thir-unsafeck-inline-asm, r=nikomatsakisbors-26/+285
2021-05-16Allow `async {}` expressions in const contextsJonas Schievink-17/+56
2021-05-15Fix unused attributes on macro_rules.Eric Huss-0/+66
2021-05-15Auto merge of #81858 - ijackson:fork-no-unwind, r=m-ou-sebors-23/+213
2021-05-15Auto merge of #84920 - Aaron1011:pretty-print-rental, r=petrochenkovbors-48/+168
2021-05-15Change to just use first binders and add testJack Huey-0/+168
2021-05-15Report an error if a lang item has the wrong number of generic argumentsFabian Wolff-0/+77
2021-05-1532bit blessRalf Jung-38/+28
2021-05-15Revert to only using opportunistic_resolve_vars for existing placesJack Huey-85/+14
2021-05-15Remove some unncessary spaces from pretty-printed tokenstream outputAaron Hill-48/+168
2021-05-15split ui test stderr by bitwidthRalf Jung-1/+17
2021-05-15Rollup merge of #85324 - FabianWolff:issue-85255, r=varkorGuillaume Gomez-2/+58
2021-05-15get rid of a bunch of unnecessary NOTE in const testsRalf Jung-81/+46
2021-05-15handle pointers in strRalf Jung-0/+20
2021-05-15Warn about unused pub fields in non-pub structsFabian Wolff-2/+58
2021-05-14add new attribute rustc_insignificant_dtor and a query to check if a type has...Dhruv Jauhar-0/+226
2021-05-14Store Option<Region> as value for RegionVidJack Huey-14/+85