about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-07-10fix: Include frontmatter in -Zunpretty outputEd Page-1/+11
2025-07-10test(lexer): Add frontmatter unit testEd Page-2/+84
2025-07-09feat(lexer): Allow including frontmatter with 'tokenize'Ed Page-38/+47
2025-07-09test: Verify frontmatter unpretty behaviorEd Page-0/+17
2025-07-09Auto merge of #143472 - dianne:deref-pat-column-check, r=Nadrierilbors-53/+142
2025-07-09Auto merge of #143667 - tgross35:rollup-yqitltm, r=tgross35bors-169/+347
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-08Apply effects to otherwise edge in dataflow analysisAmogh Shivaram-44/+219
2025-07-08Auto merge of #140525 - lqd:stabilize-lld, r=petrochenkovbors-176/+353
2025-07-08SpellingAleksey Kliger-1/+1
2025-07-08Auto merge of #143645 - matthiaskrgr:rollup-d2a3leo, r=matthiaskrgrbors-70/+268
2025-07-08Rollup merge of #143622 - Gelbpunkt:mips64-unknown-linux-muslabi64-target-mai...Matthias Krüger-1/+51
2025-07-08Rollup merge of #143620 - Muscraft:remove-newline, r=compiler-errorsMatthias Krüger-1/+1
2025-07-08Rollup merge of #143603 - Periodic1911:clarify_keepfistlast, r=compiler-errorsMatthias Krüger-1/+15
2025-07-08Rollup merge of #143600 - alexcrichton:wasm32-wasip1-doc-reword, r=jieyouxuMatthias Krüger-25/+23
2025-07-08Rollup merge of #143593 - mejrs:dummy, r=jdonszelmannMatthias Krüger-1/+28
2025-07-08Rollup merge of #143555 - obi1kenobi:pg/target-feature-not-unsafe-rustdoc-jso...Matthias Krüger-1/+37
2025-07-08Rollup merge of #143402 - GrigorenkoPV:attributes/link_attrs, r=jdonszelmannMatthias Krüger-40/+113
2025-07-08Auto merge of #134628 - estebank:const-default, r=oli-obkbors-160/+192
2025-07-08Implement enter_trace_span() in MiriMachineStypox-2/+10
2025-07-08Make enter_trace_span take a closure for better optimizationStypox-2/+2
2025-07-08Add inline(always) to Machine::enter_trace_spanStypox-0/+1
2025-07-08Replace TRACING_ENABLED with enter_trace_span()Stypox-20/+24
2025-07-08Always inline InterpCx::layout_of after perf regressionStypox-1/+1
2025-07-08Add cross-compilation tool testJakub Beránek-0/+29
2025-07-08Rewrite for clarityAleksey Kliger-12/+14
2025-07-08Auto merge of #143540 - yotamofek:pr/library/simplify-num-fmt, r=tgross35bors-22/+3
2025-07-08remove `-znostart-stop-gc` workaroundRémy Rakic-29/+0
2025-07-08document new stable flags, with x64 linux implementation notesRémy Rakic-43/+59
2025-07-08expand `-Clink-self-contained` testsRémy Rakic-1/+47
2025-07-08Also test `LldWrapper` and remove `llvm-config` override from testsJakub Beránek-3/+10
2025-07-08Update llvm-bitcode-linker testsJakub Beránek-5/+35
2025-07-08Remove sysroot copy from `LlvmBitcodeLinker` stepJakub Beránek-20/+10
2025-07-08Remove `extra_features` from `LlvmBitcodeLinker`Jakub Beránek-6/+2
2025-07-08expand `-Clinker-features` testsRémy Rakic-19/+59
2025-07-08update bootstrap mcp510 handlingRémy Rakic-16/+46
2025-07-08stabilize `-Clink-self-contained=-linker` on x64 linuxRémy Rakic-21/+40
2025-07-08stabilize `-Clinker-features=-lld` on x64 linuxRémy Rakic-20/+70
2025-07-08add post-dist test for checking that we use LLDRémy Rakic-22/+32
2025-07-08use LLD by default on x64 regardless of channelRémy Rakic-7/+2
2025-07-08Auto merge of #142869 - nnethercote:join_path-mini, r=camelidbors-2/+2