about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-02-20Rollup merge of #108200 - jhpratt:restricted-damerau-levenshtein-distance, r=...Matthias Krüger-1/+20
2023-02-20Auto merge of #107721 - megakorre:issue_105700, r=petrochenkovbors-0/+19
2023-02-20`const` generic -> const parameter in err msglcnr-6/+3
2023-02-20Auto merge of #107969 - b-naber:proj-relate-variance, r=lcnrbors-0/+134
2023-02-20create dummy placeholder crate to prevent compilerPatrik Kårlin-0/+19
2023-02-19Only include stable lints in `rustdoc::all` groupNoah Lev-19/+40
2023-02-19Refine error span for trait error into borrowed expressionNathan Fenner-16/+54
2023-02-19Add an InstCombine for redundant castsBen Kimock-0/+71
2023-02-20Auto merge of #105961 - fmease:iat-type-directed-probing, r=jackh726bors-0/+504
2023-02-19Collect fulfillment errors across implsLeón Orell Valerian Liehr-0/+40
2023-02-19Auto merge of #108128 - clubby789:builtin-derived-attr, r=jackh726bors-24/+36
2023-02-19Remove the assume(!is_null) from Vec::as_ptrBen Kimock-0/+19
2023-02-19Auto merge of #107921 - cjgillot:codegen-overflow-check, r=tmiaskobors-14/+176
2023-02-19Add a test and several known bugsLeón Orell Valerian Liehr-0/+127
2023-02-19Fix substitution bugLeón Orell Valerian Liehr-2/+53
2023-02-19Use InferCtxt::probe to properly detect ambiguous candidatesLeón Orell Valerian Liehr-0/+36
2023-02-19Use the correct ParamEnvLeón Orell Valerian Liehr-2/+40
2023-02-19Type-directed probing for inherent associated typesLeón Orell Valerian Liehr-0/+212
2023-02-19Rollup merge of #108203 - compiler-errors:rpitit-fix-defaults-2, r=jackh726Guillaume Gomez-0/+77
2023-02-19Rollup merge of #108129 - GuillaumeGomez:correctly-handle-links-starting-with...Guillaume Gomez-0/+28
2023-02-19Rollup merge of #107766 - GuillaumeGomez:fix-json-reexports-of-different-item...Guillaume Gomez-0/+25
2023-02-19Auto merge of #108228 - Dylan-DPC:rollup-i9t13qu, r=Dylan-DPCbors-84/+204
2023-02-19Rollup merge of #108189 - compiler-errors:non_lifetime_binders-bound-stuff, r...Dylan DPC-0/+85
2023-02-19Rollup merge of #108146 - notriddle:notriddle/rustdoc-search-reference, r=Gui...Dylan DPC-0/+8
2023-02-19Rollup merge of #107951 - petrochenkov:procmacdoc, r=jackh726Dylan DPC-0/+27
2023-02-19Rollup merge of #107783 - notriddle:notriddle/item-table-ul, r=GuillaumeGomezDylan DPC-84/+84
2023-02-19Auto merge of #107772 - compiler-errors:dyn-star-backend-is-ptr, r=eholkbors-0/+32
2023-02-19Add test for `println!` typoJacob Pratt-0/+17
2023-02-19Use restricted Damerau-Levenshtein algorithmJacob Pratt-1/+3
2023-02-19Auto merge of #107867 - compiler-errors:new-solver-fn-trait-safety, r=lcnrbors-0/+35
2023-02-18Add regression test for #107995Guillaume Gomez-0/+28
2023-02-18Replace _with_overflow instrinsics in LowerIntrinsics.Camille GILLOT-0/+90
2023-02-18Fix codegen test.Camille GILLOT-1/+1
2023-02-18Add codegen test.Camille GILLOT-0/+14
2023-02-18Remove overflow checks from ConstProp.Camille GILLOT-14/+72
2023-02-18Add testMichael Goulet-0/+77
2023-02-18Make sure test_type_match doesn't ICE with late-bound typesMichael Goulet-0/+25
2023-02-18Pretty placeholders using their namesMichael Goulet-5/+7
2023-02-18Collapse placeholders to root universe in canonicalizer if not preserving uni...Michael Goulet-2/+44
2023-02-18Don't ICE on bound types in sized conditionsMichael Goulet-0/+41
2023-02-18Make dyn* have the same scalar pair ABI as corresponding fat pointerMichael Goulet-1/+3
2023-02-18Add codegen testMichael Goulet-0/+7
2023-02-18Use inttoptr to support usize as dyn* value, use pointercast to make sure poi...Michael Goulet-0/+23
2023-02-18Check that built-in callable types validate their output type is `Sized` (in ...Michael Goulet-0/+35
2023-02-18lint: don't suggest assume_init for uninhabited typesy21-56/+14
2023-02-18Add regression test for #107677Guillaume Gomez-0/+25
2023-02-18Auto merge of #108209 - petrochenkov:doclean, r=notriddlebors-16/+16
2023-02-18Rollup merge of #108186 - compiler-errors:closures-with-late-bound-types-r-ba...Matthias Krüger-14/+86
2023-02-18Rollup merge of #108162 - clubby789:issue-108155, r=NilstriebMatthias Krüger-0/+15
2023-02-18Rollup merge of #108031 - jieyouxu:issue-108019, r=estebankMatthias Krüger-4/+135