| Age | Commit message (Expand) | Author | Lines |
| 2024-12-19 | add warning explaining the limitations of the native code mode | Ralf Jung | -10/+88 |
| 2024-12-19 | Auto merge of #134492 - jhpratt:rollup-elpdwd9, r=jhpratt | bors | -0/+0 |
| 2024-12-19 | Speed up `Parser::expected_token_types`. | Nicholas Nethercote | -16/+17 |
| 2024-12-18 | Rollup merge of #134388 - rustbot:docs-update, r=ehuss | Jacob Pratt | -0/+0 |
| 2024-12-19 | Auto merge of #133809 - mrkajetanp:ci-aarch64-dist, r=Kobzol | bors | -99/+129 |
| 2024-12-18 | Update books | rustbot | -0/+0 |
| 2024-12-18 | Bump Fuchsia toolchain for testing | Steven Grady | -4/+4 |
| 2024-12-18 | Merge pull request #4072 from tiif/blockop | Oli Scherer | -114/+391 |
| 2024-12-18 | Auto merge of #134443 - joshtriplett:use-field-init-shorthand, r=lqd,tgross35... | bors | -1/+1 |
| 2024-12-18 | reduce compiler `Assemble` complexity | onur-ozkan | -30/+34 |
| 2024-12-19 | Implement blocking unnamed_socket | tiif | -114/+391 |
| 2024-12-18 | Auto merge of #134470 - jieyouxu:rollup-kld7kmk, r=jieyouxu | bors | -111/+50 |
| 2024-12-18 | introduce `LateParamRegionKind` | lcnr | -1/+1 |
| 2024-12-18 | Rollup merge of #134444 - jyn514:cranelift-std, r=bjorn3 | 许杰友 Jieyou Xu (Joe) | -0/+5 |
| 2024-12-18 | Rollup merge of #134420 - Integral-Tech:pathbuf-refactor, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -15/+12 |
| 2024-12-18 | Rollup merge of #134253 - nnethercote:overhaul-keywords, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -75/+12 |
| 2024-12-18 | Rollup merge of #134161 - nnethercote:overhaul-token-cursors, r=spastorino | 许杰友 Jieyou Xu (Joe) | -21/+21 |
| 2024-12-18 | add more tests for SC access/fence consistency | Ralf Jung | -204/+355 |
| 2024-12-18 | Merge pull request #18715 from aibaars/ungram-asm-option | Lukas Wirth | -3/+1 |
| 2024-12-18 | fix: Consider both completion detail fields in to_proto | Lukas Wirth | -1/+1 |
| 2024-12-18 | Fix AsmOption rule in rust.ungram | Arthur Baars | -3/+1 |
| 2024-12-18 | Auto merge of #134428 - nikic:llvm-19.1.6, r=cuviper | bors | -0/+0 |
| 2024-12-18 | fix: Do not ask the client ro resolve for non existing label details | Lukas Wirth | -2/+4 |
| 2024-12-18 | internal: Cleanup label structure of `CompletionItem` | Lukas Wirth | -1070/+1201 |
| 2024-12-18 | document the public ci dashboard (#2167) | Marco Ieni | -1/+18 |
| 2024-12-18 | ci: Organise shared helper scripts | Kajetan Puchalski | -199/+31 |
| 2024-12-18 | Merge pull request #18711 from Veykril/push-kwurwxttmqwo | Lukas Wirth | -2/+27 |
| 2024-12-18 | ci: Move dist-aarch64-linux to an aarch64 runner | Kajetan Puchalski | -47/+245 |
| 2024-12-18 | Taking a raw ref of a deref is always safe | Lukas Wirth | -2/+27 |
| 2024-12-18 | make no-variant types a dedicated Variants variant | Ralf Jung | -10/+11 |
| 2024-12-18 | Variants::Single: do not use invalid VariantIdx for uninhabited enums | Ralf Jung | -6/+7 |
| 2024-12-18 | Remove salsa from proc-macro server dep tree | Lukas Wirth | -15/+88 |
| 2024-12-18 | Auto merge of #134425 - clubby789:cargo-update, r=jieyouxu | bors | -78/+88 |
| 2024-12-18 | Only have one source of truth for keywords. | Nicholas Nethercote | -75/+12 |
| 2024-12-18 | Merge pull request #18708 from ChayimFriedman2/fix-tiny | Lukas Wirth | -0/+19 |
| 2024-12-18 | Fix trivial typo of "query-fied" | Chris Bloodsworth | -3/+3 |
| 2024-12-18 | typo, pause | Tshepang Mbambo | -1/+1 |
| 2024-12-18 | Fix some typos | Ryan Mehri | -16/+16 |
| 2024-12-18 | Auto merge of #134450 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-12-18 | Merge from rustc | The Miri Cronjob Bot | -2632/+14399 |
| 2024-12-18 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-12-17 | Update cargo | Weihang Lo | -0/+0 |
| 2024-12-18 | Auto merge of #134439 - matthiaskrgr:rollup-grmmmx2, r=matthiaskrgr | bors | -7/+103 |
| 2024-12-17 | Fix `x build --stage 1 std` when using cg_cranelift as the default backend | jyn | -0/+5 |
| 2024-12-18 | Rename `RefTokenTreeCursor`. | Nicholas Nethercote | -21/+21 |
| 2024-12-18 | Simplify `RefTokenTreeCursor::look_ahead`. | Nicholas Nethercote | -3/+3 |
| 2024-12-18 | Change the lookahead in `MacroParser::new`. | Nicholas Nethercote | -1/+1 |
| 2024-12-18 | Fix pretty-printing of `@` patterns | Chayim Refael Friedman | -0/+19 |
| 2024-12-17 | Use field init shorthand where possible | Josh Triplett | -1/+1 |
| 2024-12-17 | Rollup merge of #134423 - jieyouxu:bootstrap-test-valid, r=onur-ozkan | Matthias Krüger | -1/+1 |