Commit Graph

  • dbcfa935de [ test ] for the new feature Guillaume Allais 2024-06-03 17:58:39 +0100
  • e115acaa4f [ new ] System.Concurrency.(Linear/Session) Guillaume Allais 2024-06-03 17:47:28 +0100
  • 940d7dad57 [ refactor ] moving Data.OpenUnion to base Guillaume Allais 2024-06-03 17:29:06 +0100
  • 1810306960 Deploying to gh-pages from @ idris-lang/Idris2@a6c5cf5af0 🚀 Github Actions 2024-06-03 15:06:35 +0000
  • a6c5cf5af0 [ fixup #2939 ] Make futures not interfere with optimisations Denis Buzdalov 2024-05-31 15:22:53 +0300
  • be72fdb5bb Add note to CHANGELOG_NEXT Mathew Polzin 2024-06-02 18:38:48 -0500
  • 06af29dd44 Add new module to api ipkg file Mathew Polzin 2024-06-02 18:06:57 -0500
  • e0cac964aa make new operator private Mathew Polzin 2024-06-02 17:43:46 -0500
  • c7cae0c147 maybe just don't collide with existing equally good fixity Mathew Polzin 2024-06-02 17:25:09 -0500
  • 66b5edb1cd cleanup Mathew Polzin 2024-06-02 16:31:33 -0500
  • 8fa943d24d Add a test for ipkg json dump Mathew Polzin 2024-06-02 16:20:20 -0500
  • 875fb65045 make dependency output easier to ingest by another tool Mathew Polzin 2024-06-02 16:03:38 -0500
  • 7113949360 expose ipkg json dump as new option Mathew Polzin 2024-06-02 15:39:54 -0500
  • 816acd6c52 Initial stab at package json dump Mathew Polzin 2024-06-02 15:18:58 -0500
  • 9020f60cee [ fixup #2939 ] Make futures not interfere with optimisations Denis Buzdalov 2024-05-31 15:22:53 +0300
  • 3a2c41ccf5 [ elab ] Make %runElab expressions to have unrestricted quantity Denis Buzdalov 2021-10-17 21:17:07 +0300
  • 8e30089535 Deploying to gh-pages from @ idris-lang/Idris2@10b0cc3240 🚀 Github Actions 2024-05-31 09:46:45 +0000
  • 10b0cc3240 Updated CHANGELOG_NEXT.md Aleksei Volkov 2023-04-04 17:38:07 +0300
  • 167258b975 [ test ] Added regression tests for #2927 Aleksei Volkov 2023-04-04 15:56:12 +0300
  • 24fcc0b551 [ perf ] Use delay and force to memoize lazy toplevel definitions Aleksei Volkov 2023-04-04 13:43:52 +0300
  • d4f84ab78a [ fix ] Do not lift expressions inside %delay during CSE Aleksei Volkov 2023-04-03 16:08:01 +0300
  • 7387df6741 Updated CHANGELOG_NEXT.md Aleksei Volkov 2023-04-04 17:38:07 +0300
  • 35f7b3bc79 [ test ] Added regression tests for #2927 Aleksei Volkov 2023-04-04 15:56:12 +0300
  • 28792d318c [ perf ] Use delay and force to memoize lazy toplevel definitions Aleksei Volkov 2023-04-04 13:43:52 +0300
  • facbdafd86 [ fix ] Do not lift expressions inside %delay during CSE Aleksei Volkov 2023-04-03 16:08:01 +0300
  • 85f48dc2b8 [ doc ] Optional argument is not required SlayerOfTheBad 2024-05-26 11:06:02 +0200
  • f87ba194c2 Fix tests itmuckel 2024-05-24 21:41:41 +0200
  • e751a67acb Deploying to gh-pages from @ idris-lang/Idris2@e73ca067ed 🚀 Github Actions 2024-05-24 07:29:59 +0000
  • e73ca067ed
    [ performance ] a faster implementation of unpack (#3281) Stefan Höck 2024-05-24 09:06:56 +0200
  • ad4697da44 refactor(base): move implementation of Data.Vect.nubBy to global scope troiganto 2024-05-23 10:00:56 -0500
  • 9fa23f5330 Add pipeline operators itmuckel 2024-05-19 12:05:53 +0200
  • 57caf0b6f5 Deploying to gh-pages from @ idris-lang/Idris2@cf68e995c4 🚀 Github Actions 2024-05-19 14:24:35 +0000
  • cf68e995c4 [ funext ] Add a proof for funext variants with the other quantities Denis Buzdalov 2024-05-16 20:37:37 +0300
  • 3f615ad1ee traige Mathew Polzin 2024-05-18 21:20:55 -0500
  • a6924f034b I think passing the ENV var inline is the problem for Windows Mathew Polzin 2024-04-04 23:01:40 -0500
  • da44616338 slightly improved bootstrap logging Mathew Polzin 2024-04-01 09:39:57 -0500
  • 123de69eba replace 'bootstrap-build' and 'BOOT_PREFIX' with 'IDRIS2_BOOT_PREFIX' everywhere Mathew Polzin 2024-04-01 09:14:47 -0500
  • 8fd37f9823 [ funext ] Add a proof for funext variants with the other quantities Denis Buzdalov 2024-05-16 20:37:37 +0300
  • cf28f50873 Deploying to gh-pages from @ idris-lang/Idris2@2a3f0311f2 🚀 Github Actions 2024-05-18 07:44:19 +0000
  • 2a3f0311f2
    Merge pull request #3283 from dunhamsteve/fix-windows-ci André Videla 2024-05-18 08:21:28 +0100
  • cf5c594474 [ fix ] fix windows CI, aligned_alloc not supported on win32 Steve Dunham 2024-05-17 14:37:03 -0700
  • a65f775dc7 [ test ] fix expected output of unpack test stefan-hoeck 2024-05-15 16:23:07 +0200
  • eed0ea5730 [ test ] add some documentation to the unpack test case stefan-hoeck 2024-05-15 15:52:48 +0200
  • e6c36b48d5 [ fix ] partiality error in Hangman test stefan-hoeck 2024-05-15 08:28:58 +0200
  • c04cd52986 [ performance ] a much faster implementation of unpack stefan-hoeck 2024-05-15 08:11:51 +0200
  • fb19f0d9cb [ doc ] Update documentation for with Steve Dunham 2024-05-11 14:11:01 -0700
  • 7bc68deb3d clarify toMaybeT docstring Joel Berkeley 2024-05-05 15:57:27 +0100
  • ba3f5b450b changelog Joel Berkeley 2024-05-05 15:43:47 +0100
  • b5295f6dd3 dont execute effect in toMaybeT if condition is not met Joel Berkeley 2024-05-05 15:40:00 +0100
  • 68389d03be
    modify CONTRIBUTOR.md Anton Ping 2024-04-15 15:29:08 +0300
  • d9ece51f2b
    modify pragmas.rst Anton Ping 2024-05-02 18:01:56 +0300
  • f421ffcf31
    modify CHANGELOG_NEXT.md Anton Ping 2024-05-02 17:56:46 +0300
  • 16357bfba5
    add tests TcInlineFuel Anton Ping 2024-05-02 17:37:55 +0300
  • ecb9f99a7d
    uncomment %tcinline Anton Ping 2024-04-15 15:07:56 +0300
  • 9f07dc8413
    fix caseblock looping bug Anton Ping 2024-04-09 19:52:49 +0300
  • 87d0ddeaf0
    use tcinline_fuel pragma in CallGraph Anton Ping 2024-04-15 19:17:28 +0300
  • 3f530998bc
    add TcInlineFuel in pragmas Anton Ping 2024-04-15 18:36:21 +0300
  • 49ac091f09
    add tests Anton Ping 2024-05-02 17:12:45 +0300
  • b49be30c79 lint HIROKI, Hattori 2024-04-30 11:00:44 +0900
  • 9cde4df5cd Merge remote-tracking branch 'upstream/main' into refc-sticky-value HIROKI, Hattori 2024-04-30 09:50:20 +0900
  • d320a129c8 Deploying to gh-pages from @ idris-lang/Idris2@5d04f89c7b 🚀 Github Actions 2024-04-28 22:35:37 +0000
  • 5d04f89c7b
    Merge pull request #3270 from dunhamsteve/impossible-lam André Videla 2024-04-29 07:12:10 +0900
  • 7854bf4ab0 [ fix ] Fix ENOMEM on macos rest runner Steve Dunham 2024-04-28 11:10:19 -0700
  • 960d818c29 Merge branch 'main' into impossible-lam Steve Dunham 2024-04-27 16:59:11 -0700
  • b99dd05224 [ parser ] Add support for impossible lambdas Steve Dunham 2024-04-27 10:08:09 -0700
  • c58737ae32 Deploying to gh-pages from @ idris-lang/Idris2@84ce3a6836 🚀 Github Actions 2024-04-27 23:40:35 +0000
  • 84ce3a6836
    Merge pull request #3253 from dunhamsteve/issue3251 André Videla 2024-04-28 08:17:18 +0900
  • 3489cc3fa4
    Merge pull request #3269 from dunhamsteve/fix-macos-build André Videla 2024-04-28 08:16:30 +0900
  • ed3fe023cb [ fix ] include ambient CFLAGS/LDFLAGS in ccompilerArgs test Steve Dunham 2024-04-27 15:31:59 -0700
  • 93bf394370 [ fix ] Use HOMEBREW_PREFIX instead of /opt/homebrew Steve Dunham 2024-04-27 14:51:25 -0700
  • 2e27921771 [ fix ] propagate LDFLAGS and CPPFLAGS to test makefile Steve Dunham 2024-04-27 14:40:07 -0700
  • bed2013328 [ fix ] fix macos ci Steve Dunham 2024-04-27 11:50:00 -0700
  • fec7c40bb1 Doc: Use executable command for opening lib docs Daniel Rainer 2024-04-26 22:49:07 +0200
  • 3fd046461f Merge remote-tracking branch 'upstream/main' into refc-sticky-value HIROKI, Hattori 2024-04-24 06:50:21 +0900
  • 8aaebdd79a Merge remote-tracking branch 'upstream/main' into refc-sticky-value HIROKI, Hattori 2024-04-24 06:49:42 +0900
  • 953649cbdd Deploying to gh-pages from @ idris-lang/Idris2@2298f8837b 🚀 Github Actions 2024-04-22 16:13:56 +0000
  • 2298f8837b
    Merge pull request #3267 from stefan-hoeck/fin0 André Videla 2024-04-23 00:50:10 +0900
  • ae3a43f72c
    Doc: module naming constraints (#3256) Stefano Volpe 2024-04-22 16:43:49 +0200
  • e1c5c2fd8e [ fix ] issue 3266 stefan-hoeck 2024-04-22 15:44:35 +0200
  • be3baf2622 Deploying to gh-pages from @ idris-lang/Idris2@517b2832ef 🚀 Github Actions 2024-04-21 23:58:05 +0000
  • 517b2832ef
    Merge pull request #3265 from andrevidela/fix-fixity-warning André Videla 2024-04-22 08:34:46 +0900
  • dd991861c1 fix error message for unexported fixities André Videla 2024-04-21 23:27:29 +0100
  • 6d4495ca02
    doc: implicit module declaration Stefano Volpe 2024-04-19 18:12:44 +0000
  • f074f41522
    contributors MithicSpirit 2024-04-17 11:52:19 -0400
  • 434c08ce23
    [ base ] Data.SortedSet.leftMost and .rightMost MithicSpirit 2024-04-17 11:41:55 -0400
  • 477fcd12fb Deploying to gh-pages from @ idris-lang/Idris2@1dc7b74e4e 🚀 Github Actions 2024-04-17 15:11:59 +0000
  • 1dc7b74e4e
    [RefC] Suppress arglist wrapper (#3177) Hattori, Hiroki 2024-04-17 23:48:43 +0900
  • 247500112e
    doc: mention sourcedire field for ipkg files Stefano Volpe 2024-04-17 10:43:27 +0000
  • 114907daaf
    doc: remove article Stefano Volpe 2024-04-17 01:21:08 +0000
  • e6ed5f2851
    doc: mention .ipkg file in modules naming rules Stefano Volpe 2024-04-17 01:19:47 +0000
  • 5e08a54552
    modify CONTRIBUTOR.md Anton Ping 2024-04-15 15:29:08 +0300
  • 9d5d9969a2
    modify CHANGELOG_NEXT.md Anton Ping 2024-04-15 15:28:56 +0300
  • 0e5d43c66e
    uncomment %tcinline Anton Ping 2024-04-15 15:07:56 +0300
  • 195b4cd76a
    try to fix caseblock looping Anton Ping 2024-04-09 19:52:49 +0300
  • 6020c7f047
    add fuel in Value.idr Anton Ping 2024-04-09 19:30:29 +0300
  • 9bbd29ee20
    add tests Anton Ping 2024-04-09 17:40:18 +0300
  • a4509d7e17
    Doc: module naming constraints Stefano Volpe 2024-04-14 09:07:00 +0000
  • 4799d289b8
    Merge pull request #3255 from foxyseta/patch-1 André Videla 2024-04-13 08:12:50 +0900
  • 12c4a94bc2
    fix: typos in "Types and Functions" Stefano Volpe 2024-04-12 22:04:22 +0000
  • 20d31879ae [ new ] added util functions for SortedMap claudio-etterli 2024-04-11 12:23:10 +0200