Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
ralloc
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
redox-os
ralloc
Graph
0b092068ecb44ee63cd920cd68c97e66f548c1fe
Select Git revision
Branches
6
bugfixes
master
default
protected
new_kernel
redox_cross
relibc
skiplist
Tags
1
1.0.1
7 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
4
Apr
2
1
3
Jul
30
Jun
24
23
22
21
12
20
May
4
Mar
8
Nov
7
23
Sep
22
Jul
17
Jun
16
Mar
6
23
Jan
22
17
12
4
15
Dec
9
Nov
3
2
26
Oct
23
20
17
16
15
14
13
12
11
10
8
5
4
2
26
Sep
25
22
9
23
Aug
21
19
16
15
14
13
12
11
10
9
8
7
29
Jul
19
18
14
13
5
1
13
Jun
11
10
9
7
6
25
May
24
16
3
2
27
Apr
22
21
20
19
18
17
1.0.1
1.0.1 master
1.0.1 master
Merge branch 'master' into 'master'
Remove stable feature declarations
Disable Bookkeeper::check for relibc
relibc
relibc
skip panic tests when using an assert which aborts
bugfixes
bugfixes
Merge remote-tracking branch 'origin/bugfixes'
Memcpy in the new buffer after reallocating the vec
Merge branch 'revert-7d7e3137' into 'master'
Revert "Added 'oom' lang-item so downstream crates don't complain about missing 'oom' symbol"
Added 'oom' lang-item so downstream crates don't complain about missing 'oom' symbol
Fix another case where #45 would occur
Merge branch 'master' into 'master'
Made sure all tests and benches actually use ralloc as their global allocator
Merge branch 'master' into 'master'
Fixed occasional failing of 'partial_realloc'. This is because our bookkeeper's vec gets too cramped and should (theoretically) need resizing
Removed a warning when compiling with 'log' feature
Apparently we do need to install nightly
Fixed TLS incorrect total_bytes -- #45
Run rustfmt on all files
We don't need to try to redownload nightly as rust:latest already contains nightly
Add .gitlab-ci.yml
Update implementation for nightly 19/6/2018
Update links to gitlab
Merge pull request #61 from ProgVal/sbrk-old-break
Fix sbrk to actually return the *old* break.
Support Redox
Merge pull request #59 from ids1024/latest_rust
Make tests compile
Use new allocator API, and otherwise update for new Rust
Merge pull request #53 from lu-zero/patch-1
Merge pull request #46 from RandomInsano/patch-1
Update `sc` to 0.2.1 (#52)
MacOSX is not supported anymore
Completely remove the CAS loop in mutex.
skiplist
skiplist
Improve performance of lock contentions.
Don't depend on clippy (#49)
Add `pub_restricted` feature.
Spelling fix
add support for Linux on AArch64, MIPS(64), PowerPC(64) and SPARC64 (#43)
fix the build (#42)
Loading