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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
rt
/
global_heap.rs
Age
Commit message (
Expand
)
Author
Lines
2014-02-23
std: Move raw to std::raw
Brian Anderson
-1
/
+1
2014-02-23
std: Move intrinsics to std::intrinsics.
Brian Anderson
-1
/
+1
2014-02-20
move extra::test to libtest
Liigo Zhuang
-1
/
+2
2014-02-14
return value/use extra::test::black_box in benchmarks
lpy
-2
/
+2
2014-02-13
Register new snapshots
Alex Crichton
-29
/
+1
2014-02-07
remove type descriptors from proc and @T
Daniel Micay
-2
/
+25
2014-01-22
add new vector representation as a library
Daniel Micay
-1
/
+1
2014-01-22
libc: switch `free` to the proper signature
Daniel Micay
-2
/
+2
2014-01-22
Replace C types with Rust types in libstd, closes #7313
Florian Hahn
-14
/
+14
2014-01-17
handle zero-size allocations correctly
Daniel Micay
-12
/
+25
2014-01-15
libstd: Added more #[inline] annotations and replaced uses of `libc::abort` w...
Eduard Burtescu
-5
/
+4
2014-01-07
std: Fill in all missing imports
Alex Crichton
-0
/
+1
2014-01-06
Remove some unnecessary type casts
Florian Hahn
-1
/
+1
2013-12-15
librustc: Remove identifiers named `box`, since it's about to become a keyword.
Patrick Walton
-3
/
+3
2013-11-26
test: Remove non-procedure uses of `do` from compiletest, libstd tests,
Patrick Walton
-4
/
+4
2013-11-22
The original fixme #2699 was removed back in PR #6053.
Felix S. Klock II
-1
/
+0
2013-11-11
Remove #[fixed_stack_segment] and #[rust_stack]
Alex Crichton
-7
/
+0
2013-10-26
Rewrite boxed_region/memory_region in Rust
Alex Crichton
-1
/
+1
2013-10-17
std: Move size/align functions to std::mem. #2240
Brian Anderson
-1
/
+1
2013-08-19
Add externfn macro and correctly label fixed_stack_segments
Niko Matsakis
-3
/
+6
2013-07-26
Consolidate raw representations of rust values
Alex Crichton
-4
/
+4
2013-07-22
std: add #[bench] benchmarks for global and local heaps.
Graydon Hoare
-0
/
+19
2013-07-22
new snapshot
Daniel Micay
-21
/
+1
2013-07-15
remove headers from unique vectors
Daniel Micay
-8
/
+0
2013-07-09
auto merge of #7265 : brson/rust/io-upstream, r=brson
bors
-1
/
+11
2013-07-09
remove the unused exchange_malloc `align` parameter
Daniel Micay
-2
/
+2
2013-07-08
Tidy
Brian Anderson
-1
/
+1
2013-07-08
Merge remote-tracking branch 'mozilla/master'
Brian Anderson
-10
/
+5
2013-07-08
remove headers from exchange allocations
Daniel Micay
-3
/
+2
2013-07-08
add a temporary vector_exchange_malloc lang item
Daniel Micay
-0
/
+8
2013-07-03
Merge remote-tracking branch 'mozilla/master'
Brian Anderson
-74
/
+99
2013-06-30
pass exchange_malloc an alignment, not a tydesc
Daniel Micay
-7
/
+2
2013-06-30
global_heap: inline get_box_size and align_to
Daniel Micay
-0
/
+2
2013-06-30
global_heap: inline malloc_raw and add realloc_raw
Daniel Micay
-1
/
+13
2013-06-30
add a closure_exchange_malloc lang item
Daniel Micay
-0
/
+14
2013-06-30
stop initializing ref_count in exchange_alloc
Daniel Micay
-1
/
+21
2013-06-30
simplify the exchange allocator
Daniel Micay
-53
/
+41
2013-06-23
Remove intrinsic module
Philipp Brüschweiler
-7
/
+3
2013-06-18
std::rt: Improve the rtabort! macro
Brian Anderson
-2
/
+1
2013-06-17
std: Rename `abort!` to `rtabort!` to match other macros
Brian Anderson
-1
/
+1
2013-06-17
std::rt: Check exchange count on exit
Brian Anderson
-6
/
+31
2013-05-22
libstd: Fix merge fallout.
Patrick Walton
-0
/
+87