about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-03-11Rollup merge of #104363 - WaffleLapkin:bonk_box_new, r=NilstriebMatthias Krüger-21/+43
2023-03-11Auto merge of #109001 - matthiaskrgr:rollup-a3agnwp, r=matthiaskrgrbors-260/+148
2023-03-10Rollup merge of #105798 - Amanieu:relax-asm, r=joshtriplettMatthias Krüger-260/+148
2023-03-10Rollup merge of #108983 - LeSeulArtichaut:108646-target-feature-default-impl,...Matthias Krüger-1/+16
2023-03-10Rollup merge of #108947 - compiler-errors:ct-infer-no-shapeshifting, r=BoxyUwUMatthias Krüger-21/+50
2023-03-10Rollup merge of #108930 - Ezrashaw:better-error-for-manual-fn-impl, r=petroch...Matthias Krüger-0/+46
2023-03-10Rollup merge of #108900 - bvanjoi:issue-108275, r=petrochenkovMatthias Krüger-6/+36
2023-03-10Rollup merge of #108834 - compiler-errors:fn-ptr-fn-obl, r=spastorinoMatthias Krüger-0/+33
2023-03-10Rollup merge of #108828 - compiler-errors:new-solver-alias-eq-on-num-var, r=lcnrMatthias Krüger-15/+72
2023-03-10Auto merge of #108977 - matthiaskrgr:rollup-1bnl1hu, r=matthiaskrgrbors-2/+27
2023-03-10Forbid `#[target_feature]` on safe default implementationsLéo Lanteri Thauvin-1/+16
2023-03-10Auto merge of #102256 - cjgillot:let-under, r=lcnrbors-14/+185
2023-03-10Rollup merge of #108936 - GuillaumeGomez:rustdoc-anonymous-reexport, r=notriddleMatthias Krüger-2/+27
2023-03-10feat: implement better error for manual impl of `Fn*` traitsEzra Shaw-0/+46
2023-03-09Use param's real type in try_eval_lit_or_paramMichael Goulet-21/+50
2023-03-09Update coverage info.Camille GILLOT-1/+1
2023-03-09Test `let _ =` for const_mut_refs.Camille GILLOT-1/+13
2023-03-09Also test destructuring assignment.Camille GILLOT-4/+21
2023-03-09Ignore AscribeUserType in unsafeck to avoid duplicate diagnostics.Camille GILLOT-32/+14
2023-03-09Introduce a no-op PlaceMention statement for `let _ =`.Camille GILLOT-16/+59
2023-03-09Add ui test.Camille GILLOT-11/+128
2023-03-09Propagate expected return type instead of real return type in check_binopMichael Goulet-15/+33
2023-03-09Fix canonicalizer bug for int/float vars tooMichael Goulet-0/+21
2023-03-09Update rustdoc anonymous reexport test and add regression test for #108931Guillaume Gomez-2/+27
2023-03-09Emit alias-eq when equating numeric var and projectionMichael Goulet-0/+18
2023-03-09fix(lexer): not skipped whitespace warning for '\x0c'bohan-6/+36
2023-03-09Rollup merge of #108870 - GuillaumeGomez:rustdoc-reexport-of-reexport-of-priv...Matthias Krüger-0/+29
2023-03-09Rollup merge of #108854 - Ezrashaw:improve-int-idents, r=oli-obkMatthias Krüger-9/+27
2023-03-09Rollup merge of #108294 - compiler-errors:arbitary-sugg-binder, r=TaKO8KiMatthias Krüger-0/+38
2023-03-09Rollup merge of #106915 - notriddle:notriddle/load-only-one-theme, r=Guillaum...Matthias Krüger-6/+6
2023-03-09feat/refactor: improve errors in case of ident with number at startEzra Shaw-9/+27
2023-03-09Auto merge of #108920 - matthiaskrgr:rollup-qrr9a0u, r=matthiaskrgrbors-48/+112
2023-03-09Auto merge of #108178 - cjgillot:ssa-deref, r=oli-obkbors-0/+254
2023-03-08Rollup merge of #108882 - compiler-errors:E0740, r=eholkMatthias Krüger-45/+62
2023-03-08Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiaskoMatthias Krüger-3/+5
2023-03-08Rollup merge of #108839 - compiler-errors:canonicalize-the-root-var, r=lcnrMatthias Krüger-0/+45
2023-03-08Rollup merge of #108903 - rust-lang:pa-fix-clippy-tests, r=flip1995Matthias Krüger-40/+0
2023-03-08Rollup merge of #108901 - LYF1999:yf/108897, r=lcnrMatthias Krüger-0/+45
2023-03-08Rollup merge of #108884 - compiler-errors:tweak-illegal-copy-impl-message, r=...Matthias Krüger-56/+48
2023-03-08Rollup merge of #108883 - compiler-errors:post-norm-copy-err, r=BoxyUwUMatthias Krüger-0/+43
2023-03-08Rollup merge of #108846 - celinval:smir-poc, r=oli-obkMatthias Krüger-0/+104
2023-03-08Rollup merge of #108686 - notriddle:notriddle/jank-all, r=jshaMatthias Krüger-0/+14
2023-03-08Update browser-ui-test versionMichael Howell-5/+5
2023-03-08rustdoc: fix test case for custom themesMichael Howell-1/+1
2023-03-08move clippy tests back to their intended directoryPietro Albini-40/+0
2023-03-08Auto merge of #108121 - aliemjay:resolve-var-region, r=lcnrbors-25/+19
2023-03-08fix: evaluate with wrong obligation stackyifei-0/+45
2023-03-08Tweak E0740Michael Goulet-45/+45
2023-03-08Don't report E0740 for type errorMichael Goulet-0/+17
2023-03-08Suppress copy impl error when post-normalized type references errorsMichael Goulet-0/+43