roc/compiler/can/src
Richard Feldman 53ccef0506 nightly clippy
I was on nightly for benchmarks, and these all seem reasonable.
2021-06-18 15:21:11 -04:00
..
annotation.rs fix bad test examples using unbound type alias variables 2021-05-05 19:54:10 +02:00
builtins.rs fix wrong tag name used in Dict.get 2021-06-13 16:54:37 +02:00
constraint.rs add constraint validation code (currently unused) 2021-05-05 21:35:49 +02:00
def.rs nightly clippy 2021-06-18 15:21:11 -04:00
env.rs report unexposed values 2021-02-07 01:17:46 +01:00
expected.rs initial solver for the editor's type constraints 2021-04-12 21:26:20 +02:00
expr.rs remove list_var 2021-06-13 16:56:59 +02:00
lib.rs Clean up some clippy warnings 2021-05-23 20:28:23 -04:00
module.rs Merge branch 'trunk' into hash-links 2021-05-24 09:14:52 -04:00
num.rs Rename COPYRIGHT_DETAILS to LEGAL_DETAILS 2021-04-22 21:52:07 -04:00
operator.rs fixed typos, added typos checking to CI 2021-06-05 20:02:54 +02:00
pattern.rs improve error reporting for underscore expr 2021-04-12 20:48:58 +02:00
procedure.rs fix most type inference issues 2020-10-16 20:50:42 +02:00
scope.rs Created scope and idents for module docs, but they appear to be empty when the doc links function tries to use them 2021-05-22 14:06:56 -04:00
string.rs replaced deprecated std::u16::MAX with u16::MAX 2020-10-21 14:35:36 +02:00