about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-08-31Provide suggestion when encountering `match () { () => 1 } + match () { () =>...Esteban Küber-0/+11
2025-08-30Detect negative literal inferred to unsigned integerEsteban Küber-1/+40
2025-08-30review comment: move `Visitor`Esteban Küber-27/+29
2025-08-30Avoid unnecessary suggestion in or-patternEsteban Küber-18/+24
2025-08-30Suggest constant on unused binding in a patternEsteban Küber-2/+19
2025-08-30On unused binding in pattern, suggest unit struct/variant with similar nameEsteban Küber-1/+51
2025-08-30Update target spec metadata of Arm64EC Windows and Trusty targetsTaiki Endo-5/+5
2025-08-30Explicity disable LSX feature for `loongarch64-unknown-none` targetWANG Rui-1/+1
2025-08-30Fix stage 1 compiler testsJakub Beránek-4/+7
2025-08-30Remove incorrect FIXMEJonathan Brouwer-1/+1
2025-08-30compiler: Include span of too huge array with `-Cdebuginfo=2`Martin Nordholts-4/+10
2025-08-30Auto merge of #123319 - no92:managarm-target, r=davidtwcobors-0/+92
2025-08-30On binding not present in all patterns, look at consts and unit structs/varia...Esteban Küber-2/+111
2025-08-29Rollup merge of #145990 - lcnr:final-ty-no-resolve, r=davidtwcoTrevor Gross-16/+10
2025-08-29Rollup merge of #145967 - Enselic:big-enum-debuginfo-span, r=wesleywiserTrevor Gross-6/+19
2025-08-29Rollup merge of #145756 - okaneco:stabilize_char_boundary, r=scottmcmTrevor Gross-2/+2
2025-08-29Move to 0.50.1Daniel Paoliello-9/+11
2025-08-29Update to ar_archive_writer 0.5.1Daniel Paoliello-45/+69
2025-08-29resolve: Merge `ExternPreludeEntry::only_item` into `flag_binding`Vadim Petrochenkov-37/+37
2025-08-29resolve: Merge `ExternPreludeEntry::introduced_by_item` into `item_binding`Vadim Petrochenkov-18/+21
2025-08-29resolve: Avoid a regression from splitting prelude into two scopesVadim Petrochenkov-3/+20
2025-08-29Rollup merge of #145984 - nnethercote:TokenStream-cleanups, r=chenyukangMatthias Krüger-76/+65
2025-08-29autoderef final ty is already resolvedlcnr-16/+10
2025-08-29Correctly handle different crate types disagreeing if the allocator shim is e...bjorn3-29/+46
2025-08-29Fix typo in commentbjorn3-1/+1
2025-08-29Ensure we emit an allocator shim when only some crate types need onebjorn3-9/+35
2025-08-29cleanup proof tree implementation and add cachelcnr-441/+331
2025-08-29Put `TokenStream` stuff in a sensible order.Nicholas Nethercote-67/+65
2025-08-29Remove very outdated comment about token streams.Nicholas Nethercote-9/+0
2025-08-29Auto merge of #145978 - Zalathar:rollup-0dzk72g, r=Zalatharbors-94/+71
2025-08-29Rollup merge of #145947 - nnethercote:workspace-members-2, r=KobzolStuart Cook-64/+62
2025-08-29Rollup merge of #145387 - zachs18:remove-tmplayout, r=cjgillotStuart Cook-30/+9
2025-08-29Auto merge of #145377 - ChayimFriedman2:solver-def-id, r=lcnrbors-177/+233
2025-08-29compiler: Add `{x86_64,aarch64,riscv64gc}-unknown-managarm-mlibc` targetsno92-0/+92
2025-08-28Auto merge of #145970 - GuillaumeGomez:rollup-pr11qds, r=GuillaumeGomezbors-126/+195
2025-08-28Rollup merge of #145965 - bjorn3:sanitize_symbol_export_improvements, r=lqdGuillaume Gomez-54/+33
2025-08-28Rollup merge of #145937 - jdonszelmann:doc-hidden-prelude, r=fmeaseGuillaume Gomez-1/+11
2025-08-28Rollup merge of #145853 - JonathanBrouwer:fix-lit-parsing, r=jdonszelmannGuillaume Gomez-35/+52
2025-08-28Rollup merge of #145368 - rcvalle:rust-cfi-fix-142284, r=dianqkGuillaume Gomez-12/+1
2025-08-28Rollup merge of #142472 - GuillaumeGomez:doc-attribute-attribute, r=fmeaseGuillaume Gomez-24/+98
2025-08-28Move ___asan_globals_registered exportbjorn3-6/+4
2025-08-28Only export the sanitizer symbols for LTO and move export code to cg_llvmbjorn3-48/+29
2025-08-28fix(lexer): Don't require frontmatters to be escaped with indented fencesEd Page-21/+13
2025-08-28compiler: Include span of too huge enum with -Cdebuginfo=2Martin Nordholts-6/+19
2025-08-28Improve error messages around invalid literals in attribute argumentsJonathan Brouwer-35/+52
2025-08-28Auto merge of #145807 - zachs18:only-consider-auto-traits-empty, r=compiler-e...bors-1/+6
2025-08-28Add ui test for unsupported `doc(attribute = "...")` case for attributes with...Guillaume Gomez-0/+1
2025-08-28Create new `Item::is_fake_item` method as equivalent to check for `is_primiti...Guillaume Gomez-21/+45
2025-08-28Add new `doc(attribute = "...")` attributeGuillaume Gomez-22/+71
2025-08-28Rollup merge of #145953 - robertbastian:master, r=ManishearthStuart Cook-251/+138