about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2022-11-04Formatting changes + add UI testclubby789-0/+50
2022-11-04fake a base to suppress later extra error messageyukang-24/+21
2022-11-04Rollup merge of #103950 - nbdd0121:master, r=tmiaskoMatthias Krüger-0/+12
2022-11-04Rollup merge of #103780 - compiler-errors:bound-closure-lifetimes, r=jackh726Matthias Krüger-0/+63
2022-11-04Rollup merge of #103930 - fee1-dead-contrib:mv-from-root, r=jyn514Matthias Krüger-7/+7
2022-11-04Make non-ASCII errors more consistent.Nicholas Nethercote-45/+45
2022-11-04Fix ICE when negative impl is collected during eager monoGary Guo-0/+12
2022-11-04fix #102806, suggest use .. to fill in the rest of the fields of Structyukang-0/+73
2022-11-03Move some tests from `src/test/ui` to more reasonable placesDeadbeef-7/+7
2022-11-03Elaborate supertrait obligations when deducing closure signatureMichael Goulet-28/+30
2022-11-03Correctly resolve Inherent Associated TypesDeadbeef-52/+49
2022-11-03move compiletest's own ui tests into a subdirectoryPietro Albini-0/+0
2022-11-03check for pattern in compiletest-compile-flags-lastPietro Albini-0/+1
2022-11-03Stabilize default_alloc_error_handlerAmanieu d'Antras-31/+0
2022-11-02Rollup merge of #103870 - TaKO8Ki:fix-103790, r=fee1-deadMatthias Krüger-0/+75
2022-11-02Rollup merge of #99801 - Neo-Zhixing:fix/generic_const_exprs_parent_opaque_pr...Matthias Krüger-0/+33
2022-11-02asm: Work around LLVM bug on AArch64Amanieu d'Antras-0/+16
2022-11-02Rollup merge of #103774 - compiler-errors:dyn-trait-in-type-name, r=eholkDylan DPC-4/+1
2022-11-02Remove has_errors from FnCtxtMichael Goulet-5/+19
2022-11-02return const_error when ty has errorsTakayuki Maeda-0/+75
2022-11-01Don't remap early-bound RPITIT regions that originate from implMichael Goulet-0/+32
2022-11-01fix(generic_const_exprs): Fix predicate inheritance for children of opaque typesZhixing Zhang-0/+33
2022-11-01Auto merge of #103217 - mejrs:track, r=eholkbors-0/+159
2022-11-01Format dyn Trait better in type_name intrinsicMichael Goulet-4/+1
2022-11-01Rollup merge of #103760 - petrochenkov:macimp, r=cjgillotDylan DPC-7/+28
2022-11-01Rollup merge of #84022 - Aaron1011:remove-derive-res-fallback, r=petrochenkovDylan DPC-100/+36
2022-11-01Test that target feature mix up with homogeneous floats is soundLoïc BRANSTETT-0/+192
2022-11-01Rollup merge of #103759 - cjgillot:adt-collect, r=davidtwcoDylan DPC-3/+3
2022-11-01Rollup merge of #103706 - zbyrn:issue-101637-fix, r=estebankDylan DPC-19/+111
2022-11-01Rollup merge of #103584 - ouz-a:issue-102303, r=oli-obkDylan DPC-0/+40
2022-11-01Rollup merge of #103061 - Amanieu:rewrite_alloc_error_handler, r=bjorn3Dylan DPC-28/+132
2022-11-01fix #103751: Fix capacity overflow issue during transmutability checkyukang-0/+53
2022-11-01Rollup merge of #103788 - chenyukang:yukang/fix-ice-103783, r=compiler-errorsYuki Okushi-0/+33
2022-11-01Rollup merge of #103772 - compiler-errors:better-strict-coherence-err, r=davi...Yuki Okushi-0/+17
2022-11-01Rollup merge of #103749 - est31:reduce_irrefutable_let_else_span, r=cjgillotYuki Okushi-5/+18
2022-11-01Fix ICE in default impl error reportingMichael Goulet-0/+49
2022-11-01Remap RPITIT substs properlyMichael Goulet-0/+24
2022-11-01Check for substs compatibility for RPITITsMichael Goulet-0/+29
2022-10-31Collect late-bound regions from all closure parents in `closure_mapping`Michael Goulet-0/+47
2022-10-31testsMichael Goulet-0/+16
2022-10-31resolve: Turn the binding from `#[macro_export]` into a proper `Import`Vadim Petrochenkov-7/+28
2022-10-31Rewrite implementation of `#[alloc_error_handler]`Amanieu d'Antras-28/+132
2022-10-31Add more track_callermejrs-1/+28
2022-10-31Use AdtDef to check enum.Camille GILLOT-3/+3
2022-10-31Remove bounds check with enum castouz-a-0/+40
2022-10-31Rollup merge of #103338 - l4l:enum-unreachable-pub, r=nagisaDylan DPC-0/+45
2022-10-30Rollup merge of #103764 - SarthakSingh31:issue-94187-2, r=compiler-errorsMichael Howell-5/+11
2022-10-30Rollup merge of #97971 - Soveu:varargs, r=jackh726Michael Howell-21/+104
2022-10-30better error for rustc_strict_coherence misuseMichael Goulet-0/+17
2022-10-30All verbosity checks in `PrettyPrinter` now go through `PrettyPrinter::should...Sarthak Singh-5/+11