about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-04-22Update to Cranelift 0.107bjorn3-39/+41
2024-04-22Update a couple of cratesbjorn3-8/+8
2024-04-22Update data structure cratesbjorn3-15/+15
2024-04-22Update syn, quote and proc-macro2bjorn3-6/+6
2024-04-22Update windows-trgets to 0.52.5bjorn3-16/+23
2024-04-22Update libloadingbjorn3-79/+13
2024-04-22Rollup merge of #124268 - rustbot:docs-update, r=ehussGuillaume Gomez-0/+0
2024-04-22Rollup merge of #124252 - michaelwoerister:better-forbidden-read-ice, r=oli-obkGuillaume Gomez-1/+44
2024-04-22Rollup merge of #124230 - reitermarkus:generic-nonzero-stable, r=dtolnayGuillaume Gomez-111/+69
2024-04-22Rollup merge of #124217 - Zalathar:pre-branch, r=oli-obkGuillaume Gomez-94/+993
2024-04-22Rollup merge of #124183 - compiler-errors:unnecessary-by-ref, r=oli-obkGuillaume Gomez-38/+38
2024-04-22Rollup merge of #124178 - GuillaumeGomez:llvm-backend, r=oli-obkGuillaume Gomez-3/+4
2024-04-22Rollup merge of #115913 - FedericoStra:checked_ilog, r=the8472Guillaume Gomez-27/+89
2024-04-22miri libstd tests: test windows-msvc instead of windows-gnuRalf Jung-2/+3
2024-04-22remove an unused type from the reentrant lock testsRalf Jung-8/+1
2024-04-22Fix warning in alloc_system.rsbjorn3-2/+1
2024-04-22Inline CValue::pointer_from_data_and_metabjorn3-19/+7
2024-04-22Update booksrustbot-0/+0
2024-04-22Fix neon test on non arm64 targetsbjorn3-0/+2
2024-04-22Rustup to rustc 1.79.0-nightly (fb898629a 2024-04-21)bjorn3-8/+9
2024-04-22Stabilize generic `NonZero`.Markus Reiter-111/+69
2024-04-22Sync from rust fb898629a26e4acec59c928ce3ec00a62675d1ccbjorn3-4/+41
2024-04-22Only apply --cap-lints to the extended_sysroot test suitebjorn3-6/+9
2024-04-22Deny gen keyword in edition_2024_compat lintsMichael Goulet-36/+158
2024-04-22Improve handling of expr->field errorsSasha Pourcelot-4/+140
2024-04-23Wrap dyn type with parentheses in suggestionlong-long-float-62/+286
2024-04-22Use `DefiningOpaqueTypes::Yes`, as the `InferCtxt` we use has no opaque types...Oli Scherer-1/+1
2024-04-22Add more context to the forbidden dep-graph read ICE error message.Michael Woerister-1/+5
2024-04-22Fix typo in the has_surface_drop's doc commentDaria Sukhonina-1/+1
2024-04-22Fix copy-paste typo in the comment within consider_builtin_async_destruct_can...Daria Sukhonina-2/+2
2024-04-22Exhaustivelly match TyKind in consider_builtin_async_destruct_candidateDaria Sukhonina-1/+1
2024-04-22Auto merge of #115120 - icedrocket:ignore-strip-on-msvc, r=michaelwoeristerbors-57/+103
2024-04-22coverage: Separate branch pairs from other mapping kindsZalathar-25/+44
2024-04-22coverage: Move some helper code into `BranchInfoBuilder`Zalathar-26/+40
2024-04-22coverage: Detach MC/DC branch spans from regular branch spansZalathar-52/+101
2024-04-22coverage: Add a mir-opt test for branch coverage of match armsZalathar-0/+165
2024-04-22coverage: Move mir-opt coverage tests into a subdirectoryZalathar-0/+0
2024-04-22coverage: Branch coverage tests for match armsZalathar-0/+401
2024-04-22coverage: Branch coverage test for if-let and let-chainsZalathar-0/+161
2024-04-22coverage: Branch coverage test for let-elseZalathar-0/+90
2024-04-22Improve ICE message for forbidden dep-graph reads.Michael Woerister-1/+40
2024-04-22Auto merge of #124250 - matthiaskrgr:rollup-b8tqsup, r=matthiaskrgrbors-29/+153
2024-04-22Rollup merge of #124246 - gurry:add-comma-in-abs-doc, r=jhprattMatthias Krüger-1/+1
2024-04-22Rollup merge of #124245 - workingjubilee:bootstrap-some-doc-comments, r=onur-...Matthias Krüger-28/+28
2024-04-22Rollup merge of #124240 - matthiaskrgr:tests_sunday, r=compiler-errorsMatthias Krüger-0/+124
2024-04-22Auto merge of #124236 - matthiaskrgr:n-ice, r=jieyouxubors-0/+62
2024-04-22Auto merge of #3461 - tiif:add_localtime_r_shim, r=RalfJungbors-0/+273
2024-04-22Add localtime_r shimtiif-0/+273
2024-04-22Auto merge of #124112 - beetrees:incremental-os-str, r=Nadrierilbors-17/+46
2024-04-22Fix ICE when ADT tail has type errorGurinder Singh-1/+20