Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xtask: bump nodejs requirement while we can! | Veetaha | 2020-02-14 | 1 | -1/+1 |
* | Merge #3131 | bors[bot] | 2020-02-14 | 4 | -211/+96 |
|\ | |||||
| * | make onConfigChange handler private | Veetaha | 2020-02-14 | 1 | -1/+1 |
| * | vscode: moved to getters as per matklad | Veetaha | 2020-02-14 | 5 | -39/+33 |
| * | vscode: reordered config constructor before methods | Veetaha | 2020-02-13 | 1 | -5/+6 |
| * | vscode: redesigned config with simplicity and Dart extension config implement... | Veetaha | 2020-02-13 | 5 | -216/+96 |
| * | vscode: added more type safety to package.json config | Veetaha | 2020-02-13 | 1 | -0/+10 |
* | | Merge #3147 | bors[bot] | 2020-02-14 | 3 | -0/+42 |
|\ \ | |||||
| * | | Check that impl self type matches up with expected self type in path mode | Florian Diebold | 2020-02-14 | 3 | -0/+42 |
* | | | Merge #3145 | bors[bot] | 2020-02-14 | 4 | -9/+78 |
|\ \ \ | |||||
| * | | | Make Self implement the trait inside trait default methods | Florian Diebold | 2020-02-14 | 4 | -9/+78 |
* | | | | Merge #3146 | bors[bot] | 2020-02-14 | 1 | -1/+1 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Typo | Veetaha | 2020-02-14 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge #3143 | bors[bot] | 2020-02-14 | 1 | -2/+4 |
|\ \ \ | |||||
| * | | | Make AtomicX type resolve again | Aleksey Kladov | 2020-02-14 | 1 | -2/+4 |
* | | | | Merge #3142 | bors[bot] | 2020-02-14 | 1 | -0/+3 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Ensure that the manual is self-improving | Aleksey Kladov | 2020-02-14 | 1 | -0/+3 |
| |/ / | |||||
* | | | Merge #3141 | bors[bot] | 2020-02-14 | 1 | -5/+2 |
|\ \ \ | |/ / |/| | | |||||
| * | | Simplify | Aleksey Kladov | 2020-02-14 | 1 | -5/+2 |
* | | | Merge #3140 | bors[bot] | 2020-02-14 | 5 | -299/+214 |
|\| | | |||||
| * | | Move rm_rf to not-bash | Aleksey Kladov | 2020-02-14 | 2 | -9/+23 |
| * | | Trim output | Aleksey Kladov | 2020-02-14 | 1 | -1/+1 |
| * | | Add fs2 module for better error messages | Aleksey Kladov | 2020-02-14 | 2 | -5/+28 |
| * | | Update the manual on release | Aleksey Kladov | 2020-02-14 | 1 | -1/+4 |
| * | | Add dry run mode to xtask release | Aleksey Kladov | 2020-02-14 | 2 | -6/+9 |
| * | | Start manual | Aleksey Kladov | 2020-02-14 | 2 | -280/+152 |
* | | | Merge #3139 | bors[bot] | 2020-02-14 | 2 | -12/+12 |
|\ \ \ | |/ / |/| | | |||||
| * | | Expect vscode 1.42 | kjeremy | 2020-02-14 | 2 | -12/+12 |
|/ / | |||||
* | | Merge #3137 | bors[bot] | 2020-02-14 | 1 | -1/+6 |
|\ \ | |||||
| * | | Do not register all proposed features | kjeremy | 2020-02-14 | 1 | -1/+6 |
* | | | Merge #3133 | bors[bot] | 2020-02-14 | 2 | -372/+376 |
|\ \ \ | |||||
| * | | | Move hir_fmt code to display module | Florian Diebold | 2020-02-14 | 2 | -372/+376 |
| |/ / | |||||
* | | | Merge #3136 | bors[bot] | 2020-02-14 | 7 | -162/+202 |
|\ \ \ | |/ / |/| | | |||||
| * | | Cleanup | Aleksey Kladov | 2020-02-14 | 1 | -1/+1 |
| * | | More declarative fs massaging | Aleksey Kladov | 2020-02-14 | 2 | -18/+35 |
| * | | Replace Cmd with not-bash | Aleksey Kladov | 2020-02-14 | 5 | -154/+171 |
| * | | Prevent auto-update of dev extension | Aleksey Kladov | 2020-02-14 | 3 | -6/+24 |
| * | | Minor | Aleksey Kladov | 2020-02-14 | 1 | -31/+19 |
* | | | Merge #3132 | bors[bot] | 2020-02-14 | 3 | -11/+11 |
|\ \ \ | |/ / |/| | | |||||
| * | | Rename Ty::Param => Ty::Placeholder | Florian Diebold | 2020-02-14 | 3 | -11/+11 |
|/ / | |||||
* | | Merge #3116 | bors[bot] | 2020-02-13 | 2 | -13/+22 |
|\ \ | |||||
| * | | vscode: removed nested errors as per matklad | Veetaha | 2020-02-13 | 3 | -10/+3 |
| * | | vscode: replaced DownloadFileError with NestedError itself for simplicity | Veetaha | 2020-02-13 | 1 | -6/+7 |
| * | | vscode: switched to stream.pipeline with .on(close) workaround | Veetaha | 2020-02-12 | 1 | -19/+17 |
| * | | vscode: added error handling to download file streams | Veetaha | 2020-02-11 | 4 | -7/+24 |
* | | | Merge #3120 | bors[bot] | 2020-02-13 | 2 | -45/+545 |
|\ \ \ | |||||
| * | | | Do not collect all traits | Kirill Bulatov | 2020-02-12 | 1 | -102/+53 |
| * | | | Support associated consts | Kirill Bulatov | 2020-02-12 | 1 | -18/+133 |
| * | | | Also consider associated constants | Kirill Bulatov | 2020-02-12 | 1 | -8/+8 |
| * | | | Revert source_analyzer changes | Kirill Bulatov | 2020-02-12 | 2 | -55/+6 |