about summary refs log tree commit diff
path: root/xtask
AgeCommit message (Expand)AuthorLines
2020-06-08RefactorAleksey Kladov-41/+49
2020-06-08Move to a dedicated fileAleksey Kladov-57/+64
2020-06-03Don't store generated docs in the repoAleksey Kladov-15/+14
2020-06-02Don't exclude dirs that appear in project root parent pathveetaha-9/+7
2020-05-31Merge #4672bors[bot]-17/+29
2020-05-31Link to the specific source lineAleksey Kladov-17/+29
2020-05-31Merge #4670bors[bot]-57/+71
2020-05-31Move assists documentation into the manualAleksey Kladov-57/+71
2020-05-31Merge #4667bors[bot]-1/+1
2020-05-31Rename user/readme.adoc -> user/manual.adocAleksey Kladov-1/+5
2020-05-31Force / slashes on windowsAleksey Kladov-2/+3
2020-05-31Tweak whitespaceAleksey Kladov-2/+2
2020-05-31correctly infer labelled breaksrobojumper-1/+1
2020-05-31Move the rest of the features to generated docsAleksey Kladov-2/+2
2020-05-31Don't require module docs for Features and AssistsAleksey Kladov-2/+5
2020-05-31Specify actionsAleksey Kladov-5/+20
2020-05-31SimplifyAleksey Kladov-1/+1
2020-05-31Generate features docs from sourceAleksey Kladov-2/+83
2020-05-31GeneralizeAleksey Kladov-9/+21
2020-05-30minorAleksey Kladov-71/+73
2020-05-28Support raw_ref_op's raw reference operatorrobojumper-1/+3
2020-05-20New assist: add turbo fishAleksey Kladov-0/+1
2020-05-12Convert TODO about ParamList used in closures to a FIXMEveetaha-2/+1
2020-05-12Remove an equals sign from `ConstArg` (this probably pertains only to ConstPa...veetaha-3/+1
2020-05-12Remove a comment on NameRefToken as per matkladveetaha-1/+1
2020-05-12Convert TODO to a FIXME as per matkladveetaha-1/+1
2020-05-12Convert TODO to a Note(matklad)veetaha-1/+1
2020-05-12Convert to TODOs to FIXMEs as per matkladveetaha-4/+2
2020-05-12Revert "Remove MacroStmts as per edwin0cheng" (cc @edwin0cheng) and add a fix...veetaha-0/+13
2020-05-12Add a doc comment on the difference between Name and NameRef ast nodesveetaha-1/+16
2020-05-10Resolve TODO about macro 2.0 defveetaha-8/+4
2020-05-10Fix typoveetaha-1/+1
2020-05-10Carify on a semicolon in macro callveetaha-2/+7
2020-05-10Resolve TODO about curly-braced constructions in expression statementveetaha-1/+3
2020-05-10Remove TODO about Block since it was removedveetaha-3/+3
2020-05-10Resolve todos about refs and empty statementsveetaha-5/+4
2020-05-10Converted TODO about MacroItems to FIXME as per edwin0chengveetaha-8/+3
2020-05-10Verified ConstArg example, waiting for response on what `=` sign pertains toveetaha-4/+3
2020-05-10Correcy use tree and type args docsveetaha-5/+3
2020-05-10Correct `use` cannot have type args as per flodieboldveetaha-1/+1
2020-05-10Correct path docs and add colon2 token to Path ast nodeveetaha-12/+14
2020-05-10Add example with const in TypeBound as per flodieboldveetaha-4/+2
2020-05-10Remove todo comment about arg vs param difference as per clarification from f...veetaha-4/+0
2020-05-10Properly document const impl as per flodieboldveetaha-2/+2
2020-05-10Remove on TypeAliasDef as per flodieboldveetaha-2/+1
2020-05-10Remove MacroStmts as per edwin0chengveetaha-15/+0
2020-05-10Add proper docs for TokenTree as per edwin0chengveetaha-1/+2
2020-05-10Add ast docs to codegen scriptveetaha-17/+1515
2020-05-06Add fixture doc commentTimo Freiberg-1/+0
2020-05-06Simplify tidy testsAleksey Kladov-35/+33