about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-05-25Do not canonicalize in new solver if it has nothing to canonicalizeMichael Goulet-8/+55
2025-05-25Merge commit '979dcf8e2f213e4f4b645cb62e7fe9f4f2c0c785' into sync_cg_clif-202...bjorn3-265/+1110
2025-05-25Fix `unused_braces` lint suggestion when encountering attributesUrgau-16/+19
2025-05-25Make UNNECESSARY_TRANSMUTES into a HIR lintMichael Goulet-212/+204
2025-05-25Make PTR_TO_INTEGER_TRANSMUTE_IN_CONSTS into a HIR lintMichael Goulet-126/+110
2025-05-25hir_body_const_context should take LocalDefIdMichael Goulet-2/+6
2025-05-25Improve `ambiguous_wide_pointer_comparisons` lint compare diagnosticsUrgau-63/+101
2025-05-25Fast path fold_predicate in old canonicalizerMichael Goulet-0/+4
2025-05-25Rollup merge of #141541 - compiler-errors:nits, r=lcnrGuillaume Gomez-5/+6
2025-05-25Rollup merge of #141512 - Noratrieb:stop-trimming-this-much, r=compiler-errorsGuillaume Gomez-5/+1
2025-05-25Rollup merge of #141443 - RalfJung:c-variadic-teach-help, r=workingjubileeGuillaume Gomez-1/+1
2025-05-25Rollup merge of #141413 - est31:cfg_version_env_var, r=jieyouxuGuillaume Gomez-2/+24
2025-05-25Comment for not using select_in_new_trait_solverMichael Goulet-0/+1
2025-05-25Don't use relation just to equate regions in responseMichael Goulet-5/+5
2025-05-25fix help messageRalf Jung-1/+1
2025-05-24Make #[cfg(version)] respect RUSTC_OVERRIDE_VERSION_STRINGest31-2/+24
2025-05-24Avoid extra path trimming in method not found errorNoratrieb-5/+1
2025-05-24Auto merge of #141518 - GuillaumeGomez:rollup-ivjep2j, r=GuillaumeGomezbors-32/+29
2025-05-24Rollup merge of #141511 - Noratrieb:codegen-fn-attrs, r=compiler-errorsGuillaume Gomez-32/+29
2025-05-24Cleanup CodegenFnAttrFlagsNoratrieb-32/+29
2025-05-24Auto merge of #141372 - khuey:ir_call_dbg_loc, r=jieyouxubors-0/+1
2025-05-24ScalarInt: support conversion with signed int types and cmp::OrderingRalf Jung-8/+51
2025-05-24Rollup merge of #141432 - lcnr:canonicalize-regions, r=compiler-errorsMatthias Krüger-221/+183
2025-05-24mir-opt: Do not create storage marks for temporary localsdianqk-43/+5
2025-05-24Rollup merge of #141456 - Urgau:check-cfg-version-pred, r=jieyouxuMatthias Krüger-0/+19
2025-05-24Rollup merge of #141438 - compiler-errors:dyn-compatible-call, r=lcnrMatthias Krüger-0/+8
2025-05-24Rollup merge of #141429 - compiler-errors:unsafe-binder-non-structural-match,...Matthias Krüger-0/+3
2025-05-24Enable xray support for Macquininer-0/+2
2025-05-24mir-opt: Create an indirect BB to add `StorageDead`dianqk-4/+16
2025-05-23Rollup merge of #140832 - workingjubilee:aarch64-linux-should-use-frame-point...Matthias Krüger-8/+46
2025-05-23Suggest correct `version("..")` predicate syntax in check-cfgUrgau-0/+19
2025-05-23further deduplicate ast visitor codeDeadbeef-430/+285
2025-05-23make teach_help message for cast-before-pass-to-variadic more preciseRalf Jung-1/+1
2025-05-23Do not try to confirm non-dyn compatible methodMichael Goulet-0/+8
2025-05-23yeet `CanonicalVarInfo`lcnr-221/+183
2025-05-23Rollup merge of #141376 - nnethercote:rename-kw-Empty, r=petrochenkovMatthias Krüger-28/+27
2025-05-23Rollup merge of #140967 - azhogin:azhogin/async-drop-poll-shim-for-error-drop...Matthias Krüger-3/+4
2025-05-23Rollup merge of #136400 - lolbinarycat:rustdoc-link-lint-135851, r=GuillaumeG...Matthias Krüger-4/+47
2025-05-23Emit dummy open drop for unsafe binderMichael Goulet-0/+17
2025-05-23Properly analyze captures from unsafe bindersMichael Goulet-5/+28
2025-05-23Dont walk into unsafe binders when emiting error for non-structural type matchMichael Goulet-0/+3
2025-05-23Auto merge of #140553 - BoxyUwU:defer_type_system_ctfe, r=compiler-errorsbors-97/+169
2025-05-23Auto merge of #135160 - RalfJung:aarch64-softfloat-not-neon, r=Noratriebbors-18/+82
2025-05-22Use the fn_span when emitting function calls for better debug info.Kyle Huey-0/+1
2025-05-22Auto merge of #141396 - matthiaskrgr:rollup-feg050g, r=matthiaskrgrbors-715/+810
2025-05-23Async drop poll shim for error dropee generates noop body (fixes #140930)Andrew Zhogin-3/+4
2025-05-22interpret: do not force_allocate all return placesRalf Jung-89/+84
2025-05-22Allow `#![doc(test(attr(..)))]` at every levelUrgau-52/+6
2025-05-22rustdoc: improve diagnostics on raw doc fragmentsbinarycat-4/+47
2025-05-22Allow `#![doc(test(attr(..)))]` at module level tooUrgau-10/+58