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_shape.cpp
Age
Commit message (
Expand
)
Author
Lines
2012-03-12
rt: Change alignof to rust_alignof. Remove -Wno-c++11-compat. Closes #1644
Brian Anderson
-3
/
+3
2012-02-28
rt: strings should escape chars like '\n' as '\n'
Erick Tryzelaar
-4
/
+13
2012-02-08
make shape code use the tydesc found in the box, not the shape str
Niko Matsakis
-1
/
+10
2012-02-03
rt: Rename rust_scheduler to rust_task_thread
Brian Anderson
-4
/
+4
2012-02-01
make boxes self-describing (fixes #1493)" (take 2)
Niko Matsakis
-1
/
+1
2012-02-01
Revert "make boxes self-describing (fixes #1493)" until a new
Niko Matsakis
-1
/
+1
2012-02-01
make boxes self-describing (fixes #1493)
Niko Matsakis
-1
/
+1
2012-01-17
encode variant names and have log print them out.
Niko Matsakis
-3
/
+6
2012-01-12
add tydescs into shape, rewrite walk_fn_contents()
Niko Matsakis
-9
/
+5
2012-01-12
free uniq data we encounter on the sweep, walk thru them otherwise
Niko Matsakis
-56
/
+60
2012-01-11
add a log_str() function and allow '%?' in fmt strings to use it
Niko Matsakis
-0
/
+18
2012-01-06
fix how we walk functions to match new closure fmt
Niko Matsakis
-7
/
+3
2011-12-28
Tidy up some drift in runtime logging, close #1380.
Graydon Hoare
-2
/
+0
2011-12-15
massive refactor of how closures work
Niko Matsakis
-4
/
+4
2011-12-06
rt: Move upcall_cmp_type/upcall_log_type to rust_upcall.cpp
Brian Anderson
-4
/
+4
2011-11-17
comparing/walking two pointers still aligns same as 1 ptr
Niko Matsakis
-1
/
+1
2011-11-16
adjust alignment, size of tag variant id and make it easy to
Niko Matsakis
-6
/
+6
2011-10-20
Get rid of taskpointer-passing throughout the compiler
Marijn Haverbeke
-1
/
+2
2011-10-20
Remove taskptr argument from upcalls
Marijn Haverbeke
-2
/
+2
2011-09-23
rt: Get rid of the hack that looks for captured type descriptors adjacent to ...
Patrick Walton
-3
/
+10
2011-09-21
rustc: Port the fn and obj traversal logic over from the GC branch. Doesn't a...
Patrick Walton
-5
/
+7
2011-09-21
Log and compare unique boxes
Brian Anderson
-0
/
+10
2011-09-08
rt: Don't double-print commas when logging e.g. a vec of boxes
Patrick Walton
-0
/
+1
2011-09-02
rt: Remove evecs from the shape code
Patrick Walton
-4
/
+0
2011-08-31
rt: Prevent trailing commas from showing up when logging oddly aligned arrays
Patrick Walton
-7
/
+6
2011-08-31
rt: Introduce "end_dp" bailouts in order to avoid marching past the end of od...
Patrick Walton
-3
/
+4
2011-08-31
rt: Make |align| a member of the shape glue class instead of threading it thr...
Patrick Walton
-88
/
+82
2011-08-30
rt: Fix logging of type-parametric resources
Patrick Walton
-11
/
+11
2011-08-30
rustc: Allow non-type-parametric resources to be logged
Patrick Walton
-8
/
+51
2011-08-29
rt: Move to a custom alignof since __alignof__ returns the "preferred" alignm...
Patrick Walton
-3
/
+3
2011-08-29
Implement non-internal ivecs
Marijn Haverbeke
-13
/
+2
2011-08-26
rt: Allow closures to be logged
Patrick Walton
-7
/
+11
2011-08-24
rt: Fix walk_obj_contents for type-parameteric objects. Hash tables can be lo...
Patrick Walton
-3
/
+14
2011-08-24
rt: Factor out type param construction into from_tydesc and from_obj_shape. (...
Patrick Walton
-11
/
+25
2011-08-24
rt: Print out fields of objects when logging them
Patrick Walton
-0
/
+6
2011-08-20
Move bump_dp, get_dp from rust_shape.cpp to rust_shape.h
Brian Anderson
-18
/
+0
2011-08-20
Revert "Add another 'using namespace shape' inside namespace shape"
Brian Anderson
-2
/
+0
2011-08-20
Add another 'using namespace shape' inside namespace shape
Brian Anderson
-0
/
+2
2011-08-19
rt: Split out shapes into rust_shape.cpp and rust_shape.h so that shape code ...
Patrick Walton
-916
/
+1
2011-08-18
Rename rust_vec to rust_evec
Brian Anderson
-1
/
+1
2011-08-17
rustc: Use obstacks in lieu of dynamically-allocated frames only when the fra...
Patrick Walton
-15
/
+10
2011-08-17
Revert "rt: Use obstacks in lieu of dynamically-sized frames"
Patrick Walton
-10
/
+15
2011-08-17
rt: Use obstacks in lieu of dynamically-sized frames
Patrick Walton
-15
/
+10
2011-08-16
Removing port, chan and task shapes.
Eric Holk
-6
/
+0
2011-08-10
rt: Add the last few cases to polymorphic log
Patrick Walton
-0
/
+11
2011-08-10
rt: Step over type params properly in glue
Patrick Walton
-0
/
+1
2011-08-10
rt: Allow records and boxes to be logged
Patrick Walton
-11
/
+48
2011-08-10
rt: Allow tags to be logged
Patrick Walton
-3
/
+31
2011-08-10
rt: Implement logging of vectors
Patrick Walton
-1
/
+20
2011-08-10
rt: Implement polymorphic log on strings
Patrick Walton
-2
/
+33
[next]