index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rt
/
circular_buffer.h
Age
Commit message (
Expand
)
Author
Lines
2012-04-03
Refactor includes structure, getting rid of rust_internal.h
Jon Morton
-0
/
+3
2012-03-12
rt: Remove arbitrary limit on size of port queue. Closes #1245
Brian Anderson
-1
/
+0
2011-12-20
Revert "wip"
Brian Anderson
-1
/
+1
2011-12-20
wip
Brian Anderson
-1
/
+1
2011-08-01
Enabling logging in circular_buffer again.
Eric Holk
-2
/
+0
2011-07-21
Lots of work on memory tracking and channels.
Eric Holk
-3
/
+3
2011-07-13
Fix compile-command lines in rt.
Graydon Hoare
-1
/
+1
2011-06-28
Renamed what's left of rust_dom to rust_scheduler
Eric Holk
-1
/
+1
2011-06-28
Removed dom_owned, splitting things between task_owned and kernel_owned. Had ...
Eric Holk
-3
/
+5
2011-01-10
Cleanup circular_buffer
Brian Anderson
-0
/
+4
2011-01-10
Remove the assumption that circular_buffer's buffer has a power of two size
Brian Anderson
-8
/
+14
2011-01-10
Don't allow circular_buffer to shrink below its original size when unit_sz is...
Brian Anderson
-0
/
+3
2010-08-11
Ignore upcall_flush for channels that are disassociated from ports. This make...
Michael Bebenita
-0
/
+1
2010-07-28
Add peek method to circular buffer.
Michael Bebenita
-0
/
+1
2010-07-28
Change _unit_sz to unit_sz and make public in circular_buffer.
Michael Bebenita
-3
/
+2
2010-07-28
Make circular buffer use only power-of-two sizes, cheaper arithmetic.
Michael Bebenita
-1
/
+3
2010-07-19
Fixed circular buffer resizing bug.
Michael Bebenita
-1
/
+10
2010-07-19
Added a message passing system based on lock free queues for inter-thread com...
Michael Bebenita
-0
/
+30