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
Age
Commit message (
Expand
)
Author
Lines
2011-08-19
rt: Remove rustboot's GC infrastructure
Patrick Walton
-126
/
+6
2011-08-19
rt: Implement stack crawling
Patrick Walton
-11
/
+26
2011-08-19
rt: Split out shapes into rust_shape.cpp and rust_shape.h so that shape code ...
Patrick Walton
-916
/
+956
2011-08-19
Add missing struct keyword to rust_gc
Brian Anderson
-1
/
+1
2011-08-19
rustc: Unconditionally zero out all GC-relevant types for now
Patrick Walton
-0
/
+5
2011-08-19
rt: Find roots on the stack; stub mark and sweep routines
Patrick Walton
-8
/
+121
2011-08-19
Add an iter2 iterator to vec.
Michael Sullivan
-0
/
+8
2011-08-19
Register new snapshots
Brian Anderson
-0
/
+5
2011-08-19
rt: Attempt to put out burning tinderbox by fully qualifying gc::gc().
Patrick Walton
-1
/
+1
2011-08-19
rt: Call maybe_gc on mallocs
Patrick Walton
-11
/
+38
2011-08-19
Pretty-print new index syntax
Brian Anderson
-3
/
+2
2011-08-19
Parse x[y] as indexes
Brian Anderson
-19
/
+26
2011-08-19
Getting rid of superfluous log statement.
Lindsey Kuper
-2
/
+0
2011-08-19
Fix polymorphic iterators. Closes #829.
Michael Sullivan
-3
/
+16
2011-08-19
Pretty-print constrained types correctly
Brian Anderson
-2
/
+6
2011-08-19
Pretty-print parens around more things that need disambiguation
Brian Anderson
-8
/
+17
2011-08-19
Teach the pretty-printer to disambiguate 'if ret { }' et. al
Brian Anderson
-4
/
+15
2011-08-19
Add some tests for expression corner cases, mostly involving ret and fail
Brian Anderson
-0
/
+100
2011-08-19
Clean up run-pass/fun-call-variants
Brian Anderson
-9
/
+3
2011-08-19
Remove xfail-pretty directives from working tests
Brian Anderson
-4
/
+0
2011-08-19
Add a comment about our single use of no-reformat
Brian Anderson
-0
/
+3
2011-08-19
Do better at preserving blank lines during pretty-printing
Brian Anderson
-1
/
+20
2011-08-19
Don't pretty-print extra blank lines after anon object methods
Brian Anderson
-2
/
+19
2011-08-19
Use move semantics when returning a local var
Marijn Haverbeke
-1
/
+13
2011-08-19
Temporary work-around for issue #843
Marijn Haverbeke
-2
/
+3
2011-08-19
Revert "Disable warnings for unused function arguments. Temporary hack."
Tim Chevalier
-6
/
+1
2011-08-19
Disable warnings for unused function arguments. Temporary hack.
Tim Chevalier
-1
/
+6
2011-08-18
Don't pretty-print trailing whitespace for blank lines inside block comments
Brian Anderson
-2
/
+25
2011-08-18
Try harder to disambig blocks followed by various exprs in pprust. Closes #840
Brian Anderson
-15
/
+139
2011-08-18
rt: Remove "TODO: Windows"
Patrick Walton
-1
/
+0
2011-08-18
rt: Fix the calculation of the location of GC safe points
Patrick Walton
-1
/
+1
2011-08-18
rustllvm: Emit frame map labels
Patrick Walton
-0
/
+1
2011-08-18
rustc: Stub GC routines
Patrick Walton
-0
/
+70
2011-08-18
rt: Remove rust_alarm dead code
Patrick Walton
-36
/
+0
2011-08-18
Shut up an uninitialized variable warning.
Michael Sullivan
-1
/
+1
2011-08-18
Merge remote-tracking branch 'graydon/master'
Michael Sullivan
-1
/
+3
2011-08-18
rustc: Only emit gc root intrinsic calls if the GC flag is on, to work around...
Patrick Walton
-1
/
+3
2011-08-18
Kind check tuples. Closes #841.
Michael Sullivan
-0
/
+7
2011-08-18
Some cleanup in ty_to_str.
Michael Sullivan
-30
/
+27
2011-08-18
Print tag names in type error messages. Closes #834.
Michael Sullivan
-14
/
+31
2011-08-18
rustllvm: Emit a stack map for frames with only static type descriptors
Patrick Walton
-3
/
+159
2011-08-18
Handle sequential let semantics properly in typestate
Tim Chevalier
-16
/
+41
2011-08-18
Comments
Tim Chevalier
-1
/
+2
2011-08-18
Kill another case of a spurious blank line. Closes #809.
Graydon Hoare
-1
/
+9
2011-08-18
Get rid of equal_type_structures. Closes #514.
Michael Sullivan
-184
/
+1
2011-08-18
Make windows respect RUST_SEED. Closes #627.
Michael Sullivan
-11
/
+10
2011-08-18
Fix task-comm-15 type errors and un-xfail.
Michael Sullivan
-7
/
+3
2011-08-18
Remove rc_base. Closes #603.
Michael Sullivan
-26
/
+10
2011-08-18
More misc ivec->vec renaming
Brian Anderson
-9
/
+9
2011-08-18
Remove rust_intrinsic_vec_len
Brian Anderson
-19
/
+0
[prev]
[next]