about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
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 #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-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-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
2020-11-22Add test for an unmotivated "cannot determine resolution" errorVadim Petrochenkov-0/+15
2020-11-22Add test for eval order for a+=bHavvy (Ryan Scheel)-0/+76
2020-11-22const fn: allow use of trait impls from boundsJonas Schievink-0/+93
2020-11-22Fix UI testsWaffle-3/+5
2020-11-21Auto merge of #78461 - TimDiekmann:vec-alloc, r=Amanieubors-10/+12
2020-11-21Rollup merge of #79272 - tmiasko:array-clone, r=jonas-schievinkDylan DPC-0/+13
2020-11-21Rollup merge of #79231 - wusyong:issue-79137, r=lcnrDylan DPC-0/+52
2020-11-21Auto merge of #77805 - JohnTitor:non-standard-char-sugg, r=Dylan-DPCbors-0/+56
2020-11-21Fix comments of toogeneris testNgo Iok Ui-5/+3
2020-11-21Improve integer range testsNadrieril-665/+907
2020-11-21Support building clone shims for arrays with generic sizeTomasz Miąsko-0/+13
2020-11-20rustc_expand: Mark inner `#![test]` attributes as soft-unstableVadim Petrochenkov-3/+20
2020-11-20Exhaustively match in variant count instrinsicNgo Iok Ui-0/+54