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
/
librustc_lexer
Age
Commit message (
Expand
)
Author
Lines
2020-04-28
Revert "Rollup merge of #71372 - ayushmishra2005:shebang_stripping, r=estebank"
Eduard-Mihai Burtescu
-24
/
+1
2020-04-21
Minor refactoring
Ayush Kumar Mishra
-1
/
+1
2020-04-21
Fix formatting issue
Ayush Kumar Mishra
-1
/
+0
2020-04-21
Refactoring and added test-cases #70528
Ayush Kumar Mishra
-1
/
+25
2020-04-21
Fix #! (shebang) stripping account space issue #70528
Ayush Kumar Mishra
-1
/
+1
2020-04-02
Handle unterminated raw strings with no #s properly
Russell Cohen
-1
/
+35
2020-03-31
Fix tests to handle debug_assert
Russell Cohen
-0
/
+2
2020-03-30
Clean up redudant conditions and match exprs
Russell Cohen
-1
/
+1
2020-03-29
Cleanup error messages, improve docstrings
Russell Cohen
-17
/
+32
2020-03-29
Improve error messages for raw strings (#60762)
Russell Cohen
-23
/
+229
2020-03-20
remove redundant returns (clippy::needless_return)
Matthias Krüger
-3
/
+3
2020-03-06
fix various typos
Matthias Krüger
-2
/
+2
2020-02-13
Spelling error "represening" to "representing"
Drew Ripberger
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-18
/
+9
2019-11-10
move syntax::parse -> librustc_parse
Mazdak Farrokhzad
-1
/
+1
2019-11-04
librustc_lexer: Make nth_char method private
Igor Aleksanov
-1
/
+1
2019-11-04
librustc_lexer: Reorder imports in lib.rs
Igor Aleksanov
-3
/
+2
2019-11-04
librustc_lexer: Simplify "lifetime_or_char" method
Igor Aleksanov
-30
/
+37
2019-11-03
librustc_lexer: Simplify "raw_double_quoted_string" method
Igor Aleksanov
-25
/
+34
2019-11-03
librustc_lexer: Simplify "double_quoted_string" method
Igor Aleksanov
-6
/
+6
2019-11-03
librustc_lexer: Simplify "single_quoted_string" method
Igor Aleksanov
-11
/
+15
2019-11-03
librustc_lexer: Make "eat_float_exponent" return bool instead of result
Igor Aleksanov
-4
/
+6
2019-11-03
librustc_lexer: Introduce "eat_while" and "eat_identifier" methods
Igor Aleksanov
-22
/
+28
2019-11-03
librustc_lexer: Add methods "first" and "second" to the "Cursor"
Igor Aleksanov
-20
/
+30
2019-10-27
librustc_lexer: Enhance documentation
Igor Aleksanov
-24
/
+225
2019-09-05
fill metadata in rustc_lexer's Cargo.toml
Aleksey Kladov
-0
/
+6
2019-09-04
flatten rustc_lexer::character_properties module
Aleksey Kladov
-65
/
+70
2019-09-04
remove XID and Pattern_White_Space unicode tables from libcore
Aleksey Kladov
-37
/
+34
2019-08-19
remove composite tokens support from the lexer
Aleksey Kladov
-162
/
+14
2019-08-14
remove special handling of \r\n from the lexer
Aleksey Kladov
-38
/
+11
2019-08-02
librustc_lexer: Unconfigure tests during normal build
Vadim Petrochenkov
-280
/
+279
2019-07-27
Add comment
topecongiro
-0
/
+2
2019-07-27
Add lib section to rustc_lexer's Cargo.toml
topecongiro
-0
/
+4
2019-07-23
Rollup merge of #62869 - matklad:feature-gate, r=Mark-Simulacrum
Mark Rousskov
-2
/
+1
2019-07-23
Update src/librustc_lexer/src/lib.rs
Aleksey Kladov
-1
/
+1
2019-07-22
add rustc_private as a proper language feature gate
Aleksey Kladov
-1
/
+0
2019-07-21
move unescape module to rustc_lexer
Aleksey Kladov
-0
/
+603
2019-07-20
Introduce rustc_lexer
Aleksey Kladov
-0
/
+776