about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-08-06Revert "Preserve the .debug_gdb_scripts section"bjorn3-48/+45
2025-08-06Revert "Embed GDB pretty printers in rlibs and dylibs"bjorn3-20/+33
2025-08-06Allow function argument mismatch suggestion to be multilineSasha Pourcelot-6/+44
2025-08-06Auto merge of #145003 - Kobzol:rollup-kgb216b, r=Kobzolbors-1/+0
2025-08-06[codegen] assume the tag, not the relative discriminantScott McMurray-14/+29
2025-08-06Avoid using unadjusted ABI for the thread-local shimbjorn3-1/+1
2025-08-06Change adjust_for_rust_scalar into arg_attrs_for_rust_scalarbjorn3-16/+9
2025-08-06Track names of existentialsAmanda Stjerna-6/+8
2025-08-06Proposed formatAmanda Stjerna-3/+3
2025-08-06Remove unused field from ModuleConfigbjorn3-5/+1
2025-08-06Include allocator module in LLVM_passes timerbjorn3-33/+30
2025-08-06Rollup merge of #144928 - cuviper:rustc_thread_pool-msrv, r=lqdJakub Beránek-1/+0
2025-08-06Introduce ModernIdent type to unify macro 2.0 hygiene handlingxizheyin-44/+97
2025-08-06Auto merge of #143679 - sebastianpoeplau:preserve-debug-gdb-scripts-section, ...bors-60/+50
2025-08-06mir: Do not modify NonUse in `super_projection_elem`dianqk-14/+20
2025-08-06coverage: Remove all unstable support for MC/DC instrumentationZalathar-1189/+27
2025-08-06simplifycfg: Mark as changed when start is modified in collapse goto chaindianqk-0/+1
2025-08-06replace version placeholderBoxy-4/+4
2025-08-06Embed GDB pretty printers in rlibs and dylibsSebastian Poeplau-33/+20
2025-08-06Add annotations to the graphviz region graph on region originsAmanda Stjerna-1/+15
2025-08-06Rename some `PrettyPrinter` methods.Nicholas Nethercote-33/+33
2025-08-06Rename some `Printer` methods.Nicholas Nethercote-61/+71
2025-08-06Move `should_truncate` from trait `Printer` to sub-trait `PrettyPrinter`.Nicholas Nethercote-8/+8
2025-08-06Add comments to `Printer`.Nicholas Nethercote-17/+39
2025-08-06Fortify generic param default checksLeón Orell Valerian Liehr-99/+101
2025-08-05Add aarch64_be-unknown-none-softfloat targetJens Reidel-0/+44
2025-08-05Auto merge of #144863 - cjgillot:live-or-dead, r=Urgaubors-274/+199
2025-08-05we only merge candidates for trait and normalizes-to goalslcnr-69/+48
2025-08-05Gate const trait syntaxLeón Orell Valerian Liehr-0/+3
2025-08-05Mark all deprecation lints in name resolution as deny-by-default and report-i...Vadim Petrochenkov-4/+8
2025-08-05Simplify multiple things.Nicholas Nethercote-14/+13
2025-08-05Rename most of the printers.Nicholas Nethercote-22/+22
2025-08-05Clarify `value_path_str_with_args`.Nicholas Nethercote-4/+4
2025-08-05Preserve the .debug_gdb_scripts sectionSebastian Poeplau-45/+48
2025-08-04Let `RemoveUnneededDrops` also remove `drop_in_place`Scott McMurray-7/+24
2025-08-05Added checks for attribute in type caseKivooeo-7/+91
2025-08-05Rollup merge of #144920 - compiler-errors:span-arg, r=lqdSamuel Tardieu-3/+3
2025-08-05Rollup merge of #144890 - WaffleLapkin:project_fields, r=lcnrSamuel Tardieu-33/+44
2025-08-05Rollup merge of #144877 - Zalathar:coverage-various, r=lcnrSamuel Tardieu-68/+76
2025-08-05Rollup merge of #144866 - JonathanBrouwer:should_emit_fix, r=jdonszelmannSamuel Tardieu-4/+11
2025-08-05Rollup merge of #144817 - WaffleLapkin:reject-referety, r=UrgauSamuel Tardieu-3/+50
2025-08-05Rollup merge of #144776 - nnethercote:Printer-cleanups, r=cjgillotSamuel Tardieu-693/+649
2025-08-05Rollup merge of #144741 - ShoyuVanilla:tilde-const-in-block, r=fee1-deadSamuel Tardieu-16/+55
2025-08-04Gate checking rustc attrs on the feature.Camille GILLOT-8/+19
2025-08-04Check for rustc_has_incoherent_inherent_impls in incoherent_impls query.Camille GILLOT-18/+10
2025-08-04Add doc-comment.Camille GILLOT-0/+1
2025-08-04Update doc-comment.Camille GILLOT-4/+3
2025-08-04Simplify maybe_record_as_seed.Camille GILLOT-3/+4
2025-08-04Drop `rust-version` from `rustc_thread_pool`Josh Stone-1/+0
2025-08-04Dont print arg span in MIR dump for tail callMichael Goulet-3/+3