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
/
rt
/
rust_util.h
Age
Commit message (
Expand
)
Author
Lines
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-1
/
+1
2012-06-18
Put type descriptors in strings created by the runtime. Progress on #2638.
Michael Sullivan
-0
/
+5
2012-06-13
Add a malloc_dyn upcall for dynamically sized allocations on the shared heap.
Michael Sullivan
-0
/
+7
2012-06-05
rt: Fix iaac_init using wrong type and not seeding correctly
Brian Anderson
-4
/
+4
2012-05-30
Various changes for self-describing vecs
Brian Anderson
-17
/
+25
2012-05-21
rt: Fix def of isaac_seed on windows
Brian Anderson
-2
/
+2
2012-05-21
add a seeded random number generator so that sequences of random numbers can ...
Gareth Daniel Smith
-40
/
+47
2012-04-03
Refactor includes structure, getting rid of rust_internal.h
Jon Morton
-1
/
+2
2012-04-01
replace assertion macros with plain asserts
Jon Morton
-5
/
+4
2012-03-31
rt: Fix whitespace
Brian Anderson
-2
/
+4
2012-03-19
rt: Remove an unused function
Brian Anderson
-11
/
+0
2012-02-29
add the ability to snag the frame so we can verify that we are inlining
Niko Matsakis
-0
/
+17
2012-02-26
rt: Remove unused forward declaration of rust_realloc_shared
Brian Anderson
-2
/
+0
2012-02-26
rt: Remove ptr_vec. Unused
Brian Anderson
-91
/
+0
2012-02-17
rt: Make upcall_vec_push an intrinsic
Brian Anderson
-11
/
+1
2012-02-17
rt: Don't hit TLS on upcall_vec_push unless necessary
Brian Anderson
-0
/
+12
2012-02-07
Make process-spawning take environments and working directories, remove procs...
Graydon Hoare
-0
/
+15
2012-02-05
Making vec::reserve reserve precisely the size given (untested)
Kevin Cantu
-5
/
+7
2012-02-03
rt: Make isaac_init not a template
Brian Anderson
-10
/
+9
2012-02-03
rt: Rename rust_scheduler to rust_task_thread
Brian Anderson
-25
/
+25
2012-01-11
add a log_str() function and allow '%?' in fmt strings to use it
Niko Matsakis
-1
/
+1
2012-01-06
fix how we walk functions to match new closure fmt
Niko Matsakis
-1
/
+0
2011-09-02
Add a rust_str typedef to the runtime. Issue #855
Brian Anderson
-2
/
+4
2011-09-02
Rename istr-stuff to str in the runtime. Issue #855
Brian Anderson
-1
/
+1
2011-09-02
Remove estrs and evecs from runtime. Issue #855
Brian Anderson
-30
/
+0
2011-09-01
Factor out make_istr utility function in runtime. Issue #855
Brian Anderson
-0
/
+13
2011-08-29
Factor vector reserve code in runtime into its own function
Marijn Haverbeke
-0
/
+9
2011-08-29
Implement non-internal ivecs
Marijn Haverbeke
-17
/
+7
2011-08-18
Make windows respect RUST_SEED. Closes #627.
Michael Sullivan
-11
/
+10
2011-08-18
Remove rc_base. Closes #603.
Michael Sullivan
-15
/
+5
2011-08-18
Rename rust_vec to rust_evec
Brian Anderson
-5
/
+5
2011-08-17
rustc: Use obstacks in lieu of dynamically-allocated frames only when the fra...
Patrick Walton
-0
/
+10
2011-08-17
Revert "rt: Use obstacks in lieu of dynamically-sized frames"
Patrick Walton
-10
/
+0
2011-08-17
rt: Use obstacks in lieu of dynamically-sized frames
Patrick Walton
-0
/
+10
2011-08-10
rt: Use _LP64 instead of SIZE_MAX and UINT64_MAX to try to put out the burnin...
Patrick Walton
-1
/
+1
2011-08-10
rt: Attempt to quiet MinGW by including limits.h
Patrick Walton
-0
/
+1
2011-07-28
Do all runtime calls to getenv at initialization
Brian Anderson
-1
/
+1
2011-07-28
Updating to work on Windows.
Eric Holk
-3
/
+3
2011-07-28
Per-thread scheduling. Closes #682.
Eric Holk
-1
/
+2
2011-07-21
Lots of work on memory tracking and channels.
Eric Holk
-2
/
+2
2011-07-19
Fix calculation of sizeof boxed ivec of str in rt. Closes #712
Brian Anderson
-0
/
+1
2011-07-13
Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.
Graydon Hoare
-3
/
+3
2011-07-13
Fix compile-command lines in rt.
Graydon Hoare
-1
/
+1
2011-07-07
Tightened up the scoping for our various new operators, which should
Eric Holk
-0
/
+4
2011-06-28
Renamed what's left of rust_dom to rust_scheduler
Eric Holk
-26
/
+27
2011-06-28
Moved win32_require to the kernel.
Eric Holk
-3
/
+3
2011-06-28
Removed dom_owned, splitting things between task_owned and kernel_owned. Had ...
Eric Holk
-23
/
+26
2011-06-14
rustc: Implement on-heap resizing for interior vectors
Patrick Walton
-2
/
+2
2011-06-13
rustc: Implement simple interior vector append translation
Patrick Walton
-0
/
+24
2011-04-19
Overhaul logging system in runtime
Marijn Haverbeke
-6
/
+4
[next]