about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-04-13Auto merge of #139734 - ChrisDenton:rollup-28qn740, r=ChrisDentonbors-1/+1
2025-04-13Auto merge of #139724 - ChrisDenton:rollup-zhcdtzh, r=ChrisDentonbors-11/+5
2025-04-13Rollup merge of #139708 - samueltardieu:push-onttwlpwurov, r=petrochenkovChris Denton-1/+1
2025-04-12Rollup merge of #139688 - rust-lang:notriddle/io-result-unbox, r=GuillaumeGomezChris Denton-0/+1
2025-04-12Rollup merge of #139315 - clubby789:deranged-bump, r=Mark-SimulacrumChris Denton-11/+4
2025-04-12Auto merge of #139640 - Zoxc:big-file-encoder, r=saethlinbors-1/+1
2025-04-12Fix name of field in doc commentSamuel Tardieu-1/+1
2025-04-11Rollup merge of #139664 - oli-obk:push-tkmurytmnsyw, r=RalfJungJacob Pratt-8/+8
2025-04-11Rollup merge of #139662 - nnethercote:tweak-DefPathData, r=compiler-errorsJacob Pratt-28/+32
2025-04-11Rollup merge of #139653 - nnethercote:fix-139495, r=petrochenkovJacob Pratt-4/+9
2025-04-11Rollup merge of #139638 - yotamofek:pr/mir_transform/instsimplify/cleanup, r=...Jacob Pratt-106/+86
2025-04-11Rollup merge of #139584 - oli-obk:horrible-experiment-1, r=petrochenkovJacob Pratt-48/+59
2025-04-11rustdoc-search: add unbox flag to Result aliasesMichael Howell-0/+1
2025-04-11Auto merge of #139453 - compiler-errors:incr, r=jieyouxubors-97/+221
2025-04-11Change how anonymous associated types are printed.Nicholas Nethercote-1/+2
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-16/+32
2025-04-11Reuse address-space computation from global allocOli Scherer-8/+8
2025-04-11Introduce `DefPathData::AnonAssocTy`.Nicholas Nethercote-25/+28
2025-04-11Auto merge of #139011 - Zoxc:no-rayon-iters, r=oli-obkbors-59/+120
2025-04-11Adjust an assertion.Nicholas Nethercote-3/+3
2025-04-11Rollup merge of #139654 - nnethercote:AssocKind-descr, r=compiler-errorsStuart Cook-2/+4
2025-04-11Rollup merge of #139641 - BoxyUwU:allow_parend_array_len_infer, r=compiler-er...Stuart Cook-1/+3
2025-04-11Rollup merge of #139564 - compiler-errors:deeply-norm, r=lcnrStuart Cook-48/+55
2025-04-11Rollup merge of #138998 - rperier:donot_suggest_to_use_impl_trait_in_closure_...Stuart Cook-6/+17
2025-04-11Rollup merge of #138682 - Alexendoo:extra-symbols, r=fee1-deadStuart Cook-53/+80
2025-04-11Rollup merge of #137447 - folkertdev:simd-extract-insert-dyn, r=scottmcmStuart Cook-32/+47
2025-04-11Improve `AssocItem::descr`.Nicholas Nethercote-2/+4
2025-04-11Handle a negated literal in `eat_token_lit`.Nicholas Nethercote-4/+9
2025-04-10Auto merge of #139410 - Zoxc:fix-dep-graph-no-prev-map, r=oli-obkbors-36/+88
2025-04-10Remove the use of Rayon iteratorsJohn Kåre Alsaker-59/+120
2025-04-10add `simd_insert_dyn` and `simd_extract_dyn`Folkert de Vries-32/+47
2025-04-10Deeply normalize obligations in BestObligationMichael Goulet-18/+33
2025-04-10Cleanup the `InstSimplify` MIR transformationYotam Ofek-106/+86
2025-04-10Allow parenthesis around inferred array lengthsBoxy-1/+3
2025-04-10SimplifyMichael Goulet-30/+22
2025-04-10Bump `FileEncoder` buffer size to 64 kBJohn Kåre Alsaker-1/+1
2025-04-10Rollup merge of #139614 - nnethercote:fix-139512, r=oli-obkMatthias Krüger-7/+8
2025-04-10Rollup merge of #139510 - nnethercote:name-to-ident, r=fee1-deadMatthias Krüger-209/+221
2025-04-10Rollup merge of #139502 - yaahc:still-mutable-ice, r=bjorn3Matthias Krüger-5/+10
2025-04-10Allow drivers to supply a list of extra symbols to internAlex Macleod-53/+80
2025-04-10Auto merge of #139622 - matthiaskrgr:rollup-8ri1vid, r=matthiaskrgrbors-202/+143
2025-04-10Rollup merge of #139568 - nnethercote:empty-trait-name, r=compiler-errorsMatthias Krüger-17/+7
2025-04-10Rollup merge of #139563 - EnzymeAD:better-autodiff-err, r=jieyouxuMatthias Krüger-1/+1
2025-04-10Rollup merge of #139530 - oli-obk:rustc-intrinsic-cleanup, r=RalfJungMatthias Krüger-37/+13
2025-04-10Rollup merge of #139449 - Nadrieril:peel-recursive, r=lcnrMatthias Krüger-145/+115
2025-04-10Rollup merge of #139423 - compiler-errors:field-autoderef, r=oli-obkMatthias Krüger-2/+7