Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
relibc
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
Container Registry
Model registry
Operate
Environments
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
Peter Limkilde Svendsen
relibc
Graph
799c8828c2fabd5976577a800ab29633c9f3ac73
Select Git revision
Branches
20
a64l_l64a_refactor
abs-ub-panic
add-docstrings
alignment-test-nullcheck
all-posix-headers
alloc_cleanup
arpa-inet-docs
arpa_inet-types
arpa_inet-unsafe-blocks
asctime-char-cast
asctime-ub-asserts
assert-unsafe-blocks
bsearch-rework
calloc-no-intrinsics
calloc_overflow_check
centralize-page-size
clippy
clock_getcpuclockid-paramtype-fix
clocks-per-sec-test
crypt-docs
20 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
26
Jun
25
24
23
22
23
22
23
22
21
20
21
20
14
12
24
May
23
20
15
13
12
11
10
26
Apr
19
17
15
14
8
4
3
27
Mar
26
25
23
22
21
20
19
18
17
18
17
16
15
14
15
14
13
14
13
14
13
14
13
14
13
14
13
12
13
12
11
12
11
10
11
10
9
10
9
8
9
8
9
8
7
8
7
6
7
6
7
6
7
5
4
3
4
3
2
1
Use global_asm for setjmp instead
inttypes
Export libm as well
Add the few last things to get gcc_complete working
Merge branch 'master' into 'master'
Revert openlibm install script
Fix linking issues with lang items
Update to new ralloc, new panic implementation, new compiler-builtins
Merge branch 'master' into 'master'
Add U?INT([0-9]+)_LEAST([0-9]+)_MIN/MAX macros
Fix openlibm & fenv and add more integer types
Fix dumb mistake
Add Gitlab CI
Merge branch 'master' into 'master'
Replace setjmp lib.rs with empty file
Implement basic setjmp using musl's awesome existing code
Merge branch 'master' into 'master'
Remove unused import from test
Made sure lazy_static works with no_std
Install openlibm from Makefile
Merged relibc (#311db758) with branch
Changed FILE to use a vector as a buffer instead of raw pointers. This allows us to remove the large majority of unsafe blocks from the code
Use static mut over UnsafeCell
Fixed some issues with temporary files and moved some raw pointers to Option<&T>s
Changed FILE to use a vector as a buffer instead of raw pointers. This allows us to remove the large majority of unsafe blocks from the code
Merge branch 'master' into 'master'
Merged relibc (20/06/2018) with branch
Fixed some issues with temporary files and moved some raw pointers to Option<&T>s
Changed FILE to use a vector as a buffer instead of raw pointers. This allows us to remove the large majority of unsafe blocks from the code
Fix undefined behavior
Fix broken comment
Merge branch 'master' into 'master'
Fix setlocale return value
Add empty locale functions
Merge branch 'master' into 'master'
Add *scanf to header
Add scanf
Fixed some issues with temporary files and moved some raw pointers to Option<&T>s
Merge branch 'sys_wait_macros' into 'master'
sys_wait: implement C macros properly
Loading