about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-07-10Rollup merge of #143744 - fmease:lta-expand-proper-depth, r=compiler-errorsTrevor Gross-2/+4
2025-07-10Rollup merge of #143742 - estebank:borrow-suggestion, r=compiler-errorsTrevor Gross-104/+126
2025-07-10Rollup merge of #143728 - LorrensP-2158466:refactor-resolve-extraction, r=pet...Trevor Gross-118/+143
2025-07-10Rollup merge of #143722 - oli-obk:sound-llvm, r=dianqkTrevor Gross-7/+9
2025-07-11Split up the `unknown_or_malformed_diagnostic_attributes` lintmejrs-30/+118
2025-07-10Rollup merge of #143640 - oli-obk:const-fn-traits, r=compiler-errorsMatthias Krüger-50/+55
2025-07-10Rollup merge of #143632 - dillona:ffi-param-names, r=jieyouxuMatthias Krüger-2/+2
2025-07-10Rollup merge of #143599 - folkertdev:x86-asm-syntax-global-naked-asm, r=AmanieuMatthias Krüger-7/+15
2025-07-10Rollup merge of #143446 - usamoi:export-executable-symbols, r=bjorn3,oli-obkMatthias Krüger-16/+25
2025-07-10Properly track the depth when expanding free alias typesLeón Orell Valerian Liehr-2/+4
2025-07-10Make `Diag::multipart_suggestions` always verboseEsteban Küber-1/+1
2025-07-10Rework borrowing suggestions to use `Expr` instead of just `Span`Esteban Küber-103/+125
2025-07-10Add `BuilderMethods::unreachable_nonterminator`Scott McMurray-6/+12
2025-07-10Check assoc consts and tys later like assoc fnsMu001999-24/+46
2025-07-10fix: Include frontmatter in -Zunpretty outputEd Page-1/+9
2025-07-10test(lexer): Add frontmatter unit testEd Page-2/+84
2025-07-10interpret/allocation: expose init + write_wildcards on a rangeNia Espera-25/+38
2025-07-10chore: Improve how the other suggestions message gets renderedScott Schafer-2/+7
2025-07-10extract single_import_can_define_name and finalize_glob_module_bindingb-naber-118/+143
2025-07-10Rollup merge of #143675 - hkBst:overflowing-1, r=oli-obkMatthias Krüger-5/+4
2025-07-10Rollup merge of #143666 - nilehmann:nested_bodies_in_consumers, r=lcnrMatthias Krüger-54/+89
2025-07-10Rollup merge of #143663 - dillona:fix-typo, r=jdonszelmannMatthias Krüger-2/+2
2025-07-10Rollup merge of #143659 - GrigorenkoPV:attributes/inner-outer, r=jdonszelmannMatthias Krüger-42/+29
2025-07-10Rollup merge of #143657 - LorrensP-2158466:split-macro-map, r=petrochenkovMatthias Krüger-32/+52
2025-07-10Rollup merge of #136906 - chenyukang:yukang-fix-136741-closure-body, r=oli-obkMatthias Krüger-5/+12
2025-07-10added error for invalid char castKivooeo-10/+53
2025-07-10Auto merge of #143721 - tgross35:rollup-sjdfp6r, r=tgross35bors-25/+146
2025-07-10Propagate from borrowed locals in CopyPropTomasz Miąsko-20/+6
2025-07-10Make some "safe" llvm ops actually soundOli Scherer-7/+9
2025-07-10Rollup merge of #143011 - LorrensP-2158466:warn-ambiguity-into-error, r=petro...Trevor Gross-1/+2
2025-07-10Auto merge of #143696 - oli-obk:constable-type-id2, r=RalfJungbors-59/+230
2025-07-09Make UB transmutes really UB in LLVMScott McMurray-7/+5
2025-07-09compiler: recomment `needs_fn_once_adapter_shim`Jubilee Young-8/+6
2025-07-10Remove uncessary parens in closure body with unused lintyukang-5/+12
2025-07-09mbe: Refactor the diagnostic for unrecognized metavariable expressionsTrevor Gross-9/+20
2025-07-09mbe: Refactor diagnostics for invalid metavar expression syntaxTrevor Gross-15/+124
2025-07-09feat(lexer): Allow including frontmatter with 'tokenize'Ed Page-12/+22
2025-07-09Use reference for MacroRulesScopeRef instead of Interned.LorrensP-2158466-3/+2
2025-07-09MacroData in ResolverArenas + split macro_map into extern_macro_map and local...LorrensP-2158466-29/+50
2025-07-09Auto merge of #143538 - compiler-errors:instantiate-auto-trait, r=lcnrbors-212/+245
2025-07-09miri: fix out-of-bounds error for ptrs with negative offsetsRalf Jung-12/+15
2025-07-09Make AsyncDrop check that it's being implemented on a local ADTMichael Goulet-2/+7
2025-07-09Auto merge of #143502 - scottmcm:aggregate-simd, r=oli-obkbors-77/+126
2025-07-09Avoid creating a helper allocation for creating new `TypeId` values in the in...Oli Scherer-38/+29
2025-07-09Add opaque TypeId handles for CTFEOli Scherer-56/+236
2025-07-09use `--dynamic-list` for exporting executable symbolsusamoi-16/+25
2025-07-09Auto merge of #143472 - dianne:deref-pat-column-check, r=Nadrierilbors-53/+113
2025-07-09improve lint doc textMarijn Schouten-5/+4
2025-07-09Auto merge of #143667 - tgross35:rollup-yqitltm, r=tgross35bors-43/+66
2025-07-08Rollup merge of #143532 - compiler-errors:mut-ref-sugg, r=davidtwcoTrevor Gross-5/+8