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
Age
Commit message (
Expand
)
Author
Lines
2011-07-07
Refactor tyencode::ty_str to not require a tyencode::ctxt
Brian Anderson
-3
/
+1
2011-07-07
Remove duplicate definition of def_to_str from middle::ty
Brian Anderson
-1
/
+1
2011-07-07
rustc: Change lots of AST nodes to use interior vectors
Patrick Walton
-8
/
+10
2011-07-06
rustc: Make object methods into interior vectors
Patrick Walton
-3
/
+4
2011-07-06
rustc: Change constraints in types to use interior vectors
Patrick Walton
-3
/
+3
2011-07-06
rustc: Use interior vectors for tag type parameters
Patrick Walton
-3
/
+4
2011-07-06
rustc: Revert the conversion to interior vectors due to heap corruption
Patrick Walton
-11
/
+9
2011-07-06
rustc: Make object methods into interior vectors
Patrick Walton
-3
/
+4
2011-07-06
rustc: Change constraints in types to use interior vectors
Patrick Walton
-3
/
+3
2011-07-06
rustc: Use interior vectors for tag type parameters
Patrick Walton
-3
/
+4
2011-07-06
Remove temporary stdlib placeholders, use actual stdlib functions
Marijn Haverbeke
-6
/
+5
2011-07-05
Move everything syntax-related to syntax/, break deps on rest of compiler
Marijn Haverbeke
-149
/
+211
2011-07-05
Move pretty-printing 'modes' into a callback hook
Marijn Haverbeke
-1
/
+0
2011-06-30
rustc: Use interior vectors for tuple types
Patrick Walton
-1
/
+1
2011-06-28
Replace common::new_seq_hash with an adapter around std::smallintmap
Brian Anderson
-102
/
+0
2011-06-26
Add a very simple map implementation for sequential integer keys
Brian Anderson
-0
/
+103
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
-143
/
+83
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
-3
/
+3
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-20
rustc: Move the interner to a new module intended to be used for general data...
Patrick Walton
-42
/
+44
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
-11
/
+11
2011-05-16
Merge remote branch 'origin/master' into HEAD
Graydon Hoare
-189
/
+23
2011-05-16
Rewrite everything to use [] instead of vec() in value position.
Graydon Hoare
-2
/
+2
2011-05-16
Started adding support for return checking and non-returning function annotat...
Tim Chevalier
-189
/
+23
2011-05-16
rustc: Factor out the code that interns types into an "interner" data structure
Patrick Walton
-0
/
+42
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
-114
/
+114
2011-05-12
Ensure ann tags are actually kept around during typechecking
Marijn Haverbeke
-3
/
+3
[prev]
[next]