about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-06-11put flag check at the end of command chain in mingw-check-2bit-aloo-4/+5
2025-06-11Fix enter_trace_span!() using wrong $crate pathsStypox-2/+2
2025-06-11move fast reject into innerlcnr-3/+4
2025-06-11Merge pull request #19973 from Veykril/push-ppltxvqvqmkkLukas Wirth-3/+9
2025-06-11fix: Hide dyn inlay hints for incomplete `impl`sLukas Wirth-3/+9
2025-06-11Use closure to allow passing custom tracing layersStypox-13/+29
2025-06-11Allow initializing logger with additional tracing LayerStypox-3/+26
2025-06-11add comment over ci changebit-aloo-1/+3
2025-06-11add tracing flag in bootstrap check cmd in mingw-check-2 ci workflowbit-aloo-1/+1
2025-06-11Revert "add `Cargo.lock` to CI-rustc allowed list for non-CI env"Jakub Beránek-34/+21
2025-06-11Merge pull request #4384 from RalfJung/diag-no-repeatOli Scherer-874/+727
2025-06-11remove myself from the projectonur-ozkan-3/+2
2025-06-11add trace_cmd import in tracing feature in execution contextbit-aloo-0/+2
2025-06-11Auto merge of #141942 - ShoyuVanilla:smir-repr, r=oli-obkbors-6/+132
2025-06-11compiler: Update all targets to the new c_int_width typeJubilee Young-7/+7
2025-06-11compiler: Change c_int_width to be an integer typeJubilee Young-19/+17
2025-06-11miri: we can use apfloat's mul_add nowRalf Jung-10/+6
2025-06-11miri: add flag to suppress float non-determinismRalf Jung-4/+31
2025-06-11Merge pull request #19970 from ChayimFriedman2/proc-macro-srv-minusLukas Wirth-31/+26
2025-06-11bump apfloat dependencyRalf Jung-2/+2
2025-06-11Remove useless and wrong std crates special casing when un-remap sysrootUrgau-28/+1
2025-06-11Merge pull request #2463 from rust-lang/tshepang-patch-1Tshepang Mbambo-1/+1
2025-06-11that was phrased like a separate sentenceTshepang Mbambo-1/+1
2025-06-11Add trim_prefix and trim_suffix for slice and str.Deven T. Corzine-0/+160
2025-06-11Don't clone `new_item` in `after_krate`.Nicholas Nethercote-7/+16
2025-06-11Avoid more clones in rustdoc JSON output.Nicholas Nethercote-125/+133
2025-06-11Auto merge of #142090 - compiler-errors:perf-stable-root-var, r=lcnrbors-17/+6
2025-06-11feat: Add `bit_width` for unsigned integer typesShun Sakai-0/+33
2025-06-10Auto merge of #141883 - oli-obk:remove-check-mod-loops, r=nnethercotebors-271/+272
2025-06-10Remove unneeded `FunctionCx` from some codegen methodsScott McMurray-96/+94
2025-06-10Merge pull request #702 from rust-lang/reenable-stdarch-testantoyo-55/+116
2025-06-11Fix proc macro server handling of strings with minusesChayim Refael Friedman-31/+26
2025-06-10Temporarily ignore the test u128-as-f32 to merge the fix of the sysroot Cargo...Antoni Boucher-0/+1
2025-06-10remove ice group pings from `triagebot.toml`cyrgani-23/+0
2025-06-10Auto merge of #142292 - RalfJung:miri-sync, r=RalfJungbors-229/+420
2025-06-10std::net: adding `unix_socket_exclbind` feature for solaris/illumos.David Carlier-0/+117
2025-06-11Merge pull request #2462 from lolbinarycat/patch-2许杰友 Jieyou Xu (Joe)-1/+2
2025-06-10Remove unneeded `check_id` calls as they are already called in `visit_id` in ...Guillaume Gomez-2/+0
2025-06-10rustdoc search: prefer stable items in search resultsbinarycat-6/+67
2025-06-10Auto merge of #142299 - fmease:rollup-u86s80a, r=fmeasebors-2312/+1837
2025-06-10Using git § I changed a submodule by accident: be explicitlolbinarycat-1/+2
2025-06-10Improve documentation of the `Rustc` step and rename `compiler` to `build_com...Jakub Beránek-41/+57
2025-06-10Rename `build` to `host_target`Jakub Beránek-314/+326
2025-06-10Dont unwrap and re-wrap typing envsMichael Goulet-11/+7
2025-06-11Configure bootstrap backport nominations via triagebotJieyou Xu-0/+35
2025-06-10Fix sysroot Cargo.lockAntoni Boucher-55/+115
2025-06-10format integer tests regrouped, min/max coverage and 128-bit coveragePascal S. de Kloe-36/+121
2025-06-10Modify some run-make tests to use `//@ needs-target-std`Jieyou Xu-24/+6
2025-06-10core docs: improve clarity of considerations about atomic CAS operationsGray Olson-33/+146
2025-06-10Rollup merge of #142288 - RalfJung:const-eval-comments, r=oli-obkLeón Orell Valerian Liehr-12/+8