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-03-21
The T_taskptr is already included in the n_args, don't add it twice.
Rafael Ávila de Espíndola
-5
/
+3
2011-03-21
rustc: Update type serialization and deserialization for the "mutable?" change
Patrick Walton
-5
/
+15
2011-03-21
rustc: Merge in type serialization and deserialization
Marijn Haverbeke
-0
/
+106
2011-03-21
Make lltaskptr a regular argument element in args in calls to trans_upcall2.
Rafael Ávila de Espíndola
-8
/
+8
2011-03-21
Move calls to PtrToInt out of trans_upcall2.
Rafael Ávila de Espíndola
-3
/
+5
2011-03-20
Modify native_item_fn to handle trailing linkage names that differ from the i...
Graydon Hoare
-14
/
+18
2011-03-20
rustc: Internalize glue. Cuts libstd size by 8% or so.
Patrick Walton
-1
/
+3
2011-03-19
rustc: Only declare each native function once. std.rc now links.
Patrick Walton
-1
/
+15
2011-03-19
rustc: Use the right block context to generate unary operands. std.rc compile...
Patrick Walton
-3
/
+3
2011-03-19
rustc: Allow arguments to be captured as upvars. std.rc compiles now, except ...
Patrick Walton
-3
/
+15
2011-03-19
rustc: Do argument casts before loading aggregates, not after
Patrick Walton
-5
/
+16
2011-03-18
rustc: Implement int-to-native casts
Patrick Walton
-0
/
+3
2011-03-18
rustc: Make trans_path() generic-safe wrt nullary tags
Patrick Walton
-1
/
+8
2011-03-18
rustc: Make iter_structural_ty_full() generic-safe wrt tags
Patrick Walton
-28
/
+10
2011-03-18
rustc: Do pointer casts when casting native types
Patrick Walton
-1
/
+3
2011-03-18
rustc: Fix inference for auto slots (forgot to stage changes before)
Patrick Walton
-7
/
+6
2011-03-18
rustc: Don't always build a constant multiply instruction when translating li...
Patrick Walton
-2
/
+2
2011-03-18
rustc: Move type_of() behind the check for dynamic size in trans_vec()
Patrick Walton
-1
/
+1
2011-03-18
rustc: Create global variable constants during the collection phase
Patrick Walton
-14
/
+13
2011-03-18
rustc: Make iter_sequence() work with generic vectors
Patrick Walton
-3
/
+16
2011-03-18
rustc: Box the tuples returned by hashmap.items() for now since we don't have...
Patrick Walton
-1
/
+1
2011-03-18
rustc: Get type params from the item when translating native items
Patrick Walton
-9
/
+13
2011-03-18
rustc: Unify over alt expressions
Patrick Walton
-0
/
+14
2011-03-18
rustc: Add a span_unimpl() for debugging
Patrick Walton
-1
/
+2
2011-03-18
rustc: Implement "mutable?". Add a test case and XFAIL it in rustboot for now.
Patrick Walton
-23
/
+60
2011-03-17
rustc: Switch mutability from being a type constructor to a field annotation
Patrick Walton
-207
/
+237
2011-03-17
rustc: Correctly report mutability when stringifying types
Patrick Walton
-24
/
+24
2011-03-17
rustc: Consider native types to be scalar
Patrick Walton
-0
/
+1
2011-03-17
rustc: Sort object methods when parsing textual types in the AST
Patrick Walton
-9
/
+11
2011-03-17
rustc: Don't go over inner functions' locals during the writeback phase of ty...
Patrick Walton
-5
/
+22
2011-03-16
Fixed version of my previous patch to rename the upcall functions. This time ...
Rafael Ávila de Espíndola
-4
/
+3
2011-03-16
Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. Tw...
Graydon Hoare
-97
/
+103
2011-03-16
Update comment to reflect the decision to avoid cycles.
Rafael Ávila de Espíndola
-2
/
+2
2011-03-15
rustc: Add an annotation for the crate definition to view_item_use
Patrick Walton
-8
/
+8
2011-03-15
Revert "Change the numbering of upcall functions. upcall_0 now calls a functi...
Patrick Walton
-3
/
+4
2011-03-15
Change the numbering of upcall functions. upcall_0 now calls a function
Rafael Ávila de Espíndola
-4
/
+3
2011-03-14
Merge remote branch 'brson/recursive-elseif'
Graydon Hoare
-92
/
+35
2011-03-14
Rename check_assignment_like to check_assignment since it turned out not to b...
Brian Anderson
-5
/
+4
2011-03-14
Fix the typechecking for expr_send and expr_recv
Brian Anderson
-8
/
+38
2011-03-14
Add ty_port and ty_chan to expr_ty function
Brian Anderson
-11
/
+13
2011-03-14
Typecheck expr_send and expr_recv
Brian Anderson
-0
/
+16
2011-03-14
Reorganize evaluation of expr_send/recv to put them closer to expr_assign, to...
Brian Anderson
-29
/
+30
2011-03-14
Factor out expression checking for forms that look like assignment
Brian Anderson
-23
/
+27
2011-03-14
Add folding and type checking for ports and chans
Brian Anderson
-0
/
+163
2011-03-14
Fold ty_chan and ty_port
Brian Anderson
-0
/
+21
2011-03-14
Split trans' collection in two passes. This allows us to handle tags
Rafael Ávila de Espíndola
-16
/
+32
2011-03-13
Merge branch 'master' into recursive-elseif
Brian Anderson
-553
/
+1220
2011-03-13
Remove extra blocks from the translation of expr_block
Brian Anderson
-20
/
+2
2011-03-11
Preserve crate directives in the parsed crate.
Graydon Hoare
-4
/
+10
2011-03-11
rustc: Add some stub metadata to each crate
Patrick Walton
-0
/
+32
[prev]
[next]