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
/
front
/
extfmt.rs
Age
Commit message (
Expand
)
Author
Lines
2011-07-05
Move everything syntax-related to syntax/, break deps on rest of compiler
Marijn Haverbeke
-372
/
+0
2011-06-28
Add simple syntax extension (#simplext)
Paul Stansifer
-15
/
+2
2011-06-21
Move expr ids into the expr record type
Marijn Haverbeke
-19
/
+12
2011-06-21
rustc: Remove unused slice call from extfmt. Closes #532
Brian Anderson
-2
/
+0
2011-06-20
Get rid of def_ids and anns in AST nodes, use single node_id
Marijn Haverbeke
-6
/
+6
2011-06-19
rustc: Rename session.span_err -> span_fatal, err -> fatal
Brian Anderson
-8
/
+8
2011-06-19
Revert previous 6 commits. Hopefully put out Windows fire.
Brian Anderson
-8
/
+8
2011-06-19
rustc: Rename session.span_err -> span_fatal, err -> fatal
Brian Anderson
-8
/
+8
2011-06-15
Reformat source tree (minus a couple tests that are still grumpy).
Graydon Hoare
-230
/
+99
2011-06-09
rustc: Annotate vector and string literals in the AST with their uniqueness o...
Patrick Walton
-8
/
+5
2011-06-04
stdlib: Use spans for #fmt errors originating in std
Brian Anderson
-1
/
+7
2011-06-04
rustc: Reenable debug logging in extfmt
Brian Anderson
-8
/
+7
2011-06-04
rustc: Hide the parser from syntax extensions
Brian Anderson
-5
/
+3
2011-06-04
rustc: Generate extension annotations from ext_ctxt instead of parser
Brian Anderson
-56
/
+58
2011-06-04
rustc: Report unimplemented #fmt features with spans
Brian Anderson
-26
/
+22
2011-06-04
rustc: Use spans on extfmt error messages
Brian Anderson
-29
/
+31
2011-06-04
rustc: Introduce ext module. Move some things from parser to ext.
Brian Anderson
-1
/
+4
2011-06-03
Make the macro system more modular.
Paul Stansifer
-32
/
+3
2011-05-31
Add span to field to catch per-field comments in rec exprs.
Graydon Hoare
-3
/
+3
2011-05-31
rustc: Remove unneeded type params from alt patterns
Brian Anderson
-2
/
+2
2011-05-25
rustc: Fail better when the first argument to #fmt is not a string literal
Brian Anderson
-2
/
+3
2011-05-25
rustc: Fail when #fmt is given too many arguments
Brian Anderson
-1
/
+9
2011-05-17
Finally rename std::_xxx to std::xxx
Marijn Haverbeke
-12
/
+12
2011-05-16
Rewrite everything to use [] instead of vec() in value position.
Graydon Hoare
-11
/
+11
2011-05-12
Rename std.extfmt.CT to std.extfmt.RT to ct and rt
Brian Anderson
-32
/
+32
2011-05-12
Downcase std modules again, move to :: for module dereferencing
Marijn Haverbeke
-105
/
+105
2011-05-12
Transitional change to make extfmt output lowercase module name
Marijn Haverbeke
-1
/
+1
2011-05-12
Keep resolve data in external hash table, rather than embedded defs
Marijn Haverbeke
-1
/
+1
2011-05-10
rustc: Number everything with an annotation
Patrick Walton
-65
/
+74
2011-05-06
Rename std modules to be camelcased
Marijn Haverbeke
-18
/
+18
2011-04-26
Support octal #fmt conversions
Brian Anderson
-0
/
+7
2011-04-21
Fix the signature of expr_ext
Brian Anderson
-1
/
+1
2011-04-19
replace error logging with log_err in stdlib and rustc
Marijn Haverbeke
-11
/
+11
2011-04-18
Support 0 flag in #fmt
Brian Anderson
-7
/
+14
2011-04-17
Support the space flag in #fmt
Brian Anderson
-19
/
+35
2011-04-17
Support + flag in #fmt
Brian Anderson
-3
/
+27
2011-04-17
Support #fmt precision for string types
Brian Anderson
-2
/
+8
2011-04-16
Support left-justification in #fmt conversions
Brian Anderson
-9
/
+56
2011-04-16
Make #fmt support explicit conversion widths
Brian Anderson
-4
/
+36
2011-04-13
Add support for upper-case hex and binary output to #fmt.
Brian Anderson
-0
/
+3
2011-04-13
Add more commentary about ExtFmt
Brian Anderson
-14
/
+7
2011-04-13
Add support for printing uints as lower-case hex to ExtFmt.
Brian Anderson
-13
/
+78
2011-04-13
Move #fmt conversion model into ExtFmt.CT namespace
Brian Anderson
-29
/
+28
2011-04-11
Factor out creation of calls into ExtFmt.RT
Brian Anderson
-12
/
+12
2011-04-11
Add support for bool, char to extfmt.
Brian Anderson
-0
/
+10
2011-04-11
Move ExtFmt compile-time functions into their own module
Brian Anderson
-1
/
+1
2011-04-11
Make ExtFmt call its own functions instead of others defined in std
Brian Anderson
-6
/
+4
2011-04-11
Move extfmt parsing into standard library
Brian Anderson
-210
/
+1
2011-04-11
Move the extfmt data model into the standard library.
Brian Anderson
-48
/
+30
2011-04-09
Move to single-uint file-position representation.
Marijn Haverbeke
-6
/
+6
[next]