| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement per-edition preludes | Jonas Schievink | 2021-06-01 | 1 | -16/+32 |
* | hir_ty: don't pass where clauses of associated types down to chalk (temp. fix... | cynecx | 2021-05-30 | 1 | -8/+23 |
* | hir_ty: use async ret type for inference inside async bodies | cynecx | 2021-05-29 | 1 | -0/+49 |
* | Consider trait to be in scope for trait-impl | Lukas Wirth | 2021-05-25 | 1 | -0/+30 |
* | Merge #8987 | bors[bot] | 2021-05-25 | 1 | -2/+24 |
|\ |
|
| * | Hide `-> ()` in Fn traits | Florian Diebold | 2021-05-25 | 1 | -3/+3 |
| * | Fix lowering of FnOnce() without return type | Florian Diebold | 2021-05-25 | 1 | -5/+27 |
* | | Fix type inference not working for new Try trait | Lukas Wirth | 2021-05-25 | 1 | -0/+37 |
|/ |
|
* | Get rid of resolve_ty_as_possible | Florian Diebold | 2021-05-21 | 1 | -1/+1 |
* | Add more tests, refactor array lengths/consteval work | Jade | 2021-05-14 | 1 | -0/+97 |
* | Add basic support for array lengths in types | Jade | 2021-05-11 | 1 | -1/+1 |
* | Respect test style guidelines in tests::traits | Lukas Wirth | 2021-04-10 | 1 | -698/+656 |
* | Add test for binary op return ty with adt | Lukas Wirth | 2021-04-10 | 1 | -0/+47 |
* | Add manual ops::Add impls to test::traits::closure_2 | Lukas Wirth | 2021-04-10 | 1 | -20/+46 |
* | Implement more precise binary op return type prediction | Lukas Wirth | 2021-04-10 | 1 | -5/+5 |
* | Resolve prelude and crate root names in the root DefMap | Jonas Schievink | 2021-04-09 | 1 | -0/+30 |
* | Fix generic arguments being incorrectly offset in qualified trait casts | Lukas Wirth | 2021-03-30 | 1 | -0/+43 |
* | Merge #7907 | bors[bot] | 2021-03-24 | 1 | -2/+2 |
|\ |
|
| * | hir_ty: fix tests by making required methods public | cynecx | 2021-03-20 | 1 | -2/+2 |
* | | Correctly lower TraitRefs with default params | Lukas Wirth | 2021-03-22 | 1 | -0/+46 |
* | | Ignore type bindings in generic_predicates_for_param | Florian Diebold | 2021-03-21 | 1 | -3/+2 |
* | | Test for a Salsa bug | Florian Diebold | 2021-03-21 | 1 | -0/+51 |
|/ |
|
* | Remove WhereClause::Error | Florian Diebold | 2021-03-20 | 1 | -2/+2 |
* | Add test for self-calling inner function | Jonas Schievink | 2021-03-17 | 1 | -0/+21 |
* | Fix unification logic | Florian Diebold | 2021-03-15 | 1 | -100/+116 |
* | Check ancestor maps when computing traits in scope | Jonas Schievink | 2021-03-09 | 1 | -0/+33 |
* | Use upstream cov-mark | Laurențiu Nicola | 2021-03-08 | 1 | -3/+2 |
* | Don't write trailing whitespace when formatting empty GenericPredicates | Lukas Wirth | 2021-02-20 | 1 | -2/+2 |
* | Don't lower TypeBound::Lifetime as GenericPredicate::Error | Lukas Wirth | 2021-02-20 | 1 | -3/+3 |
* | Slightly expand test | Jonas Schievink | 2021-02-10 | 1 | -0/+3 |
* | Add more tests | Jonas Schievink | 2021-02-10 | 1 | -0/+51 |
* | Render Fn* trait objects and impl types as rust does | Lukas Wirth | 2021-01-13 | 1 | -4/+4 |
* | Implement async blocks | oxalica | 2020-09-10 | 1 | -0/+40 |
* | Switch to expect_test from crates.io | Aleksey Kladov | 2020-08-21 | 1 | -1/+1 |
* | Rename ra_hir_ty -> hir_ty | Aleksey Kladov | 2020-08-13 | 1 | -0/+3113 |