about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-07-17add more testsb-naber-49/+106
2023-07-17try to structurally resolve before try_resolve_slice_ty_to_array_tyb-naber-0/+2
2023-07-17address reviewb-naber-102/+51
2023-07-17move els into DeclOriginb-naber-61/+58
2023-07-17add test for nested patternb-naber-0/+15
2023-07-17combine arguments into PatInfob-naber-79/+115
2023-07-17add tests for refutable patternsb-naber-5/+172
2023-07-17only infer array type on irrefutable patternsb-naber-40/+138
2023-07-17add test, bless testsb-naber-49/+74
2023-07-17try to infer array type from slice patternb-naber-0/+26
2023-07-17Auto merge of #113720 - eduardosm:miri-target-feature, r=RalfJung,oli-obkbors-0/+97
2023-07-17Auto merge of #113686 - flip1995:clippyup, r=Manishearthbors-2561/+5254
2023-07-17Auto merge of #113714 - Kobzol:ci-cmake, r=nikicbors-4/+55
2023-07-17Auto merge of #113791 - lnicola:sync-from-ra, r=lnicolabors-9096/+13686
2023-07-17Merge commit '37f84c101bca43b11027f30ab0c2852f9325bc3d' into sync-from-raLaurențiu Nicola-9096/+13686
2023-07-17Auto merge of #15301 - bjorn3:uncompressed_dylib_metadata, r=lnicolabors-3/+8
2023-07-17Support reading uncompressed proc macro metadatabjorn3-3/+8
2023-07-17Auto merge of #15302 - lnicola:sync-from-rust, r=lnicolabors-14/+13
2023-07-17Merge remote-tracking branch 'upstream/master' into sync-from-rustLaurențiu Nicola-9094/+13683
2023-07-17Auto merge of #113782 - matthiaskrgr:rollup-mmrjvx3, r=matthiaskrgrbors-27/+246
2023-07-17Rollup merge of #113770 - dtolnay:derivevoid, r=compiler-errors,nnethercoteMatthias Krüger-13/+19
2023-07-17Rollup merge of #113651 - lcnr:parent-def-id, r=compiler-errorsMatthias Krüger-13/+30
2023-07-17Rollup merge of #113535 - jonathanpallant:sparc-bare-metal, r=jackh726Matthias Krüger-0/+196
2023-07-17Rollup merge of #112741 - geometryolife:fix, r=workingjubileeMatthias Krüger-1/+1
2023-07-17Another fix for incorrect_implsPhilipp Krones-4/+3
2023-07-17Update Cargo.lock/tomlPhilipp Krones-23/+13
2023-07-17Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyupPhilipp Krones-2537/+5241
2023-07-17Link to `execinfo` on NetBSDJakub Beránek-1/+4
2023-07-17Auto merge of #113562 - saethlin:larger-incr-comp-offset, r=nnethercotebors-6/+9
2023-07-17Auto merge of #113772 - nnethercote:streamline-size-estimates-2, r=wesleywiserbors-97/+85
2023-07-17Auto merge of #113336 - compiler-errors:new-solver-iat, r=lcnrbors-13/+154
2023-07-16Auto merge of #113769 - matthiaskrgr:rollup-p6i1rco, r=matthiaskrgrbors-17/+218
2023-07-17Remove `instance_def_size_estimate` query.Nicholas Nethercote-28/+12
2023-07-17Ignore unreachable inlined items in `debug_dump`.Nicholas Nethercote-30/+18
2023-07-17Store item size estimate in `MonoItemData`.Nicholas Nethercote-18/+22
2023-07-17Introduce `MonoItemData`.Nicholas Nethercote-27/+39
2023-07-16Add a comparison between match *self and intrinsics::unreachable()David Tolnay-2/+3
2023-07-17Rollup merge of #113762 - alexpovel:master, r=NilstriebMatthias Krüger-1/+1
2023-07-17Rollup merge of #113756 - catandcoder:master, r=workingjubileeMatthias Krüger-6/+6
2023-07-17Rollup merge of #113755 - fmease:probe-adt-norm-lazy-ty-alias, r=oli-obkMatthias Krüger-1/+20
2023-07-17Rollup merge of #113750 - nipzu:italicize-sort-complexity, r=workingjubileeMatthias Krüger-1/+1
2023-07-17Rollup merge of #113614 - he32:netbsd-riscv64-more, r=JohnTitorMatthias Krüger-1/+1
2023-07-17Rollup merge of #113539 - agnarrarendelle:master, r=workingjubileeMatthias Krüger-3/+3
2023-07-17Rollup merge of #113042 - Cyanoxygen:add-mipsr6-target-docs, r=JohnTitorMatthias Krüger-4/+186
2023-07-16Generate safe stable code for derives on empty enumsDavid Tolnay-13/+18
2023-07-16Auto merge of #15297 - HKalbasi:mir, r=HKalbasibors-4/+45
2023-07-17Normalize type alias in projected_tyhkalbasi-4/+45
2023-07-16Auto merge of #113742 - compiler-errors:dont-short-circuit-intercrate-global-...bors-2/+38
2023-07-16Check GAT, IAT, and weak type where clauses during projectionMichael Goulet-16/+112
2023-07-16Add support for inherent projectionsMichael Goulet-3/+48