about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-05-02Merge pull request #19732 from ShoyuVanilla/issue-19730Lukas Wirth-1/+27
2025-05-02Refactor rustc_on_unimplemented's filter parsermejrs-165/+448
2025-05-02Add a regression testmoxian-0/+29
2025-05-02borrowck nested items in dead codelcnr-64/+135
2025-05-02zkvm: remove schmerik from maintainers listErik Kaneda-1/+0
2025-05-03fix: Implement mut to const ptr cast for method resolutionShoyu Vanilla-13/+82
2025-05-02Construct test so that it would fail for old codeXinglu Chen-5/+22
2025-05-02Rollup merge of #140574 - reddevilmidzy:add-test, r=compiler-errorsMatthias Krüger-0/+31
2025-05-02Rollup merge of #140572 - nnethercote:comment-ExprKind-If, r=compiler-errorsMatthias Krüger-0/+9
2025-05-02Rollup merge of #140563 - onur-ozkan:extend-dylib-paths, r=jieyouxuMatthias Krüger-3/+3
2025-05-02Rollup merge of #140550 - Amanieu:stabilize_select_unpredictable, r=workingju...Matthias Krüger-5/+1
2025-05-02Rollup merge of #140536 - zachs18:mapped-guard-filter-map, r=AmanieuMatthias Krüger-59/+61
2025-05-02Rollup merge of #140521 - RalfJung:oob-error, r=saethlinMatthias Krüger-213/+202
2025-05-02Rollup merge of #140519 - compiler-errors:name-based-comparison, r=oli-obkMatthias Krüger-20/+62
2025-05-02Rollup merge of #140509 - tmiasko:merge-contiguous-ranges, r=jswrennMatthias Krüger-7/+19
2025-05-02Rollup merge of #140485 - Jarcho:from_expansion_opt, r=petrochenkovMatthias Krüger-2/+15
2025-05-02Auto merge of #140406 - Urgau:autorefs-perf, r=nnethercotebors-4/+11
2025-05-02doc(std): fix typo lchown -> lchmodbinarycat-1/+1
2025-05-02fix: `manual_slice_fill` FP on `IndexMut` overload (#14719)Manish Goregaokar-1/+84
2025-05-02Correctly handle interior mutable data in `Box`Xinglu Chen-1/+26
2025-05-02remove an unused codepathJana Dönszelmann-6/+1
2025-05-02collateral damage in derive tests, improves errors by not refering to impleme...Jana Dönszelmann-43/+48
2025-05-02Test that names of variables in external macros are not shown on a borrow errorJana Dönszelmann-0/+65
2025-05-02Fix `new_lint` clippy command (#14642)Jason Newcomb-1/+1
2025-05-02Update compiler/rustc_codegen_ssa/src/back/link.rsxizheyin-2/+2
2025-05-02Merge pull request #19731 from Veykril/push-mmvowomkpwxyLukas Wirth-175/+113
2025-05-03fix: Correct assoc ty bound var starting indexShoyu Vanilla-1/+27
2025-05-02refactor: Simplify macro call id constructionLukas Wirth-175/+113
2025-05-02check all crate-type to find staticlibxizheyin-8/+8
2025-05-02Update compiler/rustc_codegen_ssa/src/back/link.rsxizheyin-1/+1
2025-05-02Emit warning while outputs is not exe and prints linkage infoxizheyin-0/+38
2025-05-02Auto merge of #140581 - Zalathar:rollup-ig2jb9v, r=Zalatharbors-223/+1723
2025-05-02Move `DisambiguatorState` into `intern_const_alloc_recursive`John Kåre Alsaker-20/+31
2025-05-02linker: Quote symbol names in .def filesVadim Petrochenkov-1/+13
2025-05-02Merge pull request #4291 from Patrick-6/miri-genmc-prepRalf Jung-307/+1254
2025-05-02resolve: Support imports of associated types and glob imports from traitsVadim Petrochenkov-113/+168
2025-05-02Implement skeleton code for adding GenMC support to Miri (not yet functional).Patrick-6-307/+1254
2025-05-02Merge pull request #19581 from Veykril/push-uvyutolsqnunLukas Wirth-149/+201
2025-05-02Render more lifetimesLukas Wirth-149/+201
2025-05-02Update sysinfo to `0.35.0` in `src/tools/opt-dist`Guillaume Gomez-68/+35
2025-05-02Update sysinfo version to `0.35.0`Guillaume Gomez-16/+131
2025-05-02Rollup merge of #140507 - a4lg:riscv-feature-addition-batch-3, r=AmanieuStuart Cook-1/+21
2025-05-02Rollup merge of #140430 - nnethercote:hir-exhaustive, r=dtolnayStuart Cook-104/+1014
2025-05-02Rollup merge of #140389 - sayantn:avx512fp16, r=AmanieuStuart Cook-5/+2
2025-05-02Rollup merge of #140197 - ktnlvr:master, r=workingjubileeStuart Cook-1/+28
2025-05-02Rollup merge of #140159 - thaliaarchi:pathbuf-extension, r=workingjubileeStuart Cook-31/+65
2025-05-02Rollup merge of #139847 - thaliaarchi:args/delegate-iter, r=workingjubileeStuart Cook-21/+207
2025-05-02Rollup merge of #139608 - Lynnesbian:improve-async-block-docs, r=ibraheemdevStuart Cook-0/+60
2025-05-02Rollup merge of #139206 - joboet:unique_thread_errno, r=ibraheemdevStuart Cook-24/+21
2025-05-02Rollup merge of #139046 - nnethercote:hir-Lifetime-better, r=lcnrStuart Cook-31/+104