about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-05-03Avoid an indent for labelled loops.Nicholas Nethercote-4/+4
2025-05-03Fix some hir pretty-printing over-indenting.Nicholas Nethercote-4/+6
2025-05-03Improve hir pretty-printing of attributes.Nicholas Nethercote-0/+1
2025-05-03Enable `BoxMarker` drop checking.Nicholas Nethercote-5/+1
2025-05-03Fix hir pretty-printing of `global_asm!`.Nicholas Nethercote-3/+4
2025-05-03Remove opaque type printing.Nicholas Nethercote-9/+1
2025-05-03Remove fake `BoxMarker`s.Nicholas Nethercote-19/+1
2025-05-02Auto merge of #140406 - Urgau:autorefs-perf, r=nnethercotebors-4/+11
2025-05-02Rollup merge of #140507 - a4lg:riscv-feature-addition-batch-3, r=AmanieuStuart Cook-1/+11
2025-05-02Rollup merge of #140389 - sayantn:avx512fp16, r=AmanieuStuart Cook-1/+1
2025-05-02Rollup merge of #139046 - nnethercote:hir-Lifetime-better, r=lcnrStuart Cook-27/+42
2025-05-02Rollup merge of #138872 - a4lg:riscv-fix-incompatible-abi-zfinx, r=workingjub...Stuart Cook-4/+4
2025-05-02Rollup merge of #137474 - VlaDexa:shebang-placement, r=wesleywiserStuart Cook-0/+19
2025-05-02Rollup merge of #134034 - bvanjoi:issue-131655, r=petrochenkovStuart Cook-0/+16
2025-05-02Handle `Path<>` better in error messages.Nicholas Nethercote-27/+42
2025-05-01Rollup merge of #140552 - folkertdev:naked-function-rustc_std_internal_symbol...Guillaume Gomez-0/+1
2025-05-01Rollup merge of #140544 - m-ou-se:format-args-const-cleanup, r=fee1-deadGuillaume Gomez-2/+2
2025-05-01Rollup merge of #140460 - heiher:issue-140455, r=UrgauGuillaume Gomez-0/+9
2025-05-01Rollup merge of #138703 - pudongair:master, r=workingjubileeGuillaume Gomez-1/+1
2025-05-01Auto merge of #139965 - amandasystems:marginally-improved-scc-annotations, r=...bors-171/+239
2025-05-01allow `#[rustc_std_internal_symbol]` in combination with `#[naked]`Folkert de Vries-0/+1
2025-05-01Auto merge of #138522 - osiewicz:shared-generics-respect-visibility, r=bjorn3bors-12/+59
2025-05-01Clean up "const" situation in format_args!().Mara Bos-2/+2
2025-05-01rustc_target: RISC-V "Zfinx" is incompatible with {ILP32,LP64}[FD] ABIsTsukasa OI-4/+4
2025-05-01Auto merge of #140145 - Zoxc:job-server-proxy, r=SparrowLiibors-29/+156
2025-05-01rustc_target: RISC-V: Add BF16 extensionsTsukasa OI-0/+3
2025-05-01rustc_target: RISC-V: Add atomics/memory-related extensionsTsukasa OI-0/+7
2025-05-01rustc_target: Adjust RISC-V feature implication (Za64rs and Za128rs)Tsukasa OI-1/+1
2025-05-01Remove `avx512dq` and `avx512vl` implication for `avx512fp16`Sayantan Chakraborty-1/+1
2025-04-30Auto merge of #121909 - Zoxc:drop-ast-task, r=petrochenkovbors-3/+26
2025-04-30Rollup merge of #140494 - ehuss:document-restrictions, r=traviscross,SparrowLiiMatthias Krüger-0/+49
2025-04-30Rollup merge of #140468 - BoxyUwU:normalization_confusings2, r=lcnrMatthias Krüger-52/+56
2025-04-30Rollup merge of #140467 - BoxyUwU:no_fcw_assoc_consts, r=lcnrMatthias Krüger-9/+10
2025-04-30Rollup merge of #140458 - azhogin:azhogin/async-drop-fix-dropped-tuple-ice, r...Matthias Krüger-9/+15
2025-04-30Rollup merge of #140516 - rperier:type-ir-to-type-middle, r=lcnrMatthias Krüger-26/+21
2025-04-30Rollup merge of #140504 - tmiasko:answer-ensure-stack, r=jswrennMatthias Krüger-455/+284
2025-04-30Rollup merge of #140498 - compiler-errors:check-fn-tweaks, r=oli-obkMatthias Krüger-139/+91
2025-04-30Rollup merge of #140450 - petrochenkov:vistok, r=nnethercoteMatthias Krüger-214/+32
2025-04-30Rollup merge of #140203 - Wyliodrin:error_for_no_mangle_weak_language_items, ...Matthias Krüger-0/+30
2025-04-30Rollup merge of #140090 - Urgau:snake_case-fn-var, r=petrochenkovMatthias Krüger-0/+10
2025-04-30Rollup merge of #134232 - bjorn3:naked_asm_improvements, r=wesleywiserMatthias Krüger-397/+333
2025-04-30Use less rustc_type_ir in the compiler codebaseRomain Perier-26/+21
2025-04-30Fix naked asm symbol name for cg_clif on macOSbjorn3-1/+2
2025-04-30error when using no_mangle on language itemsAlexandru RADOVICI-0/+30
2025-04-30transmutability: ensure_sufficient_stack when answering queryTomasz Miąsko-117/+125
2025-04-30Rollup merge of #140448 - Zalathar:query-append, r=compiler-errorsMatthias Krüger-13/+36
2025-04-30Rollup merge of #140445 - oli-obk:const-manually-drop, r=fee1-deadMatthias Krüger-0/+6
2025-04-30Rollup merge of #140439 - RalfJung:miri-algebraic-float-nondet, r=oli-obkMatthias Krüger-2/+9
2025-04-30Rollup merge of #140404 - lcnr:canonical-no-type-foldable, r=compiler-errorsMatthias Krüger-26/+4
2025-04-30Rollup merge of #140312 - nnethercote:DelimArgs-spacing, r=petrochenkovMatthias Krüger-17/+35