| Age | Commit message (Expand) | Author | Lines |
| 2024-09-06 | Update declared licenses in `REUSE.toml` | Guillaume Gomez | -0/+34 |
| 2024-09-06 | Add `gcc` to the `build` commands list | Guillaume Gomez | -2/+3 |
| 2024-09-06 | Clean code and move check for GCC backend build in `dist.rs` directly | Guillaume Gomez | -89/+6 |
| 2024-09-06 | Move HashStamp to helpers | Guillaume Gomez | -42/+41 |
| 2024-09-06 | Update to new bootstrap API | Guillaume Gomez | -17/+15 |
| 2024-09-06 | Update code comments to mention GCC and not LLVM | Guillaume Gomez | -9/+6 |
| 2024-09-06 | Update GCC version | Guillaume Gomez | -0/+0 |
| 2024-09-06 | Remove `src/gcc` from `rustfmt` checks | Guillaume Gomez | -0/+1 |
| 2024-09-06 | Correctly generate stamp for gcc | Guillaume Gomez | -2/+6 |
| 2024-09-06 | Rename `LICENSES/GPL-2.0.txt` into `LICENSES/GPL-2.0-only.txt` | Guillaume Gomez | -0/+0 |
| 2024-09-06 | Add missing licenses for GCC | Guillaume Gomez | -0/+372 |
| 2024-09-06 | Ignore gcc submodule for tidy checks | Guillaume Gomez | -1/+5 |
| 2024-09-06 | Add libgccjit dist generation | Guillaume Gomez | -7/+248 |
| 2024-09-06 | Add GCC submodule | Guillaume Gomez | -0/+3 |
| 2024-09-06 | Auto merge of #129176 - EnzymeAD:enzyme-backend, r=albertlarsan68 | bors | -0/+159 |
| 2024-09-06 | Auto merge of #130016 - matthiaskrgr:rollup-fopistw, r=matthiaskrgr | bors | -138/+395 |
| 2024-09-06 | Rollup merge of #130013 - jonathan-conder:await_coverage, r=Zalathar | Matthias Krüger | -63/+160 |
| 2024-09-06 | Rollup merge of #129995 - alexcrichton:remove-wasm32-wasip2-release-notes, r=... | Matthias Krüger | -1/+0 |
| 2024-09-06 | Rollup merge of #129969 - GrigorenkoPV:boxed-ty, r=compiler-errors | Matthias Krüger | -48/+58 |
| 2024-09-06 | Rollup merge of #129963 - rjooske:fix/inaccurate_to_string_lossy_doc, r=worki... | Matthias Krüger | -2/+2 |
| 2024-09-06 | Rollup merge of #129781 - Veykril:lw-x-py-compiler-features, r=albertlarsan68 | Matthias Krüger | -12/+30 |
| 2024-09-06 | Rollup merge of #129021 - compiler-errors:ptr-cast-outlives, r=lcnr | Matthias Krüger | -12/+145 |
| 2024-09-06 | coverage: Treat await similar to a macro | Jonathan Conder | -71/+67 |
| 2024-09-06 | coverage: Add test to codify existing behavior | Jonathan Conder | -0/+101 |
| 2024-09-06 | Auto merge of #129999 - matthiaskrgr:rollup-pzr9c8p, r=matthiaskrgr | bors | -70/+241 |
| 2024-09-05 | Enzyme backend | Manuel Drehwald | -0/+159 |
| 2024-09-06 | Auto merge of #121614 - clubby789:no-expect, r=saethlin | bors | -14/+14 |
| 2024-09-06 | Make `Ty::boxed_ty` return an `Option` | Pavel Grigorenko | -48/+58 |
| 2024-09-05 | Auto merge of #129994 - matthiaskrgr:rollup-zkj4ekl, r=matthiaskrgr | bors | -450/+1074 |
| 2024-09-05 | Rollup merge of #129957 - chenx97:lint-docs-linker-opt, r=albertlarsan68 | Matthias Krüger | -0/+16 |
| 2024-09-05 | Rollup merge of #129955 - fmease:fmease-break, r=fmease | Matthias Krüger | -0/+1 |
| 2024-09-05 | Rollup merge of #129947 - LiterallyVoid:duration-docs-digit-separators, r=tgr... | Matthias Krüger | -14/+14 |
| 2024-09-05 | Rollup merge of #129944 - Mark-Simulacrum:relnotes-tweak, r=pietroalbini | Matthias Krüger | -0/+3 |
| 2024-09-05 | Rollup merge of #129943 - onur-ozkan:test-float-parse-compiler, r=Kobzol | Matthias Krüger | -2/+4 |
| 2024-09-05 | Rollup merge of #129942 - onur-ozkan:building-rustc-tools, r=Kobzol | Matthias Krüger | -1/+6 |
| 2024-09-05 | Rollup merge of #129939 - RalfJung:rvalue-len, r=compiler-errors | Matthias Krüger | -0/+3 |
| 2024-09-05 | Rollup merge of #129775 - Zalathar:initial-libdir, r=albertlarsan68 | Matthias Krüger | -8/+14 |
| 2024-09-05 | Rollup merge of #129653 - RalfJung:addr-of-read-only, r=scottmcm | Matthias Krüger | -0/+8 |
| 2024-09-05 | Rollup merge of #129472 - folkertdev:const-refs-to-static-asm-const, r=lcnr | Matthias Krüger | -10/+90 |
| 2024-09-05 | Rollup merge of #128919 - Nadrieril:lint-query-leaks, r=cjgillot | Matthias Krüger | -35/+82 |
| 2024-09-05 | Remove wasm32-wasip2's tier 2 status from release notes | Alex Crichton | -1/+0 |
| 2024-09-05 | Rollup merge of #129973 - jieyouxu:rework-rmake-stdio, r=Kobzol | Matthias Krüger | -46/+116 |
| 2024-09-05 | Rollup merge of #129938 - chancancode:patch-1, r=thomcc | Matthias Krüger | -2/+13 |
| 2024-09-05 | Rollup merge of #129796 - GuillaumeGomez:unify-code-examples, r=notriddle | Matthias Krüger | -156/+380 |
| 2024-09-05 | Rollup merge of #129720 - nnethercote:simplify-dest_prop-mm, r=cjgillot | Matthias Krüger | -67/+46 |
| 2024-09-05 | Rollup merge of #129706 - compiler-errors:scratch, r=estebank | Matthias Krüger | -57/+31 |
| 2024-09-05 | Rollup merge of #129471 - GuillaumeGomez:sort-impl-associated-items, r=t-rust... | Matthias Krüger | -33/+183 |
| 2024-09-05 | Rollup merge of #129028 - compiler-errors:contra, r=lcnr | Matthias Krüger | -88/+303 |
| 2024-09-05 | Rollup merge of #128820 - LYF1999:yf/dev, r=nikic | Matthias Krüger | -1/+2 |
| 2024-09-05 | Adjust tests | Michael Goulet | -3/+22 |