about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-04-28Auto merge of #3524 - RalfJung:fd-write, r=RalfJungbors-19/+15
2024-04-28file descriptors: make write take &mut selfRalf Jung-19/+15
2024-04-28Auto merge of #3521 - eduardosm:avx2-2, r=RalfJungbors-4/+19
2024-04-27Do not implement x86 SIMD abs with host integersEduardo Sánchez Muñoz-4/+10
2024-04-27Clarify behavior of AVX2 gather when dest and offsets have different numbers ...Eduardo Sánchez Muñoz-0/+2
2024-04-27Add doc comment to `pack_generic`Eduardo Sánchez Muñoz-0/+7
2024-04-27Auto merge of #3520 - RalfJung:josh-check, r=RalfJungbors-0/+14
2024-04-27Auto merge of #3519 - hamirmahal:fix/usage-of-deprecated-version-of-nodejs, r...bors-2/+2
2024-04-27fix: usage of `deprecated` version of `Node.js`Hamir Mahal-2/+2
2024-04-27josh rustc-pull: check that no new root commits get createdRalf Jung-0/+14
2024-04-26Auto merge of #3517 - RalfJung:env-vars, r=RalfJungbors-530/+614
2024-04-26env: split up Windows and Unix environment variable handlingRalf Jung-530/+606
2024-04-26add test for concurrent env var accessRalf Jung-0/+8
2024-04-26Auto merge of #3516 - RalfJung:pathbuf, r=RalfJungbors-37/+60
2024-04-26add smoke tests for basic PathBuf interactionsRalf Jung-37/+60
2024-04-26Auto merge of #3515 - rust-lang:rustup-2024-04-26, r=oli-obkbors-783/+1114
2024-04-26Merge from rustcThe Miri Cronjob Bot-782/+1113
2024-04-26Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-04-26Auto merge of #120845 - petrochenkov:debmac, r=oli-obkbors-339/+211
2024-04-26Update lldb only testsVadim Petrochenkov-0/+2
2024-04-26Auto merge of #124388 - compiler-errors:rollup-v17b8fm, r=compiler-errorsbors-73/+34
2024-04-25Rollup merge of #124381 - compiler-errors:derived-for-wf, r=lcnrMichael Goulet-6/+11
2024-04-25Rollup merge of #124379 - compiler-errors:remove-new-solver-lookup-behavior, ...Michael Goulet-63/+18
2024-04-25Rollup merge of #124378 - dpaoliello:keeplib, r=jieyouxuMichael Goulet-1/+4
2024-04-25Rollup merge of #124076 - NobodyXu:patch-1, r=dtolnayMichael Goulet-3/+1
2024-04-25Renamed DerivedObligation to WellFormedDeriveObligationMichael Goulet-6/+11
2024-04-25Keep the LIB env var in the compiler-builtins testDaniel Paoliello-1/+4
2024-04-25Auto merge of #124386 - matthiaskrgr:rollup-0a6yr00, r=matthiaskrgrbors-55/+264
2024-04-25debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[...Vadim Petrochenkov-339/+209
2024-04-25Rollup merge of #124380 - lcnr:std-unnecessary-params, r=NilstriebMatthias Krüger-13/+7
2024-04-25Rollup merge of #124374 - compiler-errors:fix-ambiguity-ice, r=lcnrMatthias Krüger-19/+22
2024-04-25Rollup merge of #124313 - estebank:split-at-mut, r=fee1-deadMatthias Krüger-23/+235
2024-04-25Remove special-casing for SimplifiedType for next solverMichael Goulet-63/+18
2024-04-25review comment: rename methodEsteban Küber-5/+8
2024-04-25remove trivial boundslcnr-13/+7
2024-04-25Auto merge of #124377 - matthiaskrgr:rollup-ajxjq35, r=matthiaskrgrbors-28/+20
2024-04-25Rollup merge of #124326 - klensy:ignore-stage2, r=compiler-errorsMatthias Krüger-21/+13
2024-04-25Rollup merge of #124287 - 41Leahcim:master, r=fmeaseMatthias Krüger-7/+7
2024-04-25Check equivalence of indices in more casesEsteban Küber-7/+10
2024-04-25Don't suggest `split_at_mut` when the multiple borrows have the same indexEsteban Küber-5/+60
2024-04-25Mention `split_at_mut` when mixing mutability in indexing opsEsteban Küber-4/+106
2024-04-25Only suggest `split_at_mut` on indexing borrowck errors for std typesEsteban Küber-13/+23
2024-04-25Detect borrow error involving sub-slices and suggest `split_at_mut`Esteban Küber-18/+57
2024-04-25Don't ICE when codegen_select returns ambiguity in new solverMichael Goulet-19/+22
2024-04-25Auto merge of #123531 - compiler-errors:closure-wf, r=oli-obkbors-44/+126
2024-04-25Add testMichael Goulet-5/+51
2024-04-25Check closure args and returns are WFMichael Goulet-37/+73
2024-04-25Format stash message correctlyMichael Goulet-2/+2
2024-04-25Auto merge of #124058 - TechVest:master, r=fmeasebors-5/+5
2024-04-25Auto merge of #124368 - RalfJung:miri, r=RalfJungbors-516/+3265