summary refs log tree commit diff
path: root/src/test/ui/recursion
AgeCommit message (Expand)AuthorLines
2022-12-11re-add test and blessouz-a-0/+30
2022-12-11revert-overflowouz-a-38/+1
2022-10-07Rewrite representabilityCameron Steffen-3/+1
2022-10-01bless ui testsMaybe Waffle-1/+1
2022-09-23Always print '_, even for erased lifetimes.Camille GILLOT-2/+2
2022-09-15Remove feature gate from let else suggestionest31-1/+1
2022-08-19Update issue-83150.stderrouz-a-2/+2
2022-08-19Catch overflow earlyouz-a-2/+39
2022-08-18Reword "Required because of the requirements on the impl of ..."Andy Wang-1/+1
2022-08-03Warn about dead tuple struct fieldsFabian Wolff-14/+8
2022-07-07Shorten span for closures.Camille GILLOT-2/+2
2022-07-04Auto merge of #98641 - lcnr:mir-dropck, r=oli-obkbors-19/+10
2022-07-04fully move dropck to mirlcnr-19/+10
2022-07-04Rollup merge of #98870 - TaKO8Ki:add-regression-test-for-86784, r=compiler-er...Matthias Krüger-0/+2597
2022-07-04add regression test for #86784Takayuki Maeda-0/+2597
2022-07-02Auto merge of #91743 - cjgillot:enable_mir_inlining_inline_all, r=oli-obkbors-4/+5
2022-07-01Shorten def_span for more items.Camille GILLOT-10/+6
2022-06-30Specialize a few tests depending on opt-level.Camille GILLOT-13/+7
2022-06-30Allow inlining `#[inline]` functions.Camille GILLOT-6/+13
2022-06-19Make some lints incremental.Camille GILLOT-1/+8
2022-06-04use precise spans for recursive const evaluationRalf Jung-2/+2
2022-05-11Gracefully fail to resolve associated items instead of `delay_span_bug`.Camille GILLOT-1/+1
2022-03-23separate const prop lint from optimizationsCarl Scherer-2/+6
2022-03-08Suggest `if let`/`let_else` for refutable pat in `let`Esteban Kuber-1/+5
2022-03-08Point at uncovered variants in enum definition in `note` instead of a `span_l...Esteban Kuber-5/+12
2022-01-26Ignore unwinding edges when checking for unconditional recursionTomasz Miąsko-2/+13
2021-11-14Move some tests to more reasonable directoriesCaio-0/+17
2021-09-28Improve help for recursion limit errorsRoss MacArthur-1/+1
2021-09-21Disable visible path calculation for PrettyPrinter in Ok path of compilerAlik Aslanyan-6/+6
2021-08-24Morph `layout_raw` query into `layout_of`.Eduard-Mihai Burtescu-12/+10
2021-08-19Revert "Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli...Erik Desjardins-3/+3
2021-08-18Auto merge of #87738 - lqd:polonius-master, r=nikomatsakisbors-0/+30
2021-08-17Auto merge of #88056 - erikdesjardins:revertzst, r=oli-obkbors-3/+3
2021-08-16Use note to point at bound introducing requirementEsteban Küber-6/+10
2021-08-15Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli-obk"Erik Desjardins-3/+3
2021-08-14Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli-obkbors-3/+3
2021-08-11Modify structured suggestion outputEsteban Küber-1/+1
2021-08-07Run RemoveZsts at mir-opt-level=1Erik Desjardins-3/+3
2021-08-04Remove trailing whitespace from error messagesFabian Wolff-1/+1
2021-08-03bless a few trivial tests under poloniusRémy Rakic-0/+30
2021-04-06Point at `impl` and type defs introducing requirements on E0277Esteban Küber-3/+15
2021-03-31prevent very long compilation runtimes in LateBoundRegionNameCollectorb-naber-0/+19
2021-03-09Deprecate items that accidentally weren't deprecatedbstrie-2/+2
2021-02-06path trimming: ignore type aliasesDan Aloni-1/+1
2020-10-26simplify-locals: Remove unused assignments regardless of rvalue kindTomasz Miąsko-0/+1
2020-09-21Record `tcx.def_span` instead of `item.span` in crate metadataAaron Hill-16/+4
2020-09-21Let user see the full type of type-length limit errorKornel Lesiński-2/+7
2020-09-19Address review commentsOliver Scherer-4/+4
2020-09-19Stop using the `const_eval` query for initializers of staticsOliver Scherer-5/+1
2020-09-17Better handling for exponential-sized types in misc placesValerii Lashmanov-2/+2