about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-08-31Rollup merge of #129659 - RalfJung:const-fn-lang-feat, r=fee1-deadMatthias Krüger-7/+22
2024-08-31const fn stability checking: also check declared language featuresRalf Jung-7/+22
2024-08-31Auto merge of #129809 - matthiaskrgr:rollup-cyygnxh, r=matthiaskrgrbors-2693/+2833
2024-08-31Rollup merge of #129754 - alexcrichton:fix-wasi-long-sleep, r=workingjubileeMatthias Krüger-30/+31
2024-08-31Rollup merge of #129751 - RalfJung:interpret-visit-field-order, r=compiler-er...Matthias Krüger-17/+15
2024-08-31Rollup merge of #129731 - ferrocene:x-test-compiler, r=onur-ozkanMatthias Krüger-8/+3
2024-08-31Rollup merge of #129725 - compiler-errors:predicates-of, r=fmeaseMatthias Krüger-98/+101
2024-08-31Rollup merge of #129724 - nnethercote:rm-Option-bang, r=fee1-deadMatthias Krüger-66/+68
2024-08-31Rollup merge of #129723 - compiler-errors:extern-providers, r=lcnrMatthias Krüger-43/+21
2024-08-31Rollup merge of #129675 - lolbinarycat:bufreader_peek_unsized, r=workingjubileeMatthias Krüger-0/+2
2024-08-31Rollup merge of #129642 - workingjubilee:bump-backtrace-fc37b22, r=workingjub...Matthias Krüger-0/+0
2024-08-31Rollup merge of #129640 - saethlin:unignore-android-in-alloc, r=tgross35Matthias Krüger-25/+5
2024-08-31Rollup merge of #129534 - workingjubilee:ratchet-wasm-c-abi-fcw-to-deny, r=da...Matthias Krüger-1/+1
2024-08-31Rollup merge of #129527 - compiler-errors:lint-nit, r=NadrierilMatthias Krüger-20/+14
2024-08-31Rollup merge of #129366 - petrochenkov:libsearch, r=jieyouxuMatthias Krüger-62/+130
2024-08-31Rollup merge of #129123 - aDotInTheVoid:rustdoc-json-self, r=fmeaseMatthias Krüger-0/+58
2024-08-31Rollup merge of #126183 - Folyd:search-core, r=GuillaumeGomez,notriddleMatthias Krüger-2281/+2319
2024-08-31Rollup merge of #120221 - compiler-errors:statements-are-not-patterns, r=nnet...Matthias Krüger-42/+65
2024-08-31Auto merge of #129797 - workingjubilee:cleanup-apple-ci, r=workingjubileebors-8/+23
2024-08-30ci: Take tail instead of head to avoid broken pipesJubilee Young-3/+1
2024-08-30ci: Avoid legacy backticks in upload-artifacts.shJubilee Young-1/+1
2024-08-30ci: Use mv instead of cp in upload stepJubilee Young-4/+4
2024-08-30ci: Try to remove unused Xcode dirsJubilee Young-0/+17
2024-08-30Remove `Option<!>` return types.Nicholas Nethercote-66/+68
2024-08-29Auto merge of #129750 - GuillaumeGomez:rollup-gphsb7y, r=GuillaumeGomezbors-644/+1587
2024-08-29Try latest backtraceJubilee Young-0/+0
2024-08-29wasi: Fix sleeping for `Duration::MAX`Alex Crichton-30/+31
2024-08-29Auto merge of #129714 - saethlin:half-a-recursion, r=compiler-errorsbors-1/+9
2024-08-29Simplify some extern providersMichael Goulet-43/+21
2024-08-29interpret/visitor: make memory order iteration slightly more efficientRalf Jung-17/+15
2024-08-29Rollup merge of #129743 - GuillaumeGomez:fix-rustdoc-clippy, r=notriddleGuillaume Gomez-105/+94
2024-08-29Rollup merge of #129732 - nnethercote:unreachable_pub-3, r=UrgauGuillaume Gomez-347/+403
2024-08-29Rollup merge of #129690 - Oneirical:run-make-tidbits, r=jieyouxuGuillaume Gomez-56/+43
2024-08-29Rollup merge of #129316 - dingxiangfei2009:riscv64-imac-scs, r=nnethercoteGuillaume Gomez-9/+52
2024-08-29Rollup merge of #128970 - DianQK:lint-llvm-ir, r=nikicGuillaume Gomez-4/+26
2024-08-29Rollup merge of #128166 - ChaiTRex:isqrt, r=tgross35Guillaume Gomez-67/+684
2024-08-29Rollup merge of #123940 - kornelski:remove-derived-debug, r=UrgauGuillaume Gomez-56/+285
2024-08-29Use path instead of Path in some run-make testsOneirical-56/+40
2024-08-29Add needs-unwind compiletest directive to libtest-thread-limitOneirical-0/+3
2024-08-29riscv64imac: allow shadow call stack sanitizerDing Xiang Fei-9/+52
2024-08-29Add `warn(unreachable_pub)` to `rustc_resolve`.Nicholas Nethercote-0/+1
2024-08-29Add `warn(unreachable_pub)` to `rustc_query_system`.Nicholas Nethercote-10/+11
2024-08-29Add `warn(unreachable_pub)` to `rustc_query_impl`.Nicholas Nethercote-18/+27
2024-08-29Add `warn(unreachable_pub)` to `rustc_privacy`.Nicholas Nethercote-10/+11
2024-08-29Add `warn(unreachable_pub)` to `rustc_pattern_analysis`.Nicholas Nethercote-0/+1
2024-08-29Add `warn(unreachable_pub)` to `rustc_passes`.Nicholas Nethercote-192/+197
2024-08-29Fix clippy lintsGuillaume Gomez-105/+94
2024-08-29Add `warn(unreachable_pub)` to `rustc_parse_format`.Nicholas Nethercote-0/+1
2024-08-29Add `warn(unreachable_pub)` to `rustc_parser`.Nicholas Nethercote-35/+36
2024-08-29Add `warn(unreachable_pub)` to `rustc_next_trait_solver`.Nicholas Nethercote-26/+37