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
Age
Commit message (
Expand
)
Author
Lines
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: When encountering "mutable" as a tycon, parse it, drop it on the floor...
Patrick Walton
-0
/
+17
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
/
+11
2011-03-18
rustc: Implement "mutable?". Add a test case and XFAIL it in rustboot for now.
Patrick Walton
-25
/
+69
2011-03-17
rustc: Switch mutability from being a type constructor to a field annotation
Patrick Walton
-280
/
+327
2011-03-17
rustc: Typo: mutabliity -> mutability
Patrick Walton
-3
/
+3
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
-7
/
+6
2011-03-16
Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. Tw...
Graydon Hoare
-141
/
+138
2011-03-16
Revert 6fdb81fa17b3c7147a69edc5217c9f93ff485410, it is causing failures in
Rafael Ávila de Espíndola
-21
/
+3
2011-03-16
Update comment to reflect the decision to avoid cycles.
Rafael Ávila de Espíndola
-2
/
+2
2011-03-15
rustc: Remove the memory-managed interface to LLVM memory buffers; passing th...
Patrick Walton
-18
/
+0
2011-03-15
rustc: Open "use"d crates with the LLVM object file reader
Patrick Walton
-3
/
+27
2011-03-15
rustc: Add an annotation for the crate definition to view_item_use
Patrick Walton
-20
/
+50
2011-03-15
Revert "Change the numbering of upcall functions. upcall_0 now calls a functi...
Patrick Walton
-3
/
+4
2011-03-15
rustc: Add a stub crate reader module for "use" directives
Patrick Walton
-3
/
+51
2011-03-15
rustc: Typo: "unput" -> "input"
Patrick Walton
-1
/
+1
2011-03-15
rustc: Add support for LLVM memory buffer creation via a wrapper function
Patrick Walton
-5
/
+17
2011-03-15
Change the numbering of upcall functions. upcall_0 now calls a function
Rafael Ávila de Espíndola
-4
/
+3
2011-03-15
Append 'svn' to version in dll name, hopefully to bring win32 up again.
Graydon Hoare
-1
/
+1
2011-03-15
rustc: Add Rust bindings to the LLVM object file library
Patrick Walton
-3
/
+81
2011-03-14
Bump LLVM version strings to 3.0svn, we're effectively tied to it now anyways.
Graydon Hoare
-3
/
+3
2011-03-14
Merge remote branch 'brson/recursive-elseif'
Graydon Hoare
-160
/
+80
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
-31
/
+32
2011-03-14
Fix typo in expr_recv parsing
Brian Anderson
-1
/
+1
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
-2
/
+165
2011-03-14
Fold ty_chan and ty_port
Brian Anderson
-0
/
+21
2011-03-14
Parse receive expressions
Brian Anderson
-0
/
+7
2011-03-14
Parse port and chan types, constructors, send statements
Brian Anderson
-0
/
+44
2011-03-14
Make pretty-printer print 'with' clause in rec literals
Marijn Haverbeke
-1
/
+11
2011-03-14
Extend stream functionality
Marijn Haverbeke
-8
/
+8
2011-03-14
Add basic file-system functionality
Marijn Haverbeke
-3
/
+3
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
-750
/
+1453
2011-03-13
Remove extra blocks from the translation of expr_block
Brian Anderson
-20
/
+2
[prev]
[next]