about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2021-06-22Auto merge of #85193 - pnkfelix:readd-support-for-inner-attrs-within-match, r...bors-17/+20
2021-06-22Auto merge of #86045 - jsgf:fix-emit-path-hashing, r=bjorn3bors-0/+38
2021-06-22Auto merge of #86368 - michaelwoerister:lexing-ice, r=davidtwcobors-0/+25
2021-06-22Rollup merge of #86537 - inquisitivecrystal:mark-edition-tests-check-pass, r=...Yuki Okushi-28/+34
2021-06-22Rollup merge of #86517 - camsteffen:unused-unsafe-async, r=LeSeulArtichautYuki Okushi-11/+12
2021-06-22Rollup merge of #86451 - notriddle:notriddle/rustdoc-intra-doc-link-summary, ...Yuki Okushi-3/+5
2021-06-22Rollup merge of #86393 - yerke:add-test-for-issue-52025, r=JohnTitorYuki Okushi-0/+57
2021-06-22add regression test for issue #52025Yerkebulan Tulibergenov-0/+57
2021-06-22Auto merge of #85707 - jam1garner:future_prelude_collision_lint, r=nikomatsakisbors-0/+684
2021-06-21Mark some edition tests as check-passAris Merchant-28/+34
2021-06-22Auto merge of #86352 - yerke:add-test-for-issue-37508, r=Mark-Simulacrumbors-0/+36
2021-06-22Auto merge of #86527 - JohnTitor:rollup-cbu78g4, r=JohnTitorbors-2/+158
2021-06-21Add test showing different KIND parameters change hashJeremy Fitzhardinge-1/+12
2021-06-21In --emit KIND=PATH options, only hash KINDJeremy Fitzhardinge-0/+27
2021-06-22Rollup merge of #86493 - Smittyvb:ctor-typeck-error, r=davidtwcoYuki Okushi-2/+83
2021-06-22Rollup merge of #86398 - yerke:add-test-for-issue-54685, r=Mark-SimulacrumYuki Okushi-0/+31
2021-06-22Rollup merge of #86381 - yerke:add-test-for-issue-39161, r=JohnTitorYuki Okushi-0/+13
2021-06-22Rollup merge of #86334 - LeSeulArtichaut:86120-links-type-aliases, r=jyn514Yuki Okushi-0/+19
2021-06-22Rollup merge of #86297 - GuillaumeGomez:rustdoc-gui-args, r=Mark-SimulacrumYuki Okushi-0/+12
2021-06-21Fix unused_unsafe with compiler-generated unsafeCameron Steffen-11/+12
2021-06-21Auto merge of #86383 - shamatar:slice_len_lowering, r=bjorn3bors-0/+77
2021-06-21Auto merge of #86515 - JohnTitor:rollup-axzb4xh, r=JohnTitorbors-16/+192
2021-06-21add test for `dyn` collisionsNiko Matsakis-0/+122
2021-06-21do not run rustfix for future-prelude-collision-shadowNiko Matsakis-35/+1
2021-06-21Reference issue test originated fromSmitty-8/+9
2021-06-22Rollup merge of #86473 - fee1-dead:rustdoc-const-unstable, r=jyn514Yuki Okushi-4/+22
2021-06-22Rollup merge of #86349 - yerke:add-test-for-issue-78632, r=Mark-SimulacrumYuki Okushi-0/+59
2021-06-22Rollup merge of #86248 - JohnTitor:issue-85113, r=Mark-SimulacrumYuki Okushi-0/+70
2021-06-22Rollup merge of #86192 - hi-rustin:rustin-patch-lint, r=nikomatsakisYuki Okushi-12/+41
2021-06-21Readd `unsafe` keyword in testsDeadbeef-6/+6
2021-06-21Auto merge of #86210 - ehuss:rustfix-update, r=Mark-Simulacrumbors-9/+11
2021-06-21Removed/Updated some cases and simplified `match`Deadbeef-28/+3
2021-06-21Add regression test for #85955.Michael Woerister-0/+25
2021-06-21Added some tests for `unsafe` in const-dispay.rsDeadbeef-6/+47
2021-06-21Check for const_unstable before printing `const`Deadbeef-4/+4
2021-06-21Resolve type aliases to the type they point to in intra-doc linksLeSeulArtichaut-0/+19
2021-06-21Auto merge of #86166 - tmiasko:no-alloca-for-zsts, r=nagisabors-2/+2
2021-06-21Auto merge of #86502 - JohnTitor:rollup-wge0f3x, r=JohnTitorbors-2/+52
2021-06-21Rollup merge of #86484 - fee1-dead:builtin-macro-recursion, r=petrochenkovYuki Okushi-0/+30
2021-06-21Rollup merge of #83739 - JohnTitor:issue-75889, r=estebankYuki Okushi-2/+22
2021-06-20Update rustfix for compiletest.Eric Huss-9/+11
2021-06-20Auto merge of #85980 - ssomers:btree_cleanup_LeafRange, r=Mark-Simulacrumbors-35/+148
2021-06-20Auto merge of #85538 - r00ster91:iterrepeat, r=Mark-Simulacrumbors-3/+1
2021-06-21Do not set depth to 0 in fully_expand_fragmentDeadbeef-0/+30
2021-06-20Specify if struct/enum in arg mismatch errorSmitty-2/+82
2021-06-20Squashed implementation of the passAlex Vlasov-0/+77
2021-06-20Auto merge of #86468 - GuillaumeGomez:update-browser-ui-test-version, r=jshabors-100/+100
2021-06-20"(const: unstable)" for stable-but-const-unstableDeadbeef-0/+2
2021-06-19Fix future_prelude_collision for object calls and use as _jam1garner-2/+175
2021-06-19Auto merge of #86460 - JohnTitor:use-static-in-pattern-err, r=oli-obkbors-49/+46