about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2019-04-20Fix additional variadic typosvarkor-1/+1
2019-04-20Fix typo in variadic C function warningvarkor-1/+1
2019-04-20Feature gate async fn methodsvarkor-19/+23
2019-04-20Auto merge of #59700 - matklad:simplify, r=eddybbors-17/+5
2019-04-20Fix fn front matter parsing ICE from invalid code.David Wood-1/+6
2019-04-19Remove assumption from recovery codeEsteban Küber-1/+1
2019-04-19Some cleanup to `maybe_parse_struct_expr`Vadim Petrochenkov-18/+13
2019-04-19remove duplicated code and simplify logicEsteban Küber-30/+31
2019-04-19Identify missing ambiguous case with best effort suggestionEsteban Küber-4/+4
2019-04-19Emit specific error for struct literal in conditionsEsteban Küber-5/+52
2019-04-19Rollup merge of #60060 - mtak-:rtm-x86-feature, r=petrochenkovMazdak Farrokhzad-0/+1
2019-04-18Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkovbors-1/+1
2019-04-17whitelist rtm x86 cpu featuretyler-0/+1
2019-04-18Rename moduleYuki OKUSHI-1/+1
2019-04-18Rename diagnositc_list into error_codesYuki OKUSHI-0/+0
2019-04-17Auto merge of #60034 - rasendubi:fix-comments, r=Centrilbors-1/+1
2019-04-17Fix comments around test harness generationAlexey Shmalko-1/+1
2019-04-17Rollup merge of #59128 - oli-obk:colorful_json, r=mark-i-m,eddybMazdak Farrokhzad-11/+22
2019-04-17Deny `internal` in stage0Mateusz Mikuła-1/+1
2019-04-15Preallocate BUILTIN_ATTRIBUTES symbols and use a hash map instead of loopingJohn Kåre Alsaker-392/+494
2019-04-15Ensure the symbols are pure stringsJohn Kåre Alsaker-1/+7
2019-04-15Make check_name genericJohn Kåre Alsaker-36/+24
2019-04-15Use a proc macro to declare preallocated symbolsJohn Kåre Alsaker-14/+41
2019-04-14Auto merge of #59693 - nnethercote:64-bit-Spans, r=petrochenkovbors-1/+1
2019-04-14Rollup merge of #59858 - mark-i-m:dup-matcher-bindings-3, r=CentrilMazdak Farrokhzad-14/+4
2019-04-14Rollup merge of #59735 - matklad:deadcode, r=sanxiynMazdak Farrokhzad-15/+5
2019-04-12Rollup merge of #59866 - estebank:recover-missing-semi, r=petrochenkovMazdak Farrokhzad-0/+26
2019-04-12Rollup merge of #59862 - estebank:tweak-unstable-diag, r=petrochenkovMazdak Farrokhzad-36/+55
2019-04-12Rollup merge of #59847 - Kampfkarren:try-block-catch, r=estebankMazdak Farrokhzad-1/+9
2019-04-11Auto merge of #59227 - Zoxc:fix-get, r=eddybbors-10/+12
2019-04-11review commentsEsteban Küber-16/+15
2019-04-11Reword tracking issue noteEsteban Küber-2/+5
2019-04-10make duplicate matcher bindings a hard errorMark Mansi-14/+4
2019-04-10FeedbackKampfkarren-1/+2
2019-04-10Tweak unstable diagnostic outputEsteban Küber-36/+52
2019-04-10Recover from missing semicolon based on the found tokenEsteban Küber-0/+27
2019-04-10Adhere to tidy scriptKampfkarren-1/+2
2019-04-10Special error when using catch after tryKampfkarren-1/+7
2019-04-05remove lookup_char_pos_adjAleksey Kladov-15/+5
2019-04-05Rollup merge of #59687 - matklad:shebang, r=petrochenkovMazdak Farrokhzad-11/+5
2019-04-05Increase `Span` from 4 bytes to 8 bytes.Nicholas Nethercote-1/+1
2019-04-04Simplify doc comment lexingAleksey Kladov-17/+5
2019-04-04Rollup merge of #59671 - matklad:lexer, r=eddybMazdak Farrokhzad-8/+8
2019-04-04cleanup shebang handling in the lexerAleksey Kladov-11/+5
2019-04-03Deny internal lints on non conflicting cratesflip1995-0/+1
2019-04-03make StringReader methods privateAleksey Kladov-2/+2
2019-04-03make StringReader fields privateAleksey Kladov-6/+6
2019-04-02Rename `colorful-json` to `json-rendered` and make it a selection instead of ...Oliver Scherer-9/+9
2019-04-02Update more unit test to new APIOliver Scherer-0/+2
2019-04-02Emit ansi color codes in the `rendered` field of json diagnosticsOliver Scherer-10/+19