about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-01-27Use identifiers in diagnostics more oftenMichael Goulet-72/+83
2025-01-27Mark all NuttX targets as tier 3 target and support the standard libraryHuang Qi-54/+51
2025-01-26compiler_fence: fix exampleRalf Jung-13/+13
2025-01-27Add `TooGeneric` variant to `LayoutError` and emit `Unknown` oneFedericoBruzzone-58/+233
2025-01-26fixed a missing description of the MSRV option for `manual_repeat_n` (#14081)Timo-0/+2
2025-01-26Auto merge of #104693 - jhorstmann:use-high-bit-of-mask-for-select, r=working...bors-172/+280
2025-01-26Merge pull request #2223 from marxin/CI-cache-restore-keyNoah Lev-2/+4
2025-01-26tidy up html structureRémy Rakic-4/+4
2025-01-26add NLL SCCs to polonius MIR dumpRémy Rakic-0/+49
2025-01-26add NLL region graph to the polonius MIR dumpRémy Rakic-1/+83
2025-01-26Merge pull request #2225 from ehuss/patch-3Tshepang Mbambo-1/+1
2025-01-26Correct information on dylib compressionEric Huss-1/+1
2025-01-26Merge pull request #4154 from RalfJung/linux-futexRalf Jung-3/+2
2025-01-26Auto merge of #135783 - compiler-errors:cache-in-closure-binder, r=lcnrbors-1/+144
2025-01-26Merge pull request #4153 from Mark-Simulacrum/reduce-symbol-lookupsRalf Jung-1/+2
2025-01-27fixed a missing description of the MSRV option for `manual_repeat_n`lapla-cogito-0/+2
2025-01-26make linux-futex test less flakyRalf Jung-3/+2
2025-01-26Pre-intern name when searching module childrenMark Rousskov-1/+2
2025-01-27triagebot: set myself on vacation许杰友 Jieyou Xu (Joe)-1/+2
2025-01-26Add cache to FoldEscapingRegionsMichael Goulet-1/+144
2025-01-26Make `unnecessary_map_or` work with ref and `Deref` to `Option`/`Result` (#14...Alejandra González-2/+72
2025-01-27rustc-dev-guide: update bootstrap tracing docs许杰友 Jieyou Xu (Joe)-32/+58
2025-01-27bootstrap: add more logging许杰友 Jieyou Xu (Joe)-2/+93
2025-01-27bootstrap: adjust config file cascading fallback comment许杰友 Jieyou Xu (Joe)-1/+5
2025-01-27bootstrap: adjust tracing style许杰友 Jieyou Xu (Joe)-11/+6
2025-01-27bootstrap: avoid glob imports in `main` binary许杰友 Jieyou Xu (Joe)-5/+4
2025-01-26Merge pull request #4152 from RalfJung/many-seedsRalf Jung-6/+11
2025-01-26many-seeds: do not use more than 8 threadsRalf Jung-4/+3
2025-01-26many-seeds: in keep-going mode, print how many tests failedRalf Jung-2/+8
2025-01-26rustc_ast: replace some len-checks + indexing with slice patterns etc. 🧹Yotam Ofek-10/+10
2025-01-26Consistently use the most significant bit of vector masksJörn Horstmann-172/+280
2025-01-26set default PR messages to fail the changelog CI (#14069)Philipp Krones-4/+6
2025-01-26Auto merge of #135764 - nikic:llvm-20-test-fixes, r=wesleywiserbors-15/+105
2025-01-26Merge pull request #4151 from rust-lang/rustup-2025-01-26Ralf Jung-1514/+2793
2025-01-26prevent weird macOS linker errors from breaking the buildRalf Jung-1/+3
2025-01-26Add regression testbjorn3-0/+23
2025-01-26Document purpose of closure in from_fn.rs more clearlyMarijn Schouten-2/+2
2025-01-26Auto merge of #136087 - jhpratt:rollup-tam1mzn, r=jhprattbors-155/+309
2025-01-26Test pipes also when not running on Windows and Linux simultaneouslyTobias Bucher-1/+1
2025-01-26Update `std::io::{pipe, PipeReader, PipeWriter}` docs the new locationTobias Bucher-16/+20
2025-01-26Move `std::io::pipe` code into its own fileTobias Bucher-272/+277
2025-01-26implement lint `double_negations`Kalle Wachsmuth-16/+159
2025-01-26remove `clippy::double_neg`Kalle Wachsmuth-146/+93
2025-01-26remove `clippy::double_neg`Kalle Wachsmuth-146/+93
2025-01-26unrelated cleanupKalle Wachsmuth-10/+2
2025-01-26Actually run the bstr testbjorn3-3/+3
2025-01-26Update commentbjorn3-1/+1
2025-01-26Fix cg_clif testing coretestsbjorn3-56/+11
2025-01-26Put all coretests in a separate cratebjorn3-17/+37
2025-01-26Auto merge of #135753 - compiler-errors:from-ty-const, r=oli-obkbors-10/+6