about summary refs log tree commit diff
path: root/crates/rust-analyzer
AgeCommit message (Expand)AuthorLines
2021-09-13Merge #10199bors[bot]-62/+52
2021-09-13Shuffle code around to avoid an allocationLaurențiu Nicola-60/+50
2021-09-13Add proc-macro fixture directiveLukas Wirth-1/+2
2021-09-13Fix Cargo.toml change detectionLaurențiu Nicola-3/+3
2021-09-11removing seemingly unused dev deps.Giles Cope-1/+0
2021-09-11remove unused depsGiles Cope-1/+0
2021-09-09Use `todo!()` instead of `()` for missing fieldsJörg Sommer-0/+2
2021-09-07Rename `is_member` to `is_local`Jonas Schievink-3/+3
2021-09-06update to tracing-tree 0.1.10, which does not pull in syn.David Barsky-1/+1
2021-09-04Merge #10147bors[bot]-27/+32
2021-09-04internal: deduplicateAleksey Kladov-33/+32
2021-09-04fix: don't panic if the client sends invalid requestAleksey Kladov-3/+9
2021-09-02fix error message for when DidChangeTextDocument path doesn't existAli-1/+1
2021-09-01fix: multi-token mapping aware find referencesJonas Schievink-13/+17
2021-08-31internal: reduce couplingAleksey Kladov-4/+5
2021-08-31internal: cleanup proc macro server error handligAleksey Kladov-4/+30
2021-08-31minor: improve readabilityAleksey Kladov-12/+12
2021-08-31internal: split database loading time in anaysis-stats into componentsAleksey Kladov-19/+38
2021-08-30feat: improve CPU usageAleksey Kladov-3/+5
2021-08-30internal: make scheduling control flow more obviousAleksey Kladov-54/+33
2021-08-30internal: improve consistencyAleksey Kladov-17/+18
2021-08-30internal: more obviously correct code for cache priming progerssAleksey Kladov-18/+30
2021-08-30Merge #10005bors[bot]-3/+5
2021-08-30Merge #10080bors[bot]-57/+96
2021-08-30internal: don't shut up the compiler when it says the code's buggyAleksey Kladov-57/+96
2021-08-30Merge #10079bors[bot]-2/+3
2021-08-30internal: make upstream bug less annoyingAleksey Kladov-2/+3
2021-08-30switch `log` crate to `tracing`Dezhi Wu-132/+168
2021-08-26minor: nicer way to defeat disjoint closure capturesAleksey Kladov-2/+4
2021-08-26Extend `CargoConfig.unset_test_crates` to allow for efficiently disabling `#[...Vincent Esche-3/+5
2021-08-25Fix reporting of build script errorsJonas Schievink-7/+17
2021-08-25Don't fetch build script output twiceJonas Schievink-8/+0
2021-08-24Merge #9993bors[bot]-0/+3
2021-08-24internal: use idiomatic form of assertionsAleksey Kladov-4/+6
2021-08-22feat: join lines merges assignmentsunexge-0/+3
2021-08-22internal: incentivize rust-analyzed developers to fix panicsAleksey Kladov-26/+68
2021-08-22internal: remove unreasonable crate dependencyAleksey Kladov-8/+43
2021-08-22internal: reduce crate interdependenceAleksey Kladov-17/+28
2021-08-20internal: prep to 2021 editionAleksey Kladov-4/+6
2021-08-15internal: optimize compile timeAleksey Kladov-3/+3
2021-08-10Formatting issuesAndré Oliveira-1/+1
2021-08-10Remove debug logsAndré Oliveira-3/+0
2021-08-10Use local node_modules to allow the graph to load offlineAndré Oliveira-2/+2
2021-08-10Use d3-graphviz for rendering crates graph on the extension sideAndré Oliveira-12/+3
2021-08-10Merge #9841bors[bot]-5/+35
2021-08-10Update crates/rust-analyzer/src/cli/analysis_stats.rsAleksey Kladov-1/+1
2021-08-10internal: print total size of source code in analysis-statsAleksey Kladov-5/+35
2021-08-10Merge #9830bors[bot]-0/+1
2021-08-10implement feedback from reviewYoshua Wuyts-1/+1
2021-08-10internal: unify subcommand handling between ra and xtaskAleksey Kladov-203/+197