about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
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
2025-02-05Auto merge of #136094 - davidv1992:upgrade-elsa, r=oli-obkbors-1/+1
2025-02-05Only allow negation on literals in patterns if it's on integers or floatsOli Scherer-2/+10
2025-02-05separate labels for default binding mode spans into their own notesdianne-18/+38
2025-02-04cg_gcc: Directly use rustc_abi instead of reexportsJubilee Young-25/+25
2025-02-05Rollup merge of #136375 - Zalathar:llvm-di-builder, r=workingjubileeLeón Orell Valerian Liehr-98/+121
2025-02-05Rollup merge of #128045 - pnkfelix:rustc-contracts, r=oli-obkLeón Orell Valerian Liehr-26/+583
2025-02-04Auto merge of #136115 - Mark-Simulacrum:shard-alloc-id, r=RalfJungbors-26/+44
2025-02-04Auto merge of #136549 - matthiaskrgr:rollup-sqbpgtd, r=matthiaskrgrbors-536/+484
2025-02-04Fix rustc_hidden_type_of_opaques for RPITITs with no default bodyMichael Goulet-0/+9
2025-02-04Rollup merge of #136526 - Zalathar:thir-cx, r=NadrierilMatthias Krüger-109/+86
2025-02-04Rollup merge of #136520 - compiler-errors:redundant-layout-assert, r=lcnrMatthias Krüger-105/+2