summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' into core-option-unwrapSon Ho2024-04-2537-238/+1491
|\
| * Merge pull request #135 from RaitoBezarius/option-takeSon HO2024-04-2536-258/+1489
| |\
| | * Regenerate the Primitives filesSon Ho2024-04-2513-0/+975
| | * Update the flake.lockSon Ho2024-04-251-15/+15
| | * Update the tests for ExternalSon Ho2024-04-2520-237/+470
| | * Merge branch 'main' into option-takeSon Ho2024-04-2529-605/+523
| | |\ | | |/ | |/|
| | * compiler: introduce Lean-only translationsRyan Lahfa2024-04-241-10/+25
| | * compiler: map `core::option::Option::is_none` to `Option.isNone`Ryan Lahfa2024-04-241-0/+4
| | * compiler: map `core::mem::swap` to the pure swapRyan Lahfa2024-04-243-6/+4
| | * compiler: map `core::option::Option::take` to identity functionRyan Lahfa2024-04-172-0/+6
* | | Fix a couple of testsZyad Hassan2024-04-244-13/+4
* | | Update testsZyad Hassan2024-04-247-44/+0
* | | Add core::option::unwrap builtinZyad Hassan2024-04-244-5/+15
|/ /
* | Merge pull request #156 from RaitoBezarius/ordersSon HO2024-04-231-0/+15
|\ \
| * | feat(backends/lean): scalars form a linear orderRyan Lahfa2024-04-231-0/+15
* | | Merge pull request #154 from AeneasVerif/ci-fmtSon HO2024-04-233-2/+23
|\ \ \
| * | | TypoGuillaume Boisseau2024-04-231-1/+1
| * | | ci: Forbid compilation warningsNadrieril2024-04-221-0/+1
| * | | ci: check code formattingNadrieril2024-04-223-2/+22
* | | | Merge pull request #155 from AeneasVerif/dedup-ciSon HO2024-04-231-0/+22
|\ \ \ \ | |/ / / |/| | |
| * | | ci: avoid running duplicate jobsNadrieril2024-04-221-0/+22
|/ / /
* | | Merge pull request #151 from AeneasVerif/son/fix-loops2Son HO2024-04-226-35/+80
|\ \ \
| * | | Fix an issue when joining a symbolic value with bottomSon Ho2024-04-222-11/+33
| * | | Reformat some filesSon Ho2024-04-225-24/+47
|/ / /
* | | Merge pull request #132 from AeneasVerif/regen-testsSon HO2024-04-1910-15/+10
|\ \ \
| * | | Address review commentsNadrieril2024-04-1818-2/+20
| * | | Ensure we regenerate files properly in CINadrieril2024-04-1827-32/+9
* | | | Merge pull request #146 from RaitoBezarius/mainSon HO2024-04-191-3/+69
|\ \ \ \ | | |/ / | |/| |
| * | | fix(backends/lean): extract more keywords from `lstlean.tex`Ryan Lahfa2024-04-181-0/+2
| * | | fix(backends/lean): extract more keywords from `lstlean.latex`Ryan Lahfa2024-04-181-0/+62
| * | | chore(backends/lean): sort the keyword listRyan Lahfa2024-04-171-4/+4
| * | | fix(backends/lean): `from` is a keywordRyan Lahfa2024-04-171-0/+1
| * | | fix(backends/lean): `as` is a keywordRyan Lahfa2024-04-171-0/+1
| | |/ | |/|
* | | Merge pull request #116 from AeneasVerif/item_metaGuillaume Boisseau2024-04-1811-85/+101
|\ \ \ | |_|/ |/| |
| * | Update charon pinNadrieril2024-04-182-5/+20
| * | item_metaNadrieril2024-04-189-80/+81
|/ /
* | Merge pull request #145 from RaitoBezarius/no-flakesGuillaume Boisseau2024-04-184-1/+50
|\ \
| * | feat(nix): support non-Flakes usersRyan Lahfa2024-04-174-1/+50
| |/
* | Merge pull request #130 from AeneasVerif/fast-tests-outside-of-ciSon HO2024-04-182-8/+4
|\ \
| * | Run sanity checks in CI onlyNadrieril2024-04-162-8/+4
* | | Merge pull request #147 from AeneasVerif/binops-simplificationSon HO2024-04-184-478/+171
|\ \ \ | |_|/ |/| |
| * | Bump charonNadrieril2024-04-174-478/+171
|/ /
* | Merge pull request #126 from RaitoBezarius/scalar-preordersSon HO2024-04-151-0/+10
|\ \ | |/ |/|
| * lean: scalars form a preorderRyan Lahfa2024-04-121-0/+10
* | Merge pull request #127 from AeneasVerif/fix-ciSon HO2024-04-152-2/+5
|\ \ | |/ |/|
| * Fix CINadrieril2024-04-152-2/+5
|/
* Merge pull request #124 from AeneasVerif/son/lean1Son HO2024-04-1211-60/+674
|\
| * Add more definitions to the Lean librarySon Ho2024-04-125-0/+200
| * Reorganize the files in the Lean backend a bitSon Ho2024-04-125-241/+266
| * Start adding integer functions to the Lean librarySon Ho2024-04-127-58/+447
|/