Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Make `code generation` just work | Aleksey Kladov | 2021-03-08 | 1 | -2/+1 | |
* | | Merge #7891 | bors[bot] | 2021-03-08 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Document rustc_private in metadata | Daniel McNab | 2021-03-08 | 1 | -1/+1 | |
| * | | Revert "Support disabling rustc build scripts" | Daniel McNab | 2021-03-08 | 1 | -2/+0 | |
| * | | Support disabling rustc build scripts | Daniel McNab | 2021-03-08 | 1 | -0/+2 | |
* | | | Make code completion "just work" in more cases | Aleksey Kladov | 2021-03-08 | 1 | -1/+1 | |
* | | | Merge #7889 | bors[bot] | 2021-03-07 | 1 | -0/+2 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Make group imports configurable | asv | 2021-03-07 | 1 | -0/+2 | |
* | | | Add a line about code action commands to the CoC section of the docs | Florian Diebold | 2021-03-06 | 1 | -0/+2 | |
|/ / | ||||||
* | | Merge #7868 | bors[bot] | 2021-03-04 | 1 | -3/+3 | |
|\ \ | ||||||
| * | | Migrate to user-centric config name for `cargo check` stuff | Aleksey Kladov | 2021-03-04 | 1 | -3/+3 | |
* | | | Clarify comparison rule | Aleksey Kladov | 2021-03-03 | 1 | -1/+7 | |
|/ / | ||||||
* | | Axe pre-commit | Aleksey Kladov | 2021-03-01 | 1 | -2/+0 | |
* | | Fixed remaining references to `AnalysisChange` (now: `Change`) | Vincent Esche | 2021-02-28 | 1 | -5/+5 | |
|/ | ||||||
* | Fix typo. | boxdot | 2021-02-24 | 1 | -1/+1 | |
* | Fix typos | azzamsa | 2021-02-20 | 2 | -6/+6 | |
* | document offsets | Aleksey Kladov | 2021-02-16 | 1 | -1/+7 | |
* | Merge #7643 #7663 | bors[bot] | 2021-02-14 | 1 | -1/+1 | |
|\ | ||||||
| * | Allow automatically detect the rustc-src directory (fixes #3517). | Benjamin Bouvier | 2021-02-13 | 1 | -1/+1 | |
* | | Remove CodeLensResolveData mention from lsp-extensions.md | ivan770 | 2021-02-13 | 1 | -11/+0 | |
* | | Moved CodeLens to ide crate | ivan770 | 2021-02-13 | 1 | -1/+12 | |
|/ | ||||||
* | Include a commit log summary in the changelog | Laurențiu Nicola | 2021-02-12 | 1 | -2/+1 | |
* | Merge #7653 | bors[bot] | 2021-02-12 | 1 | -0/+60 | |
|\ | ||||||
| * | Document config pattern | Aleksey Kladov | 2021-02-12 | 1 | -0/+60 | |
* | | fix nightly warning `legacy_derive_helpers` | Peter Wischer | 2021-02-12 | 1 | -1/+1 | |
|/ | ||||||
* | Use track caller in test documentation | Aleksey Kladov | 2021-02-10 | 1 | -1/+1 | |
* | Infra for "unit" benchmarking | Aleksey Kladov | 2021-02-09 | 1 | -0/+5 | |
* | Add emacs guide | Aleksey Kladov | 2021-02-08 | 1 | -0/+2 | |
* | Merge #7592 | bors[bot] | 2021-02-08 | 1 | -0/+10 | |
|\ | ||||||
| * | [Doc] Note about Eclipse IDE support | Mickael Istria | 2021-02-08 | 1 | -0/+10 | |
* | | Vim docs: vim-lsp with initial configuration. | Ilya Bobyr | 2021-02-08 | 1 | -0/+46 | |
* | | Explain how initial configuration is sent over LSP. | Ilya Bobyr | 2021-02-08 | 1 | -5/+27 | |
|/ | ||||||
* | Add a section on entry points | Aleksey Kladov | 2021-02-07 | 1 | -1/+9 | |
* | Fixing architecture image on dark theme | Erick Tovar | 2021-02-07 | 1 | -1/+1 | |
* | Remove redunacny | Edwin Cheng | 2021-02-07 | 1 | -1/+1 | |
* | More information for mbe | Edwin Cheng | 2021-02-07 | 1 | -2/+7 | |
* | Update architecture.md for mbe and proc-macro | Edwin Cheng | 2021-02-07 | 1 | -0/+11 | |
* | Update architecture.md | Adam Tuck | 2021-02-06 | 1 | -1/+1 | |
* | Do not overwrite lock file | kjeremy | 2021-02-05 | 1 | -1/+1 | |
* | Add howtos | Aleksey Kladov | 2021-02-05 | 1 | -0/+8 | |
* | More architecture.md | Aleksey Kladov | 2021-02-04 | 1 | -2/+42 | |
* | typo fixes | Kushagra Gupta | 2021-02-03 | 1 | -4/+4 | |
* | Grammar fixes | Kushagra Gupta | 2021-02-03 | 1 | -20/+20 | |
* | Fix spelling mistakes in docs/dev | Lukas Wirth | 2021-02-03 | 4 | -27/+31 | |
* | Make architecture more informative | Aleksey Kladov | 2021-02-03 | 2 | -201/+317 | |
* | add useless types to the styleguide | Aleksey Kladov | 2021-02-02 | 1 | -0/+14 | |
* | Improve nvim-lsp setup instructions | Laurențiu Nicola | 2021-02-01 | 1 | -1/+34 | |
* | Explain what to do if a release fails | Laurențiu Nicola | 2021-02-01 | 1 | -0/+4 | |
* | Update lsp-extension.md hash | Edwin Cheng | 2021-01-28 | 1 | -1/+1 | |
* | Update doc | Edwin Cheng | 2021-01-28 | 1 | -1/+1 |