| Age | Commit message (Expand) | Author | Lines |
| 2024-10-04 | Rollup merge of #131171 - madsmtm:target-info-avr-env, r=petrochenkov | Jubilee | -0/+2 |
| 2024-10-04 | Rollup merge of #131116 - mustartt:aix-stack-size, r=petrochenkov | Jubilee | -0/+4 |
| 2024-10-04 | Rollup merge of #130518 - scottmcm:stabilize-controlflow-extra, r=dtolnay | Jubilee | -53/+15 |
| 2024-10-04 | Rollup merge of #130453 - randomPoison:trusty-x86, r=pnkfelix | Jubilee | -0/+43 |
| 2024-10-04 | Auto merge of #130157 - eduardosm:stabilize-const_float_classify, r=RalfJung | bors | -47/+43 |
| 2024-10-04 | Auto merge of #131237 - GuillaumeGomez:rollup-il2i7z7, r=GuillaumeGomez | bors | -211/+407 |
| 2024-10-04 | Rollup merge of #131232 - jieyouxu:docs-week, r=bjorn3 | Guillaume Gomez | -0/+1 |
| 2024-10-04 | Rollup merge of #131230 - GuillaumeGomez:no-sandbox, r=notriddle | Guillaume Gomez | -33/+2 |
| 2024-10-04 | Rollup merge of #131202 - Urgau:wide-ptrs-compiler, r=jieyouxu | Guillaume Gomez | -120/+120 |
| 2024-10-04 | Rollup merge of #131034 - Urgau:cfg-true-false, r=nnethercote | Guillaume Gomez | -58/+284 |
| 2024-10-04 | Auto merge of #131224 - notriddle:notriddle/intra-doc-link-value, r=Guillaume... | bors | -6/+105 |
| 2024-10-04 | Use wide pointers consistenly across the compiler | Urgau | -120/+120 |
| 2024-10-04 | Week off of reviews to focus on docs | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2024-10-04 | Enable `--no-sandbox` option by default for rustdoc GUI tests | Guillaume Gomez | -33/+2 |
| 2024-10-04 | Auto merge of #131228 - jdonszelmann:remove-blank-issue, r=m-ou-se | bors | -4/+0 |
| 2024-10-04 | remove blank issue template | Jonathan Dönszelmann | -4/+0 |
| 2024-10-04 | Improve non-boolean literal error in cfg predicate | Urgau | -3/+7 |
| 2024-10-04 | Adjust rustdoc for literal boolean support | Urgau | -23/+64 |
| 2024-10-04 | Feature gate boolean lit support in cfg predicates | Urgau | -2/+116 |
| 2024-10-03 | rustdoc: prevent ctors from resolving | Michael Howell | -6/+105 |
| 2024-10-04 | Auto merge of #131201 - compiler-errors:unop-not, r=cjgillot | bors | -0/+111 |
| 2024-10-04 | Auto merge of #131191 - nnethercote:lattice_op, r=lcnr | bors | -403/+231 |
| 2024-10-03 | Auto merge of #131215 - matthiaskrgr:rollup-i021ef7, r=matthiaskrgr | bors | -258/+433 |
| 2024-10-04 | Remove `LatticeDir` trait. | Nicholas Nethercote | -104/+69 |
| 2024-10-04 | Merge `rustc_infer::infer::relate::{glb,lub}`. | Nicholas Nethercote | -333/+196 |
| 2024-10-03 | Rollup merge of #131197 - EFanZh:avoid-emptyness-check-in-peekmut-pop, r=Amanieu | Matthias Krüger | -1/+17 |
| 2024-10-03 | Rollup merge of #131192 - ismailarilik:handle-potential-query-instability-lin... | Matthias Krüger | -1/+1 |
| 2024-10-03 | Rollup merge of #131187 - Zalathar:bad-attr-ice, r=jieyouxu | Matthias Krüger | -6/+59 |
| 2024-10-03 | Rollup merge of #131183 - compiler-errors:opaque-ty-origin, r=estebank | Matthias Krüger | -163/+223 |
| 2024-10-03 | Rollup merge of #131176 - dev-ardi:gitignore, r=Noratrieb | Matthias Krüger | -0/+9 |
| 2024-10-03 | Rollup merge of #131112 - jswrenn:fix-130413, r=compiler-errors | Matthias Krüger | -56/+70 |
| 2024-10-03 | Rollup merge of #131024 - compiler-errors:deref-sugg, r=estebank | Matthias Krüger | -31/+54 |
| 2024-10-03 | Auto merge of #131145 - ismailarilik:handle_potential_query_instability_lint_... | bors | -15/+14 |
| 2024-10-03 | Disable jump threading UnOp::Not for non-bool | Michael Goulet | -2/+55 |
| 2024-10-03 | Remove crashes, add comment | Michael Goulet | -54/+2 |
| 2024-10-03 | Auto merge of #131205 - flip1995:clippy-subtree-update, r=Manishearth | bors | -848/+2484 |
| 2024-10-03 | Merge commit 'aa0d551351a9c15d8a95fdb3e2946b505893dda8' into clippy-subtree-u... | Philipp Krones | -848/+2484 |
| 2024-10-03 | Avoid emptiness check in `PeekMut::pop` | EFanZh | -1/+17 |
| 2024-10-03 | Auto merge of #131196 - matthiaskrgr:rollup-3it3zqp, r=matthiaskrgr | bors | -38/+44 |
| 2024-10-03 | Failing diff test | Michael Goulet | -0/+58 |
| 2024-10-03 | Auto merge of #13492 - flip1995:rustup, r=flip1995 | bors | -33/+23 |
| 2024-10-03 | Bump nightly version -> 2024-10-03 | Philipp Krones | -1/+1 |
| 2024-10-03 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -865/+2531 |
| 2024-10-03 | Rollup merge of #131173 - madsmtm:target-info-solid_asp3-abi, r=lcnr | Matthias Krüger | -0/+2 |
| 2024-10-03 | Rollup merge of #131163 - JakenHerman:master, r=Nadrieril | Matthias Krüger | -1/+17 |
| 2024-10-03 | Rollup merge of #130419 - nnethercote:streamline-HirCollector, r=GuillaumeGomez | Matthias Krüger | -37/+25 |
| 2024-10-03 | Avoid ICE in coverage builds with bad `#[coverage(..)]` attributes | Zalathar | -6/+59 |
| 2024-10-03 | Handle `rustc_query_impl` cases of `rustc::potential_query_instability` lint | ismailarilik | -1/+1 |
| 2024-10-03 | add nix files to gitignore | Orion Gonzalez | -0/+5 |
| 2024-10-03 | add direnv to gitignore | Orion Gonzalez | -0/+4 |