Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | 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 | |
* | | | | | Fix OptionalVersionedTextDocumentIdentifier type | kjeremy | 2020-12-01 | 2 | -2/+2 | |
* | | | | | Merge #6689 | bors[bot] | 2020-12-01 | 1 | -4/+31 | |
|\ \ \ \ \ | ||||||
| * | | | | | Trigger .let postfix snippet in the middle of the block | Aleksey Kladov | 2020-12-01 | 1 | -4/+31 | |
* | | | | | | Merge #6683 | bors[bot] | 2020-12-01 | 4 | -28/+88 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Emit unresolved proc macro errors | Jonas Schievink | 2020-12-01 | 2 | -9/+28 | |
| * | | | | | Emit macro diagnostics when lowering bodies | Jonas Schievink | 2020-11-30 | 4 | -27/+68 | |
* | | | | | | Place cursor correctly when completing assoc fns with self | Aleksey Kladov | 2020-12-01 | 4 | -31/+64 | |
* | | | | | | Fix typo | Aleksey Kladov | 2020-12-01 | 1 | -2/+2 | |
* | | | | | | Type-safer API for dealing with parameter lists with optional self | Aleksey Kladov | 2020-12-01 | 4 | -10/+21 | |
|/ / / / / | ||||||
* | | | | | builtin_macro: move to `mbe::ExpandResult` | Jonas Schievink | 2020-11-30 | 3 | -52/+81 | |
* | | | | | Merge #6680 | bors[bot] | 2020-11-30 | 2 | -2/+11 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix use merging not using the first path segment | Lukas Wirth | 2020-11-30 | 2 | -2/+11 | |
| |/ / / / | ||||||
* / / / / | bump lexer | kjeremy | 2020-11-30 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Minor cleanup | Aleksey Kladov | 2020-11-30 | 3 | -36/+31 | |
* | | | | Merge #6665 | bors[bot] | 2020-11-29 | 2 | -1/+103 | |
|\ \ \ \ | ||||||
| * | | | | Support self in reference search | Lukas Wirth | 2020-11-29 | 2 | -1/+103 | |
* | | | | | Merge #6599 | bors[bot] | 2020-11-29 | 4 | -10/+23 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add attribute highlight modifier to all tokens inside attributes | Lukas Wirth | 2020-11-21 | 4 | -10/+23 | |
* | | | | | | Merge #6601 | bors[bot] | 2020-11-29 | 2 | -0/+61 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | add let and letm postfix to turn expressions into variables | Benjamin Coenen | 2020-11-28 | 2 | -11/+56 | |
| * | | | | | | add let and letm postfix to turn expressions into variables | Benjamin Coenen | 2020-11-21 | 1 | -0/+16 | |
* | | | | | | | Reject more cases of invalid parameter to self renames | Lukas Wirth | 2020-11-29 | 1 | -13/+122 | |
* | | | | | | | Fix renaming owned self to parameter emitting ref | Lukas Wirth | 2020-11-29 | 1 | -1/+30 | |
| |_|_|_|/ / |/| | | | | |