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
/
libsyntax
/
ext
/
format.rs
Age
Commit message (
Expand
)
Author
Lines
2014-02-02
libsyntax: Introduce an `InternedString` type to reduce `@str` in the
Patrick Walton
-5
/
+11
2014-01-22
Add LowerExp 'e' and UpperExp 'E' format traits/specifiers
SiegeLord
-0
/
+2
2014-01-19
auto merge of #11644 : huonw/rust/less-fatality, r=cmr
bors
-2
/
+5
2014-01-17
auto merge of #11585 : nikomatsakis/rust/issue-3511-rvalue-lifetimes, r=pcwalton
bors
-4
/
+11
2014-01-18
syntax::ext: replace span_fatal with span_err in many places.
Huon Wilson
-2
/
+5
2014-01-16
Load macros from external modules
Steven Fackler
-1
/
+1
2014-01-15
Issue #3511 - Rationalize temporary lifetimes.
Niko Matsakis
-4
/
+11
2014-01-09
libsyntax: Renamed types, traits and enum variants to CamelCase.
Eduard Burtescu
-8
/
+8
2014-01-03
auto merge of #11149 : alexcrichton/rust/remove-either, r=brson
bors
-24
/
+27
2014-01-03
Remove std::either
Alex Crichton
-24
/
+27
2014-01-02
libsyntax: De-`@mut` `Parser::span`
Patrick Walton
-2
/
+2
2014-01-02
libsyntax: De-`@mut` `token` in the parser
Patrick Walton
-5
/
+5
2014-01-02
libsyntax: Make the parser mutable
Patrick Walton
-5
/
+5
2013-12-29
Start passing around &mut ExtCtxt
Steven Fackler
-7
/
+8
2013-12-28
Stop using @ExtCtxt
Steven Fackler
-4
/
+4
2013-12-17
Remove obsolete mutability from ast::Ty
Seo Sanghyeon
-1
/
+1
2013-12-08
Add dead-code warning pass
Kiet Tran
-1
/
+6
2013-12-01
Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica...
Eduard Burtescu
-3
/
+4
2013-11-28
Register new snapshots
Alex Crichton
-2
/
+2
2013-11-26
libsyntax: Remove all non-`proc` `do` syntax.
Patrick Walton
-3
/
+3
2013-11-08
Generalize AST and ty::Generics to accept multiple lifetimes.
Niko Matsakis
-3
/
+4
2013-10-31
Implement a concat!() format extension
Alex Crichton
-2
/
+4
2013-10-15
Build a few extra features into format! parsing
Alex Crichton
-4
/
+17
2013-10-09
option: rewrite the API to use composition
Daniel Micay
-1
/
+1
2013-10-08
add new enum ast::StrStyle as field to ast::lit_str
Benjamin Herr
-2
/
+2
2013-10-01
Migrate users of 'loop' to 'continue'
Alex Crichton
-3
/
+3
2013-10-01
Change the format! statics to be all-caps
Alex Crichton
-12
/
+16
2013-09-30
syntax: Remove usage of fmt!
Alex Crichton
-29
/
+29
2013-09-27
Remove the notion of an "unknown format"
Alex Crichton
-11
/
+8
2013-09-20
Implement a web backend for rustdoc_ng
Alex Crichton
-1
/
+1
2013-09-18
Allow trailing commas in format!
Alex Crichton
-0
/
+1
2013-09-15
Reduce the amount of complexity in format!
Alex Crichton
-0
/
+756
[prev]