| Age | Commit message (Expand) | Author | Lines |
| 2024-10-16 | Rollup merge of #131764 - Zalathar:double-dir, r=jieyouxu | Urgau | -1/+1 |
| 2024-10-16 | Rollup merge of #131754 - compiler-errors:bivariance-bivariance, r=estebank | Urgau | -0/+22 |
| 2024-10-16 | Auto merge of #131460 - jwong101:default-placement-new, r=ibraheemdev | bors | -0/+27 |
| 2024-10-16 | Fix unnecessary nesting in run-make test output directories | Zalathar | -1/+1 |
| 2024-10-15 | Auto merge of #131747 - compiler-errors:rollup-0fnymws, r=compiler-errors | bors | -13/+86 |
| 2024-10-15 | Don't report bivariance error when nesting a struct with field errors into an... | Michael Goulet | -0/+22 |
| 2024-10-15 | Rollup merge of #131705 - hoodmane:fix-emscripten-tests, r=jieyouxu | Michael Goulet | -8/+5 |
| 2024-10-15 | Rollup merge of #131701 - compiler-errors:negative-bounds-on-unimplemented, r... | Michael Goulet | -0/+30 |
| 2024-10-15 | Rollup merge of #131521 - jdonszelmann:rc, r=joboet | Michael Goulet | -5/+4 |
| 2024-10-15 | Rollup merge of #130568 - eduardosm:const-float-methods, r=RalfJung,tgross35 | Michael Goulet | -0/+47 |
| 2024-10-15 | Auto merge of #130654 - lcnr:stabilize-coherence-again, r=compiler-errors | bors | -561/+393 |
| 2024-10-15 | Fix most ui tests on emscripten target | Hood Chatham | -8/+5 |
| 2024-10-15 | Auto merge of #131723 - matthiaskrgr:rollup-krcslig, r=matthiaskrgr | bors | -133/+178 |
| 2024-10-15 | update test description | lcnr | -3/+3 |
| 2024-10-15 | remove unnecessary revisions | lcnr | -281/+30 |
| 2024-10-15 | rebase and update fixed `crashes` | lcnr | -21/+78 |
| 2024-10-15 | stabilize `-Znext-solver=coherence` | lcnr | -301/+327 |
| 2024-10-15 | Make some float methods unstable `const fn` | Eduardo Sánchez Muñoz | -0/+47 |
| 2024-10-15 | Auto merge of #131724 - matthiaskrgr:rollup-ntgkkk8, r=matthiaskrgr | bors | -51/+625 |
| 2024-10-15 | Rollup merge of #130747 - folkertdev:c-cmse-nonsecure-entry-error-messages, r... | Matthias Krüger | -41/+490 |
| 2024-10-15 | Rollup merge of #130635 - eholk:pin-reborrow-sugar, r=compiler-errors | Matthias Krüger | -10/+135 |
| 2024-10-15 | Rollup merge of #131710 - ShE3py:parse_format_apostrophes, r=compiler-errors | Matthias Krüger | -78/+78 |
| 2024-10-15 | Rollup merge of #131702 - compiler-errors:method-lookup-trait-warning, r=jiey... | Matthias Krüger | -0/+36 |
| 2024-10-15 | Rollup merge of #131681 - Zalathar:fix-run-make-stamp, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-10-15 | Rollup merge of #131675 - tdittr:update-unsupported-abi-message, r=compiler-e... | Matthias Krüger | -53/+53 |
| 2024-10-15 | Rollup merge of #122670 - beetrees:non-unicode-option-env-error, r=compiler-e... | Matthias Krüger | -1/+10 |
| 2024-10-15 | Auto merge of #129458 - EnzymeAD:enzyme-frontend, r=jieyouxu | bors | -0/+744 |
| 2024-10-14 | Remove `'apostrophes'` from `rustc_parse_format` | Lieselotte | -78/+78 |
| 2024-10-14 | improve error messages for `C-cmse-nonsecure-entry` functions | Folkert de Vries | -41/+490 |
| 2024-10-14 | Suppress import errors for traits that couldve applied in method lookup on error | Michael Goulet | -0/+36 |
| 2024-10-14 | Don't report on_unimplemented for negative traits | Michael Goulet | -0/+30 |
| 2024-10-14 | Rollup merge of #131550 - compiler-errors:extern-diags, r=spastorino | Matthias Krüger | -48/+48 |
| 2024-10-14 | Rollup merge of #131430 - surechen:fix_130495, r=jieyouxu | Matthias Krüger | -0/+72 |
| 2024-10-14 | Rollup merge of #131384 - saethlin:precondition-tests, r=ibraheemdev | Matthias Krüger | -31/+464 |
| 2024-10-14 | Rollup merge of #131332 - taiki-e:arm64ec-clobber-abi, r=Amanieu | Matthias Krüger | -0/+109 |
| 2024-10-14 | Auto merge of #131672 - matthiaskrgr:rollup-gyzysj4, r=matthiaskrgr | bors | -0/+20 |
| 2024-10-14 | Fix up-to-date checking for run-make tests | Zalathar | -1/+1 |
| 2024-10-14 | Update lint message for ABI not supported | Tamme Dittrich | -53/+53 |
| 2024-10-14 | Auto merge of #126557 - GrigorenkoPV:vec_track_caller, r=joboet | bors | -3/+2 |
| 2024-10-14 | Special treatment empty tuple when suggest adding a string literal in format ... | surechen | -0/+72 |
| 2024-10-14 | Fix clobber_abi and disallow SVE-related registers in Arm64EC inline assembly | Taiki Endo | -0/+109 |
| 2024-10-13 | Also use outermost const-anon for impl items in `non_local_defs` lint | Urgau | -0/+20 |
| 2024-10-12 | Rollup merge of #131591 - matthiaskrgr:crashtests, r=jieyouxu | Trevor Gross | -0/+32 |
| 2024-10-12 | Rollup merge of #131579 - jieyouxu:ui-panic-username, r=compiler-errors | Trevor Gross | -0/+1 |
| 2024-10-12 | Rollup merge of #131120 - tgross35:stabilize-const_option, r=RalfJung | Trevor Gross | -6/+16 |
| 2024-10-13 | Fix bug where `option_env!` would return `None` when env var is present but n... | beetrees | -1/+10 |
| 2024-10-12 | Stabilize `const_option` | Trevor Gross | -6/+16 |
| 2024-10-12 | Rollup merge of #131567 - CastilloDel:reject-unstable-with-accepted-features,... | Matthias Krüger | -0/+41 |
| 2024-10-12 | Rollup merge of #131239 - VulnBandit:trait-vulnerability, r=lcnr | Matthias Krüger | -644/+570 |
| 2024-10-12 | Rollup merge of #128784 - tdittr:check-abi-on-fn-ptr, r=compiler-errors | Matthias Krüger | -67/+1046 |