aboutsummaryrefslogtreecommitdiff
path: root/crates/base_db/src/input.rs
Commit message (Expand)AuthorAgeFilesLines
* Move features into potential_cfg_optionsJamie Cunliffe2021-06-211-13/+13
* Improve completion of cfg attributesJamie Cunliffe2021-06-211-0/+13
* Thread proc-macro types through the HIRJonas Schievink2021-05-291-1/+1
* Update `CrateGraph` commentJonas Schievink2021-05-241-5/+9
* Add one more profiling span to add_depLaurențiu Nicola2021-04-221-0/+1
* Improve readabilityAleksey Kladov2021-03-231-0/+1
* Align naming of deps and revdepsAleksey Kladov2021-03-231-4/+1
* Align semantics of deps and rev depsAleksey Kladov2021-03-231-2/+2
* Compute more mathematically well-rounded notion of transitive depsAleksey Kladov2021-03-231-1/+3
* a lot of clippy::style fixesMatthias Krüger2021-03-211-1/+1
* Don't repeat work in transitive_reverse_dependenciesLukas Wirth2021-03-161-11/+10
* Implement Crate::transitive_reverse_dependenciesLukas Wirth2021-03-151-0/+28
* Fix warnings when running `cargo doc --document-private-items`Joshua Nelson2021-01-181-1/+1
* Add support for Rust 2021.Mara Bos2021-01-011-2/+5
* Pass crate environment to proc macrosJonas Schievink2020-12-271-2/+10
* Move TokenExpander to base_db and rename itJonas Schievink2020-12-271-3/+8
* Retain types of proc macros and allow attr. macrosJonas Schievink2020-12-071-4/+9
* Compress codeAleksey Kladov2020-11-171-2/+18
* Deny unreachable-pubAleksey Kladov2020-11-021-3/+1
* More type safety around namesAleksey Kladov2020-10-201-7/+20
* Introduce CrateDisplayNameAleksey Kladov2020-10-201-1/+23
* Rename declaration_name -> display_nameAleksey Kladov2020-10-201-9/+11
* Add a hacky remidy for #6038Aleksey Kladov2020-10-201-0/+23
* Improve prime_caches and display its progressJonas Schievink2020-10-121-0/+28
* Properly name the fieldKirill Bulatov2020-10-021-6/+7
* Fix the hover dash issuesKirill Bulatov2020-10-021-2/+2
* Move most of the logic into the completion moduleKirill Bulatov2020-09-091-1/+7
* Rename ra_db -> base_dbAleksey Kladov2020-08-131-0/+453