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-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
2011-06-15
rustc: Make room in item_mod for metadata
Brian Anderson
-17
/
+17
2011-06-15
Implement checking against assignments to immutable obj fields
Marijn Haverbeke
-34
/
+59
2011-06-15
Extend alias analysis to check assignments
Marijn Haverbeke
-2
/
+23
2011-06-15
Fix assignments to immutable fields throughout the code
Marijn Haverbeke
-25
/
+25
2011-06-15
Refactor expr_root in alias.rs
Marijn Haverbeke
-73
/
+71
2011-06-14
Merge pull request #490 from msullivan/fix_vec_append
Patrick Walton
-45
/
+10
2011-06-14
rustc: Implement on-heap resizing for interior vectors
Patrick Walton
-24
/
+12
2011-06-14
Make tydesc glue functions use cdecl.
Michael Sullivan
-7
/
+7
2011-06-14
Remove vec_append_glue from the compiler.
Michael Sullivan
-37
/
+2
2011-06-14
rustc: Free heapified interior vectors
Patrick Walton
-0
/
+30
2011-06-14
rustc: Fix LLVM type error that occurred when translating large unique vector...
Patrick Walton
-1
/
+1
2011-06-14
Implement upcall_vec_append and use it for vector append.
Michael Sullivan
-1
/
+1
2011-06-14
Make the typechecker check that dynamically sized arguments are passed by alias
Tim Chevalier
-1
/
+11
2011-06-14
Improve error message for a failed assert or check
Tim Chevalier
-4
/
+4
2011-06-14
rustc: Do a dynamic alloca for generic interior vectors; fix data pointer cal...
Patrick Walton
-13
/
+16
2011-06-14
Don't error when trans_lval is called on a non-lval
Marijn Haverbeke
-3
/
+5
2011-06-14
Implement function expressions/anonymous functions
Marijn Haverbeke
-23
/
+74
2011-06-13
rustc: Implement simple interior vector append translation
Patrick Walton
-33
/
+251
2011-06-13
Refactor some typestate-related data structures
Tim Chevalier
-143
/
+142
2011-06-13
This is the mega-ucontext commit. It replaces the task switching mechanism wi...
Eric Holk
-7
/
+4
2011-06-13
rustc: Assignment expressions have nil type. Closes #483
Brian Anderson
-13
/
+16
2011-06-13
Change decl to local in expr_for and expr_for_each
Tim Chevalier
-198
/
+129
2011-06-12
rustc: Preserve more type information for interior vectors at the LLVM level,...
Patrick Walton
-21
/
+38
2011-06-11
rustc: Use in-bounds GEPs for fetching length and data of interior vectors
Patrick Walton
-6
/
+7
2011-06-11
rustc: Translate interior vector index expressions
Patrick Walton
-8
/
+57
2011-06-11
rustc: Typecheck vector index expressions for interior vectors
Patrick Walton
-12
/
+13
2011-06-10
rustc: Sketch out translation of interior vector literals and take/drop glue
Patrick Walton
-23
/
+240
2011-06-10
Reject programs with unsatisfied predicate constraints
Tim Chevalier
-178
/
+206
2011-06-10
More work on typechecking anon objs.
Lindsey Kuper
-11
/
+20
2011-06-10
Oops, fix logging string specs. Nobody likes writing RUST_LOG=_ZN5rustc5front...
Graydon Hoare
-2
/
+1
2011-06-10
Friendlier error message for break outside a loop
Tim Chevalier
-7
/
+12
2011-06-10
Use RHS type when translating assignments
Tim Chevalier
-0
/
+6
[next]