about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-11-25rustc: Make `def_kind` mandatory for all `DefId`sVadim Petrochenkov-3/+2
2023-11-25rustc: Make `def_kind` mandatory for all `DefId`sVadim Petrochenkov-56/+36
2023-11-25Auto merge of #11864 - GuillaumeGomez:option_map_or_err_ok, r=flip1995bors-1/+106
2023-11-25fix: add fallback for completion label detailsAndrew Hlynskyi-1/+3
2023-11-25Auto merge of #11866 - GuillaumeGomez:simplify-code-result_map_or_else_none, ...bors-9/+5
2023-11-25Auto merge of #118277 - fmease:rollup-itucldm, r=fmeasebors-2360/+2512
2023-11-25Auto merge of #3190 - RalfJung:freebsd32, r=RalfJungbors-5/+6
2023-11-25Merge branch 'sync_from_rust'bjorn3-0/+0
2023-11-25Simplify code for `result_map_or_else_none`Guillaume Gomez-9/+5
2023-11-25Merge commit '710c67909d034e1c663174a016ca82b95c2d6c12' into sync_cg_clif-202...bjorn3-71/+452
2023-11-25Merge commit '710c67909d034e1c663174a016ca82b95c2d6c12' into sync_cg_clif-202...bjorn3-71/+452
2023-11-25Merge pull request #1431 from rust-lang/even_more_simd_intrinsicsbjorn3-21/+347
2023-11-25Re-enable rustc test that was disabled due to a rustc bugbjorn3-5/+0
2023-11-25run tests on 32bit freebsdRalf Jung-0/+1
2023-11-25read off_t at the right size for the current targetRalf Jung-3/+3
2023-11-25Rustup to rustc 1.76.0-nightly (37b2813a7 2023-11-24)bjorn3-1/+1
2023-11-25Sync from rust 37b2813a7be580ef59048a6bd08444c79e5cc97fbjorn3-1/+50
2023-11-25Rollup merge of #118274 - celinval:smir-fix-pretty, r=ouz-aLeón Orell Valerian Liehr-2/+4
2023-11-25Rollup merge of #118271 - compiler-errors:float, r=RalfJungLeón Orell Valerian Liehr-2/+5
2023-11-25Rollup merge of #118266 - celinval:smir-break-files, r=compiler-errorsLeón Orell Valerian Liehr-2150/+2205
2023-11-25Rollup merge of #118262 - spastorino:relate-iats-using-eq, r=compiler-errorsLeón Orell Valerian Liehr-4/+1
2023-11-25Rollup merge of #118259 - spastorino:move-eager-resolver-to-infer, r=compiler...León Orell Valerian Liehr-80/+87
2023-11-25Rollup merge of #118255 - dtolnay:mentionsrustanalyzer, r=Mark-SimulacrumLeón Orell Valerian Liehr-0/+6
2023-11-25Rollup merge of #118253 - dtolnay:issomeand, r=compiler-errorsLeón Orell Valerian Liehr-22/+21
2023-11-25Rollup merge of #118251 - notriddle:notriddle/less-recursion, r=GuillaumeGomezLeón Orell Valerian Liehr-8/+68
2023-11-25Rollup merge of #118220 - onur-ozkan:followups, r=Mark-SimulacrumLeón Orell Valerian Liehr-92/+115
2023-11-25make tests/utils work with edition 2015Ralf Jung-2/+2
2023-11-25Fix incorrect implementation of several vendor intrinsicsbjorn3-16/+16
2023-11-25Auto merge of #118075 - tmiasko:validate-critical-call-edges, r=cjgillotbors-2/+56
2023-11-25Auto merge of #3187 - RalfJung:rustup, r=RalfJungbors-6351/+7654
2023-11-25blessRalf Jung-2/+2
2023-11-25Auto merge of #118203 - nnethercote:rustc_mir_dataflow, r=cjgillotbors-227/+132
2023-11-25fmtRalf Jung-4/+1
2023-11-25Merge from rustcRalf Jung-6349/+7655
2023-11-25Preparing for merge from rustcRalf Jung-1/+1
2023-11-25Auto merge of #118261 - spastorino:fix-placeholder-replacer, r=compiler-errorsbors-4/+18
2023-11-24Update cargoWeihang Lo-40/+0
2023-11-24Fix smir's `Ty::Ref` pretty printingCelina G. Val-2/+4
2023-11-25Auto merge of #118227 - Mark-Simulacrum:worker-local-outline, r=cjgillotbors-9/+12
2023-11-25coverage: Assert that bcb0 starts with bb0 and has no in-edgesZalathar-0/+13
2023-11-25coverage: Eliminate `BcbBranch`Zalathar-104/+69
2023-11-25coverage: Extract `CoverageGraph::bcb_has_multiple_in_edges`Zalathar-9/+16
2023-11-25coverage: Simplify building coverage expressions based on sumsZalathar-171/+154
2023-11-25coverage: Use `BcbCounter` to build coverage expressionsZalathar-19/+16
2023-11-25coverage: Push down creation of a visited node's counterZalathar-6/+7
2023-11-25coverage: Push down and inline `bcb_needs_branch_counters`Zalathar-9/+10
2023-11-25coverage: Rename parameter `branching_bcb` to `from_bcb`Zalathar-9/+7
2023-11-25Add more benchmarks of `Vec::dedup`AngelicosPhosphoros-18/+105
2023-11-25Auto merge of #118235 - psumbera:bootstrap-main-t, r=Mark-Simulacrumbors-3/+3
2023-11-24Separate Nan/Inf floats with _Michael Goulet-2/+5