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-08-03
Do a bunch more typechecking for iters and for each loops.
Michael Sullivan
-1
/
+2
2011-08-02
Move ppaux::ty_to_str to new record syntax
Marijn Haverbeke
-2
/
+2
2011-07-29
Enable kind checking on typarams, fix kind constraints in library and comp.
Graydon Hoare
-1
/
+1
2011-07-28
Thread kinds into the type system. Don't quite activate yet, since it breaks ...
Graydon Hoare
-1
/
+1
2011-07-28
Show millisecond precision for time_passes times
Marijn Haverbeke
-0
/
+22
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-210
/
+178
2011-07-26
Convert all code that uses walk.rs in the straightforward way to simple_visit
Marijn Haverbeke
-5
/
+5
2011-07-26
Remove tuple support from the compiler
Marijn Haverbeke
-5
/
+0
2011-07-26
Remove all uses of tuples from the compiler and stdlib
Marijn Haverbeke
-5
/
+6
2011-07-25
Rename the block type to be blk also. Sorry.
Michael Sullivan
-3
/
+3
2011-07-19
Have fn_to_str use proto_to_str.
Michael Sullivan
-5
/
+2
2011-07-19
Beginnings of support for constrained types
Tim Chevalier
-5
/
+13
2011-07-14
rustc: Move much of metadata reading over to interior vectors
Patrick Walton
-4
/
+3
2011-07-13
Make resolve and the typechecker check for a main fn of the
Tim Chevalier
-1
/
+4
2011-07-12
rustc: Remove some useless std::vec imports
Patrick Walton
-1
/
+0
2011-07-12
rustc: Remove some interior vectors from typestate and some useless vec-relat...
Patrick Walton
-8
/
+0
2011-07-12
rustc: Move ppaux away from exterior vectors
Patrick Walton
-14
/
+12
2011-07-13
Use switches rather than chained conditionals to compile alt matches
Marijn Haverbeke
-0
/
+1
2011-07-11
In typeck, check for dynamically sized by-value arguments to thunks
Tim Chevalier
-0
/
+13
2011-07-07
Rename encoder::ty_str to encoded_str
Brian Anderson
-1
/
+1
2011-07-07
Move tyencode::ty_str to metadata::encoder
Brian Anderson
-1
/
+2
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
[next]