about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-07-09Add `Mode::ToolTarget`Jakub Beránek-39/+104
2025-07-09Rename `compiler` to `build_compiler`Jakub Beránek-30/+31
2025-07-09Auto merge of #143472 - dianne:deref-pat-column-check, r=Nadrierilbors-53/+142
2025-07-09Merge pull request #4435 from nia-e/trace-fixupsRalf Jung-338/+312
2025-07-09improve lint doc textMarijn Schouten-5/+4
2025-07-09various native-lib-trace-related fixupsNia Espera-338/+312
2025-07-09triagebot: enable issue transfer (#14874)Philipp Krones-0/+2
2025-07-09Create summary comment for lintcheck runs (#14816)Philipp Krones-49/+200
2025-07-09Add doc cross-compilation testJakub Beránek-0/+16
2025-07-09Add `doc library` test for a no_std targetJakub Beránek-1/+17
2025-07-09tests: Don't check for self-printed output in std-backtrace.rs testMartin Nordholts-6/+2
2025-07-09Auto merge of #143667 - tgross35:rollup-yqitltm, r=tgross35bors-169/+347
2025-07-09Add a new maintainer to the wasm32-wasip1 targetMarcin Kolny-0/+1
2025-07-09tweak some git clone commandsTshepang Mbambo-6/+6
2025-07-09Merge pull request #2496 from rust-lang/tshepang-a-convenienceTshepang Mbambo-7/+7
2025-07-09use a consistent (and recommended) invocationTshepang Mbambo-7/+7
2025-07-09Fix VxWorks build errorsB I Mohammed Abbas-2/+1
2025-07-08Rollup merge of #143606 - lambdageek:configure-write-last-key, r=KobzolTrevor Gross-8/+18
2025-07-08Rollup merge of #143532 - compiler-errors:mut-ref-sugg, r=davidtwcoTrevor Gross-5/+42
2025-07-08Rollup merge of #143520 - Stypox:enter_trace_span-closure, r=RalfJungTrevor Gross-23/+36
2025-07-08Rollup merge of #143499 - compiler-errors:predicates-of-crate, r=davidtwcoTrevor Gross-13/+57
2025-07-08Rollup merge of #143475 - tgross35:runtime-test-config, r=jieyouxuTrevor Gross-23/+20
2025-07-08Rollup merge of #143426 - hkBst:clippy-fix-indent-1, r=jhprattTrevor Gross-46/+47
2025-07-08Rollup merge of #143339 - 1c3t3a:issue-143332, r=RalfJungTrevor Gross-15/+14
2025-07-08Rollup merge of #143177 - xizheyin:143134, r=lcnrTrevor Gross-6/+31
2025-07-08Rollup merge of #142357 - Kobzol:simplify-llvm-bitcode-linker, r=jieyouxuTrevor Gross-30/+82
2025-07-09Auto merge of #142707 - ashivaram23:drop_wildcard, r=dianqkbors-44/+219
2025-07-09Merge pull request #20200 from rust-lang/revert-20157-push-nxrvpywtvoysShoyu Vanilla (Flint)-13/+13
2025-07-08Expose nested bodies in rustc_borrowck::consumersNico Lehmann-62/+107
2025-07-09Merge pull request #20198 from Hmikihiro/migrate_pull_asignment_upShoyu Vanilla (Flint)-27/+59
2025-07-08Disable docs for `compiler-builtins` and `sysroot`Josh Stone-4/+6
2025-07-08fix: correct typo in attr_parsing_previously_accepted message keyDillon Amburgey-2/+2
2025-07-08Apply effects to otherwise edge in dataflow analysisAmogh Shivaram-44/+219
2025-07-09emit `.att_syntax` when global/naked asm use that optionFolkert de Vries-7/+90
2025-07-09Use "Innermost" & "Outermost" terminology for `AttributeOrder`Pavel Grigorenko-42/+29
2025-07-09Port `#[rustc_coherence_is_core]` to the new attribute systemPavel Grigorenko-6/+20
2025-07-09Port `#[rustc_allow_incoherent_impl]` to the new attribute systemPavel Grigorenko-10/+31
2025-07-09Reorder attribute parsers in `traits.rs`Pavel Grigorenko-28/+35
2025-07-09Port `#[rustc_paren_sugar]` to the new attribute systemPavel Grigorenko-5/+19
2025-07-09Port `#[fundamental]` to the new attribute systemPavel Grigorenko-12/+29
2025-07-08Auto merge of #140525 - lqd:stabilize-lld, r=petrochenkovbors-176/+353
2025-07-09Port `#[marker]` to the new attribute systemPavel Grigorenko-21/+47
2025-07-09Port `#[rustc_unsafe_specialization_marker]` to the new attribute systemPavel Grigorenko-10/+29
2025-07-09Port `#[rustc_specialization_trait]` to the new attribute systemPavel Grigorenko-3/+17
2025-07-09Port `#[type_const]` to the new attribute systemPavel Grigorenko-21/+42
2025-07-09Port `#[rustc_coinductive]` to the new attribute systemPavel Grigorenko-5/+17
2025-07-09Port `#[rustc_do_not_implement_via_object]` to the new attribute systemPavel Grigorenko-5/+18
2025-07-09Port `#[rustc_deny_explicit_impl]` to the new attribute systemPavel Grigorenko-4/+19
2025-07-09Port `#[const_trait]` to the new attribute systemPavel Grigorenko-33/+49
2025-07-08docs: document trait upcasting rules in `Unsize` traitMoulins-0/+5