about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-11-30Rollup merge of #66895 - Centril:rustc_feature, r=oli-obkMazdak Farrokhzad-460/+426
2019-11-30Rollup merge of #66894 - dtolnay:prelude, r=CentrilMazdak Farrokhzad-3/+0
2019-11-30Rollup merge of #66889 - dtolnay:fmt6, r=rkruppeMazdak Farrokhzad-1263/+1288
2019-11-30Rollup merge of #66883 - eddyb:we-cant-have-nice-things, r=oli-obkMazdak Farrokhzad-22/+41
2019-11-30Rollup merge of #66870 - tmiasko:simplify-ty, r=oli-obkMazdak Farrokhzad-1/+102
2019-11-30Rollup merge of #66858 - 0dvictor:capi, r=rkruppeMazdak Farrokhzad-16/+6
2019-11-30Rollup merge of #66759 - CAD97:patch-3, r=KodrAusMazdak Farrokhzad-0/+3
2019-11-30Rollup merge of #66705 - pitdicker:atomic_mut_ptr, r=KodrAusMazdak Farrokhzad-5/+80
2019-11-30Rollup merge of #66612 - Nadrieril:or-patterns-initial, r=varkorMazdak Farrokhzad-15/+291
2019-11-30Apply suggestions from code reviewNadrieril Feneanar-3/+3
2019-11-30Auto merge of #66887 - dtolnay:rollup-uxowp8d, r=Centrilbors-5416/+6132
2019-11-30Fill tracking issuePaul Dicker-2/+2
2019-11-30Document why as_mut_ptr is safePaul Dicker-0/+12
2019-11-29Remove unneeded prelude imports in libcore testsDavid Tolnay-3/+0
2019-11-30derive(Default) for FeaturesMazdak Farrokhzad-14/+4
2019-11-30move GateIssue to rustc_feature & simplify emit_feature_errMazdak Farrokhzad-165/+159
2019-11-30update rustc_feature crate docsMazdak Farrokhzad-8/+6
2019-11-30tidy: adjust feature gating pathMazdak Farrokhzad-1/+1
2019-11-29Make libcore/unicode/tables.rs compatible with rustfmtDavid Tolnay-29/+36
2019-11-29Make libcore/unicode/printable.rs compatible with rustfmtDavid Tolnay-4/+11
2019-11-29Make dec2flt_table compatible with rustfmtDavid Tolnay-1230/+1241
2019-11-29Rollup merge of #66847 - dtolnay:_fmt, r=joshtriplettDavid Tolnay-36/+49
2019-11-29Rollup merge of #66820 - dtolnay:fmt3, r=Dylan-DPCDavid Tolnay-2662/+2899
2019-11-29Rollup merge of #66819 - dtolnay:fmt2, r=kennytmDavid Tolnay-2285/+2527
2019-11-29Bless ui test for libstd reformatDavid Tolnay-2/+2
2019-11-29Format libstd with rustfmtDavid Tolnay-2660/+2897
2019-11-29Format libstd/sys with rustfmtDavid Tolnay-2285/+2527
2019-11-29Format libstd/os with rustfmtDavid Tolnay-433/+657
2019-11-30check.rs: inline a constantMazdak Farrokhzad-4/+4
2019-11-30Auto merge of #66873 - RalfJung:miri-args, r=dtolnaybors-1/+7
2019-11-30move UnstableFeatures -> rustc_featureMazdak Farrokhzad-55/+52
2019-11-30inline two explanation constantsMazdak Farrokhzad-19/+9
2019-11-30builtin_attrs.rs -> rustc_featureMazdak Farrokhzad-27/+27
2019-11-30move is_builtin_attr to syntax::attrMazdak Farrokhzad-17/+13
2019-11-30builtin_attrs: inline some stringsMazdak Farrokhzad-8/+5
2019-11-30simplify gated cfgs logicMazdak Farrokhzad-51/+32
2019-11-30move AttributeTemplate to builtin_attrsMazdak Farrokhzad-33/+34
2019-11-30move Stability to rustc_featureMazdak Farrokhzad-12/+13
2019-11-30introduce crate rustc_feature and move active, accepted, and removed to itMazdak Farrokhzad-52/+73
2019-11-30rustc_typeck: gate AnonConst's generics on feature(const_generics).Eduard-Mihai Burtescu-8/+6
2019-11-30rustc: fix ty::Const::eval's handling of inference variables.Eduard-Mihai Burtescu-14/+35
2019-11-29Rollup merge of #66872 - Mikotochan:patch-1, r=jonas-schievinkRalf Jung-1/+1
2019-11-29Rollup merge of #66844 - RalfJung:caller-location-leak, r=oli-obkRalf Jung-5/+9
2019-11-29Rollup merge of #66837 - ohadravid:epsilon-doc, r=dtolnayRalf Jung-2/+2
2019-11-29Rollup merge of #66808 - GuillaumeGomez:cleanup-err-code-3, r=Dylan-DPCRalf Jung-14/+21
2019-11-29Rollup merge of #66793 - matthewjasper:record-static-refs, r=cramertjRalf Jung-10/+69
2019-11-29Rollup merge of #66791 - cjgillot:arena, r=Mark-SimulacrumRalf Jung-256/+328
2019-11-29Rollup merge of #66766 - RalfJung:panic-comments, r=SimonSapinRalf Jung-28/+45
2019-11-29Rollup merge of #66613 - Areredify:trait-ref-print, r=eddybRalf Jung-42/+92
2019-11-29Rollup merge of #66589 - TheSamsa:master, r=Dylan-DPCRalf Jung-4/+28