about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-04-16add a feature gate testdianne-0/+44
2025-04-16upvar inference for implicit deref patternsdianne-11/+70
2025-04-16respect the tcx's recursion limit when peelingdianne-11/+68
2025-04-16don't peel ADTs the pattern could matchdianne-14/+114
2025-04-16refactor tuple struct pattern checking to get info for peelingdianne-22/+44
2025-04-16refactor struct pattern checking to get info for peelingdianne-19/+32
2025-04-16refactor path pattern checking to get info for peelingdianne-48/+89
2025-04-16register `DerefMut` bounds for implicit mutable derefsdianne-18/+100
2025-04-16pattern typing for immutable implicit deref patternsdianne-30/+272
2025-04-16lower implicit deref patterns to THIRdianne-21/+36
2025-04-12store the kind of pattern adjustments in `pat_adjustments`dianne-16/+50
2025-04-10Auto merge of #137412 - scottmcm:redo-swap, r=cuviperbors-96/+303
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-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
2025-04-10Remove unnecessary `mut`.Mara Bos-1/+1
2025-04-10Rollup merge of #139599 - joshtriplett:style-tracking, r=traviscrossMatthias Krüger-1/+4
2025-04-10Rollup merge of #139592 - camelid:doctest-md-opts, r=notriddleMatthias Krüger-1/+24
2025-04-10Rollup merge of #139589 - saethlin:vacation, r=camelidMatthias Krüger-1/+0
2025-04-10Rollup merge of #139580 - fmease:unrotate, r=fmeaseMatthias Krüger-0/+1
2025-04-10Rollup merge of #139568 - nnethercote:empty-trait-name, r=compiler-errorsMatthias Krüger-57/+31
2025-04-10Rollup merge of #139563 - EnzymeAD:better-autodiff-err, r=jieyouxuMatthias Krüger-5/+5
2025-04-10Rollup merge of #139560 - programmerjake:patch-5, r=jieyouxuMatthias Krüger-1/+1
2025-04-10Rollup merge of #139530 - oli-obk:rustc-intrinsic-cleanup, r=RalfJungMatthias Krüger-60/+13
2025-04-10Rollup merge of #139507 - Zalathar:trim-env-name, r=jieyouxuMatthias Krüger-16/+36
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-12/+9
2025-04-10Rollup merge of #138605 - xizheyin:issue-138567, r=GuillaumeGomezMatthias Krüger-20/+17
2025-04-10Rollup merge of #138167 - GuillaumeGomez:rustdoc-hidden-stripper-improvement,...Matthias Krüger-10/+12
2025-04-10Auto merge of #139088 - spastorino:ergonomic-ref-counting-2, r=nikomatsakisbors-60/+189
2025-04-10Merge pull request #4209 from LorrensP-2158466/freebsd_futexRalf Jung-1/+521
2025-04-10feature: implement WAIT & WAKE operations of FreeBSD _umtx_op syscall for Fut...LorrensP-2158466-1/+521
2025-04-10compiletest: update to Edition 2024Jieyou Xu-15/+44
2025-04-10path: add more Windows testsRalf Jung-1/+6
2025-04-10Avoid empty identifiers for delegate params and args.Nicholas Nethercote-9/+10
2025-04-10Add a HIR pretty printing test for delegation.Nicholas Nethercote-0/+45
2025-04-10Auto merge of #139000 - compiler-errors:rigid-missing-item, r=lcnrbors-91/+524
2025-04-10compiletest: don't use stringly paths for `compose_and_run`Jieyou Xu-22/+23