aboutsummaryrefslogtreecommitdiff
path: root/crates/base_db
Commit message (Expand)AuthorAgeFilesLines
* Move features into potential_cfg_optionsJamie Cunliffe2021-06-212-15/+16
* Improve completion of cfg attributesJamie Cunliffe2021-06-212-0/+15
* Cleanup insert_use testsLukas Wirth2021-06-191-1/+1
* internal: use minicore deref moreAleksey Kladov2021-06-181-0/+4
* internal: introduce minicore -- a subset of libcore for testingAleksey Kladov2021-06-151-3/+28
* internal: move diagnostics to a new crateAleksey Kladov2021-06-141-0/+8
* clippy::redudant_borrowMaan20032021-06-131-1/+1
* Fix coercion in match with expected typeFlorian Diebold2021-06-121-1/+1
* Add more profiling for flyimportsKirill Bulatov2021-06-101-0/+1
* Merge #8866bors[bot]2021-05-313-92/+3
|\
| * Update to prereleaseJonas Schievink2021-05-291-1/+1
| * Update salsaJonas Schievink2021-05-272-91/+2
* | Thread proc-macro types through the HIRJonas Schievink2021-05-291-1/+1
* | simplifyLukas Wirth2021-05-281-8/+2
|/
* Update `CrateGraph` commentJonas Schievink2021-05-241-5/+9
* Add one more profiling span to add_depLaurențiu Nicola2021-04-221-0/+1
* Add some more error messages to fixture failure casesLukas Wirth2021-04-171-2/+2
* Add an error message to fixture errorsYoshua Wuyts2021-04-171-1/+3
* Adjust fixture docs a bitKirill Bulatov2021-04-061-59/+1
* internal: track missing `.check_cancelled`Aleksey Kladov2021-03-291-0/+3
* 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
* avoid converting types into themselves via .into() (clippy::useless-conversion)Matthias Krüger2021-03-171-1/+1
* Don't repeat work in transitive_reverse_dependenciesLukas Wirth2021-03-161-11/+10
* Add new_source_root meta to test fixturesLukas Wirth2021-03-161-2/+10
* Implement Crate::transitive_reverse_dependenciesLukas Wirth2021-03-151-0/+28
* Fixed remaining references to `AnalysisChange` (now: `Change`)Vincent Esche2021-02-281-1/+1
* Make more common assist easier to uesAleksey Kladov2021-02-221-1/+10
* Fix warnings when running `cargo doc --document-private-items`Joshua Nelson2021-01-181-1/+1
* Better fixture highlightAleksey Kladov2021-01-071-5/+11
* 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-272-4/+9
* Introduce anchored_pathAleksey Kladov2020-12-091-8/+2
* .Aleksey Kladov2020-12-091-3/+4
* Retain types of proc macros and allow attr. macrosJonas Schievink2020-12-072-5/+10
* Compress codeAleksey Kladov2020-11-171-2/+18
* Deny unreachable-pubAleksey Kladov2020-11-022-5/+3
* More type safety around namesAleksey Kladov2020-10-203-11/+24
* 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
* :arrow_up: salsaAleksey Kladov2020-10-141-1/+1
* 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-022-5/+5
* Add a dash testKirill Bulatov2020-10-021-2/+2