| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup hir diagnostics API | Aleksey Kladov | 2020-07-14 | 1 | -5/+5 |
* | Don't copy-paste `impl_froms` into every crate | Aleksey Kladov | 2020-07-13 | 1 | -4/+3 |
* | Fix inference of indexing argument (partly) | Florian Diebold | 2020-07-03 | 1 | -8/+12 |
* | Make known paths use `core` instead of `std` | Jonas Schievink | 2020-06-11 | 1 | -8/+8 |
* | Clean up handling of int/float literal types | Florian Diebold | 2020-06-06 | 1 | -10/+3 |
* | Fix type parameter defaults | Florian Diebold | 2020-06-05 | 1 | -2/+2 |
* | Implement return position impl trait / opaque type support | Florian Diebold | 2020-06-05 | 1 | -21/+2 |
* | correctly infer labelled breaks | robojumper | 2020-05-31 | 1 | -0/+11 |
* | Infer return type of loops with value breaks. | Roland Ruckerbauer | 2020-05-18 | 1 | -0/+1 |
* | Handle `Self` in values and patterns | Florian Diebold | 2020-05-15 | 1 | -13/+66 |
* | Highlight mutable statics as mutable | Matthew Jasper | 2020-05-10 | 1 | -2/+6 |
* | Add diagnostic for break outside of loop | Florian Diebold | 2020-05-08 | 1 | -1/+12 |
* | Handle break somewhat better | Florian Diebold | 2020-05-08 | 1 | -0/+7 |
* | Implement better handling of divergence | Florian Diebold | 2020-05-08 | 1 | -0/+40 |
* | Fix panic in NoSuchField diagnostic | Aleksey Kladov | 2020-04-25 | 1 | -3/+2 |
* | Rename StructField -> Field | Aleksey Kladov | 2020-04-25 | 1 | -8/+8 |
* | Fix goto definition for record patterns | Aleksey Kladov | 2020-04-18 | 1 | -0/+4 |
* | Simplify Diagnostic structure | Aleksey Kladov | 2020-04-17 | 1 | -8/+1 |
* | Don't expose impl details of SyntaxPtr | Aleksey Kladov | 2020-04-17 | 1 | -2/+9 |
* | Use `dyn Trait` for working with databse | Aleksey Kladov | 2020-03-16 | 1 | -19/+19 |
* | Normalize waiting queries names | Aleksey Kladov | 2020-03-06 | 1 | -2/+2 |
* | Less confusing profile names | Aleksey Kladov | 2020-03-06 | 1 | -1/+1 |
* | Support aliases and Self in struct literals | Florian Diebold | 2020-03-06 | 1 | -1/+27 |
* | Do autoderef for indexing | Florian Diebold | 2020-02-29 | 1 | -2/+6 |
* | Fix a common false-positive type mismatch | Florian Diebold | 2020-02-29 | 1 | -5/+36 |
* | Implement unsize coercion using proper trait solving | Florian Diebold | 2020-02-22 | 1 | -7/+0 |
* | Run cargo +nightly fix --clippy -Z unstable-options | Kirill Bulatov | 2020-02-18 | 1 | -6/+5 |
* | Formatting | Florian Diebold | 2020-02-07 | 1 | -3/+6 |
* | Clean up RPIT a bit | Florian Diebold | 2020-02-07 | 1 | -26/+2 |
* | Fix APIT some more | Florian Diebold | 2020-02-07 | 1 | -2/+5 |
* | WIP use params for APIT | Florian Diebold | 2020-02-07 | 1 | -1/+1 |
* | Lower impl trait to variables, move away from using placeholders where they d... | Florian Diebold | 2020-02-07 | 1 | -13/+5 |
* | Add impl trait lowering mode | Florian Diebold | 2020-02-07 | 1 | -8/+25 |
* | Introduce TyLoweringContext | Florian Diebold | 2020-02-07 | 1 | -9/+8 |
* | Split `infer` query into two for better profiling | Michal Terepeta | 2020-01-03 | 1 | -2/+2 |
* | Resolve traits in infer using lang item infrastructure | Emil Lauridsen | 2019-12-29 | 1 | -10/+13 |
* | Check if parameters is empty | Edwin Cheng | 2019-12-24 | 1 | -4/+6 |
* | Add FIXME | Edwin Cheng | 2019-12-24 | 1 | -1/+5 |
* | Implement infer await from async func | Edwin Cheng | 2019-12-24 | 1 | -2/+15 |
* | Fix coercion of last expression in function body | Florian Diebold | 2019-12-20 | 1 | -1/+1 |
* | Handle closure return types | Florian Diebold | 2019-12-20 | 1 | -1/+6 |
* | Use fill instread of for loop | Edwin Cheng | 2019-12-19 | 1 | -5/+3 |
* | Use build_for_def | Edwin Cheng | 2019-12-19 | 1 | -1/+1 |
* | Add std::ops::Index support for infering | Edwin Cheng | 2019-12-19 | 1 | -1/+21 |
* | Add test mark | Florian Diebold | 2019-12-15 | 1 | -0/+2 |
* | Handle impl Trait more correctly | Florian Diebold | 2019-12-15 | 1 | -1/+24 |
* | Use different types for path with and without generics | Aleksey Kladov | 2019-12-14 | 1 | -1/+1 |
* | Use path macro | Florian Diebold | 2019-12-13 | 1 | -13/+13 |
* | Rename N! to name! | Florian Diebold | 2019-12-13 | 1 | -6/+6 |
* | Add macros for known names and paths | Florian Diebold | 2019-12-13 | 1 | -6/+6 |