| Commit message (Expand) | Author | Age | Files | Lines |
* | call_info works with closures | Aleksey Kladov | 2020-07-17 | 1 | -10/+1 |
* | Mismatched arg count works for lambdas | Aleksey Kladov | 2020-07-17 | 1 | -1/+1 |
* | Align CallableDefId naming with other ids | Aleksey Kladov | 2020-07-16 | 1 | -3/+3 |
* | Rename CallableDefId -> InternedCallabelDefid | Aleksey Kladov | 2020-07-16 | 1 | -7/+1 |
* | Remove TypeCtor interning | Florian Diebold | 2020-07-15 | 1 | -7/+1 |
* | Thread varargs through r-a | Jonas Schievink | 2020-07-14 | 1 | -8/+11 |
* | Consolidate hir diagnostics code in one place | Aleksey Kladov | 2020-07-14 | 1 | -3/+0 |
* | Don't copy-paste `impl_froms` into every crate | Aleksey Kladov | 2020-07-13 | 1 | -19/+0 |
* | Reorder imports | Aleksey Kladov | 2020-07-13 | 1 | -7/+6 |
* | Clippy perf warnings | kjeremy | 2020-07-06 | 1 | -1/+1 |
* | Implement Chalk variable kinds | Florian Diebold | 2020-07-01 | 1 | -4/+18 |
* | Simlify with matches!() | Veetaha | 2020-06-28 | 1 | -8/+2 |
* | Add HighlightTag::Operator, use it for unsafe deref. Move unsafe validation t... | Paul Daniel Faria | 2020-06-27 | 1 | -0/+1 |
* | Apply suggestions from code review | vsrs | 2020-06-18 | 1 | -28/+25 |
* | Add Type::walk method | vsrs | 2020-06-18 | 1 | -0/+52 |
* | Add `Go to Type Definition` hover action. | vsrs | 2020-06-18 | 1 | -3/+3 |
* | Clean up handling of int/float literal types | Florian Diebold | 2020-06-06 | 1 | -3/+3 |
* | Implement return position impl trait / opaque type support | Florian Diebold | 2020-06-05 | 1 | -9/+89 |
* | Support raw_ref_op's raw reference operator | robojumper | 2020-05-28 | 1 | -2/+16 |
* | Use Chalk's built-in representation of function item types | Florian Diebold | 2020-05-22 | 1 | -0/+6 |
* | Use TypeCtorId as AdtId directly, and rename the type alias StructId -> AdtId | Florian Diebold | 2020-05-22 | 1 | -1/+1 |
* | Switch to new magic marks | Aleksey Kladov | 2020-05-20 | 1 | -1/+0 |
* | Allow calling dyn trait super trait methods without the super trait in scope | Florian Diebold | 2020-05-16 | 1 | -8/+6 |
* | Adds a param_idx helper | Fedor Sakharov | 2020-05-14 | 1 | -0/+5 |
* | Handle coercing function types to function pointers in match | Florian Diebold | 2020-05-08 | 1 | -0/+6 |
* | Use matches! | Florian Diebold | 2020-05-08 | 1 | -4/+1 |
* | Implement better handling of divergence | Florian Diebold | 2020-05-08 | 1 | -0/+7 |
* | Rename to associated_type_shorthand_candidates | Jonas Schievink | 2020-04-29 | 1 | -2/+2 |
* | Complete assoc. items on type parameters | Jonas Schievink | 2020-04-29 | 1 | -1/+2 |
* | For associated type shorthand (T::Item), use the substs from the where clause | Florian Diebold | 2020-04-26 | 1 | -0/+12 |
* | Fix wrong substitution code | Florian Diebold | 2020-04-23 | 1 | -1/+1 |
* | Fix another crash from wrong binders | Florian Diebold | 2020-04-17 | 1 | -2/+2 |
* | fix false positive for enum with no variants | Josh Mcguigan | 2020-04-16 | 1 | -0/+10 |
* | missing match arms diagnostic | Josh Mcguigan | 2020-04-07 | 1 | -0/+1 |
* | Fix Chalk panic | Florian Diebold | 2020-04-06 | 1 | -1/+2 |
* | Check for eprintln on CI | Aleksey Kladov | 2020-04-06 | 1 | -0/+5 |
* | Upgrade Chalk again | Florian Diebold | 2020-04-05 | 1 | -30/+73 |
* | Use `dyn Trait` for working with databse | Aleksey Kladov | 2020-03-16 | 1 | -17/+19 |
* | Normalize waiting queries names | Aleksey Kladov | 2020-03-06 | 1 | -2/+2 |
* | Fix #3373 | Florian Diebold | 2020-03-01 | 1 | -0/+4 |
* | Rework find_super_trait_path to protect against cycles | Florian Diebold | 2020-02-22 | 1 | -7/+10 |
* | Fix shift_bound_vars | Florian Diebold | 2020-02-22 | 1 | -3/+3 |
* | Add &dyn Trait -> &dyn SuperTrait coercion, and fix &T -> &dyn Trait | Florian Diebold | 2020-02-22 | 1 | -0/+20 |
* | Implement dyn Trait unsizing as well | Florian Diebold | 2020-02-22 | 1 | -0/+11 |
* | More manual clippy fixes | Kirill Bulatov | 2020-02-18 | 1 | -3/+2 |
* | Run cargo +nightly fix --clippy -Z unstable-options | Kirill Bulatov | 2020-02-18 | 1 | -2/+2 |
* | Move hir_fmt code to display module | Florian Diebold | 2020-02-14 | 1 | -371/+4 |
* | Rename Ty::Param => Ty::Placeholder | Florian Diebold | 2020-02-14 | 1 | -5/+5 |
* | Fix some TODOs | Florian Diebold | 2020-02-07 | 1 | -7/+10 |
* | Don't print implicit type args from impl Trait | Florian Diebold | 2020-02-07 | 1 | -3/+10 |