about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-04-09Silence some follow-up errors on trait impls in case the trait has conflictin...Oli Scherer-142/+25
2024-04-09Add regression testOli Scherer-0/+63
2024-04-09Auto merge of #123631 - oli-obk:fail_slow, r=jieyouxubors-22/+20
2024-04-09compiletest: unset `RUSTC_LOG_COLOR`David Wood-1/+1
2024-04-09Auto merge of #12649 - flip1995:book-readme-sync, r=xFrednetbors-9/+19
2024-04-09Auto merge of #12652 - Wilfred:patch-2, r=Alexendoobors-1/+0
2024-04-09Consistent lint group table in book and READMEPhilipp Krones-9/+19
2024-04-09Shrink a loop to its looping part and move out the part that runs after the loopOli Scherer-50/+50
2024-04-09prefer `expect` over `let else bug!`Oli Scherer-3/+2
2024-04-09Recognize common prefixes when checking for items with module name suffixmodelflat-1/+139
2024-04-09Split out a complex if condition into a named functionOli Scherer-18/+18
2024-04-09Auto merge of #123272 - saethlin:reachable-mono-cleanup, r=cjgillotbors-68/+111
2024-04-09Pass value and valueLen to create a StringRefLevi Zim-10/+10
2024-04-09Fix typo in `Future::poll()` docsJules Bertholet-1/+1
2024-04-09Auto merge of #123663 - matthiaskrgr:rollup-1qnj9j3, r=matthiaskrgrbors-1053/+1468
2024-04-09Rollup merge of #123655 - celinval:smir-fix-binop-ty, r=compiler-errorsMatthias Krüger-39/+196
2024-04-09Rollup merge of #123652 - cuviper:ui-vendor, r=jieyouxuMatthias Krüger-1/+6
2024-04-09Rollup merge of #123649 - maurer:kcfi-v0, r=compiler-errorsMatthias Krüger-2/+32
2024-04-09Rollup merge of #123648 - oli-obk:pattern_types_syntax, r=compiler-errorsMatthias Krüger-2/+44
2024-04-09Rollup merge of #123647 - fmease:rustdoc-clean-up-blanket-impls-synth, r=camelidMatthias Krüger-131/+121
2024-04-09Rollup merge of #123636 - rustbot:docs-update, r=ehussMatthias Krüger-0/+0
2024-04-09Rollup merge of #123624 - GuillaumeGomez:theme-switch-tests, r=notriddleMatthias Krüger-33/+45
2024-04-09Rollup merge of #123620 - rcvalle:rust-create-rustc-sanitizers, r=davidtwcoMatthias Krüger-784/+915
2024-04-09Rollup merge of #122768 - oli-obk:why_is_E0699_so_bad, r=WaffleLapkinMatthias Krüger-61/+109
2024-04-09Convert tests/run-make/cross-lang-lto-riscv-abi to rmakekxxt-25/+87
2024-04-09Set target-abi module flag for RISC-V targetskxxt-21/+115
2024-04-09Auto merge of #123099 - oli-obk:span_tcx, r=petrochenkovbors-54/+46
2024-04-08Don't rely on upvars being assigned just because coroutine-closure kind is as...Michael Goulet-36/+75
2024-04-08Stabilize `cstr_count_bytes`Trevor Gross-3/+1
2024-04-09Auto merge of #122387 - DianQK:re-enable-early-otherwise-branch, r=cjgillotbors-278/+616
2024-04-08Add support to intrinsics fallback bodyCelina G. Val-34/+149
2024-04-08rustdoc: add re-export info to RawSearchIndex type defMichael Howell-6/+13
2024-04-08Update search_index.rsMichael Howell-1/+0
2024-04-08rustdoc: improve comments based on feedbackMichael Howell-8/+13
2024-04-08rustdoc-search: single result for items with multiple pathsMichael Howell-25/+313
2024-04-08Actually, stop making any assumption about the projections applied to the upvarMichael Goulet-19/+34
2024-04-09update release notesPietro Albini-0/+7
2024-04-09Use new-style directives in ui testChris Denton-3/+3
2024-04-09Document Windows argument splittingChris Denton-2/+133
2024-04-09Disallow or quote all specials in bat argsChris Denton-12/+186
2024-04-08Auto merge of #12630 - mira-eanda:master, r=Manishearthbors-1/+32
2024-04-08Auto merge of #122077 - oli-obk:eager_opaque_checks4, r=lcnrbors-388/+470
2024-04-08[vfs] Don't confuse paths with source roots that have the same prefixWilfred Hughes-0/+27
2024-04-08Remove unimplemented!() from BinOp::ty() functionCelina G. Val-39/+196
2024-04-09Split `non_local_definitions` lint tests in separate test filesUrgau-1196/+1375
2024-04-08fix: Refactor dereference code and fix testMariana Miranda-7/+12
2024-04-08Fix UI tests with dist-vendored dependenciesJosh Stone-1/+6
2024-04-08Change method calls to using the method directlyTrevor Gross-3/+3
2024-04-08Add `SAFETY` comments to the thread local implementationTrevor Gross-10/+12
2024-04-08Update thread local docs with idiomatic cell type useTrevor Gross-15/+17