| Commit message (Expand) | Author | Age | Files | Lines |
* | Align CallableDefId naming with other ids | Aleksey Kladov | 2020-07-16 | 1 | -3/+3 |
* | Thread varargs through r-a | Jonas Schievink | 2020-07-14 | 1 | -1/+1 |
* | infer: Add type inference support for Union types | Otavio Salvador | 2020-07-11 | 1 | -2/+9 |
* | Clippy perf warnings | kjeremy | 2020-07-06 | 1 | -4/+2 |
* | Simlify with matches!() | Veetaha | 2020-06-28 | 1 | -5/+1 |
* | Rename Expr::UnsafeBlock to Expr::Unsafe | Paul Daniel Faria | 2020-06-27 | 1 | -1/+1 |
* | Track unsafe blocks, don't trigger missing unsafe diagnostic when unsafe expr... | Paul Daniel Faria | 2020-06-27 | 1 | -0/+1 |
* | Push obligation instead of matching on solution | adamrk | 2020-06-20 | 1 | -41/+36 |
* | Get Output assoc type by name | adamrk | 2020-06-20 | 1 | -13/+3 |
* | Fixes to callable_sig_from_fn_trait | adamrk | 2020-06-20 | 1 | -65/+65 |
* | Make get_fn_trait a method of FnTrait | adamrk | 2020-06-20 | 1 | -2/+2 |
* | Switch back callable_sig for known fn types | adamrk | 2020-06-20 | 1 | -1/+1 |
* | Infer FnSig from Fn traits | adamrk | 2020-06-19 | 1 | -13/+89 |
* | Clean up handling of int/float literal types | Florian Diebold | 2020-06-06 | 1 | -16/+12 |
* | correctly infer labelled breaks | robojumper | 2020-05-31 | 1 | -16/+29 |
* | Fix match ergonomics in closure parameters | Florian Diebold | 2020-05-29 | 1 | -5/+11 |
* | Support raw_ref_op's raw reference operator | robojumper | 2020-05-28 | 1 | -14/+23 |
* | Apply suggestion of @flodiebold: Get rid of multiple unwraps | Roland Ruckerbauer | 2020-05-19 | 1 | -12/+10 |
* | loop return value inference: coerce_merge branches | Roland Ruckerbauer | 2020-05-19 | 1 | -15/+23 |
* | Infer return type of loops with value breaks. | Roland Ruckerbauer | 2020-05-18 | 1 | -6/+15 |
* | Add diagnostic for break outside of loop | Florian Diebold | 2020-05-08 | 1 | -0/+4 |
* | Handle break somewhat better | Florian Diebold | 2020-05-08 | 1 | -2/+27 |
* | Implement better handling of divergence | Florian Diebold | 2020-05-08 | 1 | -14/+39 |
* | Fix type of byte literals | Florian Diebold | 2020-05-08 | 1 | -2/+2 |
* | Revert "Merge #4233" | Aleksey Kladov | 2020-05-02 | 1 | -0/+5 |
* | Kill more zombies | Aleksey Kladov | 2020-04-30 | 1 | -5/+0 |
* | Rename StructField -> Field | Aleksey Kladov | 2020-04-25 | 1 | -5/+3 |
* | Use `dyn Trait` for working with databse | Aleksey Kladov | 2020-03-16 | 1 | -11/+12 |
* | Do autoderef for indexing | Florian Diebold | 2020-02-29 | 1 | -5/+21 |
* | Fix a common false-positive type mismatch | Florian Diebold | 2020-02-29 | 1 | -4/+4 |
* | More manual clippy fixes | Kirill Bulatov | 2020-02-18 | 1 | -11/+5 |
* | Run cargo +nightly fix --clippy -Z unstable-options | Kirill Bulatov | 2020-02-18 | 1 | -13/+7 |
* | Don't let unknown match arms fall back to ! | Florian Diebold | 2020-02-11 | 1 | -1/+5 |
* | Add or- and parenthesized-patterns | Matthew Jasper | 2020-02-09 | 1 | -3/+1 |
* | Fix some TODOs | Florian Diebold | 2020-02-07 | 1 | -1/+0 |
* | Deal better with implicit type parameters and argument lists | Florian Diebold | 2020-02-07 | 1 | -3/+5 |
* | Formatting | Florian Diebold | 2020-02-07 | 1 | -2/+2 |
* | Clean up RPIT a bit | Florian Diebold | 2020-02-07 | 1 | -1/+0 |
* | Use variables in predicates as well | Florian Diebold | 2020-02-07 | 1 | -2/+2 |
* | Comment fixes / todos | Florian Diebold | 2020-02-07 | 1 | -0/+1 |
* | Change Ty::Param to contain param ID | Florian Diebold | 2020-02-07 | 1 | -3/+2 |
* | Lower impl trait to variables, move away from using placeholders where they d... | Florian Diebold | 2020-02-07 | 1 | -3/+3 |
* | wip lower impl trait to type args | Florian Diebold | 2020-02-07 | 1 | -2/+2 |
* | Fix inference for shift operators | Florian Diebold | 2020-01-17 | 1 | -2/+2 |
* | Push resolver further up | Aleksey Kladov | 2020-01-14 | 1 | -6/+13 |
* | 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 | -3/+14 |
* | Merge #2592 | bors[bot] | 2019-12-20 | 1 | -4/+8 |
|\ |
|
| * | Add std::ops::Index support for infering | Edwin Cheng | 2019-12-19 | 1 | -4/+8 |
* | | Rename ContainerId -> AssocContainerId | Aleksey Kladov | 2019-12-20 | 1 | -2/+2 |
|/ |
|