about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/Cargo.lock
AgeCommit message (Collapse)AuthorLines
2025-09-26Update memchr to 2.7.6J. Neuschäfer-2/+2
memchr 2.7.6 contains a bugfix for aarch64_be
2025-09-24Implement fallback properlyChayim Refael Friedman-0/+18
fallback.rs was ported straight from rustc (minus the lint parts). This fixes the `!` regressions.
2025-09-20Bump rustc crates once moreLaurențiu Nicola-22/+22
2025-09-19minor: Get rid of unused deps `chalk-solve` and `chalk-recursive`Shoyu Vanilla-72/+16
2025-09-19minor: Yet another rustc crates bumpShoyu Vanilla-22/+22
2025-09-18Bump rustc crates againLaurențiu Nicola-22/+22
2025-09-18chore: Update rustc depsShoyu Vanilla-22/+22
2025-09-10Upgrade rustc crates and handle changes to canonicalizationChayim Refael Friedman-22/+23
They have to do with diagnostics, we could probably not support them but we will also someday want good diagnostics. The code is mostly copied from rustc.
2025-09-04Upgrade rustc cratesChayim Refael Friedman-41/+36
The main changes are (there are some other small changes): - Using a specific type for trait IDs in the new solver, allowing us to simplify a lot of code. - Add `BoundConst` similar to `BoundTy` and `BoundRegion` (previously consts used `BoundVar` directly), due to a new trait requirement.
2025-08-29Bump tracing-subscriber from 0.3.19 to 0.3.20dependabot[bot]-2/+2
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.19 to 0.3.20. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.19...tracing-subscriber-0.3.20) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-version: 0.3.20 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2025-08-09Implement next trait solverjackh726-8/+75
2025-08-06Fix non-lsp compliant `Response` definitionLukas Wirth-4/+4
2025-07-31Merge pull request #20342 from Veykril/push-zysqtqskuxvrLukas Wirth-0/+116
Reorganize proc-macro-srv more, add `--format` and `--version` args
2025-07-31Properly clean proc-macro-srv proc-macro temp dirLukas Wirth-0/+84
2025-07-30Abtract away json protocol for proc-macro-srvLukas Wirth-0/+32
2025-07-28Format and bump rustc cratesLaurențiu Nicola-16/+16
2025-07-23Use `TempDir` for copied lockfilesShoyu Vanilla-0/+8
2025-07-22Remove pull/push functionality from `xtask`Jakub Beránek-11/+0
2025-07-21Downgrade ra-ap-rustc_parse_formatLaurențiu Nicola-16/+21
2025-07-21Revert "Bump rustc-literal-escaper"Laurențiu Nicola-3/+9
This reverts commit 9f3adc540b51a4c2d0472d94033f6d9147b36f6e.
2025-07-21Bump rustc-literal-escaperLaurențiu Nicola-9/+3
2025-07-21Bump rustc cratesLaurențiu Nicola-17/+23
2025-07-18Update lockfileLaurențiu Nicola-0/+3
2025-07-15Format and bump rustc cratesLaurențiu Nicola-23/+17
2025-07-11update cargo_metadata to 0.21.0asahi-myzk-4/+35
2025-07-03Bump salsaLukas Wirth-14/+38
2025-06-24Merge pull request #20012 from lnicola/bump-literal-escaperLukas Wirth-4/+4
Update to literal-escaper 0.0.4
2025-06-17Try to downgrade objectLaurențiu Nicola-11/+2
2025-06-16update to literal-escaper 0.0.4 for better API without `unreachable` and ↵Marijn Schouten-4/+4
faster string parsing
2025-06-13`cargo upgrade`Lukas Wirth-36/+123
2025-06-13`cargo update`Lukas Wirth-206/+207
Updating adler2 v2.0.0 -> v2.0.1 Updating anyhow v1.0.97 -> v1.0.98 Updating bitflags v2.9.0 -> v2.9.1 Updating borsh v1.5.5 -> v1.5.7 Updating boxcar v0.2.12 -> v0.2.13 Updating camino v1.1.9 -> v1.1.10 Updating cc v1.2.16 -> v1.2.26 Updating cfg-if v1.0.0 -> v1.0.1 Updating flate2 v1.1.1 -> v1.1.2 Updating foldhash v0.1.4 -> v0.1.5 Updating getrandom v0.2.15 -> v0.2.16 Updating hashbrown v0.15.2 -> v0.15.4 Updating hermit-abi v0.3.9 -> v0.5.2 Updating icu_collections v1.5.0 -> v2.0.0 Adding icu_locale_core v2.0.0 Removing icu_locid v1.5.0 Removing icu_locid_transform v1.5.0 Removing icu_locid_transform_data v1.5.0 Updating icu_normalizer v1.5.0 -> v2.0.0 Updating icu_normalizer_data v1.5.0 -> v2.0.0 Updating icu_properties v1.5.1 -> v2.0.1 Updating icu_properties_data v1.5.0 -> v2.0.1 Updating icu_provider v1.5.0 -> v2.0.0 Removing icu_provider_macros v1.5.0 Updating idna_adapter v1.2.0 -> v1.2.1 Updating kqueue v1.0.8 -> v1.1.1 Updating libloading v0.8.7 -> v0.8.8 Updating libmimalloc-sys v0.1.40 -> v0.1.42 Updating litemap v0.7.5 -> v0.8.0 Updating lock_api v0.4.12 -> v0.4.13 Updating log v0.4.26 -> v0.4.27 Updating memchr v2.7.4 -> v2.7.5 Updating mimalloc v0.1.44 -> v0.1.46 Updating miniz_oxide v0.8.5 -> v0.8.9 Updating mio v1.0.3 -> v1.0.4 Updating num_cpus v1.16.0 -> v1.17.0 Updating once_cell v1.21.1 -> v1.21.3 Updating parking_lot v0.12.3 -> v0.12.4 Updating parking_lot_core v0.9.10 -> v0.9.11 Updating portable-atomic v1.11.0 -> v1.11.1 Adding potential_utf v0.1.2 Updating proc-macro2 v1.0.94 -> v1.0.95 Updating redox_syscall v0.5.10 -> v0.5.13 Updating rustc-demangle v0.1.24 -> v0.1.25 Updating rustc_apfloat v0.2.2+llvm-462a31f5a5ab -> v0.2.3+llvm-462a31f5a5ab Updating serde_spanned v0.6.8 -> v0.6.9 Updating smallvec v1.14.0 -> v1.15.1 Updating syn v2.0.100 -> v2.0.103 Updating synstructure v0.13.1 -> v0.13.2 Updating tenthash v1.0.0 -> v1.1.0 Updating thread_local v1.1.8 -> v1.1.9 Updating time v0.3.40 -> v0.3.41 Updating time-macros v0.2.21 -> v0.2.22 Updating tinystr v0.7.6 -> v0.8.1 Updating toml v0.8.20 -> v0.8.23 Updating toml_datetime v0.6.8 -> v0.6.11 Updating toml_edit v0.22.24 -> v0.22.27 Adding toml_write v0.1.2 Updating tracing-attributes v0.1.28 -> v0.1.29 Updating tracing-core v0.1.33 -> v0.1.34 Removing utf16_iter v1.0.5 Updating wasi v0.11.0+wasi-snapshot-preview1 -> v0.11.1+wasi-snapshot-preview1 Updating windows v0.61.1 -> v0.61.3 Updating windows-core v0.61.0 -> v0.61.2 Updating windows-future v0.2.0 -> v0.2.1 Updating windows-link v0.1.1 -> v0.1.3 Updating windows-result v0.3.2 -> v0.3.4 Updating windows-strings v0.4.0 -> v0.4.2 Adding windows-sys v0.60.2 Updating windows-targets v0.53.0 -> v0.53.2 Adding windows-threading v0.1.0 Updating winnow v0.7.3 -> v0.7.11 Removing write16 v1.0.0 Updating writeable v0.5.5 -> v0.6.1 Updating yoke v0.7.5 -> v0.8.0 Updating yoke-derive v0.7.5 -> v0.8.0 Adding zerotrie v0.2.2 Updating zerovec v0.10.4 -> v0.11.2 Updating zerovec-derive v0.10.3 -> v0.11.1
2025-05-23Bump salsaLukas Wirth-223/+18
2025-05-20Merge pull request #19826 from lnicola/sync-from-rustLaurențiu Nicola-14/+14
minor: Sync from downstream
2025-05-20Bump rustc cratesLaurențiu Nicola-14/+14
2025-05-19Merge pull request #19757 from Veykril/push-zzxwtzuzqvzxLukas Wirth-0/+1
perf: Request cancellation while processing changed files
2025-05-16Bump zip to 3.0Laurențiu Nicola-7/+4
2025-05-15Merge pull request #19794 from ChayimFriedman2/dup-cratesLukas Wirth-0/+1
fix: Don't allow duplicate crates in the all_crates list
2025-05-15Update Cargo.lockBerrysoft-35/+67
2025-05-14Don't allow duplicate crates in the all_crates listChayim Refael Friedman-0/+1
For some reason we had them in some projects, I'm not sure why. But this caused cache priming to appear stuck - because it uses a set of crate IDs for the actual work, but for the number of crates to index it just uses `db.all_crates().len()`.
2025-05-08perf: Request cancellation while processing changed filesLukas Wirth-0/+1
2025-05-01Update lockfileLaurențiu Nicola-6/+6
2025-04-29Split out salsa_macrosLukas Wirth-0/+6
Does not do much yet due to tracing pulling syn but oh well
2025-04-29Update salsaLukas Wirth-6/+6
2025-04-28Merge from rust-lang/rustLaurențiu Nicola-18/+25
2025-04-25Upgrade dashmap and hashbrownChayim Refael Friedman-16/+3
And adapt `intern` to the changes in the API.
2025-04-22Depend on Salsa v0.20.0Chayim Refael Friedman-8/+9
2025-04-20Update chalkjackh726-8/+8
2025-04-17update libcpetr sumbera - Sun Microsystems - Prague Czech Republic-2/+2
2025-04-10chore(deps): bump crossbeam-channel from 0.5.14 to 0.5.15dependabot[bot]-2/+2
Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.5.14 to 0.5.15. - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md) - [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-channel-0.5.14...crossbeam-channel-0.5.15) --- updated-dependencies: - dependency-name: crossbeam-channel dependency-version: 0.5.15 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2025-04-06upstream stdx changesBenjaminBrienen-2/+2