about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-01-06`best_blame_constraint`: avoid blaming assignments without user-provided typesdianne-64/+88
2025-01-06`best_blame_constraint`: avoid blaming constraints from MIR generated by desu...dianne-33/+36
2025-01-06`best_blame_constraint`: add a special case to recover object lifetime defaul...dianne-38/+51
2025-01-06`best_blame_constraint`: don't filter constraints by sup SCCdianne-514/+592
2025-01-06further clean up `best_blame_constraint`dianne-50/+46
2025-01-06cleanup: remove `ExtraConstraintInfo`dianne-131/+68
2025-01-06Auto merge of #135112 - tgross35:combine-select-unpredictable-test, r=the8472bors-36/+38
2025-01-06Auto merge of #135151 - matthiaskrgr:rollup-2vy1hwl, r=matthiaskrgrbors-57/+108
2025-01-06Rollup merge of #135150 - lcnr:unconstrained-lts-comment, r=oli-obkMatthias Krüger-15/+15
2025-01-06Rollup merge of #135147 - compiler-errors:borrowck-tweaks, r=chenyukangMatthias Krüger-37/+69
2025-01-06Rollup merge of #135145 - kpreid:unnameable, r=compiler-errorsMatthias Krüger-4/+6
2025-01-06Rollup merge of #135132 - BoxyUwU:rdg_ping_group, r=jieyouxuMatthias Krüger-1/+5
2025-01-06Rollup merge of #135129 - jieyouxu:tag-r-d-g, r=BoxyUwUMatthias Krüger-0/+5
2025-01-06Rollup merge of #135111 - tgross35:float-doc-aliases, r=NoratriebMatthias Krüger-0/+8
2025-01-06footnote to ordinary commentlcnr-15/+15
2025-01-06Auto merge of #135085 - knickish:m68k_unknown_none, r=workingjubileebors-0/+148
2025-01-06Remove CallKind::Deref hack from UseSpansMichael Goulet-15/+6
2025-01-06Improve find_self_call with reborrowed receiverMichael Goulet-20/+28
2025-01-06Improve span when temporary receiver is dropped in edition 2024Michael Goulet-2/+35
2025-01-06Auto merge of #135140 - jhpratt:rollup-pn2gi84, r=jhprattbors-51/+72
2025-01-05Mention `unnameable_types` in `unreachable_pub` documentation.Kevin Reid-4/+6
2025-01-05Rollup merge of #135121 - okaneco:const_slice_reverse, r=jhprattJacob Pratt-3/+5
2025-01-05Rollup merge of #135118 - ranger-ross:better-docs-on-iter-fns, r=jhprattJacob Pratt-0/+3
2025-01-05Rollup merge of #135115 - Zalathar:dwarf-const, r=workingjubileeJacob Pratt-48/+64
2025-01-05Auto merge of #134794 - RalfJung:abi-required-target-features, r=workingjubileebors-787/+831
2025-01-05Auto merge of #135127 - Kobzol:rustc-dev-guide-sync, r=BoxyUwUbors-433/+1249
2025-01-05rustc-dev-guide changes ping groupBoxy-1/+5
2025-01-06triagebot: label `src/doc/rustc-dev-guide` changes with `A-rustc-dev-guide`许杰友 Jieyou Xu (Joe)-0/+5
2025-01-05Preparing for merge from rustcJakub Beránek-0/+1
2025-01-05Remove other maintainersknickish-2/+0
2025-01-05Auto merge of #135125 - bjorn3:sync_cg_clif-2025-01-05, r=bjorn3bors-255/+123
2025-01-05Split stuff out of representing types, and rewrite early/late bound chapter (...Boxy-370/+433
2025-01-05Describe how to use rust-analyzer with `rmake.rs` (#2191)Stuart Cook-0/+40
2025-01-05fix commentTshepang Mbambo-2/+1
2025-01-05make paragraph more readableTshepang Mbambo-3/+5
2025-01-05repetition not neededTshepang Mbambo-5/+5
2025-01-05Document josh subtrees and update subtree repository list (#2182)Jakub Beránek-9/+21
2025-01-05Add tooling for performing Josh synces (#2183)Jakub Beránek-43/+728
2025-01-05comment out FIXMEs to not display them on UI (#2186)Onur Özkan-6/+20
2025-01-05Update tidybjorn3-6/+3
2025-01-05Merge commit '918acafef682d0d0ca30b47de4768210417ff362' into sync_cg_clif-202...bjorn3-249/+120
2025-01-05Fix rustc test suitebjorn3-0/+2
2025-01-05Rustup to rustc 1.86.0-nightly (1891c2866 2025-01-04)bjorn3-1/+1
2025-01-05Sync from rust 1891c28669863bf7ed3ef8f43f2d3fa546f34861bjorn3-2/+2
2025-01-05Mark `slice::reverse` unstably constokaneco-3/+5
2025-01-05Explain why the `DW_TAG_*` constants remain as-is for nowZalathar-0/+4
2025-01-05Use constants for DWARF opcodes, instead of FFI callsZalathar-24/+18
2025-01-05Use gimli to get the values of DWARF constants needed by codegenZalathar-24/+42
2025-01-05Clarified the documentation on core::iter::from_fn and core::iter::successorsranger-ross-0/+3
2025-01-05Auto merge of #135109 - rust-lang:cargo_update, r=tgross35bors-53/+55