Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Create xtask module to generate diagnostics docs | Igor Aleksanov | 2020-10-19 | 2 | -0/+76 | |
| | | ||||||
* | | Extract call_info and completion into separate crates | Igor Aleksanov | 2020-10-18 | 1 | -1/+1 | |
|/ | ||||||
* | Switch from not_bash to xshell | Aleksey Kladov | 2020-10-17 | 13 | -318/+165 | |
| | ||||||
* | Improve compile time a tiny bit | Aleksey Kladov | 2020-10-16 | 4 | -10/+13 | |
| | ||||||
* | Add reminder to update lsp-extensions.md | Aleksey Kladov | 2020-10-14 | 1 | -0/+45 | |
| | ||||||
* | Bump rustc_lexer, cfg-if to 1.0 and add new license to check | kjeremy | 2020-10-08 | 1 | -0/+1 | |
| | ||||||
* | Merge #5651 | bors[bot] | 2020-10-08 | 1 | -1/+1 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5651: Add track_env_var to the proc macro server r=kjeremy a=lnicola See https://github.com/rust-lang/rust/pull/74653. Fixes #6054. Fixes #5640, maybe. Should be merged when 1.47 is released. Proc macros still don't work for me, but it no longer crashes. Co-authored-by: Laurențiu Nicola <[email protected]> | |||||
| * | Add track_env_var to the proc macro server | Laurențiu Nicola | 2020-10-08 | 1 | -1/+1 | |
| | | ||||||
* | | Smoke test docs generation | Aleksey Kladov | 2020-10-06 | 1 | -0/+7 | |
| | | ||||||
* | | Fix feature name | Aleksey Kladov | 2020-10-05 | 1 | -5/+7 | |
|/ | ||||||
* | Add GitHub Sponsors link to blog post template | Jonas Schievink | 2020-09-14 | 1 | -1/+2 | |
| | ||||||
* | Up proc-macro2 to 1.20 | kjeremy | 2020-09-03 | 1 | -2/+2 | |
| | | | | This changes the way Display is implemented | |||||
* | "How I survived Git" tips | Aleksey Kladov | 2020-09-01 | 1 | -9/+31 | |
| | ||||||
* | Add a test that forbids merge commits | dragfire | 2020-08-31 | 1 | -0/+14 | |
| | ||||||
* | Replace custom `not_bash::fs2` setup with fs_err crate | Veetaha | 2020-08-29 | 3 | -45/+5 | |
| | ||||||
* | :arrow_up: crates | Aleksey Kladov | 2020-08-27 | 1 | -1/+1 | |
| | ||||||
* | CONST LOOPS ARE HERE | Aleksey Kladov | 2020-08-27 | 1 | -1/+1 | |
| | ||||||
* | Merge remote-tracking branch 'upstream/master' into 503-hover-doc-links | Zac Pullar-Strecker | 2020-08-25 | 2 | -588/+1 | |
|\ | ||||||
| * | Support extern types | Jonas Schievink | 2020-08-24 | 2 | -588/+1 | |
| | | ||||||
* | | Merge remote-tracking branch 'upstream/master' into 503-hover-doc-links | Zac Pullar-Strecker | 2020-08-24 | 14 | -551/+644 | |
|\| | ||||||
| * | :arrow_up: ungrammar | Aleksey Kladov | 2020-08-21 | 1 | -0/+1 | |
| | | ||||||
| * | Cleanup feature generation | Aleksey Kladov | 2020-08-18 | 8 | -99/+84 | |
| | | ||||||
| * | fmt | Dmitry | 2020-08-18 | 1 | -1/+1 | |
| | | ||||||
| * | fix reformat | Dmitry | 2020-08-18 | 1 | -2/+2 | |
| | | ||||||
| * | Merge remote-tracking branch 'rust-analyzer/master' | Dmitry | 2020-08-18 | 8 | -64/+115 | |
| |\ | ||||||
| | * | :arrow_up: crates | Aleksey Kladov | 2020-08-18 | 1 | -1/+1 | |
| | | | ||||||
| | * | Revive cache cleaning | Aleksey Kladov | 2020-08-18 | 3 | -42/+88 | |
| | | | | | | | | | | | | | | | | | | | | | The idea here is that, on CI, we only want to cache crates.io dependencies, and not local crates. This keeps the size of the cache low, and also improves performance, as network and moving files on disk (on Windows) can be slow. | |||||
| | * | Mention that generated .adocs are generaterd | Aleksey Kladov | 2020-08-17 | 5 | -21/+26 | |
| | | | ||||||
| * | | synchronizing changes | Dmitry | 2020-08-14 | 2 | -6/+5 | |
| | | | ||||||
| * | | Merge remote-tracking branch 'origin/master' | Dmitry | 2020-08-14 | 5 | -18/+34 | |
| |\| | ||||||
| | * | Document xtask has few deps invariant | Aleksey Kladov | 2020-08-14 | 1 | -0/+1 | |
| | | | ||||||
| | * | Rename ra_ide -> ide | Aleksey Kladov | 2020-08-13 | 1 | -1/+1 | |
| | | | ||||||
| | * | Rename ra_assists -> assists | Aleksey Kladov | 2020-08-13 | 1 | -2/+2 | |
| | | | ||||||
| | * | Rename ra_hir -> hir | Aleksey Kladov | 2020-08-13 | 1 | -1/+1 | |
| | | | ||||||
| | * | Rename ra_hir_ty -> hir_ty | Aleksey Kladov | 2020-08-13 | 1 | -1/+1 | |
| | | | ||||||
| | * | Somewhat fix pre-cache | Aleksey Kladov | 2020-08-13 | 1 | -1/+1 | |
| | | | ||||||
| | * | Rename ra_hir_expand -> hir_expand | Aleksey Kladov | 2020-08-13 | 1 | -1/+1 | |
| | | | ||||||
| | * | Rename ra_project_model -> project_model | Pavan Kumar Sunkara | 2020-08-13 | 1 | -1/+1 | |
| | | | ||||||
| | * | Rename ra_mbe -> mbe | Aleksey Kladov | 2020-08-13 | 1 | -1/+1 | |
| | | | ||||||
| | * | Rename ra_syntax -> syntax | Aleksey Kladov | 2020-08-12 | 4 | -7/+7 | |
| | | | ||||||
| | * | Rename ra_parser -> parser | Aleksey Kladov | 2020-08-12 | 2 | -3/+3 | |
| | | | ||||||
| | * | Rename ra_tt -> tt | Aleksey Kladov | 2020-08-12 | 1 | -1/+1 | |
| | | | ||||||
| | * | Rename ra_prof -> profile | Aleksey Kladov | 2020-08-12 | 1 | -1/+1 | |
| | | | ||||||
| | * | Minor | Aleksey Kladov | 2020-08-12 | 1 | -0/+1 | |
| | | | ||||||
| | * | Deny clippy | Aleksey Kladov | 2020-08-12 | 1 | -0/+14 | |
| | | | ||||||
| * | | refactor requirements put forward mkladov | Dmitry | 2020-08-14 | 2 | -20/+21 | |
| | | | ||||||
| * | | Merge branch 'master' of https://github.com/Fihtangolz/rust-analyzer into master | Dmitry | 2020-08-14 | 1 | -1/+1 | |
| |\ \ | ||||||
| | * | | Update xtask/src/codegen/gen_unstable_future_descriptor.rs | Dmitry Opokin | 2020-08-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | | | Revert "replase sparse-checkout by github api" | Dmitry | 2020-08-14 | 5 | -38466/+18 | |
| |/ / | | | | | | | | | | This reverts commit 034db28c542c04b22147da6722328bc74ff99386. | |||||
| * | | replase sparse-checkout by github api | Dmitry | 2020-08-14 | 5 | -18/+38466 | |
| | | |