about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2017-06-21Rollup merge of #42620 - wesleywiser:compile_error, r=brsonCorey Farwell-0/+5
2017-06-19Bump version and stage0 compilerAlex Crichton-4/+0
2017-06-19Add compile_error!Wesley Wiser-0/+5
2017-06-18Auto merge of #42593 - ibabushkin:on-demand-external-source, r=eddybbors-47/+40
2017-06-16Auto merge of #42690 - frewsxcv:rollup, r=frewsxcvbors-31/+45
2017-06-16Rollup merge of #42656 - VBChunguk:struct-field-attributes, r=nikomatsakisCorey Farwell-31/+2
2017-06-16Rollup merge of #42616 - estebank:span-fix, r=nikomatsakisCorey Farwell-0/+43
2017-06-16Auto merge of #42578 - estebank:recover-binop, r=nikomatsakisbors-9/+94
2017-06-15Position span label correctly when it isn't lastEsteban Küber-0/+43
2017-06-15Review commentsEsteban Küber-99/+71
2017-06-15Remove struct_field_attributes feature gateWonwoo Choi-31/+2
2017-06-14Auto merge of #42433 - marco-c:profiling, r=alexcrichtonbors-0/+11
2017-06-13Auto merge of #42471 - nrc:save-sig-2, r=eddybbors-7/+20
2017-06-12External spans: added lazy source loading elsewhereInokentiy Babushkin-24/+25
2017-06-12Change `<` interpreted as generic arg start warningEsteban Küber-23/+33
2017-06-12Fix affected testsEsteban Küber-1/+2
2017-06-12External spans: address review.Inokentiy Babushkin-13/+3
2017-06-11Suggest non-ambiguous comparison after castEsteban Küber-2/+19
2017-06-12Add a sig module to save-analysisNick Cameron-7/+20
2017-06-11Learn to parse `a as usize < b`Esteban Küber-8/+93
2017-06-11Add E0609Guillaume Gomez-0/+11
2017-06-11External spans: fixed unit tests and addressed review.Inokentiy Babushkin-3/+4
2017-06-11Added hash verification to external source loading.Inokentiy Babushkin-7/+2
2017-06-11Added consumption logic for external sources in FileMapInokentiy Babushkin-1/+1
2017-06-11Improved lazy external source loading and inserted calls.Inokentiy Babushkin-1/+1
2017-06-10Added external crates' sources to FileMap.Inokentiy Babushkin-0/+20
2017-06-10Moved FileMap construction to it's own constructor.Inokentiy Babushkin-27/+3
2017-06-10Added source hashes to FileMapInokentiy Babushkin-0/+10
2017-06-10Auto merge of #42533 - Mark-Simulacrum:macro-parse-speed-small, r=jseyfriedbors-27/+34
2017-06-08Speed up expansion.Mark Simulacrum-27/+34
2017-06-07Replace some matches with try.Masaki Hara-8/+2
2017-06-06Auto merge of #41990 - qnighy:disallow-underscore-suffix-for-string-like-lite...bors-0/+9
2017-06-04Merge branch 'profiling' of github.com:whitequark/rust into profilingMarco Castelluccio-0/+11
2017-06-03Auto merge of #42334 - est31:master, r=jseyfriedbors-4/+7
2017-06-03Rollup merge of #42368 - estebank:call-site, r=nikomatsakisCorey Farwell-0/+9
2017-06-02Rollup merge of #42319 - Manishearth:const-extern, r=nikomatsakisMark Simulacrum-0/+4
2017-05-31Use callsite's span for macro calls on suggestionEsteban Küber-0/+9
2017-06-01Rollup merge of #42302 - GuillaumeGomez:new-error-codes-next, r=SusurrusCorey Farwell-0/+8
2017-06-01Rollup merge of #42136 - petrochenkov:oldhard, r=nikomatsakisCorey Farwell-8/+0
2017-05-31Improve error message for const extern fnManish Goregaokar-0/+4
2017-05-31Extend the unused macro lint to macros 2.0est31-4/+7
2017-05-31Emit proper expectation for the "default" keyword.Masaki Hara-2/+11
2017-05-31Parse macros named "default" correctly.Masaki Hara-19/+14
2017-05-31Add warning cycle #42326.Masaki Hara-1/+14
2017-05-30Turn sufficiently old compatibility lints into hard errorsVadim Petrochenkov-8/+0
2017-05-30Add new error codeGuillaume Gomez-0/+8
2017-05-28Auto merge of #42175 - michaelwoerister:filemap-hashing-fix-1, r=nikomatsakisbors-28/+0
2017-05-27Rollup merge of #42207 - Nashenas88:remove_fragment_info, r=eddybMark Simulacrum-6/+0
2017-05-27Auto merge of #42162 - est31:closure-to-fn-coercion, r=aturonbors-6/+2
2017-05-27Auto merge of #42103 - jorendorff:master, r=estebankbors-3/+12