about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-05-03Report the `unsafe_attr_outside_unsafe` lint at the closest nodeUrgau-8/+39
2025-05-03Auto merge of #140613 - matthiaskrgr:rollup-yag6z7w, r=matthiaskrgrbors-488/+502
2025-05-03Have `AstValidation` track a linting node idUrgau-0/+7
2025-05-03Correct warning message in restricted visibilityyuk1ty-2/+57
2025-05-03Rollup merge of #140604 - lcnr:revealing-use-prep, r=compiler-errorsMatthias Krüger-30/+39
2025-05-03Rollup merge of #140597 - SchmErik:rm-schmerik, r=UrgauMatthias Krüger-1/+0
2025-05-03Rollup merge of #140595 - lolbinarycat:std-set_permissions-typo, r=cuviperMatthias Krüger-1/+1
2025-05-03Rollup merge of #140582 - GuillaumeGomez:update-sysinfo, r=KobzolMatthias Krüger-84/+166
2025-05-03Rollup merge of #140576 - m-ou-se:fragile-tests, r=compiler-errorsMatthias Krüger-201/+0
2025-05-03Rollup merge of #140395 - RalfJung:target-feature-tests, r=petrochenkovMatthias Krüger-58/+128
2025-05-03Rollup merge of #138712 - petrochenkov:impasst, r=fmeaseMatthias Krüger-113/+168
2025-05-03Auto merge of #140464 - oli-obk:successors-mut-perf, r=petrochenkovbors-76/+61
2025-05-03Improve let snippetA4-Tacks-6/+6
2025-05-03Fix test simd/extract-insert-dyn on s390xEduard Stefes-1/+15
2025-05-03Merge pull request #4308 from rust-lang/rustup-2025-05-03Oli Scherer-1759/+5329
2025-05-03Auto merge of #140608 - matthiaskrgr:rollup-twv6muy, r=matthiaskrgrbors-167/+316
2025-05-03Rollup merge of #140606 - nnethercote:hir-pp, r=dtolnayMatthias Krüger-95/+95
2025-05-03Rollup merge of #140568 - moxian:reg-140545, r=compiler-errorsMatthias Krüger-0/+29
2025-05-03Rollup merge of #140564 - ebkalderon:use-present-indicative-in-std-io-pipe-do...Matthias Krüger-3/+3
2025-05-03Rollup merge of #140548 - BoxyUwU:gci_patterns_user_ty_annotation, r=compiler...Matthias Krüger-2/+26
2025-05-03Rollup merge of #140546 - LegNeato:anyhowbacktrace, r=jieyouxuMatthias Krüger-4/+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/+13
2025-05-03Rollup merge of #139343 - cberner:filelock_wouldblock, r=workingjubileeMatthias Krüger-62/+144
2025-05-03Improve the let code snippetA4-Tacks-6/+101
2025-05-03change how the test is runJames Barford-Evans-21/+8
2025-05-03add printouts for debuggingJames Barford-Evans-3/+10
2025-05-03retry adding aarch64_be to the pipelineJames Barford-Evans-4/+2
2025-05-03pr feedback - take the instruction count bump out of DockerfileJames Barford-Evans-4/+9
2025-05-03Pr feedback for instruction & hookup CI for aarch64_beJames Barford-Evans-0/+117
2025-05-03fix - aarch64_be testsJames Barford-Evans-10/+19
2025-05-03Fix errors in incorrect SAE and ROUNDING parameterssayantn-78/+123
2025-05-03Merge from rustcThe Miri Cronjob Bot-1758/+5328
2025-05-03Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-05-02Implement Iterator::last for vec::IntoIterThalia Archibald-7/+46
2025-05-02Implement Iterator::last for vec::IntoIterThalia Archibald-9/+53
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-6/+5
2025-05-03Fix some hir pretty-printing over-indenting.Nicholas Nethercote-35/+36
2025-05-03Improve hir pretty-printing of attributes.Nicholas Nethercote-21/+49
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-4/+6
2025-05-03Remove opaque type printing.Nicholas Nethercote-9/+1
2025-05-03Remove fake `BoxMarker`s.Nicholas Nethercote-19/+1
2025-05-02docs: alias `limit` to `Iterator::take`, cite `[u8]::utf8_chunks` in `Utf8Chu...Lieselotte-0/+3
2025-05-02Auto merge of #140596 - matthiaskrgr:rollup-s7tzr34, r=matthiaskrgrbors-309/+403
2025-05-02Merge pull request #19733 from ShoyuVanilla/issue-19724Lukas Wirth-13/+82