Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bytes-sgx
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
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Markus Becker
bytes-sgx
Graph
8ae3bb2104fda9a02d55ac5635974ca1b5a49ebb
Select Git revision
Branches
1
master
default
protected
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
28
May
4
Nov
23
Apr
29
Mar
26
Jan
23
22
9
7
19
Dec
17
12
10
4
1
27
Nov
26
25
20
13
12
4
31
Oct
24
23
16
8
Sep
5
1
28
Aug
27
16
11
30
Jul
26
24
16
11
Jun
10
7
6
2
Apr
29
Mar
6
27
Feb
30
Jan
28
21
Dec
25
Nov
17
4
Sep
3
1
22
Jul
12
5
3
2
18
Jun
25
May
24
11
27
Apr
12
Mar
26
Feb
29
Jan
25
14
8
5
3
15
Dec
13
21
Oct
18
Aug
17
12
5
2
Jul
1
30
Jun
27
26
15
26
May
24
22
15
2
1
30
Apr
26
24
14
6
5
30
Mar
28
27
24
20
19
16
15
7
2
1
28
Feb
24
20
17
16
15
10
6
3
26
Jan
22
Nov
21
18
2
25
Oct
14
7
30
Sep
25
23
21
20
13
3
31
Aug
23
11
10
5
23
Jul
20
19
19
Jun
8
3
Dec
25
Sep
10
Aug
28
Jul
26
24
17
8
7
2
2
Jun
19
May
13
12
9
22
Apr
12
11
9
8
7
3
1
30
Mar
28
25
24
25
23
19
9
17
Feb
16
15
14
13
11
10
9
30
Jan
Updated Deps
master
master
Port to sgx 1.1.3
Fix xargo.toml
Port to sgx 1.1.2
Port to sgx 1.1.1
Port to sgx 1.1.0
v0.5.4
Do not panic on Bytes::slice_ref on empty slice (#355)
Disable loom on Windows (#366)
merge `hex` & `debug` into `fmt` (#357)
Minor documentation fixes (#351)
Fix reversed arguments in PartialOrd impls (#358)
Assert that the alignment of Shared is appropriate (#362)
rebuild_boxed_slice instead of rebuild_boxed_vec (#364)
Fix Bytes::truncate losing the original Vec's capacity (#361)
Make Bytes::new const fn (#356)
Improve assertion messages (#349)
Re-add impl From<BytesMut> for Bytes (#348)
Fix Bytes when Vec pointer's LSB is set (#346)
v0.5.3
Assert the LSB is 0 when converting Vec into Bytes
Fix conversion of empty vectors to Bytes
Make Deref impls of Buf and BufMut forward more methods
Optimize BufMut for Vec and BytesMut (#338)
Add must_use to split, split_off, and split_to
Fix regression in Bytes::truncate (#333)
v0.5.2
Update README.md (#320)
Add accessors to Limit combinator (#325)
chore: prepare v0.5.1 release (#322)
doc: fix BytesMut growth documentation. (#321)
prepare v0.5.0 release (#319)
Export public the combinator types (#318)
add BufMutExt::limit (#309)
remove either feature (#315)
implicitly grow BytesMut; add BufMutExt::chain_mut (#316)
Make Bytes::from_static a const fn (#311)
Change loom tests to use cfg(loom) internally (#314)
Improve performance of `BytesMut::reserve` (#313)
implement Buf for std::io::Cursor (#308)
Loading