Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
quasar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jens Nolte
quasar
Graph
b3da1263ca31142939189ddc10a943b85c572fa5
Select Git revision
Branches
4
lazy
master
default
protected
observationhandle
safe-callback
4 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
10
Oct
9
8
9
2
25
Sep
24
19
18
17
4
2
15
Aug
1
30
Jul
24
3
May
30
Apr
25
24
23
16
8
5
3
2
1
29
Mar
27
26
19
18
15
13
9
7
6
27
Feb
25
24
22
21
20
12
11
10
1
29
Jan
16
10
2
1
18
Dec
11
8
5
1
30
Nov
25
23
22
21
15
7
6
4
3
2
30
Oct
29
24
8
7
6
5
4
3
2
1
30
Sep
26
23
19
18
17
12
11
5
4
3
2
1
31
Aug
30
29
26
25
24
23
22
23
22
13
12
11
9
6
3
1
29
Jul
27
25
23
22
21
20
18
12
11
10
9
23
Jun
Add source-repository annotation to cabal files
master
master
Move license to repository root directory
Remove direct stm dependency (functionality is covered by stm-ltd)
Convert ObservabeCallback to type (from newtype)
Sort imports
Update Observable to use MonadSTM' (incomplete)
Add TSimpleDisposer
Add writeTMVar shim for old stm version
Update ExceptionSink to use MonadSTM'
Update Resources to use MonadSTM'
Add QuasarSTM'
Add Alternative and MonadPlus instances to STM'
Update Disposer to use MonadSTM'
Update Promise and Future to use MonadSTM'
Fix `catchSink`: redirect exceptions that don't match type
Remove redundant constraints
Update TOnce to use MonadSTM'
Quasar.Prelude: Export stm-ltd modules
Update export list order
Add atomically'
Generate wrappers for orElse and catchSTM
Fix catchSTM'; add catchAllSTM'
Improve documentation
Generalize functions
Clean up cabal file
Remove unused language extensions
Add implementations for TChan, TQueue, TBQueue and TArray
Fix pragmas for manually implemented wrappers
Add noRetry and noThrow
Replace more wrappers functions with generated code
Use MIN_VERSION_GLASGOW_HASKELL instead of __GLASGOW_HASKELL__
Use template-haskell to rewrite monad constraints TVar/TMVar functions
Update flake.nix
Fix formatting
Split timer into quasar-timer package
Add draft for MonadSTM and limiting STM capabilities
Change repository to multi-project layout
Automatically select new haskell package set revisions
Update nixpkgs
Add tests for ReaderLock
Loading