summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2022-08-08Add regression test commentNoah Lev-0/+2
2022-08-08Synthetize a trait ref when none is available.Camille GILLOT-1/+3
2022-08-08Avoid ICE in rustdoc.Camille GILLOT-0/+17
2022-08-08rustdoc: do not mark the contents of a skipped module as inlinedMichael Howell-0/+27
2022-08-05fixup rustdoc testMark Rousskov-2/+2
2022-08-05rustdoc: avoid inlining foreigns with duplicate namesMichael Howell-0/+20
2022-08-05rustdoc: avoid inlining modules with duplicate namesMichael Howell-0/+21
2022-08-05Move write! and writeln! temporaries test to check-failDavid Tolnay-16/+93
2022-08-05Regression in issue 99684 fixedDavid Tolnay-31/+1
2022-08-05Add regression test minimized from async-std writeDavid Tolnay-0/+67
2022-08-05Fix backwards-compatibility check for tests with `+whole-archive`Daniel Sommermann-3/+30
2022-07-30allow numbers with provenance within CTFE executionRalf Jung-464/+359
2022-07-21beta backport of arg mismatch bugfixMichael Goulet-16/+49
2022-07-21Rollup merge of #99344 - notriddle:notriddle/multiple-macro-rules-w-same-name...Dylan DPC-0/+70
2022-07-21Rollup merge of #99435 - CAD97:revert-dollar-dollar-crate, r=Mark-SimulacrumMatthias Krüger-19/+55
2022-07-15Handle fresh lifetimes on bare trait objects.Camille GILLOT-71/+2
2022-07-15Add known bug test.Camille GILLOT-0/+118
2022-07-15promote placeholder bounds to 'static obligationsNiko Matsakis-1/+52
2022-07-15Fix ui-fulldep testChris Denton-6/+11
2022-07-15Tests for unsound Windows file methodsChris Denton-0/+76
2022-07-15Fix sized check ICE in intrisicckMichael Goulet-0/+45
2022-07-09Fix tests after beta backportMark Rousskov-2/+2
2022-07-09Remove type flag based opaque type workaroundOli Scherer-173/+30
2022-07-09Make `evaluate_obligation` not succeed unconditionally if it registered new h...Oli Scherer-2/+4
2022-07-09pessimistically treat all function items as containing an opaque typeOli Scherer-4/+58
2022-07-09rustdoc: filter '_ lifetimes from ty::PolyTraitRefMichael Howell-0/+22
2022-07-09Add link to issue for src/test/incremental/async-lifetimes.rsMichael Woerister-0/+2
2022-07-09Add regression test.Camille GILLOT-0/+17
2022-06-24Auto merge of #98447 - JohnTitor:rollup-pponoo3, r=JohnTitorbors-27/+107
2022-06-24Rollup merge of #98280 - compiler-errors:better-call-closure-on-type-err, r=e...Yuki Okushi-11/+66
2022-06-24Rollup merge of #96955 - Aaron1011:pretty-print-sort, r=petrochenkovYuki Okushi-16/+16
2022-06-24Rollup merge of #91264 - GuillaumeGomez:macro-jump-to-def, r=jshaYuki Okushi-0/+25
2022-06-24Auto merge of #98109 - nikomatsakis:issue-98095, r=jackh726bors-146/+280
2022-06-23Rollup merge of #98390 - GuillaumeGomez:keyword-rustdoc-json, r=notriddleMichael Goulet-0/+21
2022-06-23Rollup merge of #98365 - jyn514:improve-obligation-errors-review-comments, r=...Michael Goulet-8/+8
2022-06-23Rollup merge of #98353 - beetrees:builtin-macros-cfg-diag, r=davidtwcoMichael Goulet-1/+10
2022-06-23Rollup merge of #98310 - jsha:defer-source-sidebar, r=GuillaumeGomezMichael Goulet-6/+6
2022-06-23Rollup merge of #98283 - TaKO8Ki:point-at-private-fields-in-struct-literal, r...Michael Goulet-6/+45
2022-06-23Rollup merge of #98269 - compiler-errors:provide-more-segment-res, r=petroche...Michael Goulet-115/+115
2022-06-23Rollup merge of #98259 - jyn514:improve-obligation-errors, r=estebankMichael Goulet-60/+296
2022-06-23Rollup merge of #98184 - compiler-errors:elided-lifetime-in-impl-nll, r=cjgillotMichael Goulet-0/+69
2022-06-23add regression tests found in craterNiko Matsakis-1/+69
2022-06-23normalize if-eq bounds before testingNiko Matsakis-0/+37
2022-06-22Remove (transitive) reliance on sorting by DefId in pretty-printerAaron Hill-16/+16
2022-06-22Add test for keywords in rustdoc JSON outputGuillaume Gomez-0/+21
2022-06-22Auto merge of #98279 - cjgillot:all-fresh-nofn, r=petrochenkovbors-36/+46
2022-06-22Rollup merge of #98005 - compiler-errors:impossible-bounds, r=Mark-SimulacrumYuki Okushi-18/+151
2022-06-22Rollup merge of #97818 - compiler-errors:rpit-error-spanned, r=oli-obkYuki Okushi-0/+27
2022-06-22add "was" to pluralize macro and use itTakayuki Maeda-3/+3
2022-06-22stop pointing at definitions of missing fieldsTakayuki Maeda-24/+4