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
/
tstate
Age
Commit message (
Expand
)
Author
Lines
2011-06-24
Remove uses of variable name 'res' from rustc
Marijn Haverbeke
-56
/
+56
2011-06-23
rustc: Add ternary operator. Closes #565
Brian Anderson
-0
/
+6
2011-06-22
Compute typestate properly for move
Tim Chevalier
-219
/
+609
2011-06-22
Fix bug: globbed imports were importing everything visible from the other
Paul Stansifer
-1
/
+3
2011-06-21
Serialize constraints in types (literal arguments still not supported)
Tim Chevalier
-1
/
+1
2011-06-21
Move expr ids into the expr record type
Marijn Haverbeke
-375
/
+318
2011-06-20
Get rid of def_ids and anns in AST nodes, use single node_id
Marijn Haverbeke
-415
/
+418
2011-06-19
rustc: Rename session.span_err -> span_fatal, err -> fatal
Brian Anderson
-9
/
+10
2011-06-19
Revert previous 6 commits. Hopefully put out Windows fire.
Brian Anderson
-10
/
+9
2011-06-19
rustc: Rename session.span_err -> span_fatal, err -> fatal
Brian Anderson
-9
/
+10
2011-06-18
rustc: Store the lhs and rhs of receive exprs in left to right order
Brian Anderson
-14
/
+14
2011-06-17
Restructure the "checking" pass in typestate
Tim Chevalier
-119
/
+324
2011-06-16
Consistify ast::local.
Paul Stansifer
-10
/
+13
2011-06-16
Reformat a bunch of recent churn.
Graydon Hoare
-50
/
+60
2011-06-16
Bring back if-check
Tim Chevalier
-75
/
+108
2011-06-16
Bring swap through typechecking and typestate.
Michael Sullivan
-0
/
+18
2011-06-16
Refactor ast::item representation
Marijn Haverbeke
-12
/
+10
2011-06-15
Refactor data structures representing constraints (again...)
Tim Chevalier
-58
/
+27
2011-06-15
Reformat source tree (minus a couple tests that are still grumpy).
Graydon Hoare
-1336
/
+1268
2011-06-15
rustc: Make room in remaining AST item nodes for attributes
Brian Anderson
-6
/
+6
2011-06-15
rustc: Make room in item_mod for metadata
Brian Anderson
-1
/
+1
2011-06-15
Fix assignments to immutable fields throughout the code
Marijn Haverbeke
-7
/
+7
2011-06-14
Implement function expressions/anonymous functions
Marijn Haverbeke
-0
/
+8
2011-06-13
Refactor some typestate-related data structures
Tim Chevalier
-143
/
+142
2011-06-13
Change decl to local in expr_for and expr_for_each
Tim Chevalier
-59
/
+17
2011-06-10
Reject programs with unsatisfied predicate constraints
Tim Chevalier
-146
/
+155
2011-06-10
Fix unsafe uses of mutable references
Marijn Haverbeke
-20
/
+21
2011-06-09
rustc: Annotate vector and string literals in the AST with their uniqueness o...
Patrick Walton
-2
/
+2
2011-06-09
Start to check expr_check and expr_call constraints in typestate
Tim Chevalier
-3
/
+61
2011-06-09
Further support for predicate constraints
Tim Chevalier
-105
/
+143
2011-06-08
Add optional message to fail.
Josh Matthews
-2
/
+2
2011-06-07
Removing dead code and redundant fails; changing fails to sess.bug
Lindsey Kuper
-1
/
+1
2011-06-01
Redo typestate-related data structures to support predicate constraints. No a...
Tim Chevalier
-147
/
+410
2011-05-31
Now imports are not re-exported unless 'export' is explicitly used.
Paul Stansifer
-186
/
+4
2011-05-31
Insert plumbing for move that behaves just like assign.
Michael Sullivan
-0
/
+39
2011-05-31
rustc: Teach rustc to use block results as fn return values. Closes #372
Brian Anderson
-2
/
+46
2011-05-31
Consolidate formatting functions a bit more.
Graydon Hoare
-3
/
+3
2011-05-31
rustc: Remove unneeded type params from alt patterns
Brian Anderson
-32
/
+32
2011-05-27
In pre/postcondition computation, failing calls should set the postcondition
Tim Chevalier
-3
/
+12
2011-05-27
Fix two typestate bugs
Tim Chevalier
-8
/
+11
2011-05-26
Track spans for each local variable in typestate
Tim Chevalier
-91
/
+145
2011-05-24
Just removing some unnecessary imports.
Lindsey Kuper
-37
/
+0
2011-05-23
Add line breaks to typestate error messages
Tim Chevalier
-4
/
+4
2011-05-20
Correctly check that ! functions always diverge
Tim Chevalier
-1
/
+38
2011-05-20
Merge remote-tracking branch 'graydon/master' into typestate_4
Tim Chevalier
-0
/
+27
2011-05-20
Error instead of warning for missing returns. Huzzah!
Tim Chevalier
-4
/
+2
2011-05-20
More work on anonymous objects.
Lindsey Kuper
-0
/
+27
2011-05-20
Change node_ann hash table to a vector in typestate
Tim Chevalier
-12
/
+31
2011-05-20
rm unnecessary logging
Tim Chevalier
-9
/
+1
2011-05-20
rm unused import
Tim Chevalier
-1
/
+0
[prev]
[next]