about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-09-08Suggest examples of format specifiers in error messagesIoaNNUwU-2/+118
2025-09-08feat: support navigation on primitivesRyan Mehri-17/+27
2025-09-08std: move `thread` into `sys` (rename only)joboet-0/+0
2025-09-08std: make address resolution weirdness local to SGXjoboet-216/+276
2025-09-08Remove support for register_attrWilfred Hughes-62/+14
2025-09-08disable core dumps for panic-uninitialized-zeroedAriel Ben-Yehuda-1/+16
2025-09-08Rollup merge of #146320 - tshepang:rdg-sync, r=tshepangMatthias Krüger-64/+186
2025-09-08Rollup merge of #146319 - justinyaodu:patch-1, r=jhprattMatthias Krüger-1/+1
2025-09-08Rollup merge of #146313 - nnethercote:rustc_middle-ty-cleanups-2, r=lcnrMatthias Krüger-84/+54
2025-09-08Rollup merge of #146310 - nnethercote:fix-146249, r=lcnrMatthias Krüger-2/+18
2025-09-08Rollup merge of #146299 - smirzaei:doc/improve-path-canonicalize-docs, r=jhprattMatthias Krüger-0/+8
2025-09-08Rollup merge of #146298 - cjgillot:gvn-derefer, r=nnethercoteMatthias Krüger-0/+5
2025-09-08Rollup merge of #146111 - ChayimFriedman2:more-ns-specific-defid, r=lcnrMatthias Krüger-80/+154
2025-09-08tidy extra checks: use Error::FailedCheck correctlybinarycat-3/+3
2025-09-08tidy extra checks that interact with --bless now all recommend using itbinarycat-6/+25
2025-09-08Merge pull request #2586 from ali90h/fix-microsoft-link-broken-urlnora-1/+1
2025-09-08tidy: py:lint extra check now works with --blessbinarycat-2/+9
2025-09-08Auto merge of #146165 - folkertdev:c-variadic-errors-take-2, r=lcnrbors-94/+140
2025-09-08all tidy extra checks now print what they do in present tensebinarycat-2/+8
2025-09-08mark `format_args_nl!` as `#[doc(hidden)]`cyrgani-2/+2
2025-09-08fix APITIT being treated as a normal generic parameter in suggestionsJeremy Smart-27/+74
2025-09-08Make `is_typeck_child` match exhaustiveDaria Sukhonina-1/+31
2025-09-08reviewlcnr-40/+57
2025-09-08optimize `CanonicalVarValues::instantiate`lcnr-56/+63
2025-09-08pass `sub_relations` into canonical querieslcnr-318/+342
2025-09-08inline `CanonicalTyVarKind`lcnr-83/+58
2025-09-08eagerly compute `sub_relations` againlcnr-111/+152
2025-09-08remove outdated opaque type testlcnr-49/+0
2025-09-08Merge pull request #4484 from RalfJung/math-shimsRalf Jung-532/+603
2025-09-08Skip typeck for items w/o their own typeck contextDaria Sukhonina-5/+10
2025-09-08implement `va_arg` for arm in rustc itselfFolkert de Vries-0/+41
2025-09-08Add some error message testsAlice Ryhl-0/+382
2025-09-08const-eval: disable pointer fragment supportRalf Jung-9/+119
2025-09-08move math foreign_items into their own fileRalf Jung-232/+266
2025-09-08extract core operation name instead of listing all function name variantsRalf Jung-17/+26
2025-09-08move math intrinsics to their own fileRalf Jung-287/+315
2025-09-08fix typos in commentFang He-2/+2
2025-09-08add some comments to clarify the fixFang He-0/+6
2025-09-08Merge pull request #4573 from RalfJung/rustupRalf Jung-4105/+6084
2025-09-08clippyRalf Jung-1/+1
2025-09-08Merge ref 'a09fbe2c8372' from rust-lang/rustRalf Jung-4104/+6083
2025-09-08Prepare for merging from rust-lang/rustRalf Jung-1/+1
2025-09-08Allow static regions in `type_name`.Nicholas Nethercote-2/+18
2025-09-08check before test for hardware capabilites in bits 32~63 of usizeFang He-33/+38
2025-09-08move `toplevel_ref_args` out of `misc` (#15627)Samuel Tardieu-116/+125
2025-09-08Fix broken Microsoft URL missing slashAli Nazzal-1/+1
2025-09-08Auto merge of #146173 - Kmeakin:km/unicode-data/no-ascii, r=jhprattbors-247/+320
2025-09-08Merge pull request #4566 from Patrick-6/miri-genmc-rmwRalf Jung-207/+1478
2025-09-08Merge pull request #20620 from A4-Tacks/let-else-completionLaurențiu Nicola-17/+220
2025-09-08print proper error when using unsupported synchronization primitive with GenMCRalf Jung-76/+52