Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update tests | Aleksey Kladov | 2020-07-30 | 1 | -2/+2 | |
* | Rename UseItem -> Use | Aleksey Kladov | 2020-07-30 | 4 | -7/+7 | |
* | Update tests | Aleksey Kladov | 2020-07-30 | 1 | -1/+1 | |
* | Finish extern crates grammar | Aleksey Kladov | 2020-07-30 | 3 | -6/+6 | |
* | Rename Rename | Aleksey Kladov | 2020-07-30 | 2 | -2/+2 | |
* | Split ItemList & AssocItemList | Aleksey Kladov | 2020-07-30 | 1 | -10/+9 | |
* | Rename ModuleItem -> Item | Aleksey Kladov | 2020-07-29 | 6 | -62/+58 | |
* | Switch to ungrammar from ast_src | Aleksey Kladov | 2020-07-29 | 1 | -1/+1 | |
* | Cleanup CFG API | Aleksey Kladov | 2020-07-23 | 1 | -3/+6 | |
* | Check that visibility upgrade path is hit | Jonas Schievink | 2020-07-22 | 2 | -4/+8 | |
* | Support `Trait as _` imports | Jonas Schievink | 2020-07-21 | 5 | -26/+244 | |
* | Simplify | Aleksey Kladov | 2020-07-20 | 2 | -11/+11 | |
* | Remove insta for ra_hir_def | Aleksey Kladov | 2020-07-17 | 2 | -163/+169 | |
* | Rewrite def map tests from insta to expect | Aleksey Kladov | 2020-07-17 | 5 | -1938/+1821 | |
* | Semantical call info | Aleksey Kladov | 2020-07-16 | 1 | -1/+9 | |
* | Remove TypeCtor interning | Florian Diebold | 2020-07-15 | 1 | -4/+4 | |
* | Cleanup limits | Aleksey Kladov | 2020-07-15 | 1 | -7/+7 | |
* | Check cancellation when updating imports recursively | Aleksey Kladov | 2020-07-15 | 1 | -0/+1 | |
* | Micro-optimize update | Aleksey Kladov | 2020-07-15 | 1 | -5/+6 | |
* | Update ItemTree snapshots | Jonas Schievink | 2020-07-14 | 1 | -12/+12 | |
* | Thread varargs through r-a | Jonas Schievink | 2020-07-14 | 4 | -3/+22 | |
* | ItemTree: Lower tuple types despite invalid type | Jonas Schievink | 2020-07-14 | 1 | -7/+6 | |
* | Guard against infinite macro expansions | Aleksey Kladov | 2020-07-14 | 2 | -0/+29 | |
* | Don't copy-paste `impl_froms` into every crate | Aleksey Kladov | 2020-07-13 | 1 | -30/+15 | |
* | Rewrite item_tree tests to expect | Aleksey Kladov | 2020-07-11 | 1 | -105/+109 | |
* | Extern fns are implicitly unsafe | Aleksey Kladov | 2020-07-11 | 1 | -0/+1 | |
* | Bump macro recursion limit in release | Aleksey Kladov | 2020-07-11 | 1 | -2/+8 | |
* | More tight recursion limit when expanding macros in function bodies | Aleksey Kladov | 2020-07-11 | 1 | -6/+48 | |
* | Goto type definition works for self | Aleksey Kladov | 2020-07-10 | 1 | -0/+5 | |
* | Re-enable IDE features for incomplete impl blocs | Aleksey Kladov | 2020-07-09 | 1 | -2/+3 | |
* | Remove relative_path dependency | Aleksey Kladov | 2020-07-08 | 1 | -29/+87 | |
* | Switch to fully dynamically dispatched salsa | Aleksey Kladov | 2020-07-07 | 2 | -15/+15 | |
* | Use SmolStr | Jonas Schievink | 2020-07-02 | 1 | -3/+4 | |
* | Fix tests | Jonas Schievink | 2020-07-02 | 1 | -1/+27 | |
* | Record and suggest trait items via ImportMap | Jonas Schievink | 2020-07-02 | 1 | -8/+39 | |
* | ItemTree: Lower fields despite invalid type | Jonas Schievink | 2020-07-01 | 1 | -1/+1 | |
* | Remove `entries_without_primitives` | Jonas Schievink | 2020-06-30 | 2 | -11/+3 | |
* | Simplify entry API usage | Jonas Schievink | 2020-06-30 | 1 | -21/+12 | |
* | Reorder imports | Jonas Schievink | 2020-06-30 | 1 | -1/+2 | |
* | Split namespace maps in `ItemScope` | Jonas Schievink | 2020-06-30 | 1 | -34/+79 | |
* | Cleanup changes leftover from previous tracking attempt | Paul Daniel Faria | 2020-06-27 | 1 | -14/+16 | |
* | Remove track_parent and parent_map, replace with simple walk in missign unsaf... | Paul Daniel Faria | 2020-06-27 | 2 | -272/+98 | |
* | Fix issues caused during rebase | Paul Daniel Faria | 2020-06-27 | 1 | -45/+63 | |
* | unsafe: Clean up, improve tracking, add debug_assert | Paul Daniel Faria | 2020-06-27 | 2 | -81/+158 | |
* | Track expr parents during lowering, use parent map when checking if unsafe ex... | Paul Daniel Faria | 2020-06-27 | 2 | -88/+165 | |
* | Rename Expr::UnsafeBlock to Expr::Unsafe | Paul Daniel Faria | 2020-06-27 | 2 | -3/+3 | |
* | Track unsafe blocks, don't trigger missing unsafe diagnostic when unsafe expr... | Paul Daniel Faria | 2020-06-27 | 2 | -2/+9 | |
* | Merge #5033 | bors[bot] | 2020-06-27 | 3 | -20/+198 | |
|\ | ||||||
| * | Replace simple is_named with matches macro | Paul Daniel Faria | 2020-06-27 | 1 | -10/+1 | |
| * | Remove comment that's no longer valid | Paul Daniel Faria | 2020-06-26 | 1 | -2/+0 |