about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-05-03Auto merge of #140464 - oli-obk:successors-mut-perf, r=petrochenkovbors-76/+61
2025-05-03Rollup merge of #140606 - nnethercote:hir-pp, r=dtolnayMatthias Krüger-42/+16
2025-05-03Rollup merge of #140548 - BoxyUwU:gci_patterns_user_ty_annotation, r=compiler...Matthias Krüger-2/+1
2025-05-03Rollup merge of #140534 - erickt:llvm-21, r=cuviperMatthias Krüger-0/+5
2025-05-03Rollup merge of #140505 - petrochenkov:expquote, r=bjorn3Matthias Krüger-1/+3
2025-05-03`CreateResult` wrap more fields in `Frozen`lcnr-4/+4
2025-05-03TypeChecker take fields by reflcnr-8/+8
2025-05-03add `ReverseSccGraph::compute`lcnr-18/+27
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-03Auto merge of #140442 - osiewicz:collector-walk-less-fine-grained-locking, r=...bors-27/+38
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 #140596 - matthiaskrgr:rollup-s7tzr34, r=matthiaskrgrbors-104/+129
2025-05-02Refactor rustc_on_unimplemented's filter parsermejrs-115/+339
2025-05-02borrowck nested items in dead codelcnr-64/+57
2025-05-02Rollup merge of #140572 - nnethercote:comment-ExprKind-If, r=compiler-errorsMatthias Krüger-0/+9
2025-05-02Rollup merge of #140521 - RalfJung:oob-error, r=saethlinMatthias Krüger-75/+64
2025-05-02Rollup merge of #140519 - compiler-errors:name-based-comparison, r=oli-obkMatthias Krüger-20/+22
2025-05-02Rollup merge of #140509 - tmiasko:merge-contiguous-ranges, r=jswrennMatthias Krüger-7/+19
2025-05-02Rollup merge of #140485 - Jarcho:from_expansion_opt, r=petrochenkovMatthias Krüger-2/+15
2025-05-02Auto merge of #140406 - Urgau:autorefs-perf, r=nnethercotebors-4/+11
2025-05-02remove an unused codepathJana Dönszelmann-6/+1
2025-05-02Test that names of variables in external macros are not shown on a borrow errorJana Dönszelmann-0/+8
2025-05-02Update compiler/rustc_codegen_ssa/src/back/link.rsxizheyin-2/+2
2025-05-02check all crate-type to find staticlibxizheyin-6/+6
2025-05-02Update compiler/rustc_codegen_ssa/src/back/link.rsxizheyin-1/+1
2025-05-02Emit warning while outputs is not exe and prints linkage infoxizheyin-0/+19
2025-05-02Move `DisambiguatorState` into `intern_const_alloc_recursive`John Kåre Alsaker-20/+31
2025-05-02linker: Quote symbol names in .def filesVadim Petrochenkov-1/+3
2025-05-02resolve: Support imports of associated types and glob imports from traitsVadim Petrochenkov-73/+51
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-02Split `get_opt_name` hashing use into `hashed_symbol`John Kåre Alsaker-5/+21
2025-05-02Add comment about the symbol on `AnonAssocTy`John Kåre Alsaker-1/+2
2025-05-02Add `DefPathData::NestedStatic` instead of reusing `DefPathData::AnonConst`John Kåre Alsaker-8/+10
2025-05-02Rename parameter to `override_def_path_data`John Kåre Alsaker-4/+5
2025-05-02Use less rustc_type_ir in the compiler codebaseRomain Perier-33/+30
2025-05-02Add useful comments on `ExprKind::If` variants.Nicholas Nethercote-0/+9
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