| Age | Commit message (Expand) | Author | Lines |
| 2024-07-13 | Add a test for `Parser::debug_lookahead`. | Nicholas Nethercote | -0/+149 |
| 2024-07-13 | Change `look` from a macro to a function. | Nicholas Nethercote | -62/+63 |
| 2024-07-12 | Auto merge of #127665 - workingjubilee:rollup-g90yr21, r=workingjubilee | bors | -690/+1288 |
| 2024-07-12 | Rollup merge of #127660 - tgross35:const_strlen-rename, r=dtolnay | Jubilee | -2/+2 |
| 2024-07-12 | Rollup merge of #127632 - compiler-errors:precise-capturing-rustdoc, r=fmease | Jubilee | -4/+54 |
| 2024-07-12 | Rollup merge of #127631 - compiler-errors:yeet-fully-norm, r=lcnr | Jubilee | -74/+36 |
| 2024-07-12 | Rollup merge of #127619 - compiler-errors:precise-capturing-better-sugg, r=ol... | Jubilee | -15/+242 |
| 2024-07-12 | Rollup merge of #127535 - spastorino:unsafe_code-unsafe_extern_blocks, r=oli-obk | Jubilee | -0/+41 |
| 2024-07-12 | Rollup merge of #127381 - Oneirical:testalt-consciousness, r=jieyouxu | Jubilee | -69/+96 |
| 2024-07-12 | Rollup merge of #127338 - Oneirical:ready-your-arbatests, r=jieyouxu | Jubilee | -37/+64 |
| 2024-07-12 | Rollup merge of #127310 - chenyukang:yukang-fix-suggest-import-ice, r=estebank | Jubilee | -6/+125 |
| 2024-07-12 | Rollup merge of #127209 - sayantn:xop, r=Amanieu | Jubilee | -2/+26 |
| 2024-07-12 | Rollup merge of #126922 - asquared31415:asm_binary_label, r=estebank | Jubilee | -91/+397 |
| 2024-07-12 | Rollup merge of #126502 - cuviper:dump-mir-exclude-alloc-bytes, r=estebank | Jubilee | -390/+205 |
| 2024-07-12 | Auto merge of #123351 - beetrees:x86-ret-snan-rust, r=nikic,workingjubilee | bors | -10/+461 |
| 2024-07-12 | Added the `xop` target feature and `xop_target_feature` gate | sayantn | -2/+26 |
| 2024-07-12 | Rename the internal `const_strlen` to just `strlen` | Trevor Gross | -2/+2 |
| 2024-07-12 | Auto merge of #127636 - nnethercote:fix-Parser-look_ahead, r=oli-obk | bors | -30/+147 |
| 2024-07-12 | rewrite env-dep-info to rmake | Oneirical | -27/+47 |
| 2024-07-12 | rewrite rustc-macro-dep-files to rmake | Oneirical | -12/+13 |
| 2024-07-12 | rewrite and rename issue-83045 to rmake | Oneirical | -33/+39 |
| 2024-07-12 | Auto merge of #127653 - matthiaskrgr:rollup-72bqgvp, r=matthiaskrgr | bors | -807/+1408 |
| 2024-07-12 | rewrite and rename issue-85019-moved-src-dir to rmake | Oneirical | -31/+38 |
| 2024-07-12 | rewrite extra-filename-with-temp-outputs to rmake | Oneirical | -8/+28 |
| 2024-07-12 | Rollup merge of #127648 - Kobzol:ci-lower-timeout, r=pietroalbini | Matthias Krüger | -1/+1 |
| 2024-07-12 | Rollup merge of #127627 - lcnr:rustc_search_graph, r=compiler-errors | Matthias Krüger | -757/+982 |
| 2024-07-12 | Rollup merge of #127613 - nikic:riscv-update, r=cuviper | Matthias Krüger | -1/+216 |
| 2024-07-12 | Rollup merge of #127552 - onur-ozkan:unnecessary-git-usage, r=Kobzol | Matthias Krüger | -16/+7 |
| 2024-07-12 | Rollup merge of #127433 - dtolnay:conststrlen, r=workingjubilee | Matthias Krüger | -4/+5 |
| 2024-07-12 | Rollup merge of #126827 - the8472:pidfd-spawn, r=workingjubilee | Matthias Krüger | -6/+131 |
| 2024-07-12 | Rollup merge of #126639 - sayantn:amx, r=Amanieu | Matthias Krüger | -2/+30 |
| 2024-07-12 | Rollup merge of #124980 - zachs18:rc-allocator, r=Amanieu | Matthias Krüger | -20/+36 |
| 2024-07-12 | Auto merge of #127479 - Urgau:rustc-stable-hash, r=michaelwoerister | bors | -1049/+30 |
| 2024-07-12 | enable fuzzing of `SearchGraph` | lcnr | -757/+982 |
| 2024-07-12 | Adjust tests for x86 "Rust" ABI changes | beetrees | -8/+34 |
| 2024-07-12 | Lower timeout of CI jobs to 4 hours | Jakub Beránek | -1/+1 |
| 2024-07-12 | Add rustdoc-json support for use<> | Michael Goulet | -1/+13 |
| 2024-07-12 | Add rustdoc support for use<> in (local) RPITs | Michael Goulet | -3/+41 |
| 2024-07-11 | Add instability attribute on private const_strlen function | David Tolnay | -0/+1 |
| 2024-07-12 | Auto merge of #127635 - matthiaskrgr:rollup-foopajr, r=matthiaskrgr | bors | -585/+506 |
| 2024-07-12 | Add a new special case to `Parser::look_ahead`. | Nicholas Nethercote | -0/+29 |
| 2024-07-12 | Remove the bogus special case from `Parser::look_ahead`. | Nicholas Nethercote | -56/+28 |
| 2024-07-12 | Add unit tests for `Parser::look_ahead`. | Nicholas Nethercote | -0/+116 |
| 2024-07-11 | Add the feature gate and target-features | sayantn | -2/+30 |
| 2024-07-12 | Rollup merge of #127625 - SkiFire13:revert-comment-deletion, r=workingjubilee | Matthias Krüger | -0/+2 |
| 2024-07-12 | Rollup merge of #127622 - compiler-errors:builtin-internal, r=lqd | Matthias Krüger | -2/+2 |
| 2024-07-12 | Rollup merge of #127607 - Zalathar:normalize-hint, r=wesleywiser | Matthias Krüger | -6/+12 |
| 2024-07-12 | Rollup merge of #127596 - tesuji:help-unwrap-or, r=compiler-errors | Matthias Krüger | -15/+61 |
| 2024-07-12 | Rollup merge of #127422 - greaka:master, r=workingjubilee | Matthias Krüger | -22/+4 |
| 2024-07-12 | Rollup merge of #127164 - Nadrieril:clean-lowering-loop, r=matthewjasper | Matthias Krüger | -540/+425 |