about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2018-09-07stabilize `#[panic_handler]`Jorge Aparicio-5/+2
2018-09-06Validate syntax of `cfg` attributesVadim Petrochenkov-13/+47
2018-09-05Change wording of unclosed delimiter labelEsteban Küber-1/+4
2018-09-05Provide more context for unenclosed delimitersEsteban Küber-13/+64
2018-09-05Reword un-closed delimiter labelEsteban Küber-2/+2
2018-09-04Move #[test_case] to a syntax extensionJohn Renner-65/+17
2018-09-04Fix #[test] shadowing in macro_preludeJohn Renner-2/+3
2018-09-04Introduce Custom Test FrameworksJohn Renner-519/+131
2018-09-04Breaking change upgradesMark Rousskov-2/+2
2018-09-02Replace check() + bump() with eat()Seiichi Uchida-20/+10
2018-09-01Auto merge of #53815 - F001:if-let-guard, r=petrochenkovbors-9/+32
2018-09-01Auto merge of #53884 - kennytm:rollup, r=kennytmbors-0/+1
2018-09-01Rollup merge of #53076 - QuietMisdreavus:cfg-rustdoc, r=GuillaumeGomezkennytm-0/+1
2018-08-31feature(doc_cfg): set cfg(rustdoc) when rustdoc is runningQuietMisdreavus-0/+1
2018-08-31Implement the `min_const_fn` feature gateOliver Schneider-23/+34
2018-08-30Rollup merge of #53702 - jkozlowski:correct_version_for_macro_vis_matcher, r=...Pietro Albini-1/+1
2018-08-30Rollup merge of #53655 - jcpst:with_applicability, r=estebankPietro Albini-2/+12
2018-08-30Rollup merge of #53472 - eddyb:fx-pls, r=pnkfelixPietro Albini-33/+33
2018-08-30Made std::intrinsics::transmute() const fn.thedarkula-0/+3
2018-08-30introduce Guard enumF001-9/+32
2018-08-28Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc.Eduard-Mihai Burtescu-33/+33
2018-08-27Remove Node* prefix from AnnNodevarkor-23/+21
2018-08-27Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakisbors-0/+1
2018-08-25call span_suggestion with applicabilityJoseph Post-2/+12
2018-08-26Auto merge of #53619 - japaric:panic-handler, r=SimonSapinbors-5/+15
2018-08-25Auto merge of #53612 - mark-i-m:anon_param_disallowed_2018, r=petrochenkovbors-1/+7
2018-08-25Fix stabilisation version for macro_vis_matcher.Jakub Kozlowski-1/+1
2018-08-24Auto merge of #53225 - nikomatsakis:nll-type-annot, r=pnkfelixbors-0/+6
2018-08-24check that adding infer-outlives requirement to all crates worksNiko Matsakis-0/+1
2018-08-24fix compile errorMark Mansi-1/+1
2018-08-24Remove anon trait params from 2018 and beyondMark Mansi-1/+7
2018-08-24address pnkfelix nitsNiko Matsakis-1/+1
2018-08-24add a `user_substs` table and store the annotations in thereNiko Matsakis-0/+6
2018-08-24Auto merge of #53662 - kennytm:rollup, r=kennytmbors-10/+10
2018-08-24Rollup merge of #53563 - matthiaskrgr:String, r=varkorkennytm-10/+10
2018-08-23Stabilize 'attr_literals' feature.Sergio Benitez-46/+11
2018-08-23fix tidyJorge Aparicio-4/+6
2018-08-23add #[panic_handler]; deprecate #[panic_implementation]Jorge Aparicio-5/+13
2018-08-23Auto merge of #53384 - gootorov:use-servo-smallvec, r=michaelwoeristerbors-34/+40
2018-08-23Auto merge of #52602 - scottmcm:tryblock-expr, r=nikomatsakisbors-25/+45
2018-08-23Auto merge of #53459 - petrochenkov:stabmore, r=nrcbors-15/+9
2018-08-23use String::new() instead of String::from(""), "".to_string(), "".to_owned() ...Matthias Krüger-10/+10
2018-08-23Use optimized SmallVec implementationIgor Gutorov-34/+40
2018-08-23Auto merge of #53235 - varkor:gat_impl_where, r=estebankbors-4/+9
2018-08-23Stabilize a few secondary macro featuresVadim Petrochenkov-15/+9
2018-08-22Auto merge of #52011 - oli-obk:dont_you_hate_it_too_when_everything_panics_co...bors-0/+3
2018-08-22Reexpose stability hole in the presence of feature gatesOliver Schneider-1/+1
2018-08-22Allow panicking with string literal messages inside constantsOliver Schneider-0/+3
2018-08-22Rollup merge of #53585 - dtolnay:comment, r=Mark-SimulacrumGuillaume Gomez-2/+0
2018-08-22Rollup merge of #53544 - estebank:issue-53534, r=varkorGuillaume Gomez-7/+8