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
/
check_alt.rs
Age
Commit message (
Expand
)
Author
Lines
2012-03-02
Move src/comp to src/rustc
Graydon Hoare
-325
/
+0
2012-03-02
core: Remove _mut functions from vec
Brian Anderson
-2
/
+2
2012-02-22
Stop normalizing patterns
Marijn Haverbeke
-18
/
+27
2012-02-15
Rewrite exhaustiveness checker
Marijn Haverbeke
-71
/
+118
2012-02-15
Support 'alt check' syntax
Marijn Haverbeke
-13
/
+10
2012-02-11
core: Change the argument order for vec::contains, vec::count
Brian Anderson
-1
/
+1
2012-02-11
core: Rename vec::member to vec::contains to match str mod
Brian Anderson
-1
/
+1
2012-02-09
Remove some pointless imports
Marijn Haverbeke
-1
/
+0
2012-02-06
Make ty::t type self-sufficient
Marijn Haverbeke
-1
/
+1
2012-01-31
Require alts to be exhaustive
Tim Chevalier
-7
/
+108
2012-01-25
Rename tag to enum throughout the compiler
Marijn Haverbeke
-4
/
+4
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-2
/
+2
2012-01-17
Allow omission of the '.' after nullary tag patterns
Tim Chevalier
-6
/
+12
2012-01-12
Make driver::session::session no longer an object
Marijn Haverbeke
-0
/
+1
2011-12-15
rustc: Box the vectors returned from ty::tag_variants
Brian Anderson
-1
/
+1
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-3
/
+3
2011-12-08
Allow binding of nested patterns
Marijn Haverbeke
-26
/
+29
2011-12-02
Allow literal patterns to contain arbitrary literal expressions
Marijn Haverbeke
-5
/
+7
2011-11-22
Only warn about unreachable range patterns when appropriate
Marijn Haverbeke
-10
/
+5
2011-11-17
remove compile-command from local variable blocks
Niko Matsakis
-1
/
+0
2011-10-07
Parse and typecheck by-value and by-ref arg specs
Marijn Haverbeke
-2
/
+2
2011-09-28
Revert "Revert "Implement pattern ranges for all numeric types.""
Brian Anderson
-1
/
+17
2011-09-23
Add let destructuring for unique boxes
Brian Anderson
-0
/
+1
2011-09-23
Begin to support pattern matching on unique boxes
Brian Anderson
-0
/
+6
2011-09-21
Revert "Implement pattern ranges for all numeric types."
Marijn Haverbeke
-17
/
+1
2011-09-21
Implement pattern ranges for all numeric types.
Josh Matthews
-1
/
+17
2011-09-12
Factor imports mindlessly.
Graydon Hoare
-2
/
+1
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-9
/
+9
2011-09-02
Reformat. Issue #855
Brian Anderson
-2
/
+2
2011-08-27
Convert rustc::driver::session to istrs. Issue #855
Brian Anderson
-2
/
+2
2011-08-22
Move functions from syntax::ast to syntax::ast_util
Brian Anderson
-0
/
+2
2011-08-22
Implement pattern guards
Marijn Haverbeke
-3
/
+5
2011-08-20
Reformat
Brian Anderson
-14
/
+7
2011-08-16
Port the compiler to the expr foo::<T> syntax.
Erick Tryzelaar
-1
/
+1
2011-08-16
Port the compiler to the typaram foo<T> syntax.
Erick Tryzelaar
-2
/
+2
2011-08-16
Rename std::ivec to std::vec
Brian Anderson
-1
/
+1
2011-08-15
The wonky for...in... whitespace was bothering me. Sorry!
Lindsey Kuper
-6
/
+6
2011-08-15
Use span stacks to track macro expansion for less troublesome error messages.
Paul Stansifer
-1
/
+1
2011-08-15
Make spans into stacks (to store expansion backtraces).
Paul Stansifer
-1
/
+1
2011-08-15
Add tuple patterns
Marijn Haverbeke
-0
/
+12
2011-08-09
Port the compiler to the ivec type [T] syntax.
Erick Tryzelaar
-4
/
+4
2011-08-01
Add check for irrefutable patterns in destructuring locals
Marijn Haverbeke
-2
/
+35
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-35
/
+35
2011-07-25
Add a pass that checks for unreachable alt arms
Marijn Haverbeke
-0
/
+102