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
/
parse
/
lexer
Age
Commit message (
Expand
)
Author
Lines
2016-01-14
Display better snippet for invalid char literal
Greg Chapple
-10
/
+15
2016-01-12
re-instate comment that was mysteriously disappeared
Tshepang Lekhonkhobe
-0
/
+1
2016-01-04
address review comment
Tshepang Lekhonkhobe
-10
/
+2
2016-01-03
fix "make tidy" failure
Tshepang Lekhonkhobe
-1
/
+2
2016-01-03
run rustfmt on syntax::parse::lexer
Tshepang Lekhonkhobe
-513
/
+764
2015-12-30
use structured errors
Nick Cameron
-23
/
+47
2015-12-17
test errors
Nick Cameron
-27
/
+51
2015-12-17
move error handling from libsyntax/diagnostics.rs to libsyntax/errors/*
Nick Cameron
-11
/
+10
2015-11-18
Add some unicode aliases for ".
Huon Wilson
-0
/
+17
2015-11-17
Detect confusing unicode characters and show the alternative
Ravi Shankar
-1
/
+189
2015-11-05
Improve error message for char literals
Steve Klabnik
-5
/
+6
2015-10-27
Start pushing panics outward in lexer.
Eli Friedman
-34
/
+38
2015-10-10
Prevent `/**/` from being parsed as a doc comment
Barosl Lee
-2
/
+3
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-09-03
Use consistent terminology for byte string literals
Vadim Petrochenkov
-4
/
+4
2015-07-29
Replace illegal with invalid in most diagnostics
Simonas Kazlauskas
-8
/
+8
2015-07-21
Use a span from the correct file for the inner span of a module
Nick Cameron
-0
/
+1
2015-07-13
Auto merge of #26947 - nagisa:unicode-escape-error, r=nrc
bors
-17
/
+27
2015-07-13
Tell unicode escapes can’t be used as bytes earlier/more
Simonas Kazlauskas
-16
/
+14
2015-07-10
Change some instances of .connect() to .join()
Wesley Wiser
-1
/
+1
2015-07-10
Improve some of the string escape diagnostic spans
Simonas Kazlauskas
-6
/
+4
2015-07-10
Improve incomplete unicode escape reporting
Simonas Kazlauskas
-5
/
+19
2015-07-01
Make the unused_mut lint smarter with respect to locals.
Ariel Ben-Yehuda
-1
/
+1
2015-06-22
fix minor indentation issues
Yongqian Li
-13
/
+13
2015-05-17
Auto merge of #25387 - eddyb:syn-file-loader, r=nikomatsakis
bors
-2
/
+2
2015-05-14
Fix stupid mistake from previous commit
Lee Jeffery
-2
/
+5
2015-05-14
Make BytePos calculation same as original
Lee Jeffery
-1
/
+2
2015-05-14
syntax: refactor (Span)Handler and ParseSess constructors to be methods.
Eduard Burtescu
-2
/
+2
2015-05-13
Added test to check that newlines are stripped from comments
Lee Jeffery
-0
/
+9
2015-05-13
Fix byte offset and error message inconsistencies
Lee Jeffery
-3
/
+3
2015-05-08
Fix CRLF line-ending parsing for comments.
Lee Jeffery
-24
/
+26
2015-04-25
Interpolate AST nodes in quasiquote.
Geoffry Song
-107
/
+0
2015-04-24
Change name of unit test sub-module to "tests".
Johannes Oertel
-2
/
+2
2015-04-21
syntax: Copy unstable str::char_at into libsyntax
Erick Tryzelaar
-12
/
+14
2015-04-21
syntax: Replace String::from_str with the stable String::from
Erick Tryzelaar
-1
/
+1
2015-04-21
syntax: remove uses of `.into_cow()`
Erick Tryzelaar
-4
/
+4
2015-04-14
Negative case of `len()` -> `is_empty()`
Tamir Duberstein
-2
/
+2
2015-04-13
Added a help span which informs the user about the escaping of curly braces i...
Manuel Hoffmann
-1
/
+7
2015-04-05
Work towards a non-panicing parser (libsyntax)
Phil Dawes
-2
/
+2
2015-03-31
rollup merge of #23872: huonw/eager-lexing
Alex Crichton
-14
/
+26
2015-03-31
Stabilize std::num
Aaron Turon
-4
/
+3
2015-03-31
Lex binary and octal literals more eagerly.
Huon Wilson
-13
/
+25
2015-03-28
Rollup merge of #23803 - richo:unused-braces, r=Manishearth
Manish Goregaokar
-1
/
+1
2015-03-28
cleanup: Remove unused braces in use statements
Richo Healey
-1
/
+1
2015-03-27
Prevent ICEs when parsing invalid escapes, closes #23620
Florian Hahn
-11
/
+29
2015-03-25
Add trivial cast lints.
Nick Cameron
-2
/
+2
2015-03-20
don't use Result::ok just to be able to use unwrap/unwrap_or
Oliver Schneider
-2
/
+2
2015-03-17
std: Tweak some unstable features of `str`
Alex Crichton
-11
/
+12
2015-03-13
Fallout of std::old_io deprecation
Alex Crichton
-2
/
+2
[next]