about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-09-22Replace calls to Const::eval in mir buildMichael Goulet-7/+17
2024-09-22Auto merge of #130689 - RalfJung:rustc_nonnull_optimization_guaranteed, r=jie...bors-2/+5
2024-09-22fix rustc_nonnull_optimization_guaranteed docsRalf Jung-2/+5
2024-09-22Auto merge of #130688 - workingjubilee:rollup-ovre6p7, r=workingjubileebors-19/+28
2024-09-21Rollup merge of #130665 - veera-sivarajan:fix-118612, r=compiler-errorsJubilee-1/+10
2024-09-21Rollup merge of #130650 - BlackHoleFox:apple-target-desc-consistency, r=jieyouxuJubilee-18/+18
2024-09-22Auto merge of #130446 - durin42:llvm-20-fix-CommandLineArgs, r=workingjubileebors-1/+19
2024-09-22Auto merge of #130246 - dianne:issue-97589-fix, r=petrochenkovbors-3/+11
2024-09-22Auto merge of #130337 - BoxyUwU:anon_const_macro_call, r=camelidbors-28/+102
2024-09-21Handle macro calls in anon const def creation take 2Boxy-28/+102
2024-09-21Rollup merge of #130673 - GrigorenkoPV:path-triple-colon, r=compiler-errorsMichael Goulet-16/+48
2024-09-21Rollup merge of #130667 - workingjubilee:she-is-c-c-c-cold, r=compiler-errorsMichael Goulet-1/+4
2024-09-21Rollup merge of #130666 - compiler-errors:super-bounds, r=fee1-dead,fmeaseMichael Goulet-11/+84
2024-09-21Rollup merge of #129629 - compiler-errors:rtn-in-path, r=jackh726Michael Goulet-153/+690
2024-09-21Rollup merge of #127766 - folkertdev:c-cmse-nonsecure-entry, r=jackh726Michael Goulet-69/+50
2024-09-21Parser: recover from `:::` to `::` in delegationsPavel Grigorenko-1/+1
2024-09-21Parser: recover from `:::` to `::`Pavel Grigorenko-15/+47
2024-09-21Don't elaborate effects predicates into bounds list unless we're actually col...Michael Goulet-1/+8
2024-09-21Assert that explicit_super_predicates_of and explicit_item_bounds truly only ...Michael Goulet-10/+76
2024-09-21Auto merge of #127546 - workingjubilee:5-level-paging-exists, r=saethlinbors-12/+10
2024-09-21compiler: Accept "improper" ctypes in extern "rust-cold" fnJubilee Young-1/+4
2024-09-21Fixup Apple target's description stringsBlackHoleFox-18/+18
2024-09-21Prevent Deduplication of `LongRunningWarn`Veera-1/+10
2024-09-21compiler: Precisely name units of object sizeJubilee-3/+3
2024-09-21More tests and tweak commentsMichael Goulet-4/+15
2024-09-21Auto merge of #129283 - saethlin:unreachable-allocas, r=scottmcmbors-45/+117
2024-09-21Auto merge of #130599 - jieyouxu:snake_case_binary_cleanup, r=petrochenkovbors-0/+3
2024-09-21mark `E0775` as no longer emitte by the compilerFolkert de Vries-0/+2
2024-09-21disallow cmse ABIs on unsupported platformsFolkert-2/+4
2024-09-21remove `#[cmse_nonsecure_entry]`Folkert-57/+8
2024-09-21add `C-cmse-nonsecure-entry` ABIFolkert de Vries-11/+37
2024-09-21Explain why non_snake_case is skipped for binary crates许杰友 Jieyou Xu (Joe)-0/+3
2024-09-21Rollup merge of #130646 - workingjubilee:literally-factorize-int-lint, r=comp...Matthias Krüger-405/+417
2024-09-21Rollup merge of #130645 - compiler-errors:normalize-gce-writeback, r=BoxyUwUMatthias Krüger-16/+34
2024-09-21Rollup merge of #130644 - compiler-errors:consts-in-codegen, r=BoxyUwUMatthias Krüger-22/+40
2024-09-21Rollup merge of #130598 - gurry:130310-improper-types-stack-overflow, r=compi...Matthias Krüger-3/+19
2024-09-21Compute reachable locals as part of non_ssa_localsBen Kimock-101/+64
2024-09-21Don't alloca for unused localsBen Kimock-23/+132
2024-09-20Resolve self type alias in impl for RTNMichael Goulet-1/+25
2024-09-20Add missing diagnostics and flesh out testsMichael Goulet-19/+48
2024-09-20Flesh out some TODOsMichael Goulet-19/+97
2024-09-20Implement RTN in resolve_bound_vars and HIR ty loweringMichael Goulet-137/+403
2024-09-20Conditionally allow lowering RTN (..) in pathsMichael Goulet-11/+121
2024-09-20Resolve RTN for TyKind::Path ending in (..)Michael Goulet-7/+26
2024-09-20Only expect mono consts in CFIMichael Goulet-2/+6
2024-09-20Normalize transparent struct field type in CFIMichael Goulet-1/+4
2024-09-20Do not unnecessarily eval consts in codegenMichael Goulet-19/+30
2024-09-20Don't emit spurious error for pattern matched array with erroneous len constMichael Goulet-12/+1
2024-09-20Normalize unevaluated consts in GCEMichael Goulet-4/+33
2024-09-20compiler: reuse {un,}signed_fit in get_type_suggestion (nfc)Jubilee Young-40/+36