about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-05-08add signed integers to unnecessary_lints to ensure feature parity with clippybendn-14/+86
2025-05-08Auto merge of #140106 - dianne:deref-pat-usefulness, r=Nadrierilbors-25/+480
2025-05-07Auto merge of #140751 - GuillaumeGomez:rollup-eahw4ta, r=GuillaumeGomezbors-292/+643
2025-05-07Auto merge of #140590 - lcnr:closure-in-dead-code, r=compiler-errorsbors-64/+135
2025-05-07Rollup merge of #140745 - jchecahi:run-make-support-cargo-rustc-dylib, r=jiey...Guillaume Gomez-1/+4
2025-05-07Rollup merge of #140741 - husqvarnagroup:af/armv5te-target-maintainer, r=jiey...Guillaume Gomez-1/+31
2025-05-07Rollup merge of #140734 - ivmarkov:master, r=joboetGuillaume Gomez-0/+1
2025-05-07Rollup merge of #140706 - GuillaumeGomez:fix-missing-temp-dir-cleanup, r=notr...Guillaume Gomez-3/+73
2025-05-07Rollup merge of #140700 - Kivooeo:new-fix-six, r=davidtwco,fmeaseGuillaume Gomez-0/+75
2025-05-07Rollup merge of #140671 - xizheyin:issue-140169, r=petrochenkovGuillaume Gomez-58/+167
2025-05-07Rollup merge of #140614 - yuk1ty:fix-invalid-module-name-visibility, r=davidtwcoGuillaume Gomez-2/+57
2025-05-07Rollup merge of #140234 - nnethercote:separate-Analysis-and-Results, r=davidtwcoGuillaume Gomez-227/+235
2025-05-07Use `parse_param_general` when parsing `(T, U)->R` in `parse_path_segment`xizheyin-75/+158
2025-05-07run-make-support: set rustc dylib path for cargo wrapperJesus Checa Hidalgo-1/+4
2025-05-07Add regression test for #139899Guillaume Gomez-0/+42
2025-05-07add armv5te-unknown-linux-gnueabi target maintainerAdrian Friedli-1/+31
2025-05-07Auto merge of #139758 - Zoxc:thread-local-graph, r=oli-obkbors-184/+299
2025-05-07Auto merge of #140735 - GuillaumeGomez:rollup-dlhbxsg, r=GuillaumeGomezbors-24/+25
2025-05-07Rollup merge of #140724 - tgross35:update-builtins, r=tgross35Guillaume Gomez-4/+4
2025-05-07Rollup merge of #140719 - wyfo:patch-1, r=lcnrGuillaume Gomez-7/+7
2025-05-07Rollup merge of #140398 - Berrysoft:cygwin-backtrace, r=tgross35Guillaume Gomez-1/+2
2025-05-07Rollup merge of #139518 - xizheyin:issue-138527, r=traviscrossGuillaume Gomez-12/+12
2025-05-07Fix regression from #140393 for espidf / horizon / nuttx / vitaivmarkov-0/+1
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-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-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-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-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-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