about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-08-06Rollup merge of #128417 - tgross35:f16-f128-math, r=dtolnayTrevor Gross-8/+8
2024-08-07Auto merge of #128761 - matthiaskrgr:rollup-5p1mlqq, r=matthiaskrgrbors-1276/+1440
2024-08-07Rollup merge of #128718 - jieyouxu:check-cfg_attr, r=nnethercoteMatthias Krüger-0/+1
2024-08-07Rollup merge of #128710 - ChrisDenton:null, r=jieyouxuMatthias Krüger-3/+7
2024-08-07Rollup merge of #128687 - RalfJung:interpret-call-refactor, r=WaffleLapkinMatthias Krüger-1230/+1269
2024-08-07Rollup merge of #125048 - dingxiangfei2009:stable-deref, r=amanieuMatthias Krüger-0/+1
2024-08-06fix testEsteban Küber-0/+8
2024-08-06Rollup merge of #128720 - y21:issue119620, r=compiler-errorsMatthias Krüger-5/+5
2024-08-06Rollup merge of #128517 - clubby789:overflowing-lit-span, r=petrochenkovMatthias Krüger-9/+13
2024-08-06Rollup merge of #128377 - veera-sivarajan:fix-128249, r=davidtwcoMatthias Krüger-14/+32
2024-08-06Rollup merge of #128369 - GrigorenkoPV:let-underscore-translatable, r=davidtwcoMatthias Krüger-8/+9
2024-08-06fix rebaseEsteban Küber-2/+3
2024-08-06Add `help` about using `cargo tree`Esteban Küber-0/+1
2024-08-06On trait bound mismatch, detect multiple crate versions in dep treeEsteban Küber-39/+124
2024-08-06Maintain highlighting in `note` and `help` even when they have a spanEsteban Küber-2/+26
2024-08-06various cleanups based on reviewRalf Jung-55/+54
2024-08-06make some Frame fields more privateRalf Jung-4/+12
2024-08-06interpret: refactor function call handling to be better-abstractedRalf Jung-1230/+1262
2024-08-06Auto merge of #126804 - estebank:short-error-primary-label, r=davidtwcobors-1/+21
2024-08-06check_attr: treat cfg_attr like cfg许杰友 Jieyou Xu (Joe)-0/+1
2024-08-06On short error format, append primary span label to messageEsteban Küber-1/+21
2024-08-06Auto merge of #128200 - estebank:normalize-whitespace, r=pnkfelixbors-30/+38
2024-08-06Auto merge of #125558 - Amanieu:const-asm-type, r=lcnrbors-37/+78
2024-08-06pass the right `ParamEnv` to `might_permit_raw_init_strict`y21-5/+5
2024-08-05Don't ICE if getting the input's file_stem failsChris Denton-3/+7
2024-08-05Rollup merge of #128697 - RalfJung:nullary-op, r=compiler-errorsMatthias Krüger-39/+47
2024-08-05Rollup merge of #128694 - compiler-errors:norm, r=WaffleLapkinMatthias Krüger-0/+6
2024-08-05Rollup merge of #128688 - RalfJung:custom-mir-tail-calls, r=compiler-errorsMatthias Krüger-0/+23
2024-08-05Rollup merge of #128580 - compiler-errors:cfi-param-env, r=lcnrMatthias Krüger-2/+3
2024-08-05Rollup merge of #122049 - Amanieu:riscv64-musl-tier2, r=Mark-SimulacrumMatthias Krüger-0/+1
2024-08-05interpret: move nullary-op evaluation into operator.rsRalf Jung-39/+47
2024-08-05Normalize when equating dyn tails in MIR borrowckMichael Goulet-0/+6
2024-08-05Auto merge of #128689 - matthiaskrgr:rollup-ukyn8wq, r=matthiaskrgrbors-28/+23
2024-08-05Rollup merge of #128664 - fuzzypixelz:add-codegen-ssa-debug-impls, r=lcnrMatthias Krüger-6/+6
2024-08-05Rollup merge of #128559 - compiler-errors:elaborate, r=lcnrMatthias Krüger-22/+17
2024-08-05custom MIR: add support for tail callsRalf Jung-0/+23
2024-08-05Don't re-elaborated already elaborated caller bounds in method probeMichael Goulet-22/+17
2024-08-05Elaborate supertraits in dyn candidatesMichael Goulet-6/+15
2024-08-05Enforce supertrait outlives obligations hold when confirming implMichael Goulet-2/+47
2024-08-05Auto merge of #117468 - daxpedda:wasm-relaxed-simd, r=alexcrichtonbors-1/+36
2024-08-05`OperandRef` already had a `Debug` implMahmoud Mazouz-1/+1
2024-08-05Auto merge of #128673 - matthiaskrgr:rollup-gtvpkm7, r=matthiaskrgrbors-0/+1
2024-08-05Rollup merge of #128630 - bvanjoi:resolve-comment, r=petrochenkovMatthias Krüger-0/+1
2024-08-05Rollup merge of #128623 - jieyouxu:check-attr-ice, r=nnethercoteMatthias Krüger-71/+73
2024-08-05Rollup merge of #127907 - RalfJung:byte_slice_in_packed_struct_with_derive, r...Matthias Krüger-83/+12
2024-08-05Rollup merge of #127655 - RalfJung:invalid_type_param_default, r=compiler-errorsMatthias Krüger-5/+4
2024-08-04Add `Debug` impls to API types in `rustc_codegen_ssa`Mahmoud Mazouz-7/+7
2024-08-04Auto merge of #128544 - compiler-errors:perf-warn_if_unreachable, r=fmeasebors-18/+18
2024-08-04Rollup merge of #128531 - RalfJung:miri-recursive-validity, r=saethlinMatthias Krüger-78/+129
2024-08-04Rollup merge of #128305 - folkertdev:asm-parser-unsupported-operand, r=AmanieuMatthias Krüger-8/+43