| Commit message (Expand) | Author | Age | Files | Lines |
* | Pass cargo.target to rustc | Christophe MASSOLIN | 2020-05-05 | 3 | -7/+15 |
* | Rename `defaultTarget` to target | Christophe MASSOLIN | 2020-05-05 | 3 | -6/+6 |
* | [config] remove RustcConfig | Christophe MASSOLIN | 2020-04-27 | 1 | -5/+0 |
* | [config] rename cargo.defaultTarget | Christophe MASSOLIN | 2020-04-27 | 3 | -6/+6 |
* | Started rust-analyzer.cargo.defaultTarget implementation | Christophe MASSOLIN | 2020-04-26 | 3 | -0/+21 |
* | Merge #4139 | bors[bot] | 2020-04-25 | 2 | -12/+75 |
|\ |
|
| * | Checks no repetition for an empty token | Edwin Cheng | 2020-04-25 | 2 | -12/+75 |
* | | Merge #4137 | bors[bot] | 2020-04-25 | 2 | -14/+87 |
|\ \ |
|
| * | | Prefer core/alloc paths on #![no_std] | Jonas Schievink | 2020-04-25 | 2 | -14/+87 |
* | | | Merge #4133 | bors[bot] | 2020-04-25 | 2 | -11/+10 |
|\ \ \
| |/ /
|/| | |
|
| * | | main: fix bug where thread pool isn't joined | Andrew Gallant | 2020-04-25 | 1 | -0/+1 |
| * | | main: eagerly prime goto-definition caches | Andrew Gallant | 2020-04-25 | 2 | -11/+9 |
* | | | Merge #4135 | bors[bot] | 2020-04-25 | 27 | -148/+132 |
|\ \ \ |
|
| * | | | Rename StructField -> Field | Aleksey Kladov | 2020-04-25 | 27 | -148/+132 |
|/ / / |
|
* | | | Merge #4134 | bors[bot] | 2020-04-25 | 2 | -0/+16 |
|\ \ \ |
|
| * | | | Fix whitespaces | Edwin Cheng | 2020-04-25 | 1 | -1/+1 |
| * | | | Special case for empty comments | Edwin Cheng | 2020-04-25 | 2 | -0/+16 |
| | |/
| |/| |
|
* | | | Merge #4125 | bors[bot] | 2020-04-25 | 5 | -9/+14 |
|\ \ \ |
|
| * | | | Avoid lossy OsString conversions | Laurențiu Nicola | 2020-04-25 | 5 | -9/+14 |
* | | | | Merge #4131 | bors[bot] | 2020-04-25 | 439 | -26996/+26954 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | text-size 1.0.0 | Aleksey Kladov | 2020-04-25 | 6 | -12/+16 |
| * | | | Switch to TryFrom | Aleksey Kladov | 2020-04-25 | 13 | -53/+63 |
| * | | | Cleanups | Aleksey Kladov | 2020-04-25 | 4 | -24/+18 |
| * | | | Convert tests to text-size | Aleksey Kladov | 2020-04-25 | 376 | -26521/+26489 |
| * | | | Convert code to text-size | Aleksey Kladov | 2020-04-25 | 75 | -456/+438 |
|/ / / |
|
* | | | Merge #4128 | bors[bot] | 2020-04-24 | 1 | -1/+52 |
|\ \ \ |
|
| * | | | Include correct item path for variant completions | Jonas Schievink | 2020-04-24 | 1 | -1/+52 |
| |/ / |
|
* | | | Merge #4129 | bors[bot] | 2020-04-24 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Don't print cargo version to stdout, breaking everything | Aleksey Kladov | 2020-04-24 | 1 | -1/+1 |
|/ / / |
|
| | | | |
| \ \ | |
*-. \ \ | Merge #3998 #4006 | bors[bot] | 2020-04-24 | 12 | -95/+940 |
|\ \ \ \ |
|
| | * | | | Adapt format specifier highlighting to support escaped squences and unicode i... | Leander Tentrup | 2020-04-22 | 4 | -144/+209 |
| | * | | | Apply suggestions from code review | Leander Tentrup | 2020-04-22 | 2 | -34/+32 |
| | * | | | Implement syntax highlighting for format strings | Leander Tentrup | 2020-04-20 | 4 | -3/+532 |
| | * | | | Refactor flattening logic for highlighted syntax ranges | Leander Tentrup | 2020-04-18 | 1 | -54/+85 |
| * | | | | Add `pub(crate)` to functions generated in other module | Timo Freiberg | 2020-04-21 | 2 | -46/+27 |
| * | | | | Jump to sourceChanges in other files | Timo Freiberg | 2020-04-21 | 3 | -16/+15 |
| * | | | | Add target file information to AssistAction | Timo Freiberg | 2020-04-21 | 4 | -16/+82 |
| * | | | | Make add_function generate functions in other modules via qualified path | Timo Freiberg | 2020-04-21 | 4 | -29/+205 |
* | | | | | Merge #4127 | bors[bot] | 2020-04-24 | 1 | -0/+5 |
|\ \ \ \ \ |
|
| * | | | | | More helpful error message if toolchain is not in PATH | Aleksey Kladov | 2020-04-24 | 1 | -0/+5 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge #4126 | bors[bot] | 2020-04-24 | 1 | -6/+38 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Don't omit methods with self from path completion | Jonas Schievink | 2020-04-24 | 1 | -6/+38 |
|/ / / / |
|
* | | | | Merge #4105 | bors[bot] | 2020-04-24 | 5 | -0/+595 |
|\ \ \ \ |
|
| * | | | | Adds attribute completions (#3941) | Roberto Vidal | 2020-04-24 | 5 | -0/+595 |
|/ / / / |
|
* | | | | Merge #4121 | bors[bot] | 2020-04-24 | 5 | -48/+59 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Better label for macros completion | Aleksey Kladov | 2020-04-24 | 5 | -48/+59 |
|/ / / |
|
* | | | Merge #4101 | bors[bot] | 2020-04-24 | 2 | -12/+5 |
|\ \ \ |
|
| * | | | Refactor a bit | Edwin Cheng | 2020-04-24 | 1 | -8/+3 |
| * | | | Bubble up error | Edwin Cheng | 2020-04-23 | 2 | -10/+7 |
| * | | | Fix typo | Edwin Cheng | 2020-04-23 | 1 | -1/+1 |