about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2020-11-28Rollup merge of #79486 - camelid:E0591-code-cleanup, r=lcnrJonas Schievink-5/+13
2020-11-28Auto merge of #78296 - Aaron1011:fix/stmt-tokens, r=petrochenkovbors-119/+376
2020-11-27Slightly improve code samples in E0591Camelid-5/+13
2020-11-27Don't lint on redundant semicolons after item statementsAaron Hill-0/+10
2020-11-27Auto merge of #79318 - cjgillot:fitem, r=lcnrbors-26/+26
2020-11-26Use custom macro instead of printlnAaron Hill-141/+152
2020-11-27Auto merge of #79266 - b-naber:gat_trait_path_parser, r=petrochenkovbors-32/+346
2020-11-26Fix new 'unnecessary trailing semicolon' warningsAaron Hill-20/+20
2020-11-26Add additional semicolon testAaron Hill-108/+126
2020-11-26Only eat semicolons for statements that need themAaron Hill-6/+1
2020-11-26Properly handle attributes on statementsAaron Hill-74/+297
2020-11-26Auto merge of #79338 - Aaron1011:fix/token-reparse-cache, r=petrochenkovbors-0/+50
2020-11-26Bless test.Camille GILLOT-8/+8
2020-11-26Store ForeignItem in a side table.Camille GILLOT-18/+18
2020-11-26Auto merge of #79441 - jonas-schievink:rollup-l9v00bl, r=jonas-schievinkbors-3/+83
2020-11-26Rollup merge of #77758 - Stupremee:turbofish-help-for-const, r=varkorJonas Schievink-3/+83
2020-11-26Auto merge of #79427 - Aaron1011:fix/const-array-index, r=oli-obkbors-0/+11
2020-11-25Resolve inference variables before trying to remove overloaded indexingAaron Hill-0/+11
2020-11-25Auto merge of #79411 - tmiasko:naked-params, r=Amanieubors-0/+95
2020-11-25add testsb-naber-32/+346
2020-11-25Auto merge of #79326 - Aaron1011:fix/builtin-macro-stmt, r=petrochenkovbors-4/+524
2020-11-25Auto merge of #79388 - tmiasko:naked-def-only, r=lcnrbors-13/+94
2020-11-25Auto merge of #79336 - camelid:rename-feature-oibit-to-auto, r=oli-obkbors-37/+37
2020-11-24Use the name "auto traits" everywhere in the compilerCamelid-8/+8
2020-11-25Validate use of parameters in naked functionsTomasz Miąsko-0/+95
2020-11-24Invoke attributes on the statement for statement itemsAaron Hill-4/+524
2020-11-24Rollup merge of #79374 - mendess:const-param-expr-diagnostic, r=lcnrJonas Schievink-53/+111
2020-11-24Swap note for helpmendess-111/+111
2020-11-24Requested changesmendess-40/+58
2020-11-24Add note to use nightly when using expr in const genericsmendess-0/+40
2020-11-24Auto merge of #79294 - petrochenkov:determ, r=varkorbors-88/+95
2020-11-24Validate that `#[naked]` is applied to a function definitionTomasz Miąsko-13/+94
2020-11-23Rename `optin_builtin_traits` to `auto_traits`Camelid-29/+29
2020-11-23Auto merge of #78343 - camelid:macros-qualify-panic, r=m-ou-sebors-16/+16
2020-11-23Qualify `panic!` as `core::panic!` in non-built-in `core` macrosCamelid-16/+16
2020-11-23Auto merge of #78439 - lzutao:rm-clouldabi, r=Mark-Simulacrumbors-177/+75
2020-11-23Rollup merge of #79287 - jonas-schievink:const-trait-impl, r=oli-obkJonas Schievink-0/+144
2020-11-23Rollup merge of #76829 - tspiteri:const-int-pow, r=oli-obkJonas Schievink-1/+0
2020-11-23Cache pretty-print/retokenize result to avoid compile time blowupAaron Hill-0/+50
2020-11-23Auto merge of #76226 - CDirkx:const-ipaddr, r=dtolnaybors-0/+13
2020-11-23stabilize const_int_powTrevor Spiteri-1/+0
2020-11-23Stabilize `IpAddr::is_ipv4` and `is_ipv6` as constChristiaan Dirkx-0/+13
2020-11-22Drop support for cloudabi targetsLzu Tao-177/+75
2020-11-22Rollup merge of #79293 - Havvy:test-eval-order-compound-assign, r=Mark-Simula...Mara Bos-0/+76
2020-11-22Rollup merge of #77697 - WaffleLapkin:iter_split_adaptors, r=m-ou-seMara Bos-3/+5
2020-11-22Auto merge of #79243 - Nadrieril:consolidate-tests, r=varkorbors-665/+907
2020-11-22Rollup merge of #79302 - est31:issue_73899_test, r=lcnrGuillaume Gomez-0/+21
2020-11-22Add some more testsJonas Schievink-0/+51
2020-11-22Add regression test for issue 73899est31-0/+21
2020-11-22resolve: Do not put macros into `module.unexpanded_invocations` unless necessaryVadim Petrochenkov-99/+91