Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Readding jsonc parser because of https://github.com/rust-analyzer/rust-analyz... | Seivan Heidari | 2019-11-18 | 3 | -3/+9 |
* | Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ... | Seivan Heidari | 2019-11-18 | 83 | -903/+1500 |
|\ | |||||
| * | Merge #2292 | bors[bot] | 2019-11-17 | 1 | -3/+3 |
| |\ | |||||
| | * | :arrow_up: rowan | Aleksey Kladov | 2019-11-17 | 1 | -3/+3 |
| |/ | |||||
| * | Merge #2289 | bors[bot] | 2019-11-17 | 4 | -44/+74 |
| |\ | |||||
| | * | More correct expansion mapping | Aleksey Kladov | 2019-11-17 | 4 | -44/+74 |
| * | | Merge #2288 | bors[bot] | 2019-11-17 | 3 | -47/+84 |
| |\| | |||||
| | * | Make shift an implementation detail of mbe | Aleksey Kladov | 2019-11-17 | 3 | -47/+84 |
| |/ | |||||
| * | Merge #2287 | bors[bot] | 2019-11-17 | 23 | -6/+65 |
| |\ | |||||
| | * | Disable doctests | Aleksey Kladov | 2019-11-17 | 23 | -6/+65 |
| * | | Merge #2286 | bors[bot] | 2019-11-17 | 1 | -1/+1 |
| |\| | |||||
| | * | Alias for less verbose tests | Aleksey Kladov | 2019-11-17 | 1 | -1/+1 |
| * | | Merge #2285 | bors[bot] | 2019-11-17 | 1 | -6/+5 |
| |\ \ | | |/ | |/| | |||||
| | * | Don't store shift redundantly | Aleksey Kladov | 2019-11-17 | 1 | -6/+5 |
| |/ | |||||
| * | Merge #2283 | bors[bot] | 2019-11-17 | 1 | -2/+2 |
| |\ | |||||
| | * | Add bound check | Edwin Cheng | 2019-11-17 | 1 | -2/+2 |
| |/ | |||||
| * | Merge #2280 | bors[bot] | 2019-11-16 | 4 | -58/+98 |
| |\ | |||||
| | * | Add ast for plain and raw string literals | Aleksey Kladov | 2019-11-16 | 4 | -58/+98 |
| * | | Merge #2279 | bors[bot] | 2019-11-16 | 1 | -11/+20 |
| |\| | |||||
| | * | Better factoring of macro expansion machinery in goto def | Aleksey Kladov | 2019-11-16 | 1 | -11/+20 |
| |/ | |||||
| * | Merge #2273 | bors[bot] | 2019-11-16 | 4 | -11/+77 |
| |\ | |||||
| | * | Goto definition works inside macros | Aleksey Kladov | 2019-11-16 | 4 | -11/+77 |
| |/ | |||||
| * | Merge #2276 | bors[bot] | 2019-11-16 | 5 | -41/+41 |
| |\ | |||||
| | * | Source-ify name_definition | Aleksey Kladov | 2019-11-16 | 1 | -20/+19 |
| | * | Sourcify classify_name_ref | Aleksey Kladov | 2019-11-16 | 5 | -21/+22 |
| * | | Merge #2274 | bors[bot] | 2019-11-16 | 10 | -216/+401 |
| |\ \ | |||||
| | * | | Upgrade Chalk again | Florian Diebold | 2019-11-16 | 5 | -54/+65 |
| | * | | Fix handling of the binders in dyn/impl Trait | Florian Diebold | 2019-11-16 | 4 | -45/+116 |
| | * | | Use Chalk's dyn/impl trait support | Florian Diebold | 2019-11-16 | 3 | -13/+16 |
| | * | | Upgrade Chalk | Florian Diebold | 2019-11-16 | 6 | -140/+240 |
| | |/ | |||||
| * | | Merge #2263 | bors[bot] | 2019-11-16 | 1 | -1/+8 |
| |\ \ | | |/ | |/| | |||||
| | * | Fix format | oxalica | 2019-11-16 | 1 | -1/+3 |
| | * | Check exit code of `cargo watch` | oxalica | 2019-11-15 | 1 | -3/+3 |
| | * | Handle errors when `cargo watch` fails | oxalica | 2019-11-15 | 1 | -0/+5 |
| * | | Merge #2271 | bors[bot] | 2019-11-15 | 10 | -54/+51 |
| |\ \ | |||||
| | * | | Force passing Source when creating a SourceAnalyzer | Aleksey Kladov | 2019-11-15 | 10 | -53/+51 |
| | * | | Prepare SourceAnalyzer for macros | Aleksey Kladov | 2019-11-15 | 1 | -1/+0 |
| * | | | Merge #2268 | bors[bot] | 2019-11-15 | 3 | -5/+47 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | Add a test that uses classify_name | kjeremy | 2019-11-15 | 1 | -0/+15 |
| | * | | Handle ast::MacroCall in classify_name and impl FromSource for MacroDef | kjeremy | 2019-11-15 | 2 | -5/+32 |
| * | | | Merge #2270 | bors[bot] | 2019-11-15 | 6 | -10/+14 |
| |\ \ \ | |||||
| | * | | | Reduce some duplication | Aleksey Kladov | 2019-11-15 | 5 | -8/+12 |
| | * | | | Remove wrong clone | Aleksey Kladov | 2019-11-15 | 1 | -2/+2 |
| * | | | | Merge #2269 | bors[bot] | 2019-11-15 | 2 | -20/+35 |
| |\| | | | | |/ / | |/| | | |||||
| | * | | Prepare SourceAnalyzer for macros | Aleksey Kladov | 2019-11-15 | 2 | -9/+14 |
| | * | | Sourcify some more | Aleksey Kladov | 2019-11-15 | 2 | -13/+23 |
| |/ / | |||||
| * | | Merge #2266 | bors[bot] | 2019-11-15 | 6 | -21/+22 |
| |\ \ | |||||
| | * | | Sourcify some things | Aleksey Kladov | 2019-11-15 | 6 | -21/+22 |
| * | | | Merge #2252 | bors[bot] | 2019-11-15 | 11 | -31/+207 |
| |\ \ \ | |||||
| | * | | | Attempt to implement typed accessors | Geoffry Song | 2019-11-15 | 4 | -8/+50 |