| Age | Commit message (Expand) | Author | Lines |
| 2024-08-26 | Rollup merge of #129525 - notriddle:notriddle/fake-variadic-tuple-array, r=Gu... | Matthias Krüger | -40/+74 |
| 2024-08-25 | Auto merge of #129563 - matthiaskrgr:rollup-t6bai2d, r=matthiaskrgr | bors | -13/+54 |
| 2024-08-25 | Rollup merge of #129511 - GuillaumeGomez:update-minifier, r=notriddle | Matthias Krüger | -1/+1 |
| 2024-08-25 | Rollup merge of #129459 - onur-ozkan:separate-stage0-bins, r=Kobzol | Matthias Krüger | -9/+17 |
| 2024-08-25 | Rollup merge of #129416 - workingjubilee:partial-move-from-stabilization, r=d... | Matthias Krüger | -2/+2 |
| 2024-08-25 | Rollup merge of #129134 - lolbinarycat:continue-at, r=Kobzol | Matthias Krüger | -1/+34 |
| 2024-08-25 | Auto merge of #129295 - Zalathar:profiler-builtins, r=Kobzol | bors | -12/+37 |
| 2024-08-25 | Auto merge of #129531 - Jarcho:clippyup, r=Manishearth | bors | -2961/+3044 |
| 2024-08-25 | Auto merge of #129521 - matthiaskrgr:rollup-uigv77m, r=matthiaskrgr | bors | -71/+65 |
| 2024-08-24 | Rollup merge of #129512 - lolbinarycat:linkchecker-impl-docs, r=ehuss | Trevor Gross | -2/+4 |
| 2024-08-24 | Rollup merge of #129492 - tshepang:patch-2, r=chenyukang | Trevor Gross | -4/+3 |
| 2024-08-24 | Rollup merge of #129430 - lolbinarycat:rustdoc-search-exact-case, r=notriddle | Trevor Gross | -0/+8 |
| 2024-08-24 | Merge commit '0f8eabd6231366bfc1bb1464601297c2d48f8f68' into clippyup | Jason Newcomb | -2961/+3044 |
| 2024-08-24 | rewrite extract_curl_version again | binarycat | -14/+11 |
| 2024-08-24 | rustdoc: clean up tuple <-> primitive conversion docs | Michael Howell | -40/+74 |
| 2024-08-24 | Rollup merge of #129510 - GrigorenkoPV:fix-elided-named-lifetimes, r=cjgillot | Matthias Krüger | -3/+3 |
| 2024-08-24 | Rollup merge of #129501 - RalfJung:miri-rust-backtrace, r=Noratrieb | Matthias Krüger | -33/+33 |
| 2024-08-24 | Rollup merge of #128596 - RalfJung:const_fn_floating_point_arithmetic, r=nnet... | Matthias Krüger | -35/+29 |
| 2024-08-24 | update the doc comment on lintchecker b/c it parses html now | binarycat | -2/+4 |
| 2024-08-24 | Update minifier to 0.3.1 | Guillaume Gomez | -1/+1 |
| 2024-08-24 | Fix `elided_named_lifetimes` in code | Pavel Grigorenko | -3/+3 |
| 2024-08-24 | panicking: improve hint for Miri's RUST_BACKTRACE behavior | Ralf Jung | -33/+33 |
| 2024-08-24 | Build `library/profiler_builtins` from `ci-llvm` if appropriate | Zalathar | -12/+37 |
| 2024-08-24 | Auto merge of #129303 - nikic:llvm19rc3, r=cuviper | bors | -0/+0 |
| 2024-08-23 | CI: rfl: move to temporary commit | Miguel Ojeda | -2/+2 |
| 2024-08-24 | remove extraneous text | Tshepang Mbambo | -2/+1 |
| 2024-08-24 | make text more easy to read | Tshepang Mbambo | -3/+3 |
| 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 | -1/+2 |
| 2024-08-23 | rustdoc: show exact case-sensitive matches first | binarycat | -0/+8 |
| 2024-08-23 | use tuples for semver, not floats | binarycat | -9/+16 |
| 2024-08-23 | rewrite libtest-thread-limit to rmake | Oneirical | -1/+2 |
| 2024-08-23 | handle stage0 cargo and rustc separately | onur-ozkan | -9/+17 |
| 2024-08-23 | Auto merge of #129464 - GuillaumeGomez:rollup-ckfqd7h, r=GuillaumeGomez | bors | -15/+267 |
| 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 #129243 - onur-ozkan:stuff, r=Kobzol | Guillaume Gomez | -1/+1 |
| 2024-08-23 | Rollup merge of #128511 - alexcrichton:doc-wasm-features, r=jieyouxu | Guillaume Gomez | -1/+226 |
| 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 #129414 - GuillaumeGomez:fix-doc-hidden-crates, r=notriddle | Matthias Krüger | -3/+4 |
| 2024-08-23 | Rollup merge of #129386 - cjgillot:local-resolved-arg, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-08-23 | Rollup merge of #129055 - Oneirical:fortanix-fortification, r=jieyouxu | Matthias Krüger | -2/+9 |
| 2024-08-23 | Rollup merge of #128876 - ColinFinck:rust-lld-with-runtime-dlls, r=Kobzol,pet... | Matthias Krüger | -13/+24 |
| 2024-08-23 | Fix a missing import in a doc in run-make-support | Pavel Grigorenko | -0/+1 |
| 2024-08-22 | remove dbg!() | binarycat | -1/+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 | Fix extern crates not being hidden with `doc(hidden)` | Guillaume Gomez | -3/+4 |
| 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 |