about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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
2021-06-19Auto merge of #86034 - nagisa:nagisa/rt-soundness, r=m-ou-sebors-0/+30
2021-06-19Update browser-ui-test versionGuillaume Gomez-100/+100
2021-06-19Change entry point to 🛡️ against 💥 💥-payloadsSimonas Kazlauskas-0/+30
2021-06-19Auto merge of #86426 - hi-rustin:rustin-patch-lint-warn, r=Aaron1011bors-20/+97
2021-06-19rustdoc: Introduce new `DynTrait` type for better representation of trait obj...Justus K-0/+8
2021-06-19Refactor `PatternError` structureYuki Okushi-49/+46
2021-06-19Auto merge of #86456 - JohnTitor:rollup-jjzupny, r=JohnTitorbors-0/+40
2021-06-18Update test cases for intra-doc links in summariesMichael Howell-3/+5
2021-06-18rustdoc: Render `<Self as X>::Y` type casts properly across crate boundsJustus K-1/+30
2021-06-18rustdoc: Render `for<'_>` lifetimes in trait objectsJustus K-17/+17
2021-06-18rustdoc: Render `for<'_>` lifetimes in front of where boundJustus K-0/+41
2021-06-18Fix ICE with `#[repr(simd)]` on enumFabian Wolff-0/+40
2021-06-18improve test by using intrinsic directlyRalf Jung-54/+26
2021-06-18bless youRalf Jung-836/+340
2021-06-18Auto merge of #86322 - trinity-1686a:rustdoc-fix-overflow-recursive-deref, r=...bors-0/+44
2021-06-18Lint for unused borrows as part of UNUSED_MUST_USEhi-rustin-20/+97
2021-06-17add regression test for issue #54685Yerkebulan Tulibergenov-0/+31
2021-06-17Rollup merge of #86401 - FabianWolff:issue-83512, r=LeSeulArtichautMara Bos-1/+15
2021-06-17Move regression test for #83512 into doc_keyword.rsFabian Wolff-19/+15
2021-06-17Auto merge of #86399 - JohnTitor:rollup-qlm2dvz, r=JohnTitorbors-123/+125
2021-06-17Fix ICE when using `#[doc(keyword = "...")]` on non-itemsFabian Wolff-0/+18
2021-06-17Rollup merge of #86355 - JohnTitor:issue-82158, r=estebankYuki Okushi-0/+35
2021-06-17Rollup merge of #86343 - JohnTitor:issue-85581, r=estebankYuki Okushi-0/+32
2021-06-17Rollup merge of #86340 - Smittyvb:ctfe-hard-error-message, r=RalfJungYuki Okushi-88/+54
2021-06-17Rollup merge of #85970 - jsha:remove-methods-implementors, r=GuillaumeGomezYuki Okushi-35/+4
2021-06-17Auto merge of #85755 - b-naber:unexpected_concrete_region, r=nikomatsakisbors-46/+38
2021-06-17WIP: Find the imports that were used to reach a methodNiko Matsakis-0/+85
2021-06-17Auto merge of #86164 - FabianWolff:issue-86053, r=davidtwcobors-42/+182
2021-06-16Fix target highlighting in rustdoc.Jacob Hoffman-Andrews-9/+1