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
/
util
/
common.rs
Age
Commit message (
Expand
)
Author
Lines
2011-06-22
Compute typestate properly for move
Tim Chevalier
-0
/
+9
2011-06-21
Move expr ids into the expr record type
Marijn Haverbeke
-2
/
+2
2011-06-16
Consistify ast::local.
Paul Stansifer
-2
/
+2
2011-06-16
Refactor ast::item representation
Marijn Haverbeke
-20
/
+0
2011-06-15
Reformat source tree (minus a couple tests that are still grumpy).
Graydon Hoare
-128
/
+73
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-13
Change decl to local in expr_for and expr_for_each
Tim Chevalier
-1
/
+1
2011-06-09
rustc: Annotate vector and string literals in the AST with their uniqueness o...
Patrick Walton
-2
/
+4
2011-06-09
Further support for predicate constraints
Tim Chevalier
-2
/
+33
2011-06-01
Redo typestate-related data structures to support predicate constraints. No a...
Tim Chevalier
-0
/
+63
2011-05-31
Now imports are not re-exported unless 'export' is explicitly used.
Paul Stansifer
-1
/
+1
2011-05-31
Consolidate formatting functions a bit more.
Graydon Hoare
-98
/
+10
2011-05-31
Fix utility printers to flush eof in common.rs.
Graydon Hoare
-0
/
+6
2011-05-31
Improve handling of trailing comments.
Graydon Hoare
-0
/
+7
2011-05-31
Add span to field to catch per-field comments in rec exprs.
Graydon Hoare
-1
/
+1
2011-05-31
new pretty printer
Graydon Hoare
-7
/
+7
2011-05-31
rustc: Remove unneeded type params from alt patterns
Brian Anderson
-1
/
+1
2011-05-26
Remove unused imports
Tim Chevalier
-1
/
+0
2011-05-26
Remove residual uses of fold, and fold itself.
Graydon Hoare
-26
/
+18
2011-05-20
Make controlflow part of a function type
Tim Chevalier
-0
/
+5
2011-05-19
remove now-unused ts field from ann
Tim Chevalier
-13
/
+2
2011-05-19
add a bunch more logging things
Tim Chevalier
-0
/
+35
2011-05-17
rustc: Don't rebuild the AST when typechecking expressions
Patrick Walton
-5
/
+11
2011-05-17
rustc: Flatten annotations
Patrick Walton
-11
/
+0
2011-05-17
Finally rename std::_xxx to std::xxx
Marijn Haverbeke
-9
/
+9
2011-05-16
Started adding support for return checking and non-returning function annotat...
Tim Chevalier
-1
/
+23
2011-05-13
rustc: Write nil types into the node type table wherever plain_ann() is used
Patrick Walton
-5
/
+0
2011-05-12
Downcase std modules again, move to :: for module dereferencing
Marijn Haverbeke
-83
/
+83
2011-05-12
Ensure ann tags are actually kept around during typechecking
Marijn Haverbeke
-3
/
+3
2011-05-10
rustc: Number everything with an annotation
Patrick Walton
-1
/
+1
2011-05-09
Alias-ify fold and its users, remove another 85kb.
Graydon Hoare
-3
/
+3
2011-05-06
Rename std modules to be camelcased
Marijn Haverbeke
-25
/
+25
2011-05-05
Consolidating expr_to_str functions.
Lindsey Kuper
-4
/
+4
2011-04-28
Fixed bug in typeck that wasn't filling in anns for stmts
Tim Chevalier
-0
/
+20
2011-04-28
Support all expression forms in typestate
Tim Chevalier
-0
/
+32
2011-04-28
Further work on typestate_check
Tim Chevalier
-9
/
+65
2011-04-25
rustc: Pass a "type context" around instead of directly passing the type stor...
Patrick Walton
-2
/
+2
2011-04-22
rustc: Switch @ty.t to ty.t so that we can change it to a uint
Patrick Walton
-1
/
+1
2011-04-21
rustc: Pass a type store around, which does nothing yet
Patrick Walton
-2
/
+2
2011-04-20
rustc: Remove all uses of plain_ty() and friends from outside of ty.rs
Patrick Walton
-1
/
+1
2011-04-19
Handle nested items correctly in typestate_check
Tim Chevalier
-0
/
+29
2011-04-13
Make expr_while work in typestate_check
Tim Chevalier
-2
/
+2
2011-04-12
Further work on typestate. Handles expr_rec and expr_assign now.
Tim Chevalier
-0
/
+43
2011-04-11
rustc: Add a uint hash function
Patrick Walton
-0
/
+8
2011-04-09
Move to single-uint file-position representation.
Marijn Haverbeke
-2
/
+1
2011-04-08
Implemented computing prestates and poststates for a few expression forms.
Tim Chevalier
-0
/
+12
2011-03-31
rustc: Mix the bits more when hashing def ids
Patrick Walton
-9
/
+8
2011-03-25
Another go at changing compile-command, this time using RBUILD env var.
Graydon Hoare
-1
/
+1
2011-03-25
Revert "Bulk-edit compile commands in emacs chatter to point to assumed build...
Graydon Hoare
-1
/
+1
[prev]
[next]