| Age | Commit message (Expand) | Author | Lines |
| 2024-08-25 | dont iterate over the bitset | Ralf Jung | -4/+2 |
| 2024-08-25 | only visit reachable blocks, do not use a visitor | Ralf Jung | -28/+16 |
| 2024-08-24 | const checking: properly compute the set of transient locals | Ralf Jung | -17/+45 |
| 2024-08-24 | Auto merge of #129303 - nikic:llvm19rc3, r=cuviper | bors | -0/+0 |
| 2024-08-23 | Auto merge of #129278 - GuillaumeGomez:rm-duplicated-usage-of-unstable-option... | bors | -26/+8 |
| 2024-08-23 | Auto merge of #128507 - Oneirical:testart-from-scratch, r=jieyouxu | bors | -9/+73 |
| 2024-08-23 | rewrite libtest-thread-limit to rmake | Oneirical | -9/+73 |
| 2024-08-23 | Auto merge of #129464 - GuillaumeGomez:rollup-ckfqd7h, r=GuillaumeGomez | bors | -45/+375 |
| 2024-08-23 | Rollup merge of #129457 - Kobzol:kobzol-vacation, r=Kobzol | Guillaume Gomez | -1/+1 |
| 2024-08-23 | Rollup merge of #129437 - gurry:fix-diagnostic-typo, r=jieyouxu | Guillaume Gomez | -2/+2 |
| 2024-08-23 | Rollup merge of #129426 - notriddle:smaller-index-2024-08-22, r=GuillaumeGomez | Guillaume Gomez | -13/+40 |
| 2024-08-23 | Rollup merge of #129408 - Urgau:macro-arg-drop_copy, r=compiler-errors | Guillaume Gomez | -2/+48 |
| 2024-08-23 | Rollup merge of #129350 - krasimirgg:llvm20, r=nikic | Guillaume Gomez | -22/+41 |
| 2024-08-23 | Rollup merge of #129276 - eduardosm:stabilize-char_indices_offset, r=Amanieu | Guillaume Gomez | -3/+13 |
| 2024-08-23 | Rollup merge of #129263 - apiraino:add-missing-compat-note, r=cuviper | Guillaume Gomez | -0/+2 |
| 2024-08-23 | Rollup merge of #129243 - onur-ozkan:stuff, r=Kobzol | Guillaume Gomez | -1/+2 |
| 2024-08-23 | Rollup merge of #128511 - alexcrichton:doc-wasm-features, r=jieyouxu | Guillaume Gomez | -1/+226 |
| 2024-08-23 | Auto merge of #129443 - matthiaskrgr:rollup-tbgdj0p, r=matthiaskrgr | bors | -225/+406 |
| 2024-08-23 | kobzol vacation | Jakub Beránek | -1/+1 |
| 2024-08-23 | Rollup merge of #129433 - GrigorenkoPV:run-make-support-path-rustdoc, r=jieyouxu | Matthias Krüger | -0/+1 |
| 2024-08-23 | Rollup merge of #129417 - compiler-errors:refine-err, r=lqd | Matthias Krüger | -20/+30 |
| 2024-08-23 | Rollup merge of #129414 - GuillaumeGomez:fix-doc-hidden-crates, r=notriddle | Matthias Krüger | -3/+31 |
| 2024-08-23 | Rollup merge of #129400 - Amjad50:update-compiler-builtins, r=tgross35 | Matthias Krüger | -4/+4 |
| 2024-08-23 | Rollup merge of #129386 - cjgillot:local-resolved-arg, r=compiler-errors | Matthias Krüger | -55/+58 |
| 2024-08-23 | Rollup merge of #129055 - Oneirical:fortanix-fortification, r=jieyouxu | Matthias Krüger | -94/+105 |
| 2024-08-23 | Rollup merge of #128876 - ColinFinck:rust-lld-with-runtime-dlls, r=Kobzol,pet... | Matthias Krüger | -13/+24 |
| 2024-08-23 | Rollup merge of #127623 - lolbinarycat:fix_remove_dir_all, r=Amanieu | Matthias Krüger | -36/+153 |
| 2024-08-23 | Fix typo in help diagnostic | Gurinder Singh | -2/+2 |
| 2024-08-23 | Fix a missing import in a doc in run-make-support | Pavel Grigorenko | -0/+1 |
| 2024-08-22 | Auto merge of #129413 - jieyouxu:revert-remove-dir-all, r=compiler-errors | bors | -17/+103 |
| 2024-08-22 | rustdoc-search: use tighter json for names and parents | Michael Howell | -13/+40 |
| 2024-08-22 | Auto merge of #129410 - RalfJung:miri-sync, r=RalfJung | bors | -86/+658 |
| 2024-08-22 | Add regression test for #126796 | Guillaume Gomez | -0/+27 |
| 2024-08-22 | Fix extern crates not being hidden with `doc(hidden)` | Guillaume Gomez | -3/+4 |
| 2024-08-22 | fix: fs::remove_dir_all: treat ENOENT as success | binarycat | -36/+153 |
| 2024-08-22 | Don't trigger refinement lint if predicates reference errors | Michael Goulet | -20/+30 |
| 2024-08-22 | Revert "compiletest: use `std::fs::remove_dir_all` now that it is available" | 许杰友 Jieyou Xu (Joe) | -2/+25 |
| 2024-08-22 | Revert "bootstrap: fix clean's `remove_dir_all` implementation" | 许杰友 Jieyou Xu (Joe) | -15/+78 |
| 2024-08-22 | Auto merge of #129257 - ChrisDenton:rename-null-descriptor, r=jieyouxu | bors | -4/+74 |
| 2024-08-22 | rewrite x86_64-fortanix-unknown-sgx-lvi to rmake | Oneirical | -94/+105 |
| 2024-08-22 | llvm 20: adapt integer comparison tests | Krasimir Georgiev | -22/+41 |
| 2024-08-22 | Auto merge of #3833 - JoJoDeveloping:tb-fix-stack-overflow, r=RalfJung | bors | -47/+74 |
| 2024-08-22 | Make Tree Borrows Provenance GC no longer produce stack overflows | Johannes Hostert | -47/+74 |
| 2024-08-22 | Fix handling of macro arguments within the `dropping_copy_types lint | Urgau | -2/+48 |
| 2024-08-22 | Auto merge of #129338 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-08-22 | Auto merge of #3832 - RalfJung:epoll-test, r=oli-obk | bors | -24/+4 |
| 2024-08-22 | Auto merge of #129398 - matthiaskrgr:rollup-50l01ry, r=matthiaskrgr | bors | -85/+204 |
| 2024-08-22 | Update RELEASES.md | apiraino | -2/+2 |
| 2024-08-22 | Update `compiler_builtins` to `0.1.120` | Amjad Alsharafi | -4/+4 |
| 2024-08-22 | Rollup merge of #129395 - fmease:pp-dyn-w-gat, r=compiler-errors | Matthias Krüger | -20/+50 |