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
/
ck.rs
Age
Commit message (
Expand
)
Author
Lines
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
-8
/
+5
2011-10-21
Drop support for iter, put, and for-each
Marijn Haverbeke
-4
/
+3
2011-10-20
Make fn denote a bare function. Convert fn to fn@ as needed
Brian Anderson
-1
/
+2
2011-09-14
Rename ast::controlflow to ast::ret_style
Marijn Haverbeke
-2
/
+2
2011-09-12
Factor imports mindlessly.
Graydon Hoare
-35
/
+9
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-10
/
+9
2011-09-02
Reformat. Issue #855
Brian Anderson
-27
/
+20
2011-09-01
Rename std::istr to std::str. Issue #855
Brian Anderson
-1
/
+1
2011-08-31
Check all paths return properly in blocks. Closes #874.
Michael Sullivan
-1
/
+1
2011-08-27
Convert rustc::driver::session to istrs. Issue #855
Brian Anderson
-12
/
+12
2011-08-27
Convert pretty-printer to istrs. Issue #855
Brian Anderson
-5
/
+6
2011-08-27
Convert the rest of rustc::middle to istrs. Issue #855
Brian Anderson
-14
/
+14
2011-08-27
Convert ast::ident to istr. Issue #855
Brian Anderson
-5
/
+12
2011-08-22
Move functions from syntax::ast to syntax::ast_util
Brian Anderson
-1
/
+1
2011-08-20
Reformat
Brian Anderson
-8
/
+9
2011-08-18
Don't warn about unused vars whose name starts with _
Marijn Haverbeke
-2
/
+3
2011-08-16
Port the compiler to the expr foo::<T> syntax.
Erick Tryzelaar
-2
/
+2
2011-08-16
Port the compiler to the typaram foo<T> syntax.
Erick Tryzelaar
-3
/
+3
2011-08-15
The wonky for...in... whitespace was bothering me. Sorry!
Lindsey Kuper
-1
/
+1
2011-08-15
Fix bad argument type of pprust::print_type
Marijn Haverbeke
-1
/
+1
2011-08-09
Port the compiler to the ivec type [T] syntax.
Erick Tryzelaar
-3
/
+3
2011-08-01
Handle bang functions correctly in typestate
Tim Chevalier
-11
/
+10
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-55
/
+57
2011-07-19
Beginnings of support for constrained types
Tim Chevalier
-5
/
+4
2011-07-13
Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.
Graydon Hoare
-1
/
+1
2011-07-12
Add missing files
Tim Chevalier
-34
/
+24
2011-07-07
rustc: Change lots of AST nodes to use interior vectors
Patrick Walton
-3
/
+3
2011-07-06
rustc: Remove unused or seldom-used imports from middle::tstate::{bitvectors,...
Patrick Walton
-6
/
+0
2011-07-06
rustc: Revert the conversion to interior vectors due to heap corruption
Patrick Walton
-0
/
+6
2011-07-06
rustc: Remove unused or seldom-used imports from middle::tstate::{bitvectors,...
Patrick Walton
-6
/
+0
2011-07-05
Move everything syntax-related to syntax/, break deps on rest of compiler
Marijn Haverbeke
-22
/
+23
2011-06-30
Kill unused variables
Tim Chevalier
-1
/
+2
2011-06-30
Warn for unused variables
Tim Chevalier
-22
/
+33
2011-06-27
Tests for while loops that may invalidate constraints
Tim Chevalier
-4
/
+4
2011-06-25
Use single-bar or to make tstate/states.rs prettier
Marijn Haverbeke
-3
/
+3
2011-06-24
Modify the fn vistors in walk so that they can handle functions without names...
Michael Sullivan
-4
/
+6
2011-06-22
Compute typestate properly for move
Tim Chevalier
-6
/
+6
2011-06-20
Get rid of def_ids and anns in AST nodes, use single node_id
Marijn Haverbeke
-13
/
+12
2011-06-19
rustc: Rename session.span_err -> span_fatal, err -> fatal
Brian Anderson
-4
/
+4
2011-06-19
Revert previous 6 commits. Hopefully put out Windows fire.
Brian Anderson
-4
/
+4
2011-06-19
rustc: Rename session.span_err -> span_fatal, err -> fatal
Brian Anderson
-4
/
+4
2011-06-17
Restructure the "checking" pass in typestate
Tim Chevalier
-33
/
+53
2011-06-16
Reformat a bunch of recent churn.
Graydon Hoare
-1
/
+2
2011-06-15
Reformat source tree (minus a couple tests that are still grumpy).
Graydon Hoare
-60
/
+52
2011-06-15
Fix assignments to immutable fields throughout the code
Marijn Haverbeke
-5
/
+5
2011-06-13
Refactor some typestate-related data structures
Tim Chevalier
-2
/
+3
2011-06-01
Redo typestate-related data structures to support predicate constraints. No a...
Tim Chevalier
-5
/
+5
2011-05-31
Consolidate formatting functions a bit more.
Graydon Hoare
-3
/
+3
[next]