about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-05-07test suite: use CARGO_TARGET_TMPDIR for temporary build artifactsRalf Jung-3/+2
2025-05-07`unwrap_used`, `expect_used`: accept macro result as receiver (#14575)Jason Newcomb-44/+105
2025-05-07`unwrap_used`, `expect_used`: accept macro result as receiverSamuel Tardieu-44/+105
2025-05-07Fix regression from #140393 for espidf / horizon / nuttx / vitaivmarkov-0/+1
2025-05-07add a type alias for the pattern bindings stackdianne-3/+14
2025-05-07Auto merge of #137995 - hkBst:parse_format_reuse_unescape, r=nnethercotebors-552/+453
2025-05-07Fix backtrace for cygwin王宇逸-1/+2
2025-05-07Avoid some unwraps.Nicholas Nethercote-36/+45
2025-05-07Eliminate `word_or_empty` methods.Nicholas Nethercote-61/+55
2025-05-06add stubbed-out cases for rust-analyzerdianne-0/+3
2025-05-06error early when mixing deref patterns with normal constructorsdianne-1/+161
2025-05-06add exhaustiveness/usefulness tests for deref patternsdianne-0/+269
2025-05-06let deref patterns participate in usefulness/exhaustivenessdianne-24/+47
2025-05-06Actually check for a problematic line comment in `with_leading_whitespace`Jason Newcomb-39/+78
2025-05-06Remove redundant work in `trait_ref_of_method`.Jason Newcomb-16/+12
2025-05-07Auto merge of #140726 - jhpratt:rollup-b6oxopx, r=jhprattbors-770/+602
2025-05-07Rollup merge of #140713 - compiler-errors:check_ref_cast, r=lcnrJacob Pratt-8/+29
2025-05-07Rollup merge of #140709 - notriddle:rm-unportable-markdown, r=GuillaumeGomezJacob Pratt-258/+3
2025-05-07Rollup merge of #140668 - vkrivopalov:vecdeque-truncate-front, r=jhprattJacob Pratt-0/+137
2025-05-07Rollup merge of #140656 - joboet:fuchsia_pal, r=workingjubileeJacob Pratt-282/+122
2025-05-07Rollup merge of #140607 - lcnr:opaque-type-storage, r=compiler-errorsJacob Pratt-82/+207
2025-05-07Rollup merge of #140483 - baumanj:patch-1, r=workingjubileeJacob Pratt-5/+5
2025-05-07Rollup merge of #140419 - Jarcho:ctxt_external, r=NadrierilJacob Pratt-18/+28
2025-05-07Rollup merge of #139534 - madhav-madhusoodanan:apx-target-feature-addition, r...Jacob Pratt-17/+55
2025-05-07Rollup merge of #134273 - RalfJung:de-stabilize-bench, r=ibraheemdev,traviscrossJacob Pratt-100/+16
2025-05-06Update `compiler-builtins` to 0.1.158Trevor Gross-4/+4
2025-05-06release-plz: Include the libm changelog in compiler-builtinsTrevor Gross-0/+1
2025-05-06chore: releasegithub-actions[bot]-2/+14
2025-05-06Merge pull request #660 from rust-lang/fix/disabling-sseantoyo-8/+2
2025-05-07fix typo in autorefs lint doc exampleJoseph Perez-7/+7
2025-05-06Auto merge of #140514 - m-ou-se:proc-macro-span-file, r=Amanieubors-4/+4
2025-05-06Require `target_has_atomic = "ptr"` for runtime feature detectionTrevor Gross-6/+15
2025-05-06Stop ignoring the feature -sseAntoni Boucher-8/+2
2025-05-06Post `non_std_lazy_statics` type warnings onto the right nodeSamuel Tardieu-3/+21
2025-05-06Update rc.rs docsJon Bauman-5/+5
2025-05-06Structurally resolve in check_ref_castMichael Goulet-8/+29
2025-05-06Auto merge of #140708 - GuillaumeGomez:rollup-egt3nl9, r=GuillaumeGomezbors-2111/+3166
2025-05-06`item_name_repetitions`: exclude enum variants with identical path components...Manish Goregaokar-2/+41
2025-05-07extract function: `doc_attributes` to find def from inner docHayashi Mikihiro-8/+26
2025-05-06added error handle for error code > 9999Kivooeo-0/+75
2025-05-06Added apxf target feature testMadhav Madhusoodanan-0/+20
2025-05-06Added `apxf` target feature support, under flag `apx_target_feature`Madhav Madhusoodanan-0/+15
2025-05-06rustdoc: remove unportable markdown lint and old parserMichael Howell-258/+3
2025-05-06Ensure that temporary doctest folder is correctly removed even if doctests fa...Guillaume Gomez-3/+21
2025-05-06Rollup merge of #140703 - Kobzol:post-merge-race-fix, r=marcoieniGuillaume Gomez-0/+7
2025-05-06Rollup merge of #140692 - Zalathar:linked-graph, r=wesleywiserGuillaume Gomez-23/+39
2025-05-06Rollup merge of #139966 - Zalathar:span-merge, r=oli-obkGuillaume Gomez-1858/+2895
2025-05-06Rollup merge of #136183 - hkBst:patch-25, r=AmanieuGuillaume Gomez-230/+225
2025-05-06add allow_unused config to missing_docs_in_private_items (#14453)Samuel Tardieu-4/+90
2025-05-06Use the portable `AtomicU64`John Kåre Alsaker-2/+2