Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stdpp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Thibaut Pérami
stdpp
Graph
653cb9db5d55d1c442506a9d10b94ea6f2c13d17
Select Git revision
Branches
3
coq-stdpp-1.0
master
default
protected
mraise
Tags
10
coq-stdpp-1.8.0
coq-stdpp-1.7.0
coq-stdpp-1.6.0
coq-stdpp-1.5.0
coq-stdpp-1.4.0
coq-stdpp-1.3.0
coq-stdpp-1.2.1
coq-stdpp-1.2.0
coq-stdpp-1.1.0
coq-stdpp-1.0.0
13 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
19
May
18
17
13
11
7
6
5
4
3
2
30
Apr
29
23
22
21
20
19
15
14
11
8
31
Mar
23
22
19
15
14
13
12
11
5
24
Feb
18
17
15
12
11
9
1
29
Jan
28
27
23
20
19
17
15
13
11
8
7
4
24
Dec
11
10
9
4
26
Nov
23
20
15
12
11
10
9
2
31
Oct
30
29
28
21
20
15
13
7
6
2
1
29
Sep
16
15
8
3
2
31
Aug
30
28
7
24
Jul
21
17
16
15
14
10
2
1
29
Jun
25
23
19
18
17
15
14
29
May
28
27
26
12
7
6
1
30
Apr
29
23
20
17
16
15
11
10
9
8
7
6
5
4
3
2
1
31
Mar
30
25
19
18
17
13
10
9
5
28
Feb
26
25
24
23
20
19
18
17
14
13
11
1
30
Jan
18
17
16
15
13
19
Dec
6
22
Nov
21
11
7
6
2
1
31
Oct
7
1
19
Sep
12
11
5
29
Aug
27
26
24
23
15
14
13
7
13
Jul
9
8
7
5
4
3
30
Jun
28
27
26
25
21
20
18
14
2
30
May
26
25
21
Merge branch 'ralf/insert_take_drop' into 'master'
add insert_take_drop
Merge branch 'ralf/compute_done' into 'master'
coqdoc
Merge branch 'msammler/little_endian' into 'master'
improve comment
add compute_by
expand compute_done to handle a few more kinds of goals
improve error on unqualified Hint
Merge branch 'countable_sig' into 'master'
add Countable instance for decidable Sigma types
rename conversion lemmas to follow convention
Use `Z.iter`.
rebase and rename
fix implicit types
tweak comment
tweak comment and fix proofs
Tweak proofs.
Add little endian encoding of Z
Merge branch 'robbert/True_False_lemmas' into 'master'
Apply 1 suggestion(s) to 1 file(s)
add tactic for solving computable goals
CHANGELOG.
Also write `option_guard_True` using `mguard` (instead of `guard` notation).
Rename `decide_left` → `decide_True_pi`, `decide_right` → `decide_False_pi`.
Generalize lemma `option_guard_False`.
Add lemma `option_guard_True_pi`.
re-enable coq.dev CI
Merge branch 'ralf/coercions' into 'master'
remove Z.of_nat coercion entirely in std++ (but we'll add it in Iris for now)
make Z.of_nat not a coercion inside the prelude implementation
disable coq.dev CI as that package is currently broken
Merge branch 'msammler/no_Z_in_rotate' into 'master'
Don't use Z.to_nat in definition of rotate
Merge branch 'ralf/Qc_of_Z' into 'master'
changelog
make Qc_of_Z not a Coercion any more
Fix comment. Thanks @mpu.
bump Coq version we test to 8.13.2
`Inj` instances for set and multiset singletons.
Loading