about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-04-01Auto merge of #138928 - ChrisDenton:fix-uwp, r=tgross35bors-1/+1
2025-04-01Auto merge of #138492 - lcnr:rm-inline_const_pat, r=oli-obkbors-1493/+721
2025-04-01Auto merge of #137535 - Kobzol:split-metadata, r=petrochenkovbors-60/+253
2025-04-01Auto merge of #138740 - nnethercote:ast-ItemKind-idents, r=fmeasebors-1012/+1214
2025-04-01Support metadata version 10 in proc-macro-srvJakub Beránek-2/+2
2025-04-01Bump metadata versionJakub Beránek-1/+1
2025-04-01Address review comments.Nicholas Nethercote-96/+101
2025-04-01Auto merge of #139194 - matthiaskrgr:rollup-2mhep38, r=matthiaskrgrbors-135/+207
2025-04-01Move `ast::Item::ident` into `ast::ItemKind`.Nicholas Nethercote-864/+1072
2025-04-01Ignore `#[test_case]` on anything other than `fn`/`const`/`static`.Nicholas Nethercote-21/+39
2025-04-01Remove useless `Option<Ident>` arg.Nicholas Nethercote-38/+16
2025-04-01Simplify `ItemVisitorKind`.Nicholas Nethercote-30/+41
2025-04-01Factor out some shared code.Nicholas Nethercote-32/+14
2025-03-31Rollup merge of #139181 - tiif:doc, r=NoratriebMatthias Krüger-2/+2
2025-03-31Rollup merge of #139179 - ChrisDenton:unvacate, r=ChrisDentonMatthias Krüger-1/+0
2025-03-31Rollup merge of #139176 - m-ou-se:print3, r=compiler-errorsMatthias Krüger-73/+0
2025-03-31Rollup merge of #139151 - mejrs:underscore_to_dash, r=onur-ozkanMatthias Krüger-34/+21
2025-03-31Rollup merge of #139039 - nnethercote:less-kw-Empty-4, r=petrochenkovMatthias Krüger-24/+31
2025-03-31Rollup merge of #138840 - jyn514:precedence-order, r=wesleywiserMatthias Krüger-0/+152
2025-03-31Rollup merge of #138426 - madsmtm:vita-llvm-target, r=jieyouxuMatthias Krüger-1/+1
2025-04-01Avoid `kw::Empty` use for `AuxParamsAttr`.Nicholas Nethercote-14/+16
2025-04-01Improve `is_doc_keyword`.Nicholas Nethercote-3/+7
2025-04-01Tweak `check_doc_keyword`.Nicholas Nethercote-5/+5
2025-04-01Use `sym::dummy` in one more place.Nicholas Nethercote-2/+3
2025-03-31Fix invalid linktiif-2/+2
2025-03-31Remove ChrisDenton from on vacationChris Denton-1/+0
2025-03-31Auto merge of #139169 - matthiaskrgr:rollup-nfy4aew, r=matthiaskrgrbors-73/+478
2025-03-31Remove fragile equal-pointers-unequal/*/print3.rs tests.Mara Bos-73/+0
2025-03-31Rollup merge of #139167 - Amanieu:remove-amanieu, r=Mark-SimulacrumMatthias Krüger-1/+0
2025-03-31Rollup merge of #139157 - mejrs:never, r=NoratriebMatthias Krüger-5/+3
2025-03-31Rollup merge of #139153 - compiler-errors:incr-comp-closure, r=oli-obkMatthias Krüger-29/+64
2025-03-31Rollup merge of #138842 - Noratrieb:inline-exported, r=me,saethlinMatthias Krüger-6/+96
2025-03-31Rollup merge of #138749 - compiler-errors:closure-recovery, r=fmeaseMatthias Krüger-16/+101
2025-03-31Rollup merge of #138176 - compiler-errors:rigid-sized-obl, r=lcnrMatthias Krüger-16/+214
2025-03-31Auto merge of #138892 - compiler-errors:revert-ptr-ptr, r=oli-obkbors-436/+8
2025-03-31Remove Amanieu from the libs review rotationAmanieu d'Antras-1/+0
2025-03-31Auto merge of #139083 - petrochenkov:ctxtdecod3, r=nnethercotebors-70/+71
2025-03-31Add testsJakub Beránek-0/+92
2025-03-31Add an error when full metadata was not foundJakub Beránek-1/+35
2025-03-31Store only a metadata stub into `rlibs` and `dylibs` with `-Zembed-metadata=no`Jakub Beránek-28/+101
2025-03-31Add documentation of the option into the unstable bookJakub Beránek-0/+3
2025-03-31Add `-Zembed-metadata` CLI optionJakub Beránek-0/+3
2025-03-31Simplify find_commandline_librarybjorn3-28/+16
2025-03-31Auto merge of #119220 - Urgau:uplift-invalid_null_ptr_usage, r=fee1-deadbors-719/+713
2025-03-31Auto merge of #139154 - jhpratt:rollup-rv8f915, r=jhprattbors-302/+228
2025-03-31Remove mention of `exhaustive_patterns` from `never` docsmejrs-5/+3
2025-03-30Encode synthetic by-move coroutine body with a different DefPathDataMichael Goulet-29/+64
2025-03-30Rollup merge of #139141 - mejrs:on_unimpl, r=NoratriebJacob Pratt-10/+2
2025-03-30Rollup merge of #139132 - m-ou-se:hir-pp-struct-expr, r=compiler-errorsJacob Pratt-13/+59
2025-03-30Rollup merge of #139122 - petrochenkov:norerr, r=compiler-errorsJacob Pratt-236/+72