about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2018-03-08Note the future epoch for epoch lintsManish Goregaokar-6/+8
2018-03-08Make it possible to ungate features by epochManish Goregaokar-6/+19
2018-03-08Allow mentioning an optional epoch on featuresManish Goregaokar-185/+186
2018-03-08Move epochs to libsyntaxManish Goregaokar-0/+69
2018-03-08Add codemap functions to retrieve the source before a given spanBasile Desloges-3/+63
2018-03-08in which parentheses are suggested for should-have-been-tuple-patternsZack M. Davis-5/+39
2018-03-08Rollup merge of #48808 - Zoxc:reg-diag, r=michaelwoeristerManish Goregaokar-20/+12
2018-03-08Stabilize const_indexing featureOliver Schneider-3/+2
2018-03-08Move REGISTERED_DIAGNOSTICS to a ParseSess fieldJohn Kåre Alsaker-20/+12
2018-03-07check stability of macro invocationsAustin Bonander-17/+56
2018-03-06Add `inline` to `TransFnAttrs`Wesley Wiser-114/+1
2018-03-06note a FIXMERalf Jung-0/+1
2018-03-06make bounds on higher-kinded lifetimes a hard error in ast_validationRalf Jung-12/+2
2018-03-06Rollup merge of #48546 - GuillaumeGomez:raw-string-error-note, r=estebankkennytm-8/+25
2018-03-06Rollup merge of #48403 - lukaslueg:casted, r=steveklabnikkennytm-1/+1
2018-03-05Turn features() into a query.Michael Woerister-17/+22
2018-03-04Add note for unterminated raw string errorGuillaume Gomez-8/+25
2018-03-03rust: Import LLD for linking wasm objectsAlex Crichton-8/+0
2018-03-02Rollup merge of #48338 - estebank:match-missing-comma, r=petrochenkovManish Goregaokar-31/+121
2018-03-02Replace Rc with Lrc for shared dataJohn Kåre Alsaker-91/+91
2018-03-01Rollup merge of #48522 - etaoins:fix-find-width-of-character-at-span-bounds-c...Manish Goregaokar-8/+11
2018-03-01Rollup merge of #48500 - petrochenkov:parpat, r=nikomatsakisManish Goregaokar-28/+58
2018-03-01Fix spelling s/casted/cast/Lukas Lueg-1/+1
2018-02-28Rollup merge of #48380 - nikomatsakis:issue-48251-master, r=acrichtoManish Goregaokar-1/+73
2018-02-28Rollup merge of #48359 - jsgf:remap-path-prefix, r=sanxiynManish Goregaokar-1/+1
2018-03-01Support parentheses in patterns under feature gateVadim Petrochenkov-28/+58
2018-02-28Auto merge of #48056 - ExpHP:macro-commas, r=dtolnaybors-2/+4
2018-02-27Diagnostic tweaks (review)Esteban Küber-17/+11
2018-02-27Add label to primary span in some parse errorsEsteban Küber-21/+64
2018-02-27Detect missing `if` blocksEsteban Küber-8/+27
2018-02-27Provide missing comma in match arm suggestionEsteban Küber-2/+36
2018-02-27add lint to detect ignored generic bounds; this subsumes the previous 'generi...Ralf Jung-0/+19
2018-02-26Support flag `-Z ui-testing` for tweaking diagnostic output for UI testsVadim Petrochenkov-1/+9
2018-02-26Auto merge of #48082 - jseyfried:improve_struct_field_hygiene, r=petrochenkovbors-1/+1
2018-02-25Fix find_width_of_character_at_span bounds checkRyan Cumming-8/+11
2018-02-24Rollup merge of #48490 - petrochenkov:orpat, r=eddybManish Goregaokar-32/+46
2018-02-24Rollup merge of #48481 - Manishearth:dyn-paren, r=petrochenkovManish Goregaokar-5/+9
2018-02-24Rollup merge of #48441 - petrochenkov:exty, r=estebankManish Goregaokar-1/+1
2018-02-24Rollup merge of #48356 - estebank:unsafe-without-braces, r=nikomatsakisManish Goregaokar-0/+2
2018-02-24Rollup merge of #48143 - nikomatsakis:termination_trait_in_tests, r=eddybManish Goregaokar-52/+149
2018-02-24Rollup merge of #48084 - cramertj:impl-trait-errors, r=nikomatsakisManish Goregaokar-69/+1
2018-02-24Implement multiple patterns with `|` in `if let` and `while let`Vadim Petrochenkov-32/+46
2018-02-23parse `dyn (Foo)` as a trait objectManish Goregaokar-5/+9
2018-02-23Rollup merge of #48429 - toidiu:patch-1, r=nikomatsakisManish Goregaokar-1/+1
2018-02-23Rollup merge of #48083 - jseyfried:improve_tuple_struct_field_access_hygiene,...Manish Goregaokar-5/+3
2018-02-23Auto merge of #47799 - topecongiro:fix-span-of-visibility, r=petrochenkovbors-63/+100
2018-02-22handle `#[bench]` functions betterNiko Matsakis-19/+43
2018-02-22remove tokenstreamNiko Matsakis-1/+0
2018-02-22Implement --remap-path-prefixJeremy Fitzhardinge-1/+1
2018-02-22put the "unit test" logic into libtestNiko Matsakis-36/+24