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
/
annotate.rs
Age
Commit message (
Expand
)
Author
Lines
2012-03-02
Move src/comp to src/rustc
Graydon Hoare
-75
/
+0
2012-02-22
Stop normalizing patterns
Marijn Haverbeke
-6
/
+7
2012-02-09
Remove some pointless imports
Marijn Haverbeke
-1
/
+0
2012-01-17
Allow omission of the '.' after nullary tag patterns
Tim Chevalier
-2
/
+2
2012-01-05
require a non-semi expr acting as a stmt to have unit return type
Niko Matsakis
-7
/
+2
2011-12-29
split proto from fn_decl, as not all fn_decls know the proto.
Niko Matsakis
-3
/
+3
2011-12-23
Go back to a single visit_fn function in visit.rs
Marijn Haverbeke
-3
/
+3
2011-12-22
Register new snapshots, purge log_err and log_full in favour of log(...).
Graydon Hoare
-3
/
+3
2011-12-22
Register snapshots and switch logging over to use of log_full or #error / #de...
Graydon Hoare
-3
/
+3
2011-12-21
Make { || ... } sugar for any type of closure, inferred
Niko Matsakis
-12
/
+10
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-1
/
+1
2011-11-17
remove compile-command from local variable blocks
Niko Matsakis
-1
/
+0
2011-11-10
Cleanup unused imports
Haitao Li
-7
/
+3
2011-09-12
Factor imports mindlessly.
Graydon Hoare
-19
/
+6
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-12
/
+12
2011-09-02
Reformat. Issue #855
Brian Anderson
-3
/
+3
2011-09-01
Rename std::istr to std::str. Issue #855
Brian Anderson
-1
/
+1
2011-09-01
Remove various istr conversions. Issue #855
Brian Anderson
-1
/
+1
2011-08-27
Convert std::int to istrs. Issue #855
Brian Anderson
-3
/
+3
2011-08-27
Convert std::uint to istrs. Issue #855
Brian Anderson
-1
/
+2
2011-08-22
Move functions from syntax::ast to syntax::ast_util
Brian Anderson
-0
/
+1
2011-08-20
Reformat
Brian Anderson
-7
/
+7
2011-08-15
The wonky for...in... whitespace was bothering me. Sorry!
Lindsey Kuper
-1
/
+1
2011-08-09
Port the compiler to the ivec type [T] syntax.
Erick Tryzelaar
-10
/
+10
2011-08-03
Make ast::pat_bindings an iterator
Marijn Haverbeke
-3
/
+1
2011-08-01
Partially implement destructuring locals
Marijn Haverbeke
-1
/
+3
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-41
/
+38
2011-07-26
Convert all code that uses walk.rs in the straightforward way to simple_visit
Marijn Haverbeke
-12
/
+12
2011-07-25
Rename the block type to be blk also. Sorry.
Michael Sullivan
-1
/
+1
2011-07-12
rustc: Remove some useless std::vec imports
Patrick Walton
-1
/
+0
2011-07-07
rustc: Change lots of AST nodes to use interior vectors
Patrick Walton
-3
/
+3
2011-07-06
rustc: Move tstate::annotate over to interior vectors
Patrick Walton
-12
/
+12
2011-07-06
rustc: Revert the conversion to interior vectors due to heap corruption
Patrick Walton
-12
/
+12
2011-07-06
rustc: Move tstate::annotate over to interior vectors
Patrick Walton
-12
/
+12
2011-07-06
Remove temporary stdlib placeholders, use actual stdlib functions
Marijn Haverbeke
-6
/
+6
2011-07-05
Move everything syntax-related to syntax/, break deps on rest of compiler
Marijn Haverbeke
-5
/
+6
2011-06-30
Warn for unused variables
Tim Chevalier
-10
/
+10
2011-06-24
Modify the fn vistors in walk so that they can handle functions without names...
Michael Sullivan
-4
/
+5
2011-06-24
Remove uses of variable name 'res' from rustc
Marijn Haverbeke
-14
/
+14
2011-06-21
Move expr ids into the expr record type
Marijn Haverbeke
-2
/
+1
2011-06-20
Get rid of def_ids and anns in AST nodes, use single node_id
Marijn Haverbeke
-28
/
+28
2011-06-15
Reformat source tree (minus a couple tests that are still grumpy).
Graydon Hoare
-32
/
+27
2011-06-13
Change decl to local in expr_for and expr_for_each
Tim Chevalier
-41
/
+4
2011-06-10
Fix unsafe uses of mutable references
Marijn Haverbeke
-10
/
+10
2011-06-01
Redo typestate-related data structures to support predicate constraints. No a...
Tim Chevalier
-4
/
+4
2011-05-26
Track spans for each local variable in typestate
Tim Chevalier
-8
/
+10
2011-05-24
Just removing some unnecessary imports.
Lindsey Kuper
-37
/
+0
2011-05-20
Change node_ann hash table to a vector in typestate
Tim Chevalier
-6
/
+7
2011-05-19
Add ann as an argument to visit_fn
Tim Chevalier
-7
/
+8
2011-05-19
Add ident as an argument to visit_fn (typestate wants it)
Tim Chevalier
-10
/
+8
[next]