about summary refs log tree commit diff
path: root/src/libsyntax/parse/lexer
AgeCommit message (Expand)AuthorLines
2019-03-07Fix with_emitter callersEsteban Küber-1/+1
2019-02-16help suggestion when trying to delimit string literals with directed unicode ...Patrick McCarter-9/+44
2019-02-13Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasperMazdak Farrokhzad-4/+3
2019-02-13Cleanup importsTaiki Endo-2/+2
2019-02-13Rename rustc_errors dependency in rust 2018 cratesTaiki Endo-3/+2
2019-02-10rustc: doc commentsAlexander Regueiro-9/+9
2019-02-07Deduplicate mismatched delimiter errorsEsteban Küber-15/+26
2019-02-07libsyntax => 2018Taiki Endo-33/+41
2019-01-26remove `_with_applicability` from suggestion fnsAndy Russell-3/+3
2019-01-20Auto merge of #56884 - euclio:codeblock-diagnostics, r=QuietMisdreavusbors-13/+0
2019-01-20Revert changeYuki Okushi-3/+2
2019-01-20[WIP] Improve error behaviorYuki Okushi-6/+8
2019-01-18Continue chekingYuki Okushi-1/+1
2019-01-16Cancel processYuki Okushi-1/+1
2019-01-14rustdoc: check code block syntax in early passAndy Russell-13/+0
2019-01-14Rollup merge of #57540 - estebank:eval-more, r=petrochenkovMazdak Farrokhzad-1/+1
2019-01-11Continue evaluating after parsing incorrect binary literalEsteban Küber-1/+1
2019-01-08Make `TokenStream` less recursive.Nicholas Nethercote-4/+4
2018-12-31Do not use unicode character in diagnostic helpEsteban Küber-1/+1
2018-12-31Use structured suggestion for braceless unicode escape squenceEsteban Küber-6/+30
2018-12-25Remove licensesMark Rousskov-40/+0
2018-12-23Rollup merge of #56964 - nnethercote:TokenStream-IsJoint, r=petrochenkovMazdak Farrokhzad-3/+2
2018-12-20Remove `TokenStream::JointTree`.Nicholas Nethercote-3/+2
2018-12-19Rollup merge of #56910 - estebank:unclosed-eof, r=oli-obkPietro Albini-1/+9
2018-12-17Do not point at delim spans for complete correct blocksEsteban Küber-1/+9
2018-12-12Rename `TokenStream::concat` and remove `TokenStream::concat_rc_vec`.Nicholas Nethercote-3/+3
2018-12-10Remove `tokenstream::Delimited`.Nicholas Nethercote-4/+5
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-12-06Rollup merge of #56500 - ljedrz:cleanup_rest_of_const_lifetimes, r=zackmdavisPietro Albini-1/+1
2018-12-06Auto merge of #54517 - mcr431:53956-panic-on-include_bytes-of-own-file, r=mic...bors-1/+1
2018-12-05Fix pretty testShotaro Yamada-1/+1
2018-12-04adds DocTest filename variant, refactors doctest_offset out of source_map, fi...Matthew Russo-1/+1
2018-12-04cleanup: remove static lifetimes from constsljedrz-1/+1
2018-12-04Use iterator and pattern APIs instead of `char_at`Shotaro Yamada-38/+26
2018-11-26Update outdated code comments in StringReaderJason Langenauer-3/+2
2018-11-14Clean up some non-mod-rs stuff.Eric Huss-1/+0
2018-11-04Auto merge of #54861 - rep-nop:find_main_in_doctest, r=estebankbors-1/+22
2018-11-01buffer errors from initial tokenization when parsingQuietMisdreavus-1/+22
2018-10-29Rename other occs of (Code/File)Map to Source(Map/File) #51574David Lavati-54/+54
2018-09-29Add a sentence before rustc errorsGuillaume Gomez-1/+3
2018-09-29Improve error display for codeblocks in rustdocGuillaume Gomez-0/+11
2018-09-09Don't compute padding of braces unless they are unmatchedEsteban Küber-26/+23
2018-09-09Auto merge of #53902 - dtolnay:group, r=petrochenkovbors-3/+3
2018-09-08Track distinct spans for open and close delimiterDavid Tolnay-3/+3
2018-09-05Change wording of unclosed delimiter labelEsteban Küber-1/+4
2018-09-05Provide more context for unenclosed delimitersEsteban Küber-2/+43
2018-09-05Reword un-closed delimiter labelEsteban Küber-2/+2
2018-08-28Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc.Eduard-Mihai Burtescu-3/+3
2018-08-23use String::new() instead of String::from(""), "".to_string(), "".to_owned() ...Matthias Krüger-1/+1
2018-08-20Set applicability for more suggestions.Sébastien Duquette-2/+6