| Age | Commit message (Expand) | Author | Lines |
| 2025-06-17 | library: Increase timeout on mpmc test to reduce flakes | Jubilee Young | -2/+2 |
| 2025-06-18 | Also emit suggestions for usages in the `non_upper_case_globals` lint | Urgau | -11/+210 |
| 2025-06-17 | fix clippy | Jana Dönszelmann | -4/+4 |
| 2025-06-17 | bump rustdoc json version for inline attribute representation | Jana Dönszelmann | -2/+2 |
| 2025-06-17 | fix clippy | Jana Dönszelmann | -18/+13 |
| 2025-06-17 | make error codes reflect reality better | Jana Dönszelmann | -341/+411 |
| 2025-06-17 | Rollup merge of #142635 - bjorn3:add_back_wasm_spec_abi, r=workingjubilee | Jacob Pratt | -0/+11 |
| 2025-06-17 | Rollup merge of #142632 - ehuss:update-cargo, r=ehuss | Jacob Pratt | -0/+0 |
| 2025-06-17 | Rollup merge of #142631 - xizheyin:142143, r=Urgau | Jacob Pratt | -7/+50 |
| 2025-06-17 | Rollup merge of #142620 - a1phyr:borrowed_buf_remove_branch, r=jhpratt | Jacob Pratt | -3/+3 |
| 2025-06-17 | Rollup merge of #142618 - GuillaumeGomez:eslint-no-console, r=lolbinarycat | Jacob Pratt | -0/+2 |
| 2025-06-17 | Rollup merge of #142608 - workingjubilee:redescribe-rustc_target-more-accurat... | Jacob Pratt | -22/+25 |
| 2025-06-17 | Rollup merge of #142605 - ZuseZ4:autodiff-check-builds2, r=oli-obk | Jacob Pratt | -13/+14 |
| 2025-06-17 | Rollup merge of #142588 - ZuseZ4:generic-ctx-imprv, r=oli-obk | Jacob Pratt | -9/+6 |
| 2025-06-17 | Rollup merge of #142520 - hkBst:less-static-mut, r=tgross35 | Jacob Pratt | -106/+55 |
| 2025-06-17 | Rollup merge of #142371 - fee1-dead-contrib:push-xqlkumzurkus, r=petrochenkov | Jacob Pratt | -3/+3 |
| 2025-06-17 | Rollup merge of #142517 - ChrisDenton:anon-pipe, r=Mark-Simulacrum | Jacob Pratt | -86/+142 |
| 2025-06-17 | Rollup merge of #142371 - fee1-dead-contrib:push-xqlkumzurkus, r=petrochenkov | Jacob Pratt | -45/+62 |
| 2025-06-17 | Rollup merge of #142100 - lolbinarycat:rustdoc-srcIndex-138467, r=GuillaumeGomez | Jacob Pratt | -31/+11 |
| 2025-06-17 | Rollup merge of #141608 - moatom:proc_macro-140238, r=dtolnay | Jacob Pratt | -63/+519 |
| 2025-06-17 | convert entire codebase to parsed inline attrs | Jana Dönszelmann | -29/+28 |
| 2025-06-17 | use consistent attr errors in all attribute parsers | Jana Dönszelmann | -154/+308 |
| 2025-06-17 | Rollup merge of #141574 - fee1-dead-contrib:push-owzulzmzszzx, r=jhpratt | Jacob Pratt | -0/+7 |
| 2025-06-17 | fix bugs in inline/force_inline and diagnostics of all attr parsers | Jana Dönszelmann | -239/+569 |
| 2025-06-17 | convert entire codebase to parsed inline attrs | Jana Dönszelmann | -117/+95 |
| 2025-06-17 | implement rustc_force_inline parser | Jana Dönszelmann | -2/+5 |
| 2025-06-17 | implement inline parser | Jonathan Dönszelmann | -4/+16 |
| 2025-06-17 | Auto merge of #142567 - lnicola:sync-from-ra, r=lnicola | bors | -3488/+4773 |
| 2025-06-17 | Test | satiscugcat | -17/+14 |
| 2025-06-17 | Ran cargo fmt, removed unexpected character | satiscugcat | -28/+25 |
| 2025-06-17 | Moved const fn outside unsafe block | satiscugcat | -11/+13 |
| 2025-06-17 | Changed implementation of _mm{256,512}_alignr_epi8 to match that of _mm_align... | satiscugcat | -350/+149 |
| 2025-06-17 | Changed implementation of bsrli in avx512.rs to match that of bslli, fixing a... | satiscugcat | -195/+78 |
| 2025-06-17 | Changed the implementation of bsrli to match bslli in avx2 intrinsics | satiscugcat | -132/+46 |
| 2025-06-17 | Fixing mistake in previous commit | Aniket Mishra | -1/+1 |
| 2025-06-17 | Removal of redundant mod operation in _mm256_alignr_epi8 | Aniket Mishra | -1/+1 |
| 2025-06-17 | Fix in erroneous implementation of _mm256_bsrli_epi128 | Aniket Mishra | -1/+1 |
| 2025-06-17 | Add a missing colon at the end of the expected panic message in location-deta... | Daniel Paoliello | -1/+1 |
| 2025-06-17 | Add triagebot config for subtree syncs | Jakub Beránek | -0/+10 |
| 2025-06-17 | Auto merge of #142613 - workingjubilee:rollup-yuod2hg, r=workingjubilee | bors | -299/+334 |
| 2025-06-17 | Update libc to 0.2.174 | Trevor Gross | -6/+6 |
| 2025-06-17 | allow spawn to behave according to failure behavior | bit-aloo | -36/+52 |
| 2025-06-17 | bootstrap.example.toml: use less contextual format | binarycat | -194/+189 |
| 2025-06-17 | Temporarily add back -Zwasm-c-abi=spec | bjorn3 | -0/+11 |
| 2025-06-17 | Add links | Boxy | -9/+19 |
| 2025-06-17 | Write chapter on Unambig vs Ambig Types/Consts | Boxy | -1/+53 |
| 2025-06-17 | Stub chapter and consolidate under `/hir/` | Boxy | -6/+8 |
| 2025-06-18 | Dont suggest remove semi inside macro expansion for redundant semi lint | xizheyin | -8/+22 |
| 2025-06-17 | Merge pull request #2475 from lolbinarycat/patch-3 | nora | -2/+2 |
| 2025-06-17 | Profiling with perf: specify the section of bootstrap settings. | lolbinarycat | -2/+2 |