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
/
source_util.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-07
rollup merge of #20657: alexcrichton/stabilize-macros
Alex Crichton
-6
/
+0
2015-01-07
use slicing sugar
Jorge Aparicio
-9
/
+9
2015-01-07
std: Stablize the macros module
Alex Crichton
-6
/
+0
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-4
/
+4
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-4
/
+4
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-7
/
+7
2014-12-23
Rename include_bin! to include_bytes!
Chris Wong
-1
/
+7
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-9
/
+7
2014-11-20
Rename `col!` to `column!`.
Huon Wilson
-3
/
+3
2014-10-30
rustc: Implement -l and include! tweaks
Alex Crichton
-6
/
+29
2014-09-18
syntax: use an index in CodeMap instead of Gc for ExpnInfo.
Eduard Burtescu
-37
/
+9
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-8
/
+8
2014-07-15
Fix errors
Adolfo Ochagavía
-1
/
+0
2014-07-15
Deprecate `str::from_utf8_owned`
Adolfo Ochagavía
-5
/
+5
2014-07-09
syntax: doc comments all the things
Corey Richardson
-7
/
+7
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-2
/
+2
2014-06-11
syntax: Move the AST from @T to Gc<T>
Alex Crichton
-1
/
+2
2014-06-06
Change to_str().to_string() to just to_str()
Adolfo Ochagavía
-1
/
+1
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-3
/
+3
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-1
/
+1
2014-05-22
libstd: Remove all uses of `~str` from `libstd`
Patrick Walton
-1
/
+3
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-3
/
+11
2014-05-17
syntax: Tighten search paths for inner modules
Alex Crichton
-0
/
+2
2014-05-08
libsyntax: Remove uses of `~str` from libsyntax, and fix fallout
Patrick Walton
-7
/
+8
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-9
/
+8
2014-04-16
syntax: unify all MacResult's into a single trait.
Huon Wilson
-22
/
+22
2014-04-06
De-~[] Reader and Writer
Steven Fackler
-2
/
+2
2014-03-30
Removed deprecated functions `map` and `flat_map` for vectors and slices.
Marvin Löbel
-0
/
+2
2014-03-22
syntax: Fix fallout of removing get()
Alex Crichton
-1
/
+1
2014-03-17
De-@ codemap and diagnostic.
Eduard Burtescu
-2
/
+2
2014-03-01
libsyntax: Fix errors arising from the automated `~[T]` conversion
Patrick Walton
-0
/
+1
2014-02-18
Avoid returning original macro if expansion fails.
Douglas Young
-6
/
+6
2014-02-14
Refactored ast_map and friends, mainly to have Paths without storing them.
Eduard Burtescu
-6
/
+2
2014-02-03
syntax: Remove io_error usage
Alex Crichton
-5
/
+4
2014-02-02
syntax: convert LitBinary from @[u8] to Rc<~[u8]>.
Huon Wilson
-4
/
+2
2014-02-02
librustc: Fix merge fallout.
Patrick Walton
-1
/
+6
2014-02-02
libsyntax: De-`@str` pathnames
Patrick Walton
-1
/
+1
2014-02-02
librustc: Stop using `@str` for source.
Patrick Walton
-2
/
+2
2014-02-02
libsyntax: De-`@str` literal strings in the AST
Patrick Walton
-6
/
+7
2014-01-21
[std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr...
Simon Sapin
-1
/
+1
2014-01-18
syntax::ext: replace span_fatal with span_err in many places.
Huon Wilson
-8
/
+18
2014-01-09
libsyntax: Renamed types, traits and enum variants to CamelCase.
Eduard Burtescu
-9
/
+9
2014-01-08
Fix CodeMap issue in expand_include_str()
Michael Woerister
-13
/
+6
2014-01-04
etc: licenseck: don't hardcode a specific year
Adrien Tétar
-2
/
+2
2014-01-03
libsyntax: De-`@mut` `CodeMap::files`
Patrick Walton
-1
/
+2
2014-01-03
libsyntax: De-`@mut` `FileMap::multibyte_chars`
Patrick Walton
-1
/
+1
2014-01-03
libsyntax: De-`@mut` `FileMap::lines`
Patrick Walton
-1
/
+2
2014-01-02
libsyntax: Make the parser mutable
Patrick Walton
-3
/
+7
2013-12-29
Start passing around &mut ExtCtxt
Steven Fackler
-9
/
+9
2013-12-28
Stop using @ExtCtxt
Steven Fackler
-9
/
+9
[next]