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