about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-12-23Auto merge of #134465 - lcnr:type-verifier, r=compiler-errorsbors-342/+159
2024-12-23Auto merge of #134666 - matthiaskrgr:rollup-whe0chp, r=matthiaskrgrbors-13/+18
2024-12-22Rollup merge of #134660 - dtolnay:markdowncode, r=lqdMatthias Krüger-7/+10
2024-12-22Rollup merge of #134611 - tbu-:pr_win7_msvc_align, r=jieyouxuMatthias Krüger-6/+8
2024-12-22Fix spacing of markdown code block fences in compiler rustdocDavid Tolnay-7/+10
2024-12-22Delete `Rvalue::Len`Scott McMurray-188/+13
2024-12-22Auto merge of #134326 - scottmcm:slice-drop-shim-ptrmetadata, r=saethlinbors-9/+66
2024-12-22Rollup merge of #134639 - compiler-errors:negative-ambiguity-causes, r=oli-obkMatthias Krüger-9/+13
2024-12-22Rollup merge of #134635 - compiler-errors:dyn-dyn, r=fmeaseMatthias Krüger-9/+9
2024-12-22Rollup merge of #134618 - RalfJung:coroutine-clone-comments, r=lqdMatthias Krüger-0/+5
2024-12-22Rollup merge of #134603 - kpreid:pointerlike-err, r=estebankMatthias Krüger-31/+69
2024-12-22Rollup merge of #134601 - dtolnay:dynstar, r=compiler-errorsMatthias Krüger-4/+8
2024-12-22Rollup merge of #134364 - estebank:derive-docs, r=fmeaseMatthias Krüger-23/+34
2024-12-22Make sure we note ambiguity causes on positive/negative impl conflictsMichael Goulet-9/+13
2024-12-22Auto merge of #134631 - matthiaskrgr:rollup-mkql5pl, r=matthiaskrgrbors-2/+1
2024-12-21Don't ICE on illegal dyn* castsMichael Goulet-9/+9
2024-12-21Rollup merge of #134526 - onur-ozkan:nightly-feat-rustc, r=jieyouxuMatthias Krüger-2/+1
2024-12-21Auto merge of #134268 - lqd:polonius-next, r=jackh726bors-34/+409
2024-12-21Use E0665 for missing `#[default]` errorEsteban Küber-24/+23
2024-12-21Auto merge of #134505 - jieyouxu:boop-compiler-cc, r=clubby789,jieyouxubors-3/+6
2024-12-21coroutine_clone: add commentsRalf Jung-0/+5
2024-12-21Auto merge of #134501 - lcnr:member-constraints-yeet, r=oli-obkbors-499/+392
2024-12-21Align `{i686,x86_64}-win7-windows-msvc` to their parent targetsTobias Bucher-6/+8
2024-12-21Rollup merge of #134600 - dtolnay:chainedcomparison, r=oli-obkJacob Pratt-13/+6
2024-12-21Rollup merge of #134575 - compiler-errors:drop-lint-coro, r=nikomatsakisJacob Pratt-10/+10
2024-12-21Rollup merge of #133087 - estebank:stmt-misparse, r=chenyukangJacob Pratt-2/+53
2024-12-20Support pretty-printing dyn* trait objectsDavid Tolnay-4/+8
2024-12-20Explain why a type is not eligible for `impl PointerLike`.Kevin Reid-31/+69
2024-12-20Change comparison operators to have Fixity::NoneDavid Tolnay-13/+6
2024-12-21Do not suggest `foo.Bar`Esteban Küber-1/+6
2024-12-21Account for missing `.` in macros to avoid incorrect suggestionEsteban Küber-0/+4
2024-12-21Detect missing `.` in method chain in let bindings and statementsEsteban Küber-2/+44
2024-12-21Mention `#[default]` in E0655 code indexEsteban Küber-3/+15
2024-12-21Rollup merge of #134586 - Urgau:fn-ptr-lint-option, r=compiler-errorsMatthias Krüger-2/+20
2024-12-21Rollup merge of #134539 - estebank:restrict-non_exhaustive, r=jieyouxuMatthias Krüger-3/+37
2024-12-21Rollup merge of #134524 - adetaylor:getref, r=compiler-errorsMatthias Krüger-0/+9
2024-12-21Rollup merge of #133782 - dtolnay:closuresjumps, r=spastorino,traviscrossMatthias Krüger-9/+18
2024-12-20Also lint on option of function pointer comparisonsUrgau-2/+20
2024-12-20Rollup merge of #134574 - lcnr:opaque-ty-hack-yeet, r=compiler-errorsMatthias Krüger-11/+14
2024-12-20Rollup merge of #134573 - lukas-code:unimpl-dyn-pointerlike, r=compiler-errorsMatthias Krüger-47/+19
2024-12-20Rollup merge of #134567 - bjorn3:remove_unused_code, r=compiler-errorsMatthias Krüger-78/+0
2024-12-20Rollup merge of #134561 - bjorn3:less_fatal_error_raise, r=compiler-errorsMatthias Krüger-41/+22
2024-12-20Handle DropKind::ForLint in coroutines correctlyMichael Goulet-10/+10
2024-12-20next-solver: rm opaque type hacklcnr-11/+14
2024-12-20Restrict `#[non_exaustive]` on structs with default field valuesEsteban Küber-3/+37
2024-12-20split up `#[rustc_deny_explicit_impl]` attributeLukas Markeffsky-47/+19
2024-12-20Remove some dead code around import library generationbjorn3-78/+0
2024-12-20Reduce the amount of explicit FatalError.raise()bjorn3-41/+22
2024-12-20Rollup merge of #134553 - lcnr:member-constraints-comment, r=oli-obkDianQK-3/+6
2024-12-20Rollup merge of #134551 - Zalathar:graph, r=lqdDianQK-93/+61