about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2019-03-01Expand where negative supertrait specific error is shownEsteban Küber-24/+28
2019-02-28Auto merge of #57760 - dlrobertson:varargs1, r=alexregbors-67/+95
2019-02-27Rename variadic to c_variadicDan Robertson-29/+29
2019-02-27Add c_variadic language feature itemDan Robertson-0/+12
2019-02-27Support defining C compatible variadic functionsDan Robertson-50/+66
2019-02-27Rollup merge of #58761 - Mark-Simulacrum:add-feature-gate-unwind, r=CentrilMazdak Farrokhzad-2/+2
2019-02-27Rollup merge of #58748 - hellow554:scoped_tls, r=estebankMazdak Farrokhzad-1/+1
2019-02-27Rollup merge of #58678 - doctorn:refuse-async-fn-2015-edition, r=varkorMazdak Farrokhzad-22/+46
2019-02-27Rollup merge of #58630 - nnethercote:fix-fold_clobber, r=petrochenkovMazdak Farrokhzad-2/+10
2019-02-27Rollup merge of #58075 - asettouf:master, r=varkorMazdak Farrokhzad-6/+12
2019-02-26Add tracking issue for the unwind attribute.Mark Rousskov-2/+2
2019-02-26Changing error message to reflect changes with the 2018 editionAdonis-6/+12
2019-02-26update scoped_tls to 1.0Marcel Hellwig-1/+1
2019-02-26Make `visit_clobber` panic-safe.Nicholas Nethercote-2/+10
2019-02-25Stabilize `unrestricted_attribute_tokens`Vadim Petrochenkov-11/+7
2019-02-25Restrict value in key-value attributes to literalsVadim Petrochenkov-5/+15
2019-02-24Deny `async fn` in 2015 editionNathan Corbyn-22/+46
2019-02-24Auto merge of #58315 - gnzlbg:returns_twice, r=alexcrichtonbors-0/+8
2019-02-24Rollup merge of #57364 - hdhoang:33418_negative_bounds, r=estebankMazdak Farrokhzad-21/+59
2019-02-23Correct error messagegnzlbg-1/+1
2019-02-23Implement ffi_returns_twice attributegnzlbg-0/+8
2019-02-23Rollup merge of #58654 - estebank:underflow, r=nikomatsakisMazdak Farrokhzad-4/+8
2019-02-23Rollup merge of #58526 - pmccarter:master, r=estebankMazdak Farrokhzad-9/+44
2019-02-23Rollup merge of #58476 - nnethercote:rm-LazyTokenStream, r=petrochenkovMazdak Farrokhzad-215/+156
2019-02-23Improve parsing diagnostic for negative supertrait boundsHoàng Đức Hiếu-21/+59
2019-02-22Do not underflow after resetting unmatched braces countEsteban Küber-4/+8
2019-02-22Rollup merge of #58589 - matklad:remove-hack, r=petrochenkovMazdak Farrokhzad-4/+2
2019-02-22Rollup merge of #58588 - matklad:dead-code, r=petrochenkovMazdak Farrokhzad-6/+0
2019-02-22Rollup merge of #58198 - igorsdv:suggest-removing-parentheses-surrounding-lif...Mazdak Farrokhzad-2/+15
2019-02-20cleanup macro after 2018 transitionAleksey Kladov-4/+2
2019-02-20remove a bit of dead codeAleksey Kladov-6/+0
2019-02-18Fix style nitsDan Robertson-2/+10
2019-02-18Make `interpolated_to_tokenstream` a method on `Nonterminal`.Nicholas Nethercote-84/+83
2019-02-18Avoid a `clone()` in `transcribe()`.Nicholas Nethercote-11/+11
2019-02-18Remove `LazyTokenStream`.Nicholas Nethercote-110/+54
2019-02-18Change `Token::interpolated_to_tokenstream()`.Nicholas Nethercote-33/+31
2019-02-16help suggestion when trying to delimit string literals with directed unicode ...Patrick McCarter-9/+44
2019-02-16Rollup merge of #58074 - scottmcm:stabilize-sort_by_cached_key, r=SimonSapinkennytm-1/+0
2019-02-12Stabilize slice_sort_by_cached_keyScott McMurray-1/+0
2019-02-13Rollup merge of #58387 - alexreg:fix-trait-alias-2, r=centrilMazdak Farrokhzad-1/+7
2019-02-13Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasperMazdak Farrokhzad-32/+31
2019-02-13Rollup merge of #58166 - euclio:deprecation-shorthand, r=petrochenkovMazdak Farrokhzad-63/+78
2019-02-12Auto merge of #58051 - SimonSapin:str_escape, r=alexcrichtonbors-3/+2
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-289/+300
2019-02-13Cleanup importsTaiki Endo-17/+18
2019-02-13Rename rustc_errors dependency in rust 2018 cratesTaiki Endo-27/+25
2019-02-12Auto merge of #58098 - oli-obk:maybe_allow_internal_unstable, r=petrochenkovbors-34/+75
2019-02-12Stabilize str::escape_* methodsSimon Sapin-1/+0
2019-02-12New return types for str::escape_* that impl Display and Iterator<char>Simon Sapin-2/+2
2019-02-12Disallow `auto` trait alias syntax.Alexander Regueiro-1/+7