about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-02-01Use AddToDiagnostic for "use latest edition" helpXiretza-25/+53
2023-02-01rustc_parse: avoid creating unnecessary intermediate stringsXiretza-1/+2
2023-02-01Forbid #[suggestion_*(...)] on VecsXiretza-43/+66
2023-02-01Auto merge of #107257 - inquisitivecrystal:ffi-attr, r=davidtwcobors-47/+78
2023-02-01Rollup merge of #107533 - pnkfelix:distinguish-generator-state-in-print-type-...Matthias Krüger-6/+27
2023-02-01Rollup merge of #107499 - compiler-errors:deduce_sig_from_projection-generato...Matthias Krüger-10/+10
2023-02-01Rollup merge of #107487 - edward-shen:edward-shen/107213-round-2, r=estebankMatthias Krüger-2/+2
2023-02-01Rollup merge of #107389 - zvavybir:master, r=estebankMatthias Krüger-1/+3
2023-02-01Auto merge of #107536 - GuillaumeGomez:rollup-xv7dx2h, r=GuillaumeGomezbors-372/+445
2023-01-31Rollup merge of #107525 - RalfJung:pointee-info, r=eddybGuillaume Gomez-0/+2
2023-01-31Rollup merge of #107508 - WaffleLapkin:uneq'15, r=oli-obkGuillaume Gomez-26/+27
2023-01-31Rollup merge of #107486 - compiler-errors:bound-ty-keep-name, r=oli-obkGuillaume Gomez-38/+52
2023-01-31Rollup merge of #107467 - WaffleLapkin:uneq, r=oli-obkGuillaume Gomez-258/+276
2023-01-31Rollup merge of #107412 - tshepang:needless-check, r=wesleywiserGuillaume Gomez-5/+2
2023-01-31Rollup merge of #107348 - lcnr:project-solve-new, r=compiler-errorsGuillaume Gomez-45/+86
2023-01-31Auto merge of #102513 - RalfJung:no-more-unaligned-reference, r=cjgillot,scot...bors-74/+93
2023-01-31placate tidy.Felix S. Klock II-3/+3
2023-01-31Extend `-Z print-type-sizes` to distinguish generator upvars and locals from ...Felix S. Klock II-6/+27
2023-01-31make unaligned_reference a hard errorRalf Jung-74/+93
2023-01-31Auto merge of #107297 - Mark-Simulacrum:bump-bootstrap, r=pietroalbinibors-17/+14
2023-01-31PointeeInfo is advisory onlyRalf Jung-0/+2
2023-01-31Download rustc component for rustfmt toolchain as wellMark Rousskov-13/+10
2023-01-31Auto merge of #106399 - estebank:type-err-span-label, r=nagisabors-164/+189
2023-01-31Auto merge of #100754 - davidtwco:translation-incremental, r=compiler-errorsbors-427/+1156
2023-01-31Don't accept `Edition` by refMaybe Waffle-14/+14
2023-01-31Don't do `.edition().rust_*()`Maybe Waffle-1/+1
2023-01-31Document `rust_2015` methodsMaybe Waffle-0/+2
2023-01-31Use `Edition` methods a bit moreMaybe Waffle-12/+11
2023-01-31Review changesMaybe Waffle-6/+5
2023-01-31Auto merge of #107498 - JohnTitor:rollup-2i6g4uk, r=JohnTitorbors-6/+242
2023-01-31Do not depend on Generator trait when deducing closure signatureMichael Goulet-10/+10
2023-01-31Rollup merge of #107479 - compiler-errors:probe-can-call-ocx, r=BoxyUwUYuki Okushi-1/+1
2023-01-31Rollup merge of #107245 - compiler-errors:new-solver-unsizing, r=lcnrYuki Okushi-5/+241
2023-01-31Auto merge of #107443 - cjgillot:generator-less-query, r=compiler-errorsbors-2/+5
2023-01-31Auto merge of #105650 - cassaundra:float-literal-suggestion, r=pnkfelixbors-1/+10
2023-01-30Track bound types like bound regionsMichael Goulet-38/+52
2023-01-30Make the "extra if in let...else block" hint a suggestionEdward Shen-2/+2
2023-01-30Fix unquoted projection types in labelEsteban Küber-1/+1
2023-01-30Make structured suggestion for fn casting verboseEsteban Küber-1/+1
2023-01-30Tweak E0271 wordingEsteban Küber-2/+6
2023-01-30Mention fn coercion rules (needs to be expanded)Esteban Küber-1/+20
2023-01-30Fix invalid float literal suggestions when recovering an integerCassaundra Smith-1/+10
2023-01-30Tweak use of trimmed pathsEsteban Küber-7/+29
2023-01-30Hide lifetimes of `impl Trait` in force trimmed pathsEsteban Küber-3/+5
2023-01-30Do not mention lifetime names in force trimmed pathsEsteban Küber-0/+4
2023-01-30Don't show `for<'lt>` in force trimmed pathsEsteban Küber-3/+8
2023-01-30review commentsEsteban Küber-41/+46
2023-01-30Modify primary span label for E0308Esteban Küber-135/+99
2023-01-30Ran rustfmtMatthias Kaak-1/+3
2023-01-30Improved wording of error messages of missing remainder implementationsMatthias Kaak-1/+1