about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2018-05-01Auto merge of #49982 - petrochenkov:noreex, r=alexcrichtonbors-43/+40
2018-05-01Auto merge of #49789 - petrochenkov:prelext, r=nikomatsakisbors-1/+4
2018-05-01Give removal reasons to removed featuresVadim Petrochenkov-36/+40
2018-05-01Remove `macro_reexport`Vadim Petrochenkov-9/+2
2018-04-30Auto merge of #48925 - zackmdavis:fn_must_stabilize, r=nikomatsakisbors-19/+3
2018-04-30Auto merge of #50204 - Manishearth:approx-enum, r=estebankbors-13/+13
2018-04-30Auto merge of #50092 - abonander:issue-49934, r=petrochenkovbors-14/+77
2018-04-29Warn on pointless `#[derive]` in more placesAustin Bonander-14/+77
2018-04-29Auto merge of #50317 - varkor:repr-align-assign, r=nagisabors-0/+25
2018-04-29Add error when using repr(align=x) instead of repr(align(x))varkor-0/+25
2018-04-28stabilize `#[must_use]` for functions and must-use operatorsZack M. Davis-19/+3
2018-04-28Auto merge of #50155 - est31:label_expressions, r=petrochenkovbors-1/+2
2018-04-28Rollup merge of #49968 - christianpoveda:stabilize_dyn, r=nikomatsakiskennytm-7/+2
2018-04-27fixed rustc version for dyn_traitChristian Poveda-1/+1
2018-04-27stop requiring the feature-gate to use dyn_traitChristian Poveda-7/+2
2018-04-27Add one more prelude layer for extern crate names passed with `--extern`Vadim Petrochenkov-1/+4
2018-04-26Fixed tidy errors.Irina Popa-1/+3
2018-04-26rustc_target: move in syntax::abi and flip dependency.Irina Popa-150/+10
2018-04-25Approximate -> ApplicabilityManish Goregaokar-13/+13
2018-04-24Use enum for approximate suggestionsManish Goregaokar-5/+5
2018-04-24Auto merge of #50096 - alexcrichton:less-simd-warnings, r=michaelwoeristerbors-1/+1
2018-04-24Auto merge of #49911 - rcoh:master, r=nikomatsakisbors-27/+40
2018-04-24Rollup merge of #49985 - zackmdavis:0, r=estebankkennytm-4/+3
2018-04-23Auto merge of #49368 - matthewjasper:feature-gate-where-clause, r=nikomatsakisbors-2/+6
2018-04-23Don't allow #[should_panic] with non-() testsRussell Cohen-27/+40
2018-04-23'label can start expressionsest31-1/+2
2018-04-23Auto merge of #48946 - PramodBisht:issues/48636, r=estebankbors-1/+16
2018-04-22Auto merge of #50152 - petrochenkov:nooverhyg, r=alexcrichtonbors-1/+2
2018-04-221) Addresses #48636Pramod Bisht-1/+16
2018-04-22Auto merge of #49757 - GuillaumeGomez:never-search, r=QuietMisdreavusbors-0/+7
2018-04-22parser: Do not override syntactic context for dummy spansVadim Petrochenkov-1/+2
2018-04-22Add tracking issue number for doc alias featureGuillaume Gomez-1/+1
2018-04-21Auto merge of #50121 - pnkfelix:revert-stabilization-of-never-type-et-al, r=a...bors-0/+7
2018-04-21Generate alias fileGuillaume Gomez-0/+7
2018-04-21Auto merge of #50120 - alexcrichton:more-proc-macro-gates, r=petrochenkovbors-1/+83
2018-04-21Auto merge of #50080 - klnusbaum:edition_49591, r=Manishearthbors-7/+13
2018-04-20rustc: Tweak custom attribute capabilitiesAlex Crichton-1/+83
2018-04-20Revert stabilization of `feature(never_type)`.Felix S. Klock II-0/+7
2018-04-20Auto merge of #50052 - nnethercote:char_lit, r=Mark-Simulacrumbors-2/+10
2018-04-19add EDITIONS_NAME_LIST, make edition tracked, enforce that only stable editio...Kurtis Nusbaum-1/+11
2018-04-19rustc: Blanket whitelist `#[target_feature]`Alex Crichton-1/+1
2018-04-19add --edition optionKurtis Nusbaum-6/+2
2018-04-18proc_macro: Stay on the "use the cache" path moreAlex Crichton-9/+125
2018-04-19Avoid allocating when parsing \u{...} literals.Nicholas Nethercote-2/+10
2018-04-18Auto merge of #50006 - rcoh:reorder-compiler-builtins, r=oli-obkbors-1/+2
2018-04-18Auto merge of #49993 - nnethercote:shrink-Token, r=alexcrichtonbors-11/+16
2018-04-17Auto merge of #49664 - alexcrichton:stable-simd, r=BurntSushibors-11/+16
2018-04-16Separately gate each target_feature featureAlex Crichton-0/+11
2018-04-16Reorder injection of std to get better compilation errorRussell Cohen-1/+2
2018-04-17Remove `underscore_lifetimes` and `match_default_bindings` from active featur...kennytm-6/+0