about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-06-03Rollup merge of #141833 - Kivooeo:test-reform1, r=jieyouxuMatthias Krüger-32/+51
2025-06-03Rollup merge of #141724 - Sol-Ell:issue-141141-fix, r=nnethercoteMatthias Krüger-0/+195
2025-06-03`FIXME(-Znext-solver)` triagelcnr-4/+1
2025-06-03Use non-2015 edition paths in tests that do not test for their resolutionLukas Wirth-290/+290
2025-06-03Add missing `dyn` keywords to tests that do not test for them Part 2Lukas Wirth-31/+26
2025-06-03Move metadata object generation for dylibs to the linker codebjorn3-9/+8
2025-06-03Add missing 2015 edition directivesLukas Wirth-46/+74
2025-06-03report never type lints in depsWaffle Lapkin-0/+645
2025-06-03* Add test case for `cfg(false)` on module levelGuillaume Gomez-3/+7
2025-06-03Use non-2015 edition paths in tests that do not test for their resolutionLukas Wirth-193/+194
2025-06-03Rollup merge of #141891 - jdonszelmann:fix-141764, r=jieyouxuMatthias Krüger-0/+37
2025-06-03Rollup merge of #141889 - ferrocene:lw/missing-dyn-kw, r=petrochenkovMatthias Krüger-34/+33
2025-06-03Rollup merge of #141886 - ferrocene:lw/2015-edition-directives, r=compiler-er...Matthias Krüger-15/+22
2025-06-03Rollup merge of #141876 - compiler-errors:missing-let-ty, r=SparrowLiiMatthias Krüger-0/+23
2025-06-03Rollup merge of #141677 - azhogin:azhogin/async-drop-unexpected-type-instead-...Matthias Krüger-28/+77
2025-06-03Remove pre-expansion AST stats.Nicholas Nethercote-117/+60
2025-06-03cleaned up some testsKivooeo-32/+51
2025-06-02Fast path for stalled obligations on self tyMichael Goulet-5/+2
2025-06-02add doc comment and a test with a generic closureb-naber-0/+90
2025-06-02add `body` to `ClosureDef`b-naber-0/+90
2025-06-02Clarify why we are talking about a failed const eval at a random placeOli Scherer-967/+967
2025-06-02Use the informative error as the main const eval error messageOli Scherer-4233/+4082
2025-06-02Rollup merge of #141892 - chenyukang:yukang-fix-141785-extern-crate, r=petroc...Yukang-0/+11
2025-06-02Separately check equality of the scalar types and compound types in the order...Ell-0/+195
2025-06-02add fixme to improve error matchingJana Dönszelmann-1/+2
2025-06-02Fix false positive lint error from no_implicit_prelude attryukang-0/+11
2025-06-02fix bug where borrowck tries to describe a name from a macro in another crateJana Dönszelmann-0/+21
2025-06-02add test for 141764Jana Dönszelmann-0/+15
2025-06-02Add missing `dyn` keywords to tests that do not test for themLukas Wirth-34/+33
2025-06-02Add missing 2015 edition directivesLukas Wirth-15/+22
2025-06-02allow macro_use as first segmentbohan-3/+60
2025-06-02Suppress redundant errorMichael Goulet-12/+2
2025-06-02Don't declare variables in ExprKind::Let in invalid positionsMichael Goulet-0/+33
2025-06-01Rollup merge of #141224 - RalfJung:no-objects, r=traviscrossGuillaume Gomez-1/+1
2025-06-01Rollup merge of #140370 - WaffleLapkin:unqualified, r=jdonszelmannGuillaume Gomez-62/+207
2025-06-01Async drop - type instead of async drop fn and incorrect drop signature don't...Andrew Zhogin-28/+77
2025-06-01Auto merge of #141725 - nnethercote:avoid-UsePath-overcounting, r=BoxyUwUbors-161/+165
2025-06-01Auto merge of #141842 - jhpratt:rollup-r7ldrl2, r=jhprattbors-0/+118
2025-06-01Rollup merge of #141812 - JonathanBrouwer:fix-else-if-help, r=jdonszelmannJacob Pratt-0/+118
2025-05-31Auto merge of #139118 - scottmcm:slice-get-unchecked-intrinsic, r=workingjubileebors-66/+217
2025-05-31terminology: allocated object → allocationRalf Jung-1/+1
2025-05-31Auto merge of #141824 - matthiaskrgr:rollup-7nffwd0, r=matthiaskrgrbors-40/+77
2025-05-31Rollup merge of #141793 - Kivooeo:test-reform, r=jieyouxuMatthias Krüger-40/+57
2025-05-31Rollup merge of #140787 - xizheyin:issue-140491, r=nnethercoteMatthias Krüger-0/+20
2025-05-31Fix consider borrowing for else-ifJonathan Brouwer-11/+4
2025-05-31Failing tests for "consider borrowing"Jonathan Brouwer-0/+125
2025-05-31Auto merge of #141685 - orlp:inplace-tls-drop, r=joboetbors-0/+37
2025-05-31cleaned up some testsKivooeo-40/+57
2025-05-31Auto merge of #141667 - lqd:lazy-maybe-init, r=matthewjasperbors-7/+7
2025-05-31Note ref expr being cast when encounter NonScalar cast errorxizheyin-0/+4