about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2021-01-31Rollup merge of #81509 - 0yoyoyo:fix-issue-72685-ice-drop-in-place, r=estebankJonas Schievink-10/+22
2021-01-31Rollup merge of #81491 - jryans:rustdoc-deref-ice-81395, r=GuillaumeGomezJonas Schievink-0/+15
2021-01-31Rollup merge of #81472 - Aaron1011:fix/revert-cursor-clone, r=petrochenkovJonas Schievink-0/+40
2021-01-31Rollup merge of #81422 - estebank:dotdot_sugg, r=davidtwcoJonas Schievink-2/+2
2021-01-31Rollup merge of #80470 - SimonSapin:array-intoiter-type, r=m-ou-seJonas Schievink-2/+0
2021-01-30Balance sidebar `Deref` cycle check with main contentJ. Ryan Stinnett-0/+15
2021-01-30Add a regression test0yoyoyo-10/+22
2021-01-30Rollup merge of #81473 - sanxiyn:write-only-field, r=oli-obkYuki Okushi-0/+47
2021-01-30Rollup merge of #81468 - est31:cfg_version, r=petrochenkovYuki Okushi-0/+94
2021-01-30Rollup merge of #81291 - sexxi-goose:fix-struct-update-functional-record-upda...Yuki Okushi-0/+57
2021-01-30Rollup merge of #80886 - RalfJung:stable-raw-ref-macros, r=m-ou-seYuki Okushi-14/+12
2021-01-30Consider Scalar to be a bool only if its unsignedSimonas Kazlauskas-0/+13
2021-01-29rename raw_const/mut -> const/mut_addr_of, and stabilize themRalf Jung-14/+12
2021-01-29Add testsest31-0/+94
2021-01-28Add a test for syntax like: ..t.sDhruv Jauhar-1/+17
2021-01-29Rollup merge of #81333 - RalfJung:const-err-simplify, r=oli-obkYuki Okushi-59/+34
2021-01-29Rollup merge of #81158 - 1000teslas:issue-80313-fix, r=Aaron1011Yuki Okushi-3/+97
2021-01-29Rollup merge of #79991 - camelid:rustdoc-for-lifetime, r=GuillaumeGomez,jyn514Yuki Okushi-0/+29
2021-01-29Rollup merge of #79819 - Aaron1011:feature/macro-trailing-semicolon, r=petroc...Yuki Okushi-0/+78
2021-01-29Rollup merge of #79570 - alexcrichton:split-debuginfo, r=bjorn3Yuki Okushi-1/+91
2021-01-28Auto merge of #81055 - matthewjasper:non-fatal-overflow, r=nikomatsakisbors-1/+60
2021-01-28rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo`Alex Crichton-1/+91
2021-01-28Warn write-only fieldsSeo Sanghyeon-0/+47
2021-01-28Clone entire `TokenCursor` when collecting tokensAaron Hill-0/+40
2021-01-28Add `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` lintAaron Hill-0/+78
2021-01-28Auto merge of #81149 - Aaron1011:feature/better-no-method-found-err, r=estebankbors-105/+105
2021-01-28Rollup merge of #81433 - lcnr:stop-looking-into-ty-alias, r=oli-obkYuki Okushi-4/+35
2021-01-28Rollup merge of #81430 - lcnr:elaborate-const-eval, r=oli-obkYuki Okushi-0/+24
2021-01-28Rollup merge of #81426 - BoxyUwU:boxychangesv2, r=oli-obkYuki Okushi-0/+123
2021-01-28Rollup merge of #81416 - estebank:suggestion-span-tweak, r=petrochenkovYuki Okushi-12/+12
2021-01-28Rollup merge of #81062 - sexxi-goose:precise_capture_diagnostics, r=nikomatsakisYuki Okushi-2/+628
2021-01-27rustdoc: Render HRTB correctly for bare functionsCamelid-0/+29
2021-01-27Auto merge of #81335 - thomwiggers:no-panic-shrink-to, r=Mark-Simulacrumbors-8/+0
2021-01-27fix tidy errorsEllen-3/+6
2021-01-27commentsEllen-0/+8
2021-01-27const_evaluatable: stop looking into type aliasesBastian Kauschke-4/+35
2021-01-27add const_evaluatable_checked testBastian Kauschke-0/+24
2021-01-27Auto merge of #80987 - GuillaumeGomez:remove-cache-key, r=jyn514bors-0/+75
2021-01-27Add search index test for primitive typesGuillaume Gomez-0/+75
2021-01-27Auto merge of #79591 - estebank:unexpected-generics, r=oli-obkbors-11/+20
2021-01-26Avoid describing a method as 'not found' when bounds are unsatisfiedAaron Hill-105/+105
2021-01-27boop, ur abstract consts are now expandedEllen-0/+112
2021-01-26Account for existing `_` field pattern when suggesting `..`Esteban Küber-2/+2
2021-01-26Point only at generic arguments when they are unexpectedEsteban Küber-11/+20
2021-01-26add testsChris Pardy-0/+195
2021-01-27Rollup merge of #81407 - osa1:issue81098, r=estebankYuki Okushi-0/+36
2021-01-27Rollup merge of #81325 - osa1:issue81293, r=estebankYuki Okushi-0/+33
2021-01-27Rollup merge of #81195 - estebank:suggest-bound-on-trait-with-params, r=oli-obkYuki Okushi-3/+133
2021-01-27Rollup merge of #80900 - camelid:readpointerasbytes-ice, r=oli-obkYuki Okushi-0/+43
2021-01-26Tweak suggestion for missing field in patternsEsteban Küber-12/+12