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
/
trans_alt.rs
Age
Commit message (
Expand
)
Author
Lines
2011-12-18
Only look for a matching method when normal field access fails
Marijn Haverbeke
-4
/
+2
2011-12-16
reorder args to the various vec, option fns so blk comes last
Niko Matsakis
-1
/
+1
2011-12-15
rustc: Box the vectors returned from ty::tag_variants
Brian Anderson
-3
/
+3
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-1
/
+1
2011-12-08
Allow binding of nested patterns
Marijn Haverbeke
-19
/
+49
2011-12-02
Allow literal patterns to contain arbitrary literal expressions
Marijn Haverbeke
-29
/
+17
2011-11-22
Fix inconsistency in ordering of patterns during alt compilation
Marijn Haverbeke
-17
/
+12
2011-11-22
Only warn about unreachable range patterns when appropriate
Marijn Haverbeke
-2
/
+1
2011-11-17
remove compile-command from local variable blocks
Niko Matsakis
-1
/
+0
2011-11-10
Cleanup unused imports
Haitao Li
-4
/
+2
2011-11-03
Disallow writing to function arguments again
Marijn Haverbeke
-8
/
+8
2011-11-02
convert GEP to i32
Niko Matsakis
-10
/
+4
2011-11-02
thread the context through so that int can be 64 bits on x86_64
Niko Matsakis
-9
/
+13
2011-11-02
Evaluate alt expressions in their own block context
Marijn Haverbeke
-3
/
+10
2011-10-21
Move hash table iteration over to block-taking functions
Marijn Haverbeke
-6
/
+6
2011-10-20
Make fn denote a bare function. Convert fn to fn@ as needed
Brian Anderson
-2
/
+2
2011-10-18
Don't try to build an LLVM switch on floats
Marijn Haverbeke
-1
/
+2
2011-10-10
Make vectors and strings immediates again
Marijn Haverbeke
-6
/
+7
2011-10-07
Make it possible to have locals that don't live on the stack
Marijn Haverbeke
-13
/
+14
2011-10-05
Add trans_temp_expr for what used to be trans_expr, rename t_e_dps to trans_expr
Marijn Haverbeke
-2
/
+2
2011-09-28
Revert "Revert "Implement pattern ranges for all numeric types.""
Brian Anderson
-21
/
+82
2011-09-27
Fix lurking bug in matching of nil
Marijn Haverbeke
-6
/
+6
2011-09-27
Move expr_binary into trans_expr_dps
Marijn Haverbeke
-2
/
+3
2011-09-27
Move expr_lit and expr_vec into trans_expr_dps
Marijn Haverbeke
-1
/
+13
2011-09-23
Add let destructuring for unique boxes
Brian Anderson
-0
/
+4
2011-09-23
Begin to support pattern matching on unique boxes
Brian Anderson
-0
/
+25
2011-09-23
Properly mark unreachable alt bodies as unreachable
Marijn Haverbeke
-0
/
+2
2011-09-23
Start on a piecemeal conversion to DPS
Marijn Haverbeke
-9
/
+7
2011-09-23
Better handling of unreachable code in trans
Marijn Haverbeke
-17
/
+17
2011-09-21
Revert "Implement pattern ranges for all numeric types."
Marijn Haverbeke
-78
/
+20
2011-09-21
Implement pattern ranges for all numeric types.
Josh Matthews
-20
/
+78
2011-09-17
Add a precondition to GEP_tup_like
Tim Chevalier
-0
/
+8
2011-09-15
Added an extra check in trans_alt
Tim Chevalier
-0
/
+1
2011-09-13
Make for loop alias-safe
Marijn Haverbeke
-1
/
+1
2011-09-13
Apply implicit copying for unsafe references to alt patterns
Marijn Haverbeke
-4
/
+19
2011-09-12
Factor imports mindlessly.
Graydon Hoare
-11
/
+4
2011-09-12
Pretty-print for new arg-mode syntax
Marijn Haverbeke
-2
/
+2
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-39
/
+40
2011-09-08
rustc: Make unique pointers no longer immediates.
Patrick Walton
-2
/
+4
2011-09-02
Reformat. Issue #855
Brian Anderson
-46
/
+46
2011-09-02
Add a constraint to trans::type_of
Tim Chevalier
-0
/
+3
2011-09-02
rustc: Root values spilled via do_spill()
Patrick Walton
-3
/
+3
2011-09-01
Remove lots of estr code from rustc. Issue #855
Brian Anderson
-1
/
+1
2011-09-01
Add a constraint in trans
Tim Chevalier
-1
/
+4
2011-09-01
Rename std::istr to std::str. Issue #855
Brian Anderson
-4
/
+4
2011-09-01
Make GEP_tag take a uint instead of an int
Tim Chevalier
-1
/
+1
2011-09-01
Remove std::str. Issue #855
Brian Anderson
-1
/
+0
2011-09-01
Allow istrs as patterns. Issue #855
Brian Anderson
-5
/
+9
2011-08-30
Glob-import trans_build in other trans files
Marijn Haverbeke
-22
/
+21
2011-08-27
Convert misc compiler bits to istrs. Issue #855
Brian Anderson
-4
/
+4
[next]