about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-06-22Use `join_with_double_colon` in `write_shared.rs`.Nicholas Nethercote-2/+2
2025-06-22remove few from bootstrap tooklensy-2/+1
2025-06-22remove allow(dead_code) leftovers from serial/parallel compilerklensy-4/+0
2025-06-22Auto merge of #142864 - jhpratt:rollup-mf0yq8o, r=jhprattbors-913/+536
2025-06-22Stop dbg! macro yapping about format modifiersmejrs-10/+33
2025-06-22Implement DesugaringKind::FormatLiteralmejrs-159/+261
2025-06-22Rollup merge of #142860 - jieyouxu:notify-tidy, r=jieyouxuJacob Pratt-0/+4
2025-06-22Rollup merge of #142850 - tshepang:patch-1, r=jieyouxuJacob Pratt-1/+0
2025-06-22Rollup merge of #142845 - dpaoliello:textrel-on-minimal-lib, r=jieyouxuJacob Pratt-5/+3
2025-06-22Rollup merge of #142841 - dpaoliello:fmt-write-bloat, r=jieyouxuJacob Pratt-7/+2
2025-06-22Rollup merge of #142800 - tshepang:extraneous, r=Mark-SimulacrumJacob Pratt-455/+0
2025-06-22Rollup merge of #142776 - dtolnay:hirattrstyle2, r=jdonszelmannJacob Pratt-167/+197
2025-06-22Rollup merge of #142747 - nnethercote:json-conversion-cleanups, r=aDotInTheVoidJacob Pratt-189/+169
2025-06-22Rollup merge of #142617 - lcnr:search_graph-3, r=compiler-errorsJacob Pratt-73/+122
2025-06-22Rollup merge of #142600 - GrigorenkoPV:attributes/rustc_pub_transparent, r=jd...Jacob Pratt-4/+29
2025-06-22Rollup merge of #140254 - bjorn3:rustc_panic_abort_abort, r=petrochenkovJacob Pratt-12/+10
2025-06-22Auto merge of #142675 - tmiasko:preserve-cache, r=oli-obkbors-1/+1
2025-06-22Merge pull request #20056 from ShoyuVanilla/fmt-args-newChayim Refael Friedman-46/+412
2025-06-22Minic rustc's new `format_args!` expansionShoyu Vanilla-41/+366
2025-06-22Implement region negation to minicore and add a flag `fmt_before_1_89_0`Shoyu Vanilla-8/+49
2025-06-22Auto merge of #141856 - folkertdev:run-make-forward-compiletest-runner, r=jie...bors-2/+30
2025-06-21target-feature: enable rust target features implied by target-cpuJed Brown-8/+44
2025-06-21add nvptx_target_featureJed Brown-2/+178
2025-06-22Notify `jieyouxu` on tidy changesJieyou Xu-0/+4
2025-06-21Add a few inline directives in rustc_serialize.Camille GILLOT-0/+4
2025-06-22forward the bootstrap `runner` to `run-make`Folkert de Vries-2/+30
2025-06-21Auto merge of #142667 - yotamofek:pr/rustdoc/more-write-shared-perf, r=nnethe...bors-27/+12
2025-06-21Skip collecting no-op DropGlue in vtablesMark Rousskov-2/+33
2025-06-22centralize `-Zmin-function-alignment` logicFolkert de Vries-17/+10
2025-06-22Rename some methods.Nicholas Nethercote-8/+12
2025-06-22Use `FromClean` more.Nicholas Nethercote-121/+156
2025-06-22Remove some code.Nicholas Nethercote-32/+1
2025-06-22Remove some dead code.Nicholas Nethercote-25/+0
2025-06-22Use `sym::asterisk` to avoid a `Symbol::intern` call.Nicholas Nethercote-5/+2
2025-06-21remove asm_goto feature annotation, for it is now stabilizedTshepang Mbambo-1/+0
2025-06-21Merge pull request #20050 from LHolten/better-docs-for-exclude-imports-in-sym...Chayim Refael Friedman-3/+11
2025-06-21Enable textrel-on-minimal-lib for WindowsDaniel Paoliello-5/+3
2025-06-21Auto merge of #142546 - cjgillot:reachable-jump, r=compiler-errorsbors-2/+13
2025-06-21Port `#[rustc_pub_transparent]` to the new attribute systemPavel Grigorenko-4/+29
2025-06-21Enable fmt-write-bloat for WindowsDaniel Paoliello-7/+2
2025-06-21All HIR attributes are outerDavid Tolnay-3/+10
2025-06-21All HIR attributes are outerDavid Tolnay-156/+140
2025-06-21Add regression test for issue 142649David Tolnay-0/+22
2025-06-21Remove style() from AttributeExt traitDavid Tolnay-23/+11
2025-06-21Add AttributeExt::doc_resolution_scopeDavid Tolnay-1/+37
2025-06-21Update to Cranelift 0.121bjorn3-46/+62
2025-06-21Add missing space when expanding a struct-like variant (#15096)Timo-3/+39
2025-06-21Add missing space when expanding a struct-like variantSamuel Tardieu-3/+39
2025-06-21Fix `wildcard_enum_match_arm` suggests wrongly with raw identifiers (#15093)Samuel Tardieu-6/+42
2025-06-21Make sure spans are from the rooty21-4/+14