| Age | Commit message (Expand) | Author | Lines |
| 2024-12-19 | Merge pull request #18717 from Veykril/push-pomxnvxotwlr | Lukas Wirth | -7/+11 |
| 2024-12-19 | Make DependencyList an IndexVec | bjorn3 | -6/+8 |
| 2024-12-19 | internal: Set `result_id` for pull diagnostics | Lukas Wirth | -7/+11 |
| 2024-12-19 | Rollup merge of #134463 - jieyouxu:filecheck-prefix, r=Zalathar | Matthias Krüger | -10/+10 |
| 2024-12-19 | Pass FnAbi to find_mir_or_eval_fn | tiif | -446/+471 |
| 2024-12-19 | compiletest: don't register `MSVC`/`NONMSVC` FileCheck prefixes | 许杰友 Jieyou Xu (Joe) | -10/+10 |
| 2024-12-19 | Auto merge of #134499 - jieyouxu:rollup-zmaveur, r=jieyouxu | bors | -3/+5 |
| 2024-12-19 | Rollup merge of #133702 - RalfJung:single-variant, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -3/+5 |
| 2024-12-19 | Auto merge of #133961 - lcnr:borrowck-cleanup, r=jackh726 | bors | -1/+1 |
| 2024-12-19 | add warning explaining the limitations of the native code mode | Ralf Jung | -10/+88 |
| 2024-12-19 | Speed up `Parser::expected_token_types`. | Nicholas Nethercote | -16/+17 |
| 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-19 | Implement blocking unnamed_socket | tiif | -114/+391 |
| 2024-12-18 | introduce `LateParamRegionKind` | lcnr | -1/+1 |
| 2024-12-18 | Rollup merge of #134420 - Integral-Tech:pathbuf-refactor, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -8/+7 |
| 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) | -19/+19 |
| 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 | 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 | Merge pull request #18711 from Veykril/push-kwurwxttmqwo | Lukas Wirth | -2/+27 |
| 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 | Auto merge of #134450 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-12-18 | Merge from rustc | The Miri Cronjob Bot | -2369/+8938 |
| 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 | Rename `RefTokenTreeCursor`. | Nicholas Nethercote | -19/+19 |
| 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 #133801 - Gelbpunkt:powerpc64le-unknown-linux-musl-tier-2, r=... | Matthias Krüger | -0/+2 |
| 2024-12-17 | Auto merge of #134381 - jdonszelmann:move-attribute-types, r=oli-obk | bors | -16/+18 |
| 2024-12-17 | compiler & tools dependencies: | clubby789 | -78/+88 |
| 2024-12-18 | refactor: replace &PathBuf with &Path to enhance generality | Integral | -8/+7 |
| 2024-12-16 | Stabilize #[coverage] attribute | ltdk | -1/+1 |
| 2024-12-16 | Merge pull request #18700 from ChayimFriedman2/dyn-send | Lukas Wirth | -1/+18 |
| 2024-12-16 | Use a record struct instead of a tuple for each namespace in `PerNs` | Chayim Refael Friedman | -133/+162 |
| 2024-12-16 | rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures | Jonathan Dönszelmann | -15/+17 |
| 2024-12-16 | split attributes | Jonathan Dönszelmann | -1/+1 |