about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2022-06-19Make missing argument placeholder more obvious that it's a placeholderMichael Goulet-111/+111
2022-06-19Auto merge of #98255 - Dylan-DPC:rollup-hr129rg, r=Dylan-DPCbors-0/+18
2022-06-19Rollup merge of #98105 - notriddle:notriddle/tuple-links, r=jshaDylan DPC-0/+18
2022-06-19Auto merge of #98238 - cjgillot:lint-mod, r=oli-obkbors-34/+67
2022-06-19Bless 32bit ui tests.Camille GILLOT-12/+12
2022-06-19Rollup merge of #98165 - WaffleLapkin:once_things_renamings, r=m-ou-seMatthias Krüger-2/+6
2022-06-19Make some lints incremental.Camille GILLOT-22/+55
2022-06-18Add test cases for tuples with linksMichael Howell-0/+18
2022-06-18Auto merge of #98216 - JohnTitor:rollup-jlcmu5d, r=JohnTitorbors-6/+20
2022-06-18Rollup merge of #98195 - GuillaumeGomez:rustdoc-json-primitive, r=notriddleYuki Okushi-0/+17
2022-06-18Rollup merge of #97803 - Gankra:term, r=dtolnayYuki Okushi-6/+3
2022-06-18Auto merge of #97652 - RalfJung:cenum_impl_drop_cast, r=nagisabors-1/+16
2022-06-17bless new test result, it's a regression but seemingly a compiler bugAria Beingessner-6/+3
2022-06-17Auto merge of #97892 - klensy:fix-spaces, r=oli-obkbors-659/+659
2022-06-17Add regression test for #98006Guillaume Gomez-0/+17
2022-06-17Rollup merge of #98013 - compiler-errors:guide-inference-2, r=lcnrDylan DPC-17/+35
2022-06-17Rollup merge of #97798 - WaffleLapkin:allow_for_suggestions_that_are_quite_fa...Dylan DPC-34/+24
2022-06-17Auto merge of #98160 - nnethercote:mv-finish-out-of-Encoder, r=bjorn3bors-3/+3
2022-06-17Subtype FRU fields first in type_changing_struct_updateMichael Goulet-17/+35
2022-06-17Rollup merge of #98166 - GuillaumeGomez:regression-test-98009, r=matthiaskrgrYuki Okushi-0/+38
2022-06-17Rollup merge of #97377 - ChayimFriedman2:issue-91800, r=estebankYuki Okushi-0/+98
2022-06-16Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock`Maybe Waffle-2/+6
2022-06-16--bless uiMaybe Waffle-34/+24
2022-06-16bless clippy testsklensy-26/+26
2022-06-16Add rustdonc-json regression test for #98009Guillaume Gomez-0/+38
2022-06-16bless rustdoc-ui testsklensy-11/+11
2022-06-16 fix one more case of trailing spaceklensy-139/+139
2022-06-16diagnostics: fix trailing spaceklensy-483/+483
2022-06-16Auto merge of #97842 - notriddle:notriddle/tuple-docs, r=jsha,GuillaumeGomezbors-1/+92
2022-06-16Auto merge of #98161 - matthiaskrgr:rollup-8csenk9, r=matthiaskrgrbors-40/+279
2022-06-16Rollup merge of #98137 - michaelwoerister:fix-unsized-rc-arc-natvis, r=wesley...Matthias Krüger-40/+104
2022-06-16Rollup merge of #97757 - xFrednet:rfc-2383-expect-with-force-warn, r=wesleywi...Matthias Krüger-0/+175
2022-06-16Move `finish` out of the `Encoder` trait.Nicholas Nethercote-3/+3
2022-06-16Support lint expectations for `--force-warn` lints (RFC 2383)xFrednet-0/+175
2022-06-16Auto merge of #98108 - SpriteOvO:doc_auto_cfg-feature-rmv-fix, r=notriddle,Gu...bors-5/+26
2022-06-16Do not suggest adding semicolon/changing delimiters for macros in item positi...Chayim Refael Friedman-0/+98
2022-06-16Auto merge of #98103 - exrook:btreemap-alloc, r=Amanieubors-8/+8
2022-06-15The type of the slice length field is architecture dependentWesley Wiser-4/+4
2022-06-16Rollup merge of #98135 - JohnTitor:issue-93022-93775, r=compiler-errorsYuki Okushi-0/+29
2022-06-16Rollup merge of #98119 - EdwinRy:path-parenthesized-type-error, r=estebankYuki Okushi-20/+35
2022-06-16Rollup merge of #98092 - GuillaumeGomez:fix-sidebar-items-expand-collapse, r=...Yuki Okushi-1/+24
2022-06-16Rollup merge of #98053 - GuillaumeGomez:fix-generic-impl-json-ice, r=notriddleYuki Okushi-0/+24
2022-06-16Rollup merge of #97964 - WaffleLapkin:fix_borrow_par_suggestions, r=compiler-...Yuki Okushi-60/+449
2022-06-15Auto merge of #97665 - c410-f3r:assert-compiler, r=oli-obkbors-15/+379
2022-06-16Exclude cfg "doc" and "doctest" from feature `doc_auto_cfg`Sprite-10/+15
2022-06-16Fix `cfg(not)` and `cfg(all)` causing Rustdoc stab to disappearSprite-1/+17
2022-06-15debuginfo: Fix NatVis for Rc and Arc with unsized pointees.Michael Woerister-40/+104
2022-06-15Add regression test for #93775Yuki Okushi-0/+29
2022-06-15[RFC 2011] Minimal initial implementationCaio-15/+379
2022-06-15Rollup merge of #98115 - jhpratt:remove-rustc_deprecated, r=compiler-errorsYuki Okushi-198/+163