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
/
parse
/
lexer
/
comments.rs
Age
Commit message (
Expand
)
Author
Lines
2019-05-11
Eliminate `comments::Literal`
Vadim Petrochenkov
-26
/
+3
2019-02-10
rustc: doc comments
Alexander Regueiro
-3
/
+3
2019-02-07
libsyntax => 2018
Taiki Endo
-12
/
+17
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-05
Fix pretty test
Shotaro Yamada
-1
/
+1
2018-12-04
Use iterator and pattern APIs instead of `char_at`
Shotaro Yamada
-21
/
+7
2018-08-23
use String::new() instead of String::from(""), "".to_string(), "".to_owned() ...
Matthias Krüger
-1
/
+1
2018-08-19
mv codemap() source_map()
Donato Sciarra
-1
/
+1
2018-08-19
mv (mod) codemap source_map
Donato Sciarra
-1
/
+1
2018-08-19
mv filemap source_file
Donato Sciarra
-4
/
+4
2018-08-19
mv CodeMap SourceMap
Donato Sciarra
-2
/
+2
2018-08-13
A few cleanups and minor improvements for the lexer
ljedrz
-6
/
+16
2018-07-10
Deny bare trait objects in in src/libsyntax
ljedrz
-1
/
+1
2018-06-28
Fix FileMap::line_begin_pos().
Michael Woerister
-2
/
+4
2018-06-09
Crate-ify and delete unused code in syntax::parse
Mark Simulacrum
-1
/
+1
2018-05-20
lexer: Fix span override for the first token in a string
Vadim Petrochenkov
-1
/
+1
2018-05-14
Remove `StringReader::col`.
Nicholas Nethercote
-1
/
+13
2018-01-26
Do not capture stderr in the compiler. Instead just panic silently for fatal ...
John Kåre Alsaker
-1
/
+1
2018-01-06
wherein careful doc-decoration arithmetic proves quite the ICE-breaker
Zack M. Davis
-1
/
+1
2017-12-14
Use PathBuf instead of String where applicable
Oliver Schneider
-2
/
+2
2017-08-30
Make fields of `Span` private
Vadim Petrochenkov
-1
/
+1
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-3
/
+3
2017-05-12
Fix some clippy warnings in libsyntax
Andre Bogus
-1
/
+1
2017-04-26
Implement a file-path remapping feature in support of debuginfo and reproduci...
Michael Woerister
-2
/
+2
2017-01-17
Introduce `string_reader.parse_all_token_trees()`.
Jeffrey Seyfried
-4
/
+2
2017-01-17
Give the `StringReader` a `sess: &ParseSess`.
Jeffrey Seyfried
-6
/
+3
2016-10-18
Fix some pretty printing tests
Vadim Petrochenkov
-16
/
+30
2016-10-05
Rename StringReader::curr as ch.
Nicholas Nethercote
-15
/
+15
2016-10-05
Rename StringReader::last_pos as pos.
Nicholas Nethercote
-5
/
+5
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-1
/
+2
2016-06-16
Add an abs_path member to FileMap, use it when writing debug info.
Ted Mielczarek
-1
/
+1
2016-01-16
libsyntax: accept only whitespace with the PATTERN_WHITE_SPACE property
Kevin Butler
-2
/
+2
2016-01-04
address review comment
Tshepang Lekhonkhobe
-10
/
+2
2016-01-03
run rustfmt on syntax::parse::lexer
Tshepang Lekhonkhobe
-51
/
+71
2015-12-17
move error handling from libsyntax/diagnostics.rs to libsyntax/errors/*
Nick Cameron
-2
/
+2
2015-10-27
Start pushing panics outward in lexer.
Eli Friedman
-1
/
+1
2015-10-01
Stop re-exporting AttrStyle's variants and rename them.
Ms2ger
-2
/
+2
2015-09-03
std: Account for CRLF in {str, BufRead}::lines
Alex Crichton
-1
/
+1
2015-07-10
Change some instances of .connect() to .join()
Wesley Wiser
-1
/
+1
2015-04-24
Change name of unit test sub-module to "tests".
Johannes Oertel
-1
/
+1
2015-04-21
syntax: Copy unstable str::char_at into libsyntax
Erick Tryzelaar
-3
/
+4
2015-04-21
syntax: Replace String::from_str with the stable String::from
Erick Tryzelaar
-1
/
+1
2015-04-14
Negative case of `len()` -> `is_empty()`
Tamir Duberstein
-2
/
+2
2015-03-17
std: Tweak some unstable features of `str`
Alex Crichton
-4
/
+3
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-4
/
+4
2015-03-02
Use `const`s instead of `static`s where appropriate
Florian Zeitz
-2
/
+2
2015-02-20
Addressed PR comments
Marvin Löbel
-2
/
+2
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
-2
/
+2
[next]