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
/
pretty
Age
Commit message (
Expand
)
Author
Lines
2011-05-31
Add span to field to catch per-field comments in rec exprs.
Graydon Hoare
-5
/
+7
2011-05-31
Improve comment handling in pp.
Graydon Hoare
-147
/
+170
2011-05-31
Differentiate consistency of commasep boxes
Graydon Hoare
-27
/
+35
2011-05-31
new pretty printer
Graydon Hoare
-398
/
+729
2011-05-27
Change the syntax for RECV from "var <- port" to "port |> var".
Michael Sullivan
-3
/
+3
2011-05-26
Fix typo
Tim Chevalier
-1
/
+1
2011-05-25
Pretty print view items with :: rather than :.
Graydon Hoare
-1
/
+1
2011-05-23
Get test-pass/utf8.rs to run
Marijn Haverbeke
-1
/
+2
2011-05-20
More work on anonymous objects.
Lindsey Kuper
-2
/
+2
2011-05-20
Make controlflow part of a function type
Tim Chevalier
-5
/
+14
2011-05-19
Move type cache and node type table into type context.
Graydon Hoare
-6
/
+7
2011-05-17
rustc: Print the types of declarations in --typed-pretty mode
Patrick Walton
-0
/
+9
2011-05-17
rustc: Add a typed pretty-printing mode for debugging
Patrick Walton
-6
/
+36
2011-05-17
Finally rename std::_xxx to std::xxx
Marijn Haverbeke
-31
/
+31
2011-05-17
Switch pretty printer to new vec syntax
Marijn Haverbeke
-3
/
+4
2011-05-16
Merge remote branch 'origin/master' into HEAD
Graydon Hoare
-0
/
+1
2011-05-16
Rewrite everything to use [] instead of vec() in value position.
Graydon Hoare
-8
/
+8
2011-05-16
make the return-checker happy about pretty::pp::base_indent
Tim Chevalier
-0
/
+1
2011-05-13
More work toward anonymous objects.
Lindsey Kuper
-0
/
+5
2011-05-13
Make the parser more careful about keywords
Marijn Haverbeke
-3
/
+2
2011-05-12
Downcase std modules again, move to :: for module dereferencing
Marijn Haverbeke
-271
/
+273
2011-05-12
Change module dereference syntax from . to ::
Marijn Haverbeke
-2
/
+2
2011-05-12
Keep resolve data in external hash table, rather than embedded defs
Marijn Haverbeke
-2
/
+2
2011-05-11
Give the lexer a session so that it can fail more informatively
Brian Anderson
-2
/
+3
2011-05-11
Rewrite comp/middle/resolve.rs
Marijn Haverbeke
-1
/
+1
2011-05-09
rustc: Alias fix part 1 -- Separate out AST modes from typechecker modes, and...
Patrick Walton
-1
/
+1
2011-05-06
Rename std modules to be camelcased
Marijn Haverbeke
-71
/
+71
2011-05-05
Consolidating expr_to_str functions.
Lindsey Kuper
-9
/
+0
2011-05-05
Bring back "pred" syntax for writing predicates for check
Tim Chevalier
-1
/
+8
2011-05-03
rustc: Stub support for Rust intrinsics
Patrick Walton
-0
/
+3
2011-05-03
Revert "Rename the "llvm" API to "llvm-intrinsic"" due to tinderbox bustage
Patrick Walton
-1
/
+0
2011-05-03
Rename the "llvm" API to "llvm-intrinsic"
Patrick Walton
-0
/
+1
2011-05-02
Un-revert "Use different syntax for checks that matter to typestate", fixing ...
Patrick Walton
-1
/
+7
2011-05-02
Revert "Use different syntax for checks that matter to typestate"
Graydon Hoare
-7
/
+1
2011-05-02
Use different syntax for checks that matter to typestate
Tim Chevalier
-1
/
+7
2011-04-19
Handle nested items correctly in typestate_check
Tim Chevalier
-0
/
+17
2011-04-19
Remove effect system from src.
Graydon Hoare
-80
/
+70
2011-04-19
add log_err to rustc
Marijn Haverbeke
-2
/
+5
2011-04-14
Work on destructors, not entirely functional yet (no tydesc integration).
Graydon Hoare
-2
/
+2
2011-04-14
rustc: Remove generalize_ty. Instead, maintain an explicit type parameter sub...
Patrick Walton
-0
/
+9
2011-04-12
rustc: Switch to indices for type parameters
Patrick Walton
-1
/
+1
2011-04-12
rustc: Add "float" as a type to the pretty printer
Patrick Walton
-0
/
+1
2011-04-09
Move to single-uint file-position representation.
Marijn Haverbeke
-15
/
+4
2011-04-07
Support for self-calls that take arguments.
Lindsey Kuper
-4
/
+1
2011-04-06
Continued sketching out code for checking states against preconditions.
Tim Chevalier
-2
/
+2
2011-04-05
Further on the path toward self-awareness.
Lindsey Kuper
-2
/
+6
2011-04-05
Oops -- if we're going to use the pretty-printer, we need it to work.
Lindsey Kuper
-0
/
+5
2011-04-01
Started adding support for typestate checking.
Tim Chevalier
-8
/
+8
2011-03-31
Add block_to_str and expr_to_str methods to the pprust module.
Brian Anderson
-0
/
+18
2011-03-31
rustc: Add a type annotation to tag items
Patrick Walton
-1
/
+1
[prev]
[next]