index
:
rust
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
boot
/
me
/
trans.ml
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Rename 'exterior' to 'box' and 'interior' to 'local' (at least wrt. slots; ke...
Graydon Hoare
2010-06-30
1
-57
/
+56
*
Make type-cast decisions based on simplified types.
Graydon Hoare
2010-06-30
1
-0
/
+1
*
Remove redundant (and misnamed) function "without_exterior" in trans.
Graydon Hoare
2010-06-30
1
-11
/
+3
*
Init the exterior ty, not the inner ty.
Graydon Hoare
2010-06-30
1
-2
/
+2
*
Move simplified_ty from trans to semant and use it a few places.
Graydon Hoare
2010-06-30
1
-11
/
+4
*
Get compiler to the point of building std.rc and rustc.rc.
Graydon Hoare
2010-06-30
1
-3
/
+11
*
Teach the typechecker about the auto-dereference and auto-promote-to-mutable ...
Patrick Walton
2010-06-29
1
-1
/
+0
*
Initial stab at lowering mutable and exterior into the type system.
Graydon Hoare
2010-06-29
1
-540
/
+510
*
Move more of the GC logic into the runtime.
Graydon Hoare
2010-06-28
1
-183
/
+81
*
Some fixme-to-issue housekeeping.
Graydon Hoare
2010-06-28
1
-47
/
+47
*
Only translate or dwarf-emit items or stubs locally defined or used. Avoids i...
Graydon Hoare
2010-06-27
1
-8
/
+11
*
Improve sever_slot logging.
Graydon Hoare
2010-06-25
1
-4
/
+2
*
Fix copy-paste error in logging function.
Graydon Hoare
2010-06-25
1
-2
/
+2
*
Add sever-glue, for missing first stage of sweep.
Graydon Hoare
2010-06-25
1
-0
/
+66
*
Align emitted DATA_* elements -- tydescs in particular -- to 16 byte boundari...
Graydon Hoare
2010-06-25
1
-2
/
+5
*
Fix marking logic.
Graydon Hoare
2010-06-25
1
-5
/
+7
*
Emit gc glue and rearrange crate glue offsets slightly to have a regular order.
Graydon Hoare
2010-06-25
1
-2
/
+7
*
Unlink (doubly) gc chain on free.
Graydon Hoare
2010-06-25
1
-7
/
+33
*
Doubly-link gc chain on alloc.
Graydon Hoare
2010-06-25
1
-5
/
+23
*
Revert "Add intrinsic calling convention." Isn't going to work.
Graydon Hoare
2010-06-25
1
-10
/
+2
*
Resolve and typecheck patterns in pattern alt redux. This time featuring way...
Roy Frostig
2010-06-25
1
-2
/
+2
*
Add intrinsic calling convention.
Graydon Hoare
2010-06-24
1
-2
/
+10
*
Factor out some trans bits.
Graydon Hoare
2010-06-24
1
-42
/
+44
*
Fix bad output-slot logic in tag constructors.
Graydon Hoare
2010-06-24
1
-13
/
+16
*
Fix output-slot handling for real. It's been broken for a long time.
Graydon Hoare
2010-06-24
1
-64
/
+56
*
Issue 24, drop output slot when not initializing. Un-XFAIL generic-tag.rs. Ad...
Graydon Hoare
2010-06-24
1
-6
/
+10
*
Remove redundant copy of comment.
Graydon Hoare
2010-06-24
1
-1
/
+0
*
Clean up trans_alt_tag to use slots, not assume interior words. Also remove r...
Graydon Hoare
2010-06-24
1
-44
/
+41
*
Add fmt module, move out some common format helpers, add instruction-selectio...
Graydon Hoare
2010-06-24
1
-14
/
+14
*
Resolve and typecheck patterns in pattern alt.
Roy Frostig
2010-06-24
1
-2
/
+2
*
Populate tree.
Graydon Hoare
2010-06-23
1
-0
/
+5031
[prev]