aboutsummaryrefslogtreecommitdiff
path: root/xtask/tests
Commit message (Collapse)AuthorAgeFilesLines
* Add reminder to update lsp-extensions.mdAleksey Kladov2020-10-141-0/+45
|
* Bump rustc_lexer, cfg-if to 1.0 and add new license to checkkjeremy2020-10-081-0/+1
|
* Smoke test docs generationAleksey Kladov2020-10-061-0/+7
|
* "How I survived Git" tipsAleksey Kladov2020-09-011-9/+31
|
* Add a test that forbids merge commitsdragfire2020-08-311-0/+14
|
* :arrow_up: cratesAleksey Kladov2020-08-271-1/+1
|
* Merge remote-tracking branch 'upstream/master' into 503-hover-doc-linksZac Pullar-Strecker2020-08-241-11/+28
|\
| * Cleanup feature generationAleksey Kladov2020-08-181-1/+1
| |
| * Merge remote-tracking branch 'rust-analyzer/master'Dmitry2020-08-181-1/+1
| |\
| | * :arrow_up: cratesAleksey Kladov2020-08-181-1/+1
| | |
| * | Merge remote-tracking branch 'origin/master'Dmitry2020-08-141-10/+25
| |\|
| | * Rename ra_ide -> ideAleksey Kladov2020-08-131-1/+1
| | |
| | * Rename ra_hir -> hirAleksey Kladov2020-08-131-1/+1
| | |
| | * Rename ra_hir_ty -> hir_tyAleksey Kladov2020-08-131-1/+1
| | |
| | * Rename ra_hir_expand -> hir_expandAleksey Kladov2020-08-131-1/+1
| | |
| | * Rename ra_project_model -> project_modelPavan Kumar Sunkara2020-08-131-1/+1
| | |
| | * Rename ra_mbe -> mbeAleksey Kladov2020-08-131-1/+1
| | |
| | * Rename ra_syntax -> syntaxAleksey Kladov2020-08-121-1/+1
| | |
| | * Rename ra_parser -> parserAleksey Kladov2020-08-121-1/+1
| | |
| | * Rename ra_tt -> ttAleksey Kladov2020-08-121-1/+1
| | |
| | * Rename ra_prof -> profileAleksey Kladov2020-08-121-1/+1
| | |
| | * MinorAleksey Kladov2020-08-121-0/+1
| | |
| | * Deny clippyAleksey Kladov2020-08-121-0/+14
| | |
| * | refactoring to show more clearly the import problemsDmitry2020-08-091-1/+1
| | |
| * | fix tidy checkDmitry2020-08-091-0/+2
| |/
* | move into separate moduleZac Pullar-Strecker2020-08-011-0/+1
| |
* | revert change to license checkZac Pullar-Strecker2020-08-011-6/+1
| |
* | Update expect testsZac Pullar-Strecker2020-07-311-1/+6
|/
* Replace rand with oorandomAleksey Kladov2020-07-291-1/+0
|
* Replace superslice with API on path to stabilizationAleksey Kladov2020-07-231-1/+0
|
* Simplify exclusion logicAleksey Kladov2020-07-181-1/+0
|
* Check licensesAleksey Kladov2020-07-141-1/+40
|
* better languageAleksey Kladov2020-07-081-9/+10
|
* Unify naming of generating assistsAleksey Kladov2020-07-031-1/+1
|
* Don't store generated docs in the repoAleksey Kladov2020-06-031-8/+1
|
* Don't exclude dirs that appear in project root parent pathveetaha2020-06-021-9/+7
|
* Don't require module docs for Features and AssistsAleksey Kladov2020-05-311-2/+5
|
* Generate features docs from sourceAleksey Kladov2020-05-311-0/+7
|
* New assist: add turbo fishAleksey Kladov2020-05-191-0/+1
|
* Add fixture doc commentTimo Freiberg2020-05-061-1/+0
|
* Simplify tidy testsAleksey Kladov2020-05-062-35/+33
|
* RegenerateAleksey Kladov2020-05-061-1/+1
|
* Rename AtomTextEdit -> IndelAleksey Kladov2020-05-051-1/+0
|
* tests: add more info about what failed in tidy testsBenjamin Coenen2020-04-171-3/+3
| | | | Signed-off-by: Benjamin Coenen <[email protected]>
* Change add_function assist to use todo!()Timo Freiberg2020-04-131-0/+1
|
* Change missing impl assist to use todo!() instead of unimplemented()Chris Hopman2020-04-101-1/+10
| | | | | | | | | | | | todo!() "Indicates unfinished code" (https://doc.rust-lang.org/std/macro.todo.html) Rust documentation provides further clarification: > The difference between unimplemented! and todo! is that while todo! > conveys an intent of implementing the functionality later and the > message is "not yet implemented", unimplemented! makes no such claims. todo!() seems more appropriate for assists that insert missing impls.
* gen_assists_docs skip hidden filesJosh Mcguigan2020-03-211-19/+2
|
* Check that no file contains trailing wsAleksey Kladov2020-03-171-16/+31
| | | | rustfmt allows trailing spaces in string literals unfortunately.
* Tidier tidy checksAleksey Kladov2020-03-173-131/+145
|
* Better folder structureAleksey Kladov2020-02-181-1/+0
|