about summary refs log tree commit diff
path: root/tvix/eval/src/compiler/optimiser.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-02-16 r/5857 refactor(tvix/eval): remove redundant cloneAaqa Ishtyaq1-1/+1
2023-01-23 r/5747 chore(tvix/eval): delete "useless parenthesis" warning/optimisationVincent Ambo1-26/+0
2023-01-21 r/5721 refactor(tvix/eval): administer antidote for poisonAdam Joseph1-2/+2
2023-01-06 r/5607 feat(tvix/eval): skip & warn for useless parenthesisVincent Ambo1-0/+26
2023-01-06 r/5603 fix(tvix/eval): compile but don't emit dead codeVincent Ambo1-7/+5
2023-01-06 r/5602 feat(tvix/eval): implement initial compiler::optimiser moduleVincent Ambo1-0/+127