about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-10-30Rollup merge of #103726 - TaKO8Ki:avoid-&str-to-string-conversions, r=compile...Matthias Krüger-11/+8
2022-10-29Auto merge of #103450 - cjgillot:elision-nodedup, r=Mark-Simulacrumbors-34/+69
2022-10-29Rollup merge of #103699 - compiler-errors:dyn-star-cast-bad, r=TaKO8KiGuillaume Gomez-1/+7
2022-10-29Rollup merge of #103625 - WaffleLapkin:no_tyctxt_dogs_allowed, r=compiler-errorsGuillaume Gomez-76/+53
2022-10-29Rollup merge of #103618 - nnethercote:rename-OwnerId-fields, r=compiler-errorsGuillaume Gomez-459/+474
2022-10-29Rollup merge of #103415 - compiler-errors:tiny-perf-increase-on-diagnostic, r...Guillaume Gomez-22/+32
2022-10-29Rename some `OwnerId` fields.Nicholas Nethercote-459/+474
2022-10-29Auto merge of #103714 - matthiaskrgr:rollup-kajt3i8, r=matthiaskrgrbors-1/+15
2022-10-29avoid unnecessary `&str` to `String` conversionsTakayuki Maeda-11/+8
2022-10-29Rollup merge of #103656 - camsteffen:symbol-to-string, r=compiler-errorsMatthias Krüger-0/+7
2022-10-29Rollup merge of #103383 - compiler-errors:tait-scope, r=oli-obkMatthias Krüger-1/+8
2022-10-29Auto merge of #102698 - michaelwoerister:unord-collections, r=lncrbors-10/+398
2022-10-29Auto merge of #102233 - petrochenkov:effvis, r=jackh726bors-234/+236
2022-10-28Specialize ToString for SymbolCameron Steffen-0/+7
2022-10-28Auto merge of #103683 - fee1-dead-contrib:fix-deferred-cast-checks-constness,...bors-4/+26
2022-10-28Emit proper error when casting to Ddyn-starMichael Goulet-1/+7
2022-10-28Auto merge of #103071 - wesleywiser:fix_inlined_line_numbers, r=davidtwcobors-2/+10
2022-10-28Auto merge of #102674 - CastilloDel:master, r=oli-obkbors-15/+14
2022-10-28Retain ParamEnv constness when running deferred cast checksDeadbeef-4/+26
2022-10-28Auto merge of #103671 - matthiaskrgr:rollup-iuugpep, r=matthiaskrgrbors-78/+119
2022-10-28Rollup merge of #103609 - BoxyUwU:fix_impl_self_cycle, r=compiler-errorsMatthias Krüger-2/+47
2022-10-28Rollup merge of #103608 - compiler-errors:rpitit-early-lt, r=cjgillotMatthias Krüger-1/+1
2022-10-28Rollup merge of #103641 - compiler-errors:issue-103624, r=cjgillotMatthias Krüger-72/+71
2022-10-28Rollup merge of #103550 - notriddle:notriddle/no-suggest-static-candidates, r...Matthias Krüger-6/+18
2022-10-28Rollup merge of #103283 - nbarrios1337:unsafe-impl-suggestions, r=cjgillotMatthias Krüger-0/+30
2022-10-27tidy + move logic to fnBoxy-31/+30
2022-10-27use proper spansBoxy-8/+15
2022-10-27DoItBoxy-1/+40
2022-10-27Only ban duplication across parameters.Camille GILLOT-31/+67
2022-10-27Erase regions from CallArgument, add test + blessMichael Goulet-1/+1
2022-10-27Revert "Make ClosureOutlivesRequirement not rely on an unresolved type"Michael Goulet-72/+71
2022-10-27Update toolingMaybe Waffle-7/+2
2022-10-27Introduce UnordMap, UnordSet, and UnordBag (see MCP 533)Michael Woerister-10/+398
2022-10-27Rollup merge of #103544 - Nilstrieb:no-recovery-pls, r=compiler-errorsMatthias Krüger-2/+31
2022-10-27Rollup merge of #103524 - petrochenkov:modchild4, r=cjgillotMatthias Krüger-50/+53
2022-10-27Rollup merge of #103255 - oli-obk:opaque_wrong_eq_relation, r=compiler-errorsMatthias Krüger-75/+41
2022-10-27Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functionsMaybe Waffle-69/+51
2022-10-27Auto merge of #103623 - matthiaskrgr:rollup-318yc1t, r=matthiaskrgrbors-78/+132
2022-10-27Rollup merge of #103593 - compiler-errors:nit-remove-returns, r=fee1-deadMatthias Krüger-18/+0
2022-10-27Rollup merge of #103586 - compiler-errors:issue-103573, r=jackh726Matthias Krüger-0/+4
2022-10-27Rollup merge of #103525 - oli-obk:const_impl_on_non_const_trait, r=lcnrMatthias Krüger-47/+114
2022-10-27Rollup merge of #103475 - oli-obk:generic_param_indices, r=lcnrMatthias Krüger-13/+14
2022-10-27Auto merge of #103601 - compiler-errors:no-opaque-probe-in-nll-relate, r=oli-obkbors-1/+1
2022-10-27Remap early bound lifetimes tooMichael Goulet-1/+1
2022-10-27Rollup merge of #103598 - tshepang:token-kind-docs, r=jackh726Yuki Okushi-5/+18
2022-10-27Rollup merge of #103549 - maurer:llvm-main, r=cuviperYuki Okushi-0/+2
2022-10-26No need to probe when relating opaques in nll_relateMichael Goulet-1/+1
2022-10-26rustc_lexer::TokenKind improve docsTshepang Mbambo-5/+18
2022-10-26Fix typonils-1/+1
2022-10-26remove unused parser fnMichael Goulet-18/+0