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
/
concat.rs
Age
Commit message (
Expand
)
Author
Lines
2014-06-17
Add a b'x' byte literal of type u8.
Simon Sapin
-0
/
+1
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-2
/
+2
2014-05-22
libstd: Remove all uses of `~str` from `libstd`
Patrick Walton
-1
/
+1
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-3
/
+3
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-1
/
+2
2014-05-02
syntax: store char literals/tokens as `char`s rather than u32s.
Huon Wilson
-2
/
+1
2014-04-16
syntax: unify all MacResult's into a single trait.
Huon Wilson
-3
/
+3
2014-04-10
libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and
Patrick Walton
-4
/
+7
2014-03-02
Expand string literals and exprs inside of macros
Steven Fackler
-1
/
+0
2014-02-18
Avoid returning original macro if expansion fails.
Douglas Young
-1
/
+1
2014-02-02
libsyntax: Make float literals not use `@str`
Patrick Walton
-4
/
+3
2014-02-02
libsyntax: De-`@str` literal strings in the AST
Patrick Walton
-3
/
+6
2014-01-18
syntax::ext: replace span_fatal with span_err in many places.
Huon Wilson
-1
/
+4
2014-01-09
libsyntax: Renamed types, traits and enum variants to CamelCase.
Eduard Burtescu
-11
/
+9
2013-12-29
Start passing around &mut ExtCtxt
Steven Fackler
-1
/
+1
2013-12-28
Stop using @ExtCtxt
Steven Fackler
-1
/
+1
2013-11-28
Register new snapshots
Alex Crichton
-1
/
+1
2013-10-31
Implement a concat!() format extension
Alex Crichton
-0
/
+58