about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-05-02Rollup merge of #138872 - a4lg:riscv-fix-incompatible-abi-zfinx, r=workingjub...Stuart Cook-5/+25
2025-05-02Rollup merge of #137474 - VlaDexa:shebang-placement, r=wesleywiserStuart Cook-0/+37
2025-05-02Rollup merge of #134034 - bvanjoi:issue-131655, r=petrochenkovStuart Cook-0/+139
2025-05-02add more revisions to cover more architecturesRalf Jung-21/+88
2025-05-02Create a builder for DocTestBuilder typeGuillaume Gomez-72/+123
2025-05-02Add regression test for #140310Guillaume Gomez-0/+43
2025-05-02Emit a warning if the doctest `main` function will not be runGuillaume Gomez-17/+103
2025-05-02Split `get_opt_name` hashing use into `hashed_symbol`John Kåre Alsaker-5/+21
2025-05-02Add comment about the symbol on `AnonAssocTy`John Kåre Alsaker-1/+2
2025-05-02Add `DefPathData::NestedStatic` instead of reusing `DefPathData::AnonConst`John Kåre Alsaker-8/+10
2025-05-02give the abi-relevant target feature tests better namesRalf Jung-1/+6
2025-05-02forbidden target feature tests: consolidate multiple tests in a single one wi...Ralf Jung-33/+11
2025-05-02Auto merge of #139883 - matthiaskrgr:crashesapr15, r=Mark-Simulacrumbors-0/+332
2025-05-02Remove estebank from automated review assignmentJieyou Xu-5/+0
2025-05-02Rename parameter to `override_def_path_data`John Kåre Alsaker-4/+5
2025-05-02Remove fragile equal-pointers-unequal tests.Mara Bos-201/+0
2025-05-02Use less rustc_type_ir in the compiler codebaseRomain Perier-33/+31
2025-05-02Auto merge of #140540 - flip1995:clippy-subtree-update, r=Manishearthbors-582/+1819
2025-05-02fix: `manual_slice_fill` FP on `IndexMut` overloadyanglsh-1/+84
2025-05-02Merge pull request #4305 from RalfJung/squashRalf Jung-10/+84
2025-05-02Add regression test for 133065reddevilmidzy-0/+31
2025-05-02add ./miri squashRalf Jung-10/+84
2025-05-02Add useful comments on `ExprKind::If` variants.Nicholas Nethercote-0/+9
2025-05-02Auto merge of #140565 - GuillaumeGomez:rollup-gv4ed14, r=GuillaumeGomezbors-422/+755
2025-05-01Implement error::Error for TryLockErrorChristopher Berner-1/+4
2025-05-01Change signature of File::try_lock and File::try_lock_sharedChristopher Berner-61/+140
2025-05-02Amend language regarding the never typeLynnesbian-2/+2
2025-05-02Improve coverage of HIR pretty printing.Nicholas Nethercote-104/+1014
2025-05-01fmaf: Add a test case from a MinGW failureTrevor Gross-1/+12
2025-05-02Handle `Path<>` better in error messages.Nicholas Nethercote-37/+50
2025-05-01Delegate to inner `vec::IntoIter` from `env::ArgsOs`Thalia Archibald-21/+207
2025-05-01Added a .gitattributes file for showing cargo.lock diffs (#659)ALBIN BABU VARGHESE-0/+1
2025-05-02Augment `impl-trait-missing-lifetime-gated.rs`.Nicholas Nethercote-5/+65
2025-05-01Rollup merge of #140556 - GuillaumeGomez:improve-rustdoc-gui-tool-error-outpu...Guillaume Gomez-4/+13
2025-05-01Rollup merge of #140552 - folkertdev:naked-function-rustc_std_internal_symbol...Guillaume Gomez-1/+8
2025-05-01Rollup merge of #140544 - m-ou-se:format-args-const-cleanup, r=fee1-deadGuillaume Gomez-63/+77
2025-05-01Rollup merge of #140538 - tshepang:rust-push, r=jieyouxuGuillaume Gomez-151/+393
2025-05-01Rollup merge of #140460 - heiher:issue-140455, r=UrgauGuillaume Gomez-18/+25
2025-05-01Rollup merge of #140420 - fmease:rustdoc-fix-doctest-heur, r=GuillaumeGomezGuillaume Gomez-88/+182
2025-05-01Rollup merge of #140062 - xizheyin:issue-139958, r=workingjubileeGuillaume Gomez-0/+2
2025-05-01Rollup merge of #140034 - RalfJung:simd_select_bitmask-padding, r=workingjubileeGuillaume Gomez-45/+15
2025-05-01Rollup merge of #139802 - Lee-Janggun:fix-allocate-hyperlink, r=workingjubileeGuillaume Gomez-2/+4
2025-05-01Rollup merge of #139780 - ongardie:iterator-take-by_ref-example, r=workingjub...Guillaume Gomez-0/+18
2025-05-01Rollup merge of #139186 - TDecking:float, r=workingjubileeGuillaume Gomez-47/+15
2025-05-01Rollup merge of #138703 - pudongair:master, r=workingjubileeGuillaume Gomez-3/+3
2025-05-01extend the list of registered dylibs on `test::prepare_cargo_test`onur-ozkan-3/+3
2025-05-01Use present indicative tense in std::io::pipe() API docsEyal Kalderon-3/+3
2025-05-01Simplify docs for breaking out of a named code blockArtur Roos-2/+2
2025-05-01Crashes testsBoxy-23/+11
2025-05-01Set groundwork for proper const normalizationBoxy-228/+369