about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-02-06Auto merge of #136471 - safinaskar:parallel, r=SparrowLiibors-293/+301
2025-02-06coverage: Remove the old code for simplifying counters after MIR optsZalathar-183/+17
2025-02-06coverage: Don't create counters for code that was removed by MIR optsZalathar-13/+19
2025-02-06coverage: Defer part of counter-creation until codegenZalathar-271/+173
2025-02-06coverage: Store BCB node IDs in mappings, and resolve them in codegenZalathar-79/+67
2025-02-06MIR validation: add comment explaining the limitations of CfgCheckerRalf Jung-0/+6
2025-02-06compiler: reorganize rustc_abi to be more internally uniformJubilee Young-74/+78
2025-02-06compiler: make rustc_target have less weird reexportsJubilee Young-125/+143
2025-02-06Prevent generic pattern types from being used in libstdOli Scherer-2/+45
2025-02-05Rollup merge of #136611 - Zalathar:llvm-underscore, r=workingjubileeJubilee-12/+3
2025-02-05Rollup merge of #136591 - GuillaumeGomez:expr-to-string, r=UrgauJubilee-0/+4
2025-02-05Rollup merge of #136590 - carolynzech:raw-ptr-kind-internal, r=compiler-errorsJubilee-1/+13
2025-02-05Rollup merge of #136583 - Jarcho:fn_ctxt2, r=compiler-errorsJubilee-161/+155
2025-02-05Rollup merge of #136573 - oli-obk:document-literal-at-wrong-type-reason, r=co...Jubilee-0/+3
2025-02-05Rollup merge of #136563 - nnethercote:clean-up-Trivials, r=lcnrJubilee-164/+123
2025-02-05Rollup merge of #136550 - compiler-errors:rpitit-empty-body, r=oli-obkJubilee-0/+9
2025-02-05Rollup merge of #136269 - compiler-errors:spanned, r=lcnrJubilee-57/+127
2025-02-05Rollup merge of #133932 - bjorn3:fix_ptx_kernel_abi, r=wesleywiserJubilee-22/+33
2025-02-06Fix whitespace in lift macros.Nicholas Nethercote-22/+32
2025-02-06Clean up trivial traversal/lift impl generator macro calls.Nicholas Nethercote-151/+100
2025-02-06Remove some unused glob re-exportsZalathar-4/+0
2025-02-06Remove the `mod llvm_` hack, which should no longer be necessaryZalathar-8/+3
2025-02-05fix fwd-mode autodiff caseManuel Drehwald-3/+8
2025-02-05Auto merge of #136572 - jieyouxu:rollup-mtyaisw, r=jieyouxubors-92/+55
2025-02-05Walk into nested bodies when suggesting unit for unit fallbackMichael Goulet-0/+6
2025-02-05Only suggest unit for unit fallback when spans dont come from macro expansionMichael Goulet-2/+10
2025-02-05Eagerly detect coroutine recursion pre-mono when possibleMichael Goulet-81/+11
2025-02-05Pass spans around new solverMichael Goulet-51/+125
2025-02-05Remove span from delegateMichael Goulet-6/+2
2025-02-05peace of mind: be absolutely sure we don't try to emit a 0-part suggestiondianne-1/+4
2025-02-05Add `rustc_hir_pretty::expr_to_string` functionGuillaume Gomez-0/+4
2025-02-05try to suggest eliding redundant binding modifiersdianne-39/+69
2025-02-05peace of mind: remove a call to `Option::expect`dianne-2/+3
2025-02-05reword default binding mode notesdianne-9/+3
2025-02-05Removed dependency on the field-offset crate.David Venhoek-10/+20
2025-02-05Re-enable "jump to def" feature on rustc docsGuillaume Gomez-1/+3
2025-02-05Implement RustcInternal for RawPtrKindCarolyn Zech-1/+13
2025-02-05When displaying a parameter mismatch error, only highlight the mismatched par...Jason Newcomb-161/+155
2025-02-05Auto merge of #136302 - oli-obk:push-vvqmwzunxsrk, r=compiler-errorsbors-21/+28
2025-02-05implement `eat_until` leveraging memchr in lexergvozdvmozgu-2/+10
2025-02-05Pretty print pattern type values with `transmute` if they don't satisfy their...Oli Scherer-14/+49
2025-02-05Couple of changes to run rustc in miribjorn3-12/+24
2025-02-05Uniformly handle HIR literals in visitors and lintsOli Scherer-7/+30
2025-02-05Avoid passing around an `Expr` that is only needed for its HirId and its SpanOli Scherer-31/+40
2025-02-05Rollup merge of #136537 - tgross35:update-builtins, r=tgross35许杰友 Jieyou Xu (Joe)-2/+2
2025-02-05Rollup merge of #136304 - oli-obk:push-ymxoklvzrpvx, r=Nadrieril许杰友 Jieyou Xu (Joe)-2/+10
2025-02-05Rollup merge of #136154 - taiki-e:ppc-secure-plt, r=nikic许杰友 Jieyou Xu (Joe)-1/+7
2025-02-05Rollup merge of #135964 - ehuss:cenum_impl_drop_cast, r=Nadrieril许杰友 Jieyou Xu (Joe)-62/+11
2025-02-05Rollup merge of #132547 - workingjubilee:rustc-abi-in-cg-gcc, r=GuillaumeGomez许杰友 Jieyou Xu (Joe)-25/+25
2025-02-05Document why some "type mismatches" existOli Scherer-0/+3