| Age | Commit message (Expand) | Author | Lines |
| 2024-09-11 | Auto merge of #18078 - cuishuang:master, r=Veykril | bors | -3/+5 |
| 2024-09-11 | Auto merge of #18057 - alibektas:better_ratoml_testing, r=Veykril | bors | -103/+228 |
| 2024-09-11 | Auto merge of #18052 - Coekjan:fix-inline-const, r=Veykril | bors | -4/+14 |
| 2024-09-11 | Auto merge of #18018 - ChayimFriedman2:unit-ret-complete-semi, r=Veykril | bors | -40/+217 |
| 2024-09-11 | Properly set the working directory for proc-macro execution | Lukas Wirth | -5/+29 |
| 2024-09-11 | Auto merge of #17904 - darichey:unresolved-references, r=Veykril | bors | -0/+200 |
| 2024-09-11 | Lift out workspace related data into a separate query to preserve crategraph ... | Lukas Wirth | -97/+98 |
| 2024-09-11 | Auto merge of #18050 - rust-lang:davidbarsky/push-uyvtlsvoqrxw, r=Veykril | bors | -9/+25 |
| 2024-09-11 | Remove crate graph deduplication logic | Lukas Wirth | -19658/+6 |
| 2024-09-11 | miri: support vector index arguments in simd_shuffle | Ralf Jung | -9/+14 |
| 2024-09-11 | also allow illumos to use mmap for its stack guard | Ralf Jung | -2/+2 |
| 2024-09-11 | Auto merge of #18093 - ShoyuVanilla:skip-dyn-trait-cast-check, r=Veykril | bors | -0/+139 |
| 2024-09-11 | document the new git logic in more detail | onur-ozkan | -5/+18 |
| 2024-09-11 | Merge from rustc | The Miri Cronjob Bot | -33/+46 |
| 2024-09-11 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-09-10 | rustdoc: redesign toolbar and disclosure widgets | Michael Howell | -2/+2 |
| 2024-09-10 | Auto merge of #129403 - scottmcm:only-array-simd, r=compiler-errors | bors | -30/+30 |
| 2024-09-10 | handle `GitConfig` for `tools/compiletest` | onur-ozkan | -2/+10 |
| 2024-09-11 | Skip checks for cast to dyn traits | Shoyu Vanilla | -0/+139 |
| 2024-09-10 | Correctly escape strings in our quote macro | Chayim Refael Friedman | -6/+25 |
| 2024-09-10 | Add test for S_OBJNAME and update test for LF_BUILDINFO cl and cmd for | Florian Schmiderer | -0/+6 |
| 2024-09-10 | Auto merge of #18032 - DropDemBits:sed-tree-edits, r=davidbarsky | bors | -0/+1251 |
| 2024-09-10 | miri: treat non-memory local variables properly for data race detection | Ralf Jung | -7/+382 |
| 2024-09-10 | fmt | Ralf Jung | -48/+62 |
| 2024-09-10 | Merge from rustc | Ralf Jung | -128/+906 |
| 2024-09-10 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-09-10 | Auto merge of #130179 - workingjubilee:rollup-l78cv44, r=workingjubilee | bors | -3/+16 |
| 2024-09-09 | Update the MIRI tests | Scott McMurray | -30/+30 |
| 2024-09-09 | Rollup merge of #129529 - lqd:stable-new-solver, r=Kobzol | Jubilee | -3/+16 |
| 2024-09-10 | Auto merge of #129778 - RalfJung:interp-lossy-typed-copy, r=saethlin | bors | -12/+503 |
| 2024-09-09 | Rollup merge of #130131 - Zalathar:up-to-date, r=Kobzol | Matthias Krüger | -2/+6 |
| 2024-09-09 | handle `GitConfig` for `tools/suggest-tests` | onur-ozkan | -0/+1 |
| 2024-09-09 | implement `build_helper::git::get_closest_merge_commit` | onur-ozkan | -6/+34 |
| 2024-09-09 | add `git_merge_commit_email` into `GitConfig` | onur-ozkan | -0/+1 |
| 2024-09-09 | sync: store extra sync primitive data in a Box<dyn Any> so the type can be ke... | Ralf Jung | -66/+59 |
| 2024-09-09 | sync methods: pass around places, not pointer-typed operands | Ralf Jung | -95/+69 |
| 2024-09-09 | Auto merge of #3871 - Mandragorian:detect_rwlock_move, r=RalfJung | bors | -5/+68 |
| 2024-09-10 | feat: generate names for tuple-struct in add-missing-match-arms | roife | -24/+106 |
| 2024-09-10 | refactor: introduce NameGenerator in suggest_name | roife | -81/+192 |
| 2024-09-09 | feat: use shorthand when pretty-print record pat | roife | -6/+79 |
| 2024-09-09 | Auto merge of #3872 - trivikr:actions-checkout-v4, r=RalfJung | bors | -2/+2 |
| 2024-09-09 | fix UB in a test | Ralf Jung | -2/+35 |
| 2024-09-09 | use fd_num for file descriptors, so we can use fd for file description | Ralf Jung | -92/+83 |
| 2024-09-09 | Auto merge of #18041 - roife:fix-issue-17631, r=Veykril | bors | -1/+95 |
| 2024-09-09 | feat: better name suggestions for fn | roife | -1/+95 |
| 2024-09-09 | ci: bump actions/checkout to v4 | Trivikram Kamat | -2/+2 |
| 2024-09-09 | fix: add parenthesis for or-pattern | roife | -1/+18 |
| 2024-09-09 | fix: use `pretty_print_pat` for params in fn | roife | -5/+123 |
| 2024-09-09 | feat: add prettifier for Pat | roife | -0/+31 |
| 2024-09-09 | feat: Allow hir-def prettifier formatting into one-line | roife | -15/+55 |