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
/
comp
/
middle
Age
Commit message (
Expand
)
Author
Lines
2011-06-19
rustc: Make name resolution errors less fatal
Brian Anderson
-51
/
+80
2011-06-19
rustc: Make import resolution errors less fatal
Brian Anderson
-12
/
+57
2011-06-19
rustc: Export only what's used from middle::resolve
Brian Anderson
-0
/
+3
2011-06-19
rustc: Rename session.span_err -> span_fatal, err -> fatal
Brian Anderson
-79
/
+80
2011-06-18
rustc: Store the lhs and rhs of receive exprs in left to right order
Brian Anderson
-24
/
+24
2011-06-18
Typecheck block tail expressions that are fn return values
Brian Anderson
-1
/
+12
2011-06-18
rustc: Remove the meta keyword
Brian Anderson
-2
/
+0
2011-06-18
rustc: Allocate derived tydescs before dynamically sized allocas
Patrick Walton
-38
/
+74
2011-06-18
rustc: Don't bother to supply an alignment argument to the memmove intrinsic;...
Patrick Walton
-10
/
+8
2011-06-18
rustc: Cache results of type_has_pointers. 70% translation speedup.
Patrick Walton
-21
/
+27
2011-06-17
rustc: Add missing case for interior vectors in alias.rs
Patrick Walton
-0
/
+6
2011-06-17
Restructure the "checking" pass in typestate
Tim Chevalier
-119
/
+324
2011-06-17
rustc: Increment by the dynamically-computed size in ivec::trans_append. Unco...
Patrick Walton
-9
/
+21
2011-06-17
rustc: Fix a bunch of memory management bugs relating to generic interior vec...
Patrick Walton
-7
/
+94
2011-06-17
Revert "rustc: Fix a bunch of memory management bugs relating to generic inte...
Patrick Walton
-87
/
+6
2011-06-17
rustc: Fix a bunch of memory management bugs relating to generic interior vec...
Patrick Walton
-6
/
+87
2011-06-17
Implemented enough of deep_copy that we can pass scalars and channels to task...
Eric Holk
-35
/
+39
2011-06-17
Started using deep_copy for spawn arguments.
Eric Holk
-15
/
+86
2011-06-17
rustc: Add a type_owns_heap_mem() predicate
Patrick Walton
-0
/
+33
2011-06-17
rustc: Cast to opaque interior vector types in trans_vec_append if necessary....
Patrick Walton
-2
/
+13
2011-06-17
rustc: Copy the contents of generic interior vectors
Patrick Walton
-83
/
+73
2011-06-17
Revert "rustc: Copy the contents of generic interior vectors"
Patrick Walton
-73
/
+83
2011-06-17
rustc: Copy the contents of generic interior vectors
Patrick Walton
-83
/
+73
2011-06-17
rustc: Demand that if conditions have bool type
Brian Anderson
-0
/
+3
2011-06-17
rustc: Fail to unify if two ty_vars don't unify
Brian Anderson
-1
/
+6
2011-06-17
rustc: Demand unification of both sides of a binop
Brian Anderson
-0
/
+5
2011-06-16
Consistify ast::local.
Paul Stansifer
-48
/
+49
2011-06-16
rustc: Fix dominance issue when translating generic interior vectors
Patrick Walton
-21
/
+64
2011-06-16
rustc: Implement type walking and comparison glue for unsafe pointers
Patrick Walton
-0
/
+25
2011-06-16
Reformat a bunch of recent churn.
Graydon Hoare
-367
/
+390
2011-06-16
rustc: Work around leak when translating interior vectors. Un-XFAIL interior-...
Patrick Walton
-2
/
+6
2011-06-16
rustc: Add cases for istr and ivec to visit
Patrick Walton
-6
/
+18
2011-06-16
Clean up whitespace oddities perpetrated by pretty-printer.
Lindsey Kuper
-12
/
+12
2011-06-16
Bring back if-check
Tim Chevalier
-127
/
+195
2011-06-16
Translate the swap operator.
Michael Sullivan
-0
/
+18
2011-06-16
Fix bug in move on structure types.
Michael Sullivan
-2
/
+2
2011-06-16
Bring swap through typechecking and typestate.
Michael Sullivan
-0
/
+28
2011-06-16
rustc: Fix LLVM type error when generating cmp glue for interior vectors
Patrick Walton
-4
/
+20
2011-06-16
Refactor ast::item representation
Marijn Haverbeke
-293
/
+250
2011-06-15
rustc: Implement interior vector concatenation
Patrick Walton
-9
/
+174
2011-06-15
Merge branch 'master' of github.com:graydon/rust into fastcall
Eric Holk
-597
/
+635
2011-06-15
rustc: Remove unused variable from check_assignment
Brian Anderson
-3
/
+2
2011-06-15
Refactor data structures representing constraints (again...)
Tim Chevalier
-176
/
+200
2011-06-15
rustc: Move ivec stuff to an ivec module in trans
Patrick Walton
-199
/
+284
2011-06-15
Implement checking of alias safety in tail calls.
Marijn Haverbeke
-30
/
+75
2011-06-15
Fix unsafe uses of aliases in tail calls
Marijn Haverbeke
-9
/
+9
2011-06-15
Simple anonymous objects get through translation.
Lindsey Kuper
-182
/
+67
2011-06-15
Step 1 of moving task startup to always be cdecl.
Eric Holk
-1
/
+2
2011-06-15
Reformat source tree (minus a couple tests that are still grumpy).
Graydon Hoare
-7523
/
+5582
2011-06-15
rustc: Make room in remaining AST item nodes for attributes
Brian Anderson
-103
/
+105
[prev]
[next]