| Age | Commit message (Expand) | Author | Lines |
| 2024-08-28 | Rollup merge of #129641 - notriddle:notriddle/missing-crates-js-resource-suff... | Matthias Krüger | -9/+15 |
| 2024-08-28 | Rollup merge of #129613 - RalfJung:interpret-target-feat, r=saethlin | Matthias Krüger | -6/+40 |
| 2024-08-28 | Rollup merge of #129608 - RalfJung:const-eval-ub-checks, r=saethlin | Matthias Krüger | -0/+4 |
| 2024-08-27 | Auto merge of #128506 - compiler-errors:by-move-body, r=cjgillot | bors | -2/+5 |
| 2024-08-27 | Rollup merge of #129634 - compiler-errors:tidy-2024, r=albertlarsan68 | Matthias Krüger | -4/+6 |
| 2024-08-27 | Auto merge of #128134 - joboet:move_pal_alloc, r=cupiver | bors | -3/+5 |
| 2024-08-27 | bless miri test | joboet | -3/+5 |
| 2024-08-27 | Rollup merge of #129490 - randomPoison:trusty-os-support, r=Urgau | Trevor Gross | -0/+54 |
| 2024-08-27 | Rollup merge of #128942 - RalfJung:interpret-weak-memory, r=saethlin | Trevor Gross | -108/+152 |
| 2024-08-27 | Rollup merge of #128935 - lqd:needs-zstd, r=Kobzol | Trevor Gross | -7/+133 |
| 2024-08-27 | Rollup merge of #127922 - spastorino:unsafe-extern-blocks-in-style-guide, r=c... | Trevor Gross | -2/+2 |
| 2024-08-27 | Rollup merge of #126985 - Mrmaxmeier:dwarf-embed-source, r=davidtwco | Trevor Gross | -0/+12 |
| 2024-08-26 | rustdoc: fix missing resource suffix on `crates.js` | Michael Howell | -9/+15 |
| 2024-08-26 | Fix tidy | Michael Goulet | -4/+6 |
| 2024-08-26 | Stop using a special inner body for the coroutine by-move body for async clos... | Michael Goulet | -2/+5 |
| 2024-08-27 | Rollup merge of #129560 - GuillaumeGomez:impl-assoc-type-source-link, r=notri... | Matthias Krüger | -0/+2 |
| 2024-08-26 | Note that std support is WIP | Nicole LeGare | -5/+3 |
| 2024-08-26 | Add unsafe to extern blocks in style guide | Santiago Pastorino | -2/+2 |
| 2024-08-26 | interpret: do not make const-eval query result depend on tcx.sess | Ralf Jung | -6/+40 |
| 2024-08-26 | const-eval: do not make UbChecks behavior depend on current crate's flags | Ralf Jung | -0/+4 |
| 2024-08-26 | Rollup merge of #129525 - notriddle:notriddle/fake-variadic-tuple-array, r=Gu... | Matthias Krüger | -40/+74 |
| 2024-08-25 | allow `llvm.libzstd` with `download-ci-llvm = true` | Rémy Rakic | -1/+16 |
| 2024-08-25 | enable `llvm.libzstd` on test x64 linux builder | Rémy Rakic | -1/+2 |
| 2024-08-25 | strip whitespace for ignored tests reason comments | Rémy Rakic | -1/+1 |
| 2024-08-25 | move and rename zstd script | Rémy Rakic | -3/+3 |
| 2024-08-25 | compiletest: implement `needs-lvm-zstd` directive | Rémy Rakic | -1/+111 |
| 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 | Generate missing source link on impl associated types | Guillaume Gomez | -0/+2 |
| 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 |