| Age | Commit message (Expand) | Author | Lines |
| 2024-08-07 | Disallow setting built-in cfgs via set the command-line | Urgau | -73/+436 |
| 2024-08-07 | Make `Span` optional in `BufferedEarlyLint` | Urgau | -7/+31 |
| 2024-08-07 | Auto merge of #128768 - tgross35:rollup-aaq1ny7, r=tgross35 | bors | -226/+4514 |
| 2024-08-07 | Auto merge of #128763 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-08-06 | Rollup merge of #128766 - Monadic-Cat:patch-1, r=tgross35 | Trevor Gross | -1/+1 |
| 2024-08-06 | Rollup merge of #128649 - ChrisDenton:param-passing, r=jieyouxu | Trevor Gross | -24/+42 |
| 2024-08-06 | Rollup merge of #128647 - ChrisDenton:link-args-order, r=jieyouxu | Trevor Gross | -6/+5 |
| 2024-08-06 | Rollup merge of #128638 - ChrisDenton:link-dedup, r=jieyouxu | Trevor Gross | -8/+25 |
| 2024-08-06 | Rollup merge of #128417 - tgross35:f16-f128-math, r=dtolnay | Trevor Gross | -108/+4159 |
| 2024-08-06 | Rollup merge of #128362 - folkertdev:naked-function-symbol-visibility, r=bjorn3 | Trevor Gross | -0/+187 |
| 2024-08-06 | Rollup merge of #128107 - Oneirical:tomato-hartester, r=jieyouxu | Trevor Gross | -79/+95 |
| 2024-08-06 | Trivial grammar fix in const keyword docs | Monadic Cat | -1/+1 |
| 2024-08-06 | Update cargo | Weihang Lo | -0/+0 |
| 2024-08-07 | Auto merge of #128761 - matthiaskrgr:rollup-5p1mlqq, r=matthiaskrgr | bors | -1383/+2066 |
| 2024-08-07 | Rollup merge of #128751 - devnexen:vxworks_set_thread_name, r=tgross35 | Matthias Krüger | -3/+30 |
| 2024-08-07 | Rollup merge of #128718 - jieyouxu:check-cfg_attr, r=nnethercote | Matthias Krüger | -0/+170 |
| 2024-08-07 | Rollup merge of #128710 - ChrisDenton:null, r=jieyouxu | Matthias Krüger | -3/+20 |
| 2024-08-07 | Rollup merge of #128692 - tgross35:update-triagebot, r=Mark-Simulacrum | Matthias Krüger | -0/+8 |
| 2024-08-07 | Rollup merge of #128687 - RalfJung:interpret-call-refactor, r=WaffleLapkin | Matthias Krüger | -1330/+1354 |
| 2024-08-07 | Rollup merge of #128539 - biabbas:deny_unsafe, r=workingjubilee | Matthias Krüger | -0/+2 |
| 2024-08-07 | Rollup merge of #128406 - lolbinarycat:bufreader_peek, r=Mark-Simulacrum | Matthias Krüger | -0/+55 |
| 2024-08-07 | Rollup merge of #125048 - dingxiangfei2009:stable-deref, r=amanieu | Matthias Krüger | -4/+218 |
| 2024-08-07 | Rollup merge of #124944 - estebank:multiple-crate-versions, r=fee1-dead | Matthias Krüger | -43/+209 |
| 2024-08-06 | Auto merge of #128748 - matthiaskrgr:rollup-dzvi5f7, r=matthiaskrgr | bors | -61/+234 |
| 2024-08-06 | std::thread: set_name implementation proposal for vxWorks. | David Carlier | -3/+30 |
| 2024-08-06 | fix test | Esteban Küber | -15/+19 |
| 2024-08-06 | Rollup merge of #128736 - GuillaumeGomez:fix-remap-path-prefix, r=notriddle | Matthias Krüger | -0/+26 |
| 2024-08-06 | Rollup merge of #128720 - y21:issue119620, r=compiler-errors | Matthias Krüger | -19/+36 |
| 2024-08-06 | Rollup merge of #128693 - notriddle:notriddle/impl-disambiguator-2024, r=Guil... | Matthias Krüger | -7/+52 |
| 2024-08-06 | Rollup merge of #128685 - bjorn3:rust_src_remove_leftover, r=onur-ozkan | Matthias Krüger | -4/+0 |
| 2024-08-06 | Rollup merge of #128517 - clubby789:overflowing-lit-span, r=petrochenkov | Matthias Krüger | -9/+13 |
| 2024-08-06 | Rollup merge of #128377 - veera-sivarajan:fix-128249, r=davidtwco | Matthias Krüger | -14/+98 |
| 2024-08-06 | Rollup merge of #128369 - GrigorenkoPV:let-underscore-translatable, r=davidtwco | Matthias Krüger | -8/+9 |
| 2024-08-06 | Move test to be make instead of ui | Esteban Küber | -132/+47 |
| 2024-08-06 | Change test to be only-linux and ignore-wasm32 | Esteban Küber | -3/+4 |
| 2024-08-06 | fix rebase | Esteban Küber | -2/+3 |
| 2024-08-06 | Add `help` about using `cargo tree` | Esteban Küber | -11/+14 |
| 2024-08-06 | Add test for mixing types from two incompatible crate versions | Esteban Küber | -0/+133 |
| 2024-08-06 | On trait bound mismatch, detect multiple crate versions in dep tree | Esteban Küber | -39/+124 |
| 2024-08-06 | Maintain highlighting in `note` and `help` even when they have a span | Esteban Küber | -2/+26 |
| 2024-08-06 | Add regression test for #69264 | Guillaume Gomez | -0/+24 |
| 2024-08-06 | Fix rustdoc missing handling of `remap-path-prefix` option | Guillaume Gomez | -0/+2 |
| 2024-08-06 | rustdoc-search: account for numeric disambiguators on impls | Michael Howell | -7/+52 |
| 2024-08-06 | various cleanups based on review | Ralf Jung | -55/+54 |
| 2024-08-06 | Auto merge of #128245 - Oneirical:total-linkage-ownage, r=jieyouxu | bors | -36/+63 |
| 2024-08-06 | make some Frame fields more private | Ralf Jung | -21/+25 |
| 2024-08-06 | interpret: refactor function call handling to be better-abstracted | Ralf Jung | -1313/+1334 |
| 2024-08-06 | Auto merge of #126804 - estebank:short-error-primary-label, r=davidtwco | bors | -14/+34 |
| 2024-08-06 | check_attr: treat cfg_attr like cfg | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2024-08-06 | tests: add regression test to make sure `cfg_attr` isn't considered unhandled | 许杰友 Jieyou Xu (Joe) | -0/+169 |