Collin Chin
|
61556cca29
|
Merge pull request #399 from ljedrz/boxing_improvements
Boxing improvements
|
2020-10-21 02:10:18 -07:00 |
|
collin
|
3870cf785d
|
fix box accesses
|
2020-10-21 01:32:09 -07:00 |
|
collin
|
8ea2735caa
|
fix string references
|
2020-10-21 01:15:12 -07:00 |
|
collin
|
c9e044d3c3
|
cargo fmt
|
2020-10-21 01:05:56 -07:00 |
|
Collin Chin
|
33d4da7ad5
|
Merge branch 'master' into alloc_hunting
|
2020-10-21 01:05:24 -07:00 |
|
Collin Chin
|
bf77207918
|
Merge branch 'master' into boxing_improvements
|
2020-10-21 01:03:38 -07:00 |
|
Collin Chin
|
3c0409da16
|
Merge branch 'master' into boxing_improvements
|
2020-10-21 00:51:49 -07:00 |
|
Collin Chin
|
e06e9b9ce6
|
Merge branch 'master' into alloc_hunting
|
2020-10-21 00:51:22 -07:00 |
|
collin
|
7c9a5ad8aa
|
fix reference error
|
2020-10-21 00:19:30 -07:00 |
|
Collin Chin
|
d2dcf65b68
|
Merge branch 'master' into type_tweaks
|
2020-10-20 22:29:23 -07:00 |
|
ljedrz
|
49e9a48d90
|
perf: reduce boxing in typed objects
Signed-off-by: ljedrz <ljedrz@gmail.com>
|
2020-10-20 11:49:28 +02:00 |
|
ljedrz
|
c8299743b8
|
perf: reduce Expression size from 244B to 152B
Signed-off-by: ljedrz <ljedrz@gmail.com>
|
2020-10-19 16:23:36 +02:00 |
|
ljedrz
|
4591a0eb04
|
refactor: use &Path instead of (&)PathBuf in tests
|
2020-10-16 17:23:22 +02:00 |
|
ljedrz
|
64774cdab6
|
refactor: accept &Path instead of PathBuf where sufficient
Signed-off-by: ljedrz <ljedrz@gmail.com>
|
2020-10-16 17:09:44 +02:00 |
|
ljedrz
|
d662b9a236
|
perf: use Cow to avoid some PathBuf allocations
Signed-off-by: ljedrz <ljedrz@gmail.com>
|
2020-10-16 16:51:58 +02:00 |
|
ljedrz
|
f59416be1b
|
refactor: pass &Path instead of &PathBuf as arguments
Signed-off-by: ljedrz <ljedrz@gmail.com>
|
2020-10-16 16:18:46 +02:00 |
|
ljedrz
|
790f1c472a
|
perf: don't allocate PathBufs for the purposes of PathBuf::push
Signed-off-by: ljedrz <ljedrz@gmail.com>
|
2020-10-16 15:52:45 +02:00 |
|
ljedrz
|
69d35063f2
|
perf: use .to_string() instead of single-param format!
Signed-off-by: ljedrz <ljedrz@gmail.com>
|
2020-10-16 15:52:45 +02:00 |
|
ljedrz
|
529d87bc88
|
perf: remove some generic unnecessary allocations
Signed-off-by: ljedrz <ljedrz@gmail.com>
|
2020-10-16 15:52:45 +02:00 |
|
ljedrz
|
970f808290
|
perf: refactor a lot of the compiler so that Spans and Strings are rarely cloned
Signed-off-by: ljedrz <ljedrz@gmail.com>
|
2020-10-15 18:19:34 +02:00 |
|
ljedrz
|
e1e22a2310
|
perf: vector pre-allocation and associated tweaks
Signed-off-by: ljedrz <ljedrz@gmail.com>
|
2020-10-08 11:47:03 +02:00 |
|
ljedrz
|
98baae93c1
|
clippy: assorted fixes to tests and benches
Signed-off-by: ljedrz <ljedrz@gmail.com>
|
2020-10-06 15:09:03 +02:00 |
|
ljedrz
|
300666827e
|
fmt: run cargo +nightly fmt on the changes
Signed-off-by: ljedrz <ljedrz@gmail.com>
|
2020-10-06 13:07:30 +02:00 |
|
ljedrz
|
c09b7eb3b1
|
clippy: fix if_same_then_else
Signed-off-by: ljedrz <ljedrz@gmail.com>
|
2020-10-06 12:50:43 +02:00 |
|
ljedrz
|
fe016dc168
|
clippy: fix needless_range_loop
Signed-off-by: ljedrz <ljedrz@gmail.com>
|
2020-10-06 12:50:43 +02:00 |
|
ljedrz
|
08afb0e604
|
clippy: fix redundant_pattern_matching
Signed-off-by: ljedrz <ljedrz@gmail.com>
|
2020-10-06 12:50:43 +02:00 |
|
ljedrz
|
4d8a91418f
|
clippy: fix unnecessary_unwrap
Signed-off-by: ljedrz <ljedrz@gmail.com>
|
2020-10-06 12:50:43 +02:00 |
|
ljedrz
|
fc4e2ee4ab
|
clippy: fix type_complexity
Signed-off-by: ljedrz <ljedrz@gmail.com>
|
2020-10-06 12:50:43 +02:00 |
|
ljedrz
|
8c099ab8c8
|
clippy: fix into_iter_on_ref
Signed-off-by: ljedrz <ljedrz@gmail.com>
|
2020-10-06 12:50:43 +02:00 |
|
ljedrz
|
1a3d1fb2b8
|
clippy: fix collapsible_if
Signed-off-by: ljedrz <ljedrz@gmail.com>
|
2020-10-06 12:50:43 +02:00 |
|
ljedrz
|
b4bb39872b
|
clippy: fix unused_unit
Signed-off-by: ljedrz <ljedrz@gmail.com>
|
2020-10-06 12:50:43 +02:00 |
|
ljedrz
|
bdfb6f5fb5
|
clippy: fix redundant_closure
Signed-off-by: ljedrz <ljedrz@gmail.com>
|
2020-10-06 12:50:43 +02:00 |
|
ljedrz
|
e9b9c1f72f
|
fix: allow a piece of own deprecated code
Signed-off-by: ljedrz <ljedrz@gmail.com>
|
2020-10-06 12:50:43 +02:00 |
|
ljedrz
|
f016b972fb
|
clippy: fix vec_box
Signed-off-by: ljedrz <ljedrz@gmail.com>
|
2020-10-06 12:50:43 +02:00 |
|
ljedrz
|
ba9fc92229
|
clippy: fix large_enum_variant
Signed-off-by: ljedrz <ljedrz@gmail.com>
|
2020-10-06 12:50:43 +02:00 |
|
ljedrz
|
c4cdaed923
|
clippy: allow too_many_arguments
Signed-off-by: ljedrz <ljedrz@gmail.com>
|
2020-10-06 12:50:43 +02:00 |
|
ljedrz
|
1fc9b902dd
|
clippy: fix redundant_clone & clone_on_copy
Signed-off-by: ljedrz <ljedrz@gmail.com>
|
2020-10-06 12:50:43 +02:00 |
|
ljedrz
|
93369aed33
|
clippy: fix ptr_arg
Signed-off-by: ljedrz <ljedrz@gmail.com>
|
2020-10-06 12:50:43 +02:00 |
|
ljedrz
|
98990721cf
|
clippy: fix redundant_static_lifetimes
Signed-off-by: ljedrz <ljedrz@gmail.com>
|
2020-10-06 12:50:43 +02:00 |
|
ljedrz
|
a872db5ca6
|
clippy: fix useless_conversion
Signed-off-by: ljedrz <ljedrz@gmail.com>
|
2020-10-06 12:50:43 +02:00 |
|
ljedrz
|
a4891c6f00
|
clippy: fix len_zero
Signed-off-by: ljedrz <ljedrz@gmail.com>
|
2020-10-06 12:50:43 +02:00 |
|
ljedrz
|
7c15eabd5e
|
clippy: fix or_fun_call
Signed-off-by: ljedrz <ljedrz@gmail.com>
|
2020-10-06 12:50:43 +02:00 |
|
ljedrz
|
ffef5089f7
|
clippy: fix new_without_default
Signed-off-by: ljedrz <ljedrz@gmail.com>
|
2020-10-06 12:50:43 +02:00 |
|
ljedrz
|
80bb3033fd
|
clippy: fix single_char_pattern
Signed-off-by: ljedrz <ljedrz@gmail.com>
|
2020-10-06 12:50:43 +02:00 |
|
ljedrz
|
c21b5ad2f3
|
clippy: fix useless_format
Signed-off-by: ljedrz <ljedrz@gmail.com>
|
2020-10-06 12:12:35 +02:00 |
|
ljedrz
|
4f46dd2982
|
clippy: allow module_inception
Signed-off-by: ljedrz <ljedrz@gmail.com>
|
2020-10-05 17:18:25 +02:00 |
|
ljedrz
|
0cf7a247cc
|
clippy: fix needless_return
Signed-off-by: ljedrz <ljedrz@gmail.com>
|
2020-10-05 17:16:44 +02:00 |
|
collin
|
a76f4f6767
|
fix test
|
2020-09-18 12:57:44 -07:00 |
|
Collin Chin
|
13dc121091
|
Merge pull request #368 from AleoHQ/fix/array-return-type
Fix/array return type
|
2020-09-18 12:47:04 -07:00 |
|
Collin Chin
|
249242266c
|
Merge pull request #365 from AleoHQ/feature/blake2s
Implement core module with native blake2s circuit
|
2020-09-18 12:46:31 -07:00 |
|