about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/Cargo.lock
AgeCommit message (Collapse)AuthorLines
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
2025-04-05Clean up `rustc-literal-escaper` usage in rust-analyzerGuillaume Gomez-1/+0
2025-04-04Update `rustc-literal-escaper` version to `0.0.2`Guillaume Gomez-2/+2
2025-04-04Remove usage of `rustc_lexer::unescape` in rust-analyzerGuillaume Gomez-0/+8
2025-03-29fix: Fix, clarify and require a value for `proc_macro_cwd` of `CrateData`Lukas Wirth-0/+1
2025-03-24refactor: Replace custom `ThinVec` with `thin-vec` crateLukas Wirth-0/+7
2025-03-23Use zip/deflate-flate2 to avoid BSL-1.0 depLaurențiu Nicola-33/+0
2025-03-23chore: Bump dependenciesLukas Wirth-74/+128
2025-03-23chore: Remove unused dependenciesLukas Wirth-34/+1
2025-03-15chore: Drop legacy salsaLukas Wirth-103/+8
2025-03-12Salsify the crate graphChayim Refael Friedman-0/+1
I.e. make it not one giant input but multiple, for incrementality and decreased memory usage for Salsa 3 reasons.
2025-03-10internal: port rust-analyzer to new SalsaDavid Barsky-277/+578
2025-03-10internal(config): use `FxIndexMap` for default completion snippetsDavid Barsky-0/+2