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
/
boot
/
me
Age
Commit message (
Expand
)
Author
Lines
2010-06-30
Make type-cast decisions based on simplified types.
Graydon Hoare
-0
/
+1
2010-06-30
Fix another type bug I introduced yesterday; found through wondrous logging t...
Graydon Hoare
-1
/
+1
2010-06-30
Improve logging in type.
Graydon Hoare
-1
/
+1
2010-06-30
Pick out error in type due to delightfully clear logging.
Graydon Hoare
-1
/
+1
2010-06-30
Improve logging in type.ml, give it indentation and per-statement context.
Graydon Hoare
-9
/
+22
2010-06-30
Fix formatting string.
Graydon Hoare
-1
/
+1
2010-06-30
Add a COMP_deref to lvals for explicit-derefs, modify typechecker to implicit...
Graydon Hoare
-141
/
+212
2010-06-30
Tidy up (I think) a couple typos from patrick's last commit.
Graydon Hoare
-5
/
+5
2010-06-30
Improve error message.
Graydon Hoare
-2
/
+1
2010-06-30
Remove redundant (and misnamed) function "without_exterior" in trans.
Graydon Hoare
-11
/
+3
2010-06-30
Reimplement backup scheme for handling lvals not yet resolved by typechecker.
Graydon Hoare
-15
/
+38
2010-06-30
Init the exterior ty, not the inner ty.
Graydon Hoare
-2
/
+2
2010-06-30
Fix error-message typo.
Graydon Hoare
-1
/
+1
2010-06-30
Use simplified_ty in effect.
Graydon Hoare
-1
/
+1
2010-06-30
Move simplified_ty from trans to semant and use it a few places.
Graydon Hoare
-12
/
+12
2010-06-30
Add logging to type and effect.
Graydon Hoare
-0
/
+12
2010-06-30
Get compiler to the point of building std.rc and rustc.rc.
Graydon Hoare
-3
/
+11
2010-06-30
Handle constrained types in type.ml while we're at it.
Graydon Hoare
-0
/
+3
2010-06-30
Wrap long lines.
Graydon Hoare
-4
/
+9
2010-06-29
Teach the typechecker about the auto-dereference and auto-promote-to-mutable ...
Patrick Walton
-224
/
+213
2010-06-29
Different, not quite correct yet, but I think slightly closer to correct, app...
Graydon Hoare
-33
/
+45
2010-06-29
Thread a 'simplification' flag through unifier, attempt to strip off layers o...
Graydon Hoare
-134
/
+149
2010-06-29
Initial stab at lowering mutable and exterior into the type system.
Graydon Hoare
-787
/
+816
2010-06-28
Canonicalize hashtables after running them through htab_map. Closes #77.
Graydon Hoare
-11
/
+3
2010-06-28
Whitespace.
Graydon Hoare
-1
/
+1
2010-06-28
Move more of the GC logic into the runtime.
Graydon Hoare
-183
/
+81
2010-06-28
Teach the typechecker that uints are integral types. Closes #88.
Roy Frostig
-1
/
+1
2010-06-28
Some fixme-to-issue housekeeping.
Graydon Hoare
-104
/
+106
2010-06-27
Once more with feeling. Closes #13.
Graydon Hoare
-1
/
+0
2010-06-27
Previous commit closes #13. Trying to convince github of that fact automagica...
Graydon Hoare
-0
/
+1
2010-06-27
Only translate or dwarf-emit items or stubs locally defined or used. Avoids i...
Graydon Hoare
-28
/
+234
2010-06-27
Change slot_mem_ctrl to classify vec[state] as GC mem. Breaking / XFAILing mu...
Graydon Hoare
-1
/
+4
2010-06-27
Encode tag and iso types at dwarf level. Can't decode them yet.
Graydon Hoare
-17
/
+142
2010-06-25
Further attempts to convince mem_ctrl to be sane.
Graydon Hoare
-1
/
+3
2010-06-25
Improve sever_slot logging.
Graydon Hoare
-4
/
+2
2010-06-25
Fix copy-paste error in logging function.
Graydon Hoare
-2
/
+2
2010-06-25
Add sever-glue, for missing first stage of sweep.
Graydon Hoare
-13
/
+82
2010-06-25
Align emitted DATA_* elements -- tydescs in particular -- to 16 byte boundari...
Graydon Hoare
-2
/
+5
2010-06-25
Fix marking logic.
Graydon Hoare
-5
/
+7
2010-06-25
Fix over-conservatism in alias analysis.
Graydon Hoare
-7
/
+4
2010-06-25
Emit gc glue and rearrange crate glue offsets slightly to have a regular order.
Graydon Hoare
-2
/
+11
2010-06-25
Add test of recursive object types (ha, work by default) and fix effect-walke...
Graydon Hoare
-0
/
+16
2010-06-25
Unlink (doubly) gc chain on free.
Graydon Hoare
-7
/
+33
2010-06-25
Doubly-link gc chain on alloc.
Graydon Hoare
-5
/
+23
2010-06-25
Revert "Add intrinsic calling convention." Isn't going to work.
Graydon Hoare
-32
/
+2
2010-06-25
Resolve and typecheck patterns in pattern alt redux. This time featuring way...
Roy Frostig
-65
/
+118
2010-06-24
Add intrinsic calling convention.
Graydon Hoare
-2
/
+32
2010-06-24
Factor out some trans bits.
Graydon Hoare
-42
/
+44
2010-06-24
Fix bad output-slot logic in tag constructors.
Graydon Hoare
-13
/
+16
2010-06-24
Fix output-slot handling for real. It's been broken for a long time.
Graydon Hoare
-67
/
+59
[prev]
[next]