Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #6745 | bors[bot] | 2020-12-07 | 11 | -99/+83 |
|\ | |||||
| * | Remove resolved FIXME | Jonas Schievink | 2020-12-07 | 1 | -1/+0 |
| * | Remove dummy ProcMacroClient in favor of Option | Jonas Schievink | 2020-12-07 | 5 | -71/+59 |
| * | Retain types of proc macros and allow attr. macros | Jonas Schievink | 2020-12-07 | 5 | -22/+29 |
| * | Make `ProcMacroProcessExpander` private | Jonas Schievink | 2020-12-07 | 1 | -1/+1 |
| * | ProcMacroProcessExpander: support attribute macros | Jonas Schievink | 2020-12-07 | 2 | -21/+11 |
* | | Merge #6743 | bors[bot] | 2020-12-07 | 2 | -13/+11 |
|\ \ | |||||
| * | | Don't insert blank lines between doc attributes | Lukas Wirth | 2020-12-07 | 2 | -13/+11 |
* | | | Merge #6731 | bors[bot] | 2020-12-07 | 7 | -5/+319 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Add replace_match_with_if_let assist | Lukas Wirth | 2020-12-05 | 7 | -5/+319 |
* | | | Upgrade Chalk | Florian Diebold | 2020-12-07 | 7 | -17/+129 |
* | | | Merge #6733 | bors[bot] | 2020-12-06 | 1 | -3/+39 |
|\ \ \ | | |/ | |/| | |||||
| * | | Update attributes completion list | Lukas Wirth | 2020-12-06 | 1 | -3/+39 |
* | | | Apply suggestions from code review | Jonas Schievink | 2020-12-06 | 2 | -2/+2 |
* | | | Update expect tests | Jonas Schievink | 2020-12-06 | 7 | -46/+977 |
* | | | Emit additional diagnostics for hints/help/etc | Jonas Schievink | 2020-12-06 | 1 | -73/+116 |
|/ / | |||||
* | | Add slightly more profiling details | Jonas Schievink | 2020-12-04 | 2 | -2/+4 |
* | | Merge #6725 | bors[bot] | 2020-12-04 | 1 | -26/+15 |
|\ \ | |||||
| * | | Don't respawn proc macro server on crash | Jonas Schievink | 2020-12-04 | 1 | -26/+15 |
* | | | Merge #6721 | bors[bot] | 2020-12-04 | 8 | -37/+45 |
|\ \ \ | |/ / |/| | | |||||
| * | | Use METHOD semantic token type | Laurențiu Nicola | 2020-12-04 | 8 | -37/+45 |
* | | | Merge #6724 | bors[bot] | 2020-12-04 | 1 | -11/+18 |
|\ \ \ | |||||
| * | | | Fix `diagnostics` subcommand, look at all modules | Jonas Schievink | 2020-12-04 | 1 | -11/+18 |
* | | | | Use correct, full substs for self type in impl | Florian Diebold | 2020-12-04 | 2 | -1/+26 |
|/ / / | |||||
* | | | Unwrap `process.stdio()` result | Jonas Schievink | 2020-12-04 | 1 | -4/+1 |
* | | | Destructure in for loop | Jonas Schievink | 2020-12-04 | 1 | -3/+1 |
* | | | Remove unnecessary `Option` | Jonas Schievink | 2020-12-04 | 1 | -8/+3 |
* | | | Don't diagnose `#[cfg]` in macros | Jonas Schievink | 2020-12-03 | 1 | -0/+5 |
|/ / | |||||
* | | Make `compile_error!` message match upstream rustc | Jonas Schievink | 2020-12-03 | 2 | -5/+2 |
* | | Fix proc macro token mapping | Jonas Schievink | 2020-12-03 | 2 | -8/+18 |
* | | Merge #6700 | bors[bot] | 2020-12-03 | 6 | -67/+223 |
|\ \ | |||||
| * | | Rename `error_sink` to `diagnostic_sink` | Jonas Schievink | 2020-12-03 | 1 | -11/+12 |
| * | | Make `compile_error!` lazy and emit a diagnostic | Jonas Schievink | 2020-12-03 | 3 | -21/+34 |
| * | | Give better diagnostic if `OUT_DIR` is unset | Jonas Schievink | 2020-12-03 | 2 | -9/+20 |
| * | | Update/Fix tests | Jonas Schievink | 2020-12-03 | 1 | -4/+15 |
| * | | Propagate eager expansion errors | Jonas Schievink | 2020-12-03 | 3 | -33/+153 |
* | | | Extract tests module to file in ide_db crate | Daiki Ihara | 2020-12-03 | 8 | -1441/+1419 |
|/ / | |||||
* / | Don't prime caches when just opening a file | Jonas Schievink | 2020-12-02 | 1 | -15/+18 |
|/ | |||||
* | Test macro diagnostics in body lowering | Jonas Schievink | 2020-12-02 | 1 | -0/+41 |
* | Merge #6698 | bors[bot] | 2020-12-02 | 1 | -2/+5 |
|\ | |||||
| * | Attach macro expansion errors to the right file | Jonas Schievink | 2020-12-02 | 1 | -2/+5 |
* | | Merge #6649 | bors[bot] | 2020-12-02 | 1 | -22/+55 |
|\ \ | |||||
| * | | Add ast::*Number::suffix tests unit tests | Lukas Wirth | 2020-11-28 | 1 | -0/+37 |
| * | | Accept more than just the standard rust literal suffixes in *Number::suffix | Lukas Wirth | 2020-11-26 | 1 | -22/+18 |
* | | | Merge #6673 | bors[bot] | 2020-12-02 | 1 | -45/+74 |
|\ \ \ | |||||
| * | | | Show type of Self on hover | Lukas Wirth | 2020-11-29 | 1 | -45/+74 |
* | | | | Merge #6679 | bors[bot] | 2020-12-02 | 4 | -82/+74 |
|\ \ \ \ | |||||
| * | | | | Extract tests module to file in vfs crate | Daiki Ihara | 2020-11-30 | 4 | -82/+74 |
* | | | | | Merge #6697 | bors[bot] | 2020-12-02 | 2 | -1/+22 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | Don't discard PathKind::Abs information in lower_use::convert_path | Lukas Wirth | 2020-12-02 | 2 | -1/+22 |