about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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-29Suggest accessing field when code compiles with itHirochika Matsumoto-0/+34
2021-01-28Auto merge of #81055 - matthewjasper:non-fatal-overflow, r=nikomatsakisbors-1/+60
2021-01-28Add some test for ATB issuesJack Huey-0/+73
2021-01-28move a bunch of testsBastian Kauschke-9/+7
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-27Check that value is explicitly nonekadmin-0/+38
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
2021-01-26shrink_to shouldn't panic on len greater than capacityThom Wiggers-8/+0
2021-01-26Refine "remove semicolon" suggestion in trait selectionÖmer Sinan Ağacan-0/+36
2021-01-26typeck: Don't suggest converting LHS exprsÖmer Sinan Ağacan-0/+33
2021-01-25Auto merge of #68828 - oli-obk:inline_cycle, r=wesleywiserbors-0/+194
2021-01-25Implement new panic!() behaviour for Rust 2021.Mara Bos-336/+338
2021-01-25Ignore a test on wasm, because that changes landing padsoli-37/+39
2021-01-24Account for generics when suggesting boundEsteban Küber-3/+133
2021-01-25Point to span of upvar making closure FnMut1000teslas-3/+97
2021-01-24Ignore test on 32-bit architecturesCamelid-1/+4
2021-01-24Auto merge of #81355 - jonas-schievink:rollup-vpaadij, r=jonas-schievinkbors-209/+574
2021-01-24libtest: allow multiple filtersEric Huss-0/+24
2021-01-24Rollup merge of #81310 - tmiasko:in-pattern, r=petrochenkovJonas Schievink-1/+40
2021-01-24Rollup merge of #81302 - LeSeulArtichaut:80777-trait-render, r=jyn514Jonas Schievink-0/+19
2021-01-24Rollup merge of #81264 - Swatinem:doctest-run-directory, r=jyn514Jonas Schievink-0/+35