about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-08-19Defer tail call ret ty equality to check_tail_callsMichael Goulet-25/+61
2025-08-19bless tests with new lint messagesKarol Zwolak-1/+1
2025-08-19bless tests with new lint messagesKarol Zwolak-344/+344
2025-08-19mention lint group in default level lint noteKarol Zwolak-6/+99
2025-08-19Auto merge of #145600 - jieyouxu:rollup-jw0bpnt, r=jieyouxubors-727/+1092
2025-08-19Pretty print the name of an future from calling async closureMichael Goulet-4/+61
2025-08-19add a fallback implementation for the `prefetch_*` intrinsicsFolkert de Vries-8/+54
2025-08-19`ptr_arg`: clean-up a bitAda Alakbarova-31/+30
2025-08-19Remove the std workspace patch for `compiler-builtins`Trevor Gross-1/+0
2025-08-19Update lockfile for changes to `std_detect`Josh Triplett-2/+2
2025-08-19`std_detect`: Use `rustc-std-workspace-*` to pull in `compiler-builtins`Josh Triplett-2/+2
2025-08-19extract `duplicate_underscore_argument`, and move it into `functions`Ada Alakbarova-58/+73
2025-08-19Fix doc of `std::os::windows::io::BorrowedSocket::borrow_raw`Lorenz Leutgeb-1/+1
2025-08-19Use `ToString` specialization macro also for `Cow` and `String`Tobias Bucher-16/+2
2025-08-19Simplify macro generating `ToString` implementations for `&…&str`Tobias Bucher-34/+21
2025-08-19Merge pull request #4414 from bjorn3/weak_defsRalf Jung-28/+114
2025-08-19Support weak definitionsbjorn3-28/+114
2025-08-19Auto merge of #145599 - jieyouxu:rollup-523cxhm, r=jieyouxubors-550/+1121
2025-08-19Merge pull request #4530 from JoJoDeveloping/tb-doc-ugc-linkRalf Jung-1/+55
2025-08-19Gate static coroutines behind a parser featureMichael Goulet-24/+67
2025-08-19Strenghten rustdoc js tester file macthing regexGuillaume Gomez-1/+1
2025-08-19Fix bug where `rustdoc-js` tester would not pick the right `search.js` file i...Guillaume Gomez-2/+20
2025-08-19God bless the testsJohannes Hostert-0/+53
2025-08-19link to TB doc in unsafe-code-guidelinesJohannes Hostert-1/+2
2025-08-19Prevent impossible combinations in `ast::ModKind`.Nicholas Nethercote-4/+4
2025-08-19Prevent impossible combinations in `ast::ModKind`.Nicholas Nethercote-25/+28
2025-08-19Rollup merge of #145578 - vexide:armv7a-vex-v5+linked-files, r=davidtwco许杰友 Jieyou Xu (Joe)-10/+26
2025-08-19Rollup merge of #145576 - jieyouxu:bootstrap-timings, r=Kobzol许杰友 Jieyou Xu (Joe)-0/+5
2025-08-19Rollup merge of #145571 - davidtwco:davidtwco-remove-from-groups, r=lqd许杰友 Jieyou Xu (Joe)-2/+1
2025-08-19Rollup merge of #145568 - fee1-dead-contrib:push-uvsonuzxmkus, r=fmease许杰友 Jieyou Xu (Joe)-8/+18
2025-08-19Rollup merge of #145560 - Kobzol:bootstrap-remove-ord, r=jieyouxu许杰友 Jieyou Xu (Joe)-34/+34
2025-08-19Rollup merge of #145556 - JonathanBrouwer:extern-crate-stable, r=jdonszelmann许杰友 Jieyou Xu (Joe)-0/+1
2025-08-19Rollup merge of #145550 - nnethercote:derive_from-no-unit, r=Kobzol许杰友 Jieyou Xu (Joe)-77/+38
2025-08-19Rollup merge of #145549 - huaihuaidelulu:patch-2, r=Amanieu,jieyouxu许杰友 Jieyou Xu (Joe)-1/+1
2025-08-19Rollup merge of #145542 - blyxyas:no-mentions-subtree, r=Urgau许杰友 Jieyou Xu (Joe)-0/+2
2025-08-19Rollup merge of #145538 - lolbinarycat:std-bufreader-buffer-backshift-less, r...许杰友 Jieyou Xu (Joe)-1/+1
2025-08-19Rollup merge of #145537 - zachs18:metasized-negative-bound-fix, r=davidtwco许杰友 Jieyou Xu (Joe)-7/+117
2025-08-19Rollup merge of #145533 - smoelius:patch-2, r=lqd许杰友 Jieyou Xu (Joe)-1/+1
2025-08-19Rollup merge of #145532 - bvanjoi:debug-resolve-module, r=petrochenkov许杰友 Jieyou Xu (Joe)-1/+4
2025-08-19Rollup merge of #145511 - semarie:push-rnytptsoxrxn, r=joshtriplett许杰友 Jieyou Xu (Joe)-0/+10
2025-08-19Rollup merge of #145510 - cjgillot:visit-async-drop, r=davidtwco许杰友 Jieyou Xu (Joe)-2/+12
2025-08-19Rollup merge of #145505 - cjgillot:tweak-span-cache, r=petrochenkov许杰友 Jieyou Xu (Joe)-44/+37
2025-08-19Rollup merge of #145500 - JonathanBrouwer:must_use_target, r=jdonszelmann许杰友 Jieyou Xu (Joe)-365/+535
2025-08-19Rollup merge of #145493 - fee1-dead-contrib:push-rsqlqymxyyqp, r=jdonszelmann许杰友 Jieyou Xu (Joe)-40/+20
2025-08-19Rollup merge of #145490 - Kobzol:bootstrap-io-tracing, r=jieyouxu许杰友 Jieyou Xu (Joe)-30/+91
2025-08-19Rollup merge of #145486 - Urgau:unicode-mention, r=lqd许杰友 Jieyou Xu (Joe)-5/+6
2025-08-19Rollup merge of #145474 - fmease:paren-use-bounds-fix, r=fee1-dead许杰友 Jieyou Xu (Joe)-103/+117
2025-08-19Rollup merge of #145464 - Kivooeo:stabilize-const_pathbuf_osstring_new, r=ibr...许杰友 Jieyou Xu (Joe)-2/+2
2025-08-19Rollup merge of #145452 - Kobzol:bootstrap-strip, r=jieyouxu许杰友 Jieyou Xu (Joe)-1/+12
2025-08-19Rollup merge of #145429 - bjorn3:codegen_fn_attrs_improvements, r=jdonszelmann许杰友 Jieyou Xu (Joe)-63/+43