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
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
2013-12-10
Fix missing code map entry for uses of `include_str!`.
Jack Moffitt
-1
/
+15
2013-12-04
Revert "libstd: Change `Path::new` to `Path::init`."
Kevin Ballard
-4
/
+4
2013-11-29
libstd: Change `Path::new` to `Path::init`.
Patrick Walton
-4
/
+4
2013-11-28
Register new snapshots
Alex Crichton
-3
/
+3
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-2
/
+2
2013-11-03
Fill out the remaining functionality in io::file
Alex Crichton
-4
/
+3
2013-11-03
Remove all blocking std::os blocking functions
Alex Crichton
-17
/
+8
2013-10-28
Remove the extension traits for Readers/Writers
Alex Crichton
-1
/
+1
2013-10-24
Test fixes and merge conflicts
Alex Crichton
-0
/
+1
2013-10-24
Remove io::read_error
Alex Crichton
-5
/
+3
2013-10-24
Remove even more of std::io
Alex Crichton
-16
/
+35
2013-10-18
Optimize include_bin! for large inputs
Alex Crichton
-8
/
+11
2013-10-16
path2: Update based on more review feedback
Kevin Ballard
-1
/
+1
2013-10-15
path2: Adjust the API to remove all the _str mutation methods
Kevin Ballard
-4
/
+4
2013-10-15
path2: Replace the path module outright
Kevin Ballard
-7
/
+9
2013-09-03
Modernized a few more types in syntax::ast
Marvin Löbel
-1
/
+1
2013-09-01
Modernized a few type names in rustc and syntax
Marvin Löbel
-10
/
+10
2013-08-10
std: Rename Iterator.transform -> .map
Erick Tryzelaar
-1
/
+1
2013-08-05
Updated std::Option, std::Either and std::Result
Marvin Löbel
-3
/
+3
2013-07-17
librustc: Remove all uses of "copy".
Patrick Walton
-1
/
+1
2013-07-05
Do not rely on newtype enum dereference
Seo Sanghyeon
-5
/
+5
2013-06-30
Remove vec::{map, mapi, zip_map} and the methods, except for .map, since this
Huon Wilson
-4
/
+1
2013-06-25
great renaming propagation: syntax
Corey Richardson
-5
/
+3
2013-06-13
Use @str instead of @~str in libsyntax and librustc. Fixes #5048.
Huon Wilson
-9
/
+9
2013-06-10
std: remove str::{connect,concat}*.
Huon Wilson
-3
/
+1
2013-06-06
Clean up a handful of build warnings.
Michael Sullivan
-1
/
+1
2013-06-05
just use TLS interner
John Clements
-1
/
+2
2013-05-30
Remove copy bindings from patterns.
Niko Matsakis
-2
/
+2
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+5
2013-05-22
libextra: Rename the actual metadata names of libcore to libstd and libstd to...
Patrick Walton
-0
/
+2
2013-05-22
syntax/ext: convert all AstBuilder methods to a uniform syntax.
Huon Wilson
-8
/
+8
[next]