Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | internal: use minicore deref more | Aleksey Kladov | 2021-06-18 | 1 | -0/+4 |
* | internal: introduce minicore -- a subset of libcore for testing | Aleksey Kladov | 2021-06-15 | 1 | -3/+28 |
* | internal: move diagnostics to a new crate | Aleksey Kladov | 2021-06-14 | 1 | -0/+8 |
* | clippy::redudant_borrow | Maan2003 | 2021-06-13 | 1 | -1/+1 |
* | Fix coercion in match with expected type | Florian Diebold | 2021-06-12 | 1 | -1/+1 |
* | Add more profiling for flyimports | Kirill Bulatov | 2021-06-10 | 1 | -0/+1 |
* | Merge #8866 | bors[bot] | 2021-05-31 | 3 | -92/+3 |
|\ | |||||
| * | Update to prerelease | Jonas Schievink | 2021-05-29 | 1 | -1/+1 |
| * | Update salsa | Jonas Schievink | 2021-05-27 | 2 | -91/+2 |
* | | Thread proc-macro types through the HIR | Jonas Schievink | 2021-05-29 | 1 | -1/+1 |
* | | simplify | Lukas Wirth | 2021-05-28 | 1 | -8/+2 |
|/ | |||||
* | Update `CrateGraph` comment | Jonas Schievink | 2021-05-24 | 1 | -5/+9 |
* | Add one more profiling span to add_dep | Laurențiu Nicola | 2021-04-22 | 1 | -0/+1 |
* | Add some more error messages to fixture failure cases | Lukas Wirth | 2021-04-17 | 1 | -2/+2 |
* | Add an error message to fixture errors | Yoshua Wuyts | 2021-04-17 | 1 | -1/+3 |
* | Adjust fixture docs a bit | Kirill Bulatov | 2021-04-06 | 1 | -59/+1 |
* | internal: track missing `.check_cancelled` | Aleksey Kladov | 2021-03-29 | 1 | -0/+3 |
* | Improve readability | Aleksey Kladov | 2021-03-23 | 1 | -0/+1 |
* | Align naming of deps and revdeps | Aleksey Kladov | 2021-03-23 | 1 | -4/+1 |
* | Align semantics of deps and rev deps | Aleksey Kladov | 2021-03-23 | 1 | -2/+2 |
* | Compute more mathematically well-rounded notion of transitive deps | Aleksey Kladov | 2021-03-23 | 1 | -1/+3 |
* | a lot of clippy::style fixes | Matthias Krüger | 2021-03-21 | 1 | -1/+1 |
* | avoid converting types into themselves via .into() (clippy::useless-conversion) | Matthias Krüger | 2021-03-17 | 1 | -1/+1 |
* | Don't repeat work in transitive_reverse_dependencies | Lukas Wirth | 2021-03-16 | 1 | -11/+10 |
* | Add new_source_root meta to test fixtures | Lukas Wirth | 2021-03-16 | 1 | -2/+10 |
* | Implement Crate::transitive_reverse_dependencies | Lukas Wirth | 2021-03-15 | 1 | -0/+28 |
* | Fixed remaining references to `AnalysisChange` (now: `Change`) | Vincent Esche | 2021-02-28 | 1 | -1/+1 |
* | Make more common assist easier to ues | Aleksey Kladov | 2021-02-22 | 1 | -1/+10 |
* | Fix warnings when running `cargo doc --document-private-items` | Joshua Nelson | 2021-01-18 | 1 | -1/+1 |
* | Better fixture highlight | Aleksey Kladov | 2021-01-07 | 1 | -5/+11 |
* | Add support for Rust 2021. | Mara Bos | 2021-01-01 | 1 | -2/+5 |
* | Pass crate environment to proc macros | Jonas Schievink | 2020-12-27 | 1 | -2/+10 |
* | Move TokenExpander to base_db and rename it | Jonas Schievink | 2020-12-27 | 2 | -4/+9 |
* | Introduce anchored_path | Aleksey Kladov | 2020-12-09 | 1 | -8/+2 |
* | . | Aleksey Kladov | 2020-12-09 | 1 | -3/+4 |
* | Retain types of proc macros and allow attr. macros | Jonas Schievink | 2020-12-07 | 2 | -5/+10 |
* | Compress code | Aleksey Kladov | 2020-11-17 | 1 | -2/+18 |
* | Deny unreachable-pub | Aleksey Kladov | 2020-11-02 | 2 | -5/+3 |
* | More type safety around names | Aleksey Kladov | 2020-10-20 | 3 | -11/+24 |
* | Introduce CrateDisplayName | Aleksey Kladov | 2020-10-20 | 1 | -1/+23 |
* | Rename declaration_name -> display_name | Aleksey Kladov | 2020-10-20 | 1 | -9/+11 |
* | Add a hacky remidy for #6038 | Aleksey Kladov | 2020-10-20 | 1 | -0/+23 |
* | :arrow_up: salsa | Aleksey Kladov | 2020-10-14 | 1 | -1/+1 |
* | Improve prime_caches and display its progress | Jonas Schievink | 2020-10-12 | 1 | -0/+28 |
* | Properly name the field | Kirill Bulatov | 2020-10-02 | 1 | -6/+7 |
* | Fix the hover dash issues | Kirill Bulatov | 2020-10-02 | 2 | -5/+5 |
* | Add a dash test | Kirill Bulatov | 2020-10-02 | 1 | -2/+2 |
* | Get rid of MockAnalysis | Aleksey Kladov | 2020-10-02 | 1 | -6/+8 |
* | Rewrite fixtures on top of Change | Aleksey Kladov | 2020-10-02 | 1 | -83/+90 |
* | Move ide::AnalysisChange -> base_db::Change | Aleksey Kladov | 2020-10-02 | 2 | -0/+99 |