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
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
2016-06-27
Auto merge of #34424 - jseyfried:breaking_batch, r=Manishearth
bors
-11
/
+11
2016-06-26
Rollup merge of #34385 - cgswords:tstream, r=nrc
Jeffrey Seyfried
-8
/
+9
2016-06-24
Revert a change to the relative path for macro-expanded `include!`s
Jeffrey Seyfried
-1
/
+2
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-3
/
+2
2016-06-21
Refactored tokentrees into their own files in preparation for tokenstreams. M...
cgswords
-8
/
+9
2016-06-16
Add an abs_path member to FileMap, use it when writing debug info.
Ted Mielczarek
-2
/
+2
2016-02-11
[breaking-change] don't pub export ast::Lit_ variants
Oliver Schneider
-1
/
+1
2015-12-30
use structured errors
Nick Cameron
-5
/
+3
2015-11-10
Rename _nopanic methods to remove the suffix.
Eli Friedman
-2
/
+2
2015-10-27
Don't use panicking helpers in Parser.
Eli Friedman
-2
/
+2
2015-09-03
Use consistent terminology for byte string literals
Vadim Petrochenkov
-1
/
+1
2015-07-28
remove `get_ident` and `get_name`, make `as_str` sound
Oliver Schneider
-1
/
+1
2015-07-21
Provide a filemap ctor with line info
Nick Cameron
-2
/
+2
2015-07-10
Change some instances of .connect() to .join()
Wesley Wiser
-1
/
+1
2015-06-16
Fix file!(), line!() and column!() macros
Simonas Kazlauskas
-3
/
+3
2015-04-21
syntax: remove #![feature(box_syntax, box_patterns)]
Erick Tryzelaar
-1
/
+1
2015-04-14
include_bytes! now registers the file included
Theo Belaire
-0
/
+5
2015-04-05
Work towards a non-panicing parser (libsyntax)
Phil Dawes
-2
/
+2
2015-03-23
Add generic conversion traits
Aaron Turon
-1
/
+1
2015-03-13
syntax: use lookahead to distinguish inner and outer attributes, instead of p...
Eduard Burtescu
-1
/
+1
2015-03-12
Stabilize std::path
Aaron Turon
-5
/
+1
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-13
/
+20
2015-02-27
Replace MacExpr / MacPat / MacItems with MacEager
Keegan McAllister
-7
/
+7
2015-02-23
Auto merge of #21769 - brooksbp:column-line-macro, r=nick29581
bors
-2
/
+3
2015-02-21
Resolve includeme.fragment conflict.
Brian Brooks
-2
/
+3
2015-02-20
Remove remaining uses of `[]`. This time I tried to use deref coercions where...
Niko Matsakis
-1
/
+1
2015-02-18
Round 3 test fixes and conflicts
Alex Crichton
-4
/
+4
2015-02-18
rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket
Alex Crichton
-3
/
+3
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-3
/
+3
2015-02-18
Opt for .cloned() over .map(|x| x.clone()) etc.
Kevin Butler
-1
/
+1
2015-02-07
Fix handling of parse errors when using `include!()`.
Leo Testard
-2
/
+6
2015-02-06
Libsyntax has been updated
GuillaumeGomez
-2
/
+1
2015-02-06
Replace the get method by the deref one on InternedString
GuillaumeGomez
-1
/
+2
2015-01-26
Fallout of io => old_io
Alex Crichton
-1
/
+1
2015-01-24
syntax: Don't put quotes around filenames in codemap
Alex Crichton
-4
/
+4
2015-01-17
libsyntax: rename functions from uint to usize
Paul Collier
-2
/
+2
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
[next]