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
Age
Commit message (
Expand
)
Author
Lines
2011-09-01
Check error code in rust_file_is_dir. Prevent comparison of uninitialized mem
Brian Anderson
-1
/
+3
2011-09-01
Remove a bunch of string builtins. Issue #855
Brian Anderson
-88
/
+0
2011-09-01
rt: Allow iteration over the dynastack
Patrick Walton
-17
/
+109
2011-09-01
rt: Make logging more resilient to null vector pointers (useful when debuggin...
Patrick Walton
-2
/
+8
2011-09-01
rt: Make debug string in rust_obstack slightly prettier
Patrick Walton
-1
/
+1
2011-09-01
rt: Zero out dynamic allocas for now
Patrick Walton
-0
/
+1
2011-09-01
rt: Include rust_shape.h in rust_obstack.cpp and remove the duplicate DPRINT(...
Patrick Walton
-3
/
+2
2011-09-01
rt: Add a missing FIXME to rust_obstack.cpp for segmented stacks
Patrick Walton
-1
/
+1
2011-09-01
rt: Remove duplicate DPRINT() macro from rust_gc.cpp
Patrick Walton
-2
/
+0
2011-09-01
rt: Disable debug spew in rust_shape
Patrick Walton
-4
/
+4
2011-08-31
Expose STDERR to rust.
Erick Tryzelaar
-0
/
+2
2011-08-31
rt: Make the dynamic stack self-describing
Patrick Walton
-19
/
+60
2011-08-31
rt: Set n_params appropriately in upcall_get_type_desc
Patrick Walton
-0
/
+1
2011-08-31
rt: Prevent trailing commas from showing up when logging oddly aligned arrays
Patrick Walton
-16
/
+24
2011-08-31
rt: Introduce "end_dp" bailouts in order to avoid marching past the end of od...
Patrick Walton
-19
/
+32
2011-08-31
rt: Make |align| a member of the shape glue class instead of threading it thr...
Patrick Walton
-231
/
+240
2011-08-30
Allow main to take istrs. Issue #855
Brian Anderson
-3
/
+48
2011-08-30
rt: Override the character interpretation of u8/i8 values when logging
Patrick Walton
-1
/
+19
2011-08-30
rt: Fix logging of type-parametric resources
Patrick Walton
-26
/
+30
2011-08-30
rustc: Allow non-type-parametric resources to be logged
Patrick Walton
-20
/
+62
2011-08-29
rt: Have data::walk_fn be defensive regarding whether the derived implementat...
Patrick Walton
-1
/
+2
2011-08-29
rt: Move to a custom alignof since __alignof__ returns the "preferred" alignm...
Patrick Walton
-12
/
+30
2011-08-29
rt: Don't dereference a null pointer when traversing a function with no envir...
Patrick Walton
-2
/
+3
2011-08-29
Rename upcall_istr_push to rust_istr_push in rustrt.def.in
Brian Anderson
-1
/
+1
2011-08-29
Make std::istr::push_byte efficient
Marijn Haverbeke
-2
/
+11
2011-08-29
Factor vector reserve code in runtime into its own function
Marijn Haverbeke
-21
/
+13
2011-08-29
Implement non-internal ivecs
Marijn Haverbeke
-406
/
+132
2011-08-26
rt: Allow closures to be logged
Patrick Walton
-9
/
+46
2011-08-25
rt: Null check in walk_obj_contents. Prevents marking from crashing when call...
Patrick Walton
-0
/
+2
2011-08-25
rt: Remember the number of captured type descriptors for objects in the type ...
Patrick Walton
-0
/
+8
2011-08-25
rustc: Add an extra flag to object tydescs so that shapes know how to find th...
Patrick Walton
-8
/
+12
2011-08-25
Cleaning up task and comm exports, updating all the test cases.
Eric Holk
-2
/
+3
2011-08-24
rt: Fix walk_obj_contents for type-parameteric objects. Hash tables can be lo...
Patrick Walton
-27
/
+41
2011-08-24
rt: Factor out type param construction into from_tydesc and from_obj_shape. (...
Patrick Walton
-31
/
+50
2011-08-24
rt: Print out fields of objects when logging them
Patrick Walton
-2
/
+35
2011-08-24
Return an error code after fail under win32
Brian Anderson
-1
/
+1
2011-08-24
Revert "Back out copy-glue"
Marijn Haverbeke
-1
/
+3
2011-08-24
Back out copy-glue
Marijn Haverbeke
-3
/
+1
2011-08-24
Remove rust_start_ivec
Marijn Haverbeke
-9
/
+0
2011-08-24
Optimize += [x] into a simple push operation
Marijn Haverbeke
-0
/
+25
2011-08-22
Add skeleton of copy glue that actually copies
Marijn Haverbeke
-1
/
+3
2011-08-22
Rename copy_glue back to take_glue
Marijn Haverbeke
-4
/
+4
2011-08-22
Pass structural types by pointer, not by value
Marijn Haverbeke
-3
/
+2
2011-08-20
Conditionally define CDECL and FASTCALL on windows
Brian Anderson
-0
/
+4
2011-08-20
Fix comment typos
Brian Anderson
-2
/
+2
2011-08-20
Rewrite reap_dead_tasks to never grab the sched lock before a task lock
Brian Anderson
-5
/
+47
2011-08-20
rustc: Introduce ABI versioning so we can change value representations withou...
Patrick Walton
-0
/
+14
2011-08-20
rt: Move the GetProcAddress/dlsym stuff out of rust_gc.cpp into rust_abi.h
Patrick Walton
-18
/
+43
2011-08-20
Move bump_dp, get_dp from rust_shape.cpp to rust_shape.h
Brian Anderson
-18
/
+18
2011-08-20
Revert "Add another 'using namespace shape' inside namespace shape"
Brian Anderson
-2
/
+0
[prev]
[next]