| Age | Commit message (Expand) | Author | Lines |
| 2024-10-26 | Rollup merge of #132183 - GuillaumeGomez:code-in-docblock, r=notriddle | Jubilee | -5/+19 |
| 2024-10-26 | Rollup merge of #132123 - lolbinarycat:rustdoc-search-foreign-func, r=notriddle | Jubilee | -0/+13 |
| 2024-10-27 | Auto merge of #131900 - mrkajetanp:target-feature-pauth-lr, r=Amanieu | bors | -2/+2 |
| 2024-10-26 | Update GUI test | Guillaume Gomez | -4/+6 |
| 2024-10-26 | Auto merge of #125116 - blyxyas:ignore-allowed-lints-final, r=cjgillot | bors | -2/+10 |
| 2024-10-26 | Rollup merge of #132180 - Urgau:ast_pretty-unsafe-attr, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -0/+22 |
| 2024-10-26 | Rollup merge of #132169 - fee1-dead-contrib:consttraitsck, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -314/+419 |
| 2024-10-26 | Add GUI regression test for code in doc blocks | Guillaume Gomez | -1/+13 |
| 2024-10-26 | Print unsafety of attribute in AST unpretty | Urgau | -1/+1 |
| 2024-10-26 | Add AST unpretty test for unsafe attribute | Urgau | -0/+22 |
| 2024-10-26 | Auto merge of #132152 - lqd:revert-127731, r=compiler-errors | bors | -221/+53 |
| 2024-10-26 | Deny calls to non-`#[const_trait]` methods in MIR constck | Deadbeef | -314/+419 |
| 2024-10-25 | Auto merge of #131349 - RalfJung:const-stability-checks, r=compiler-errors | bors | -287/+716 |
| 2024-10-25 | Revert "Emit error when calling/declaring functions with unavailable vectors." | Rémy Rakic | -221/+53 |
| 2024-10-25 | Auto merge of #131917 - jieyouxu:rmake-clang, r=Kobzol | bors | -37/+88 |
| 2024-10-25 | add a HACK to allow stdarch migration | Ralf Jung | -21/+6 |
| 2024-10-25 | Re-do recursive const stability checks | Ralf Jung | -287/+731 |
| 2024-10-25 | allow type-based search on foreign functions | binarycat | -0/+13 |
| 2024-10-25 | Auto merge of #127731 - veluca93:abi_checks, r=RalfJung | bors | -53/+221 |
| 2024-10-25 | Auto merge of #131207 - davidtwco:pac-ret-lto-test, r=Mark-Simulacrum | bors | -4/+69 |
| 2024-10-25 | Auto merge of #132128 - workingjubilee:rollup-uwqp2i2, r=workingjubilee | bors | -24/+114 |
| 2024-10-25 | Emit error when calling/declaring functions with unavailable vectors. | Luca Versari | -53/+221 |
| 2024-10-24 | Rollup merge of #132118 - compiler-errors:tilde-const-item-bounds, r=lcnr | Jubilee | -24/+114 |
| 2024-10-25 | Auto merge of #132105 - GuillaumeGomez:doctest-nested-main, r=notriddle | bors | -0/+31 |
| 2024-10-25 | Auto merge of #132121 - workingjubilee:rollup-yrtn33e, r=workingjubilee | bors | -0/+19 |
| 2024-10-24 | Add support for ~const item bounds | Michael Goulet | -24/+114 |
| 2024-10-24 | Rollup merge of #132115 - bash:rustdoc-fake-variadic-wrapper, r=GuillaumeGome... | Jubilee | -0/+19 |
| 2024-10-24 | Auto merge of #132116 - matthiaskrgr:rollup-3a0ia4r, r=matthiaskrgr | bors | -29/+25 |
| 2024-10-24 | Add regression test for #131893 | Guillaume Gomez | -0/+31 |
| 2024-10-24 | Rollup merge of #131983 - dingxiangfei2009:stabilize-shorter-tail-lifetimes, ... | Matthias Krüger | -29/+25 |
| 2024-10-24 | Auto merge of #131985 - compiler-errors:const-pred, r=fee1-dead | bors | -1237/+1071 |
| 2024-10-24 | rustdoc: Extend fake_variadic to "wrapped" tuples | Tau Gärtli | -0/+19 |
| 2024-10-24 | tests: add pac-ret + cross-language lto test | David Wood | -0/+47 |
| 2024-10-24 | ci: add aarch64-gnu-debug job | David Wood | -4/+22 |
| 2024-10-24 | Auto merge of #123550 - GnomedDev:remove-initial-arc, r=Noratrieb | bors | -4/+5 |
| 2024-10-24 | Be better at enforcing that const_conditions is only called on const items | Michael Goulet | -27/+2 |
| 2024-10-24 | Add tests | Michael Goulet | -0/+513 |
| 2024-10-24 | Add next-solver to more effects tests | Michael Goulet | -104/+102 |
| 2024-10-24 | Implement const effect predicate in new solver | Michael Goulet | -1079/+507 |
| 2024-10-24 | Remove associated type based effects logic | Michael Goulet | -80/+0 |
| 2024-10-24 | Rollup merge of #132084 - compiler-errors:param-env-with-err, r=lcnr,estebank | Matthias Krüger | -103/+50 |
| 2024-10-24 | Rollup merge of #131906 - notriddle:notriddle/spacing, r=GuillaumeGomez | Matthias Krüger | -42/+42 |
| 2024-10-24 | Rollup merge of #129248 - compiler-errors:raw-ref-deref, r=nnethercote | Matthias Krüger | -32/+26 |
| 2024-10-24 | Rollup merge of #132088 - compiler-errors:extern-static, r=jieyouxu | Stuart Cook | -0/+12 |
| 2024-10-24 | Rollup merge of #131930 - clubby789:revision-cfg-collide, r=jieyouxu | Stuart Cook | -2/+2 |
| 2024-10-24 | Rollup merge of #131909 - clubby789:enum-overflow-cast, r=compiler-errors | Stuart Cook | -2/+68 |
| 2024-10-24 | Rollup merge of #131898 - lukas-code:ptr-cast-cleanup, r=compiler-errors | Stuart Cook | -0/+32 |
| 2024-10-24 | Rollup merge of #131756 - compiler-errors:deeply-normalize-type-err, r=lcnr | Stuart Cook | -0/+34 |
| 2024-10-24 | Rollup merge of #130225 - adetaylor:rename-old-receiver, r=wesleywiser | Stuart Cook | -22/+22 |
| 2024-10-24 | Deeply normalize type trace in type error reporting | Michael Goulet | -0/+34 |