about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-04-11Rollup merge of #139584 - oli-obk:horrible-experiment-1, r=petrochenkovJacob Pratt-49/+59
2025-04-11Rollup merge of #137835 - scottmcm:signum, r=compiler-errorsJacob Pratt-11/+10
2025-04-11Auto merge of #139453 - compiler-errors:incr, r=jieyouxubors-97/+285
2025-04-11Auto merge of #139578 - ferrocene:pa-compiletest-edition, r=jieyouxubors-151/+208
2025-04-11Only compute the `DefId` when a diagnostic is definitely emittedOli Scherer-22/+22
2025-04-11Avoid a node_id_to_def_id call by just storing DefIds instead of NodeIdsOli Scherer-5/+4
2025-04-11Avoid storing the `LocalDefId` twiceOli Scherer-7/+5
2025-04-11Avoid another node_id_to_def_id callOli Scherer-8/+6
2025-04-11Avoid a reverse map that is only used in diagnostics pathsOli Scherer-17/+32
2025-04-11didn't catch this test failure, whoopsPietro Albini-5/+5
2025-04-11Auto merge of #139011 - Zoxc:no-rayon-iters, r=oli-obkbors-74/+122
2025-04-11Auto merge of #139657 - Zalathar:rollup-6oh6f9q, r=Zalatharbors-313/+899
2025-04-11Rollup merge of #139654 - nnethercote:AssocKind-descr, r=compiler-errorsStuart Cook-51/+53
2025-04-11Rollup merge of #139641 - BoxyUwU:allow_parend_array_len_infer, r=compiler-er...Stuart Cook-2/+75
2025-04-11Rollup merge of #139600 - tgross35:update-builtins, r=tgross35Stuart Cook-4/+4
2025-04-11Rollup merge of #139574 - onur-ozkan:better-channel-handling, r=onur-ozkanStuart Cook-16/+19
2025-04-11Rollup merge of #139564 - compiler-errors:deeply-norm, r=lcnrStuart Cook-90/+194
2025-04-11Rollup merge of #139469 - jieyouxu:compiletest-supports-crate-type, r=onur-ozkanStuart Cook-41/+154
2025-04-11Rollup merge of #139447 - izarma:issue-108131-fix, r=scottmcmStuart Cook-6/+6
2025-04-11Rollup merge of #138998 - rperier:donot_suggest_to_use_impl_trait_in_closure_...Stuart Cook-6/+38
2025-04-11Rollup merge of #138904 - madsmtm:apple-test-no-std, r=tgross35Stuart Cook-0/+41
2025-04-11Rollup merge of #138682 - Alexendoo:extra-symbols, r=fee1-deadStuart Cook-59/+116
2025-04-11Rollup merge of #138182 - durin42:llvm-21-fp128-windows, r=tgross35Stuart Cook-1/+2
2025-04-11Rollup merge of #137447 - folkertdev:simd-extract-insert-dyn, r=scottmcmStuart Cook-37/+197
2025-04-11Improve `AssocItem::descr`.Nicholas Nethercote-51/+53
2025-04-10Auto merge of #139410 - Zoxc:fix-dep-graph-no-prev-map, r=oli-obkbors-36/+88
2025-04-10Auto merge of #137412 - scottmcm:redo-swap, r=cuviperbors-96/+303
2025-04-10Remove the use of Rayon iteratorsJohn Kåre Alsaker-74/+122
2025-04-10tests: adjust expectation for f128 abi on WindowsAugie Fackler-1/+2
2025-04-10add `simd_insert_dyn` and `simd_extract_dyn`Folkert de Vries-37/+197
2025-04-10Deeply normalize obligations in BestObligationMichael Goulet-60/+172
2025-04-10Allow parenthesis around inferred array lengthsBoxy-2/+75
2025-04-10SimplifyMichael Goulet-30/+22
2025-04-10Update `compiler-builtins` to 0.1.153Trevor Gross-4/+4
2025-04-10Auto merge of #139634 - matthiaskrgr:rollup-45shqa5, r=matthiaskrgrbors-508/+2014
2025-04-10Rollup merge of #139630 - RalfJung:miri-sync, r=RalfJungMatthias Krüger-229/+1532
2025-04-10Rollup merge of #139626 - m-ou-se:mut, r=lqdMatthias Krüger-1/+1
2025-04-10Rollup merge of #139614 - nnethercote:fix-139512, r=oli-obkMatthias Krüger-7/+53
2025-04-10Rollup merge of #139609 - jieyouxu:compiletest-path-misc, r=KobzolMatthias Krüger-22/+23
2025-04-10Rollup merge of #139606 - jieyouxu:compiletest-edition2024, r=compiler-errorsMatthias Krüger-15/+44
2025-04-10Rollup merge of #139510 - nnethercote:name-to-ident, r=fee1-deadMatthias Krüger-229/+241
2025-04-10Rollup merge of #139502 - yaahc:still-mutable-ice, r=bjorn3Matthias Krüger-5/+120
2025-04-10Allow drivers to supply a list of extra symbols to internAlex Macleod-59/+116
2025-04-10update lockfileRalf Jung-0/+1
2025-04-10Merge pull request #4264 from RalfJung/rustupRalf Jung-5022/+7961
2025-04-10Merge from rustcRalf Jung-5021/+7960
2025-04-10Preparing for merge from rustcRalf Jung-1/+1
2025-04-10Auto merge of #139622 - matthiaskrgr:rollup-8ri1vid, r=matthiaskrgrbors-329/+268
2025-04-10Merge pull request #4262 from RalfJung/win-pathRalf Jung-36/+107
2025-04-10make GetFullPathNameW more correct on non-Windows hostsRalf Jung-38/+104