Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename `CustomDerive` to `ProcMacro` | Jonas Schievink | 2020-09-18 | 1 | -1/+1 |
* | Invert condition to unindent code | Jonas Schievink | 2020-09-18 | 1 | -158/+157 |
* | Give `ExternCrate` a `Name`, not a `ModPath` | Jonas Schievink | 2020-09-17 | 5 | -18/+11 |
* | Merge #6016 | bors[bot] | 2020-09-17 | 10 | -72/+388 |
|\ | |||||
| * | Don't diagnose imports whose base crate is missing | Jonas Schievink | 2020-09-17 | 2 | -17/+64 |
| * | Add annotation-based nameres diagnostic tests | Jonas Schievink | 2020-09-16 | 4 | -38/+150 |
| * | Track import sources and emit diagnostics | Jonas Schievink | 2020-09-16 | 2 | -21/+60 |
| * | Leave extern crate items unresolved if they are | Jonas Schievink | 2020-09-16 | 1 | -1/+5 |
| * | Add diagnostic types for unresolved crates/imports | Jonas Schievink | 2020-09-16 | 3 | -19/+128 |
| * | Store `Import` indices for later reconstruction | Jonas Schievink | 2020-09-16 | 3 | -4/+9 |
* | | Lower extern type alias as foreign opaque type. | Charles Lew | 2020-09-16 | 1 | -0/+2 |
* | | Update chalk to 0.27 and adapt to chalk changes. | Charles Lew | 2020-09-15 | 3 | -3/+6 |
|/ | |||||
* | Merge #5971 | bors[bot] | 2020-09-13 | 2 | -2/+8 |
|\ | |||||
| * | Implement async blocks | oxalica | 2020-09-10 | 2 | -2/+8 |
* | | Implement box pattern inference | Jonas Schievink | 2020-09-12 | 2 | -1/+7 |
|/ | |||||
* | Support extern types | Jonas Schievink | 2020-08-24 | 2 | -0/+6 |
* | :arrow_up: ungrammar | Aleksey Kladov | 2020-08-21 | 1 | -1/+1 |
* | Switch to expect_test from crates.io | Aleksey Kladov | 2020-08-21 | 3 | -3/+3 |
* | Add type safety to diagnostic codes | Aleksey Kladov | 2020-08-18 | 1 | -3/+3 |
* | Merge #5682 | bors[bot] | 2020-08-18 | 1 | -0/+3 |
|\ | |||||
| * | Merge branch 'master' into add-disable-diagnostics | Igor Aleksanov | 2020-08-14 | 1 | -0/+3 |
* | | Remove deprecated Path::from_ast | Aleksey Kladov | 2020-08-15 | 1 | -6/+0 |
|/ | |||||
* | Rename ra_hir_def -> hir_def | Aleksey Kladov | 2020-08-13 | 43 | -0/+15284 |