about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-12-02Rollup merge of #66850 - eddyb:span-free-formats, r=oli-obkMazdak Farrokhzad-13/+17
2019-12-02Rollup merge of #66789 - eddyb:mir-source-scope-local-data, r=oli-obkMazdak Farrokhzad-129/+102
2019-12-02Rollup merge of #66346 - linkmauve:try-in-docstring, r=Dylan-DPCMazdak Farrokhzad-156/+284
2019-12-01Rollup merge of #66896 - RalfJung:queries, r=ZoxcMazdak Farrokhzad-7/+20
2019-12-01Rollup merge of #66890 - dtolnay:fmt4, r=Dylan-DPCMazdak Farrokhzad-401/+373
2019-12-01Rollup merge of #66880 - aDotInTheVoid:add-E0203-long, r=GuillaumeGomezMazdak Farrokhzad-2/+20
2019-12-01Rollup merge of #66832 - RalfJung:const-prop-no-alloc, r=oli-obkMazdak Farrokhzad-14/+38
2019-12-01Rollup merge of #66790 - christianpoveda:check-set-discriminant, r=oli-obkMazdak Farrokhzad-3/+2
2019-12-01Rollup merge of #66726 - CAD97:miri-recursion-limit, r=RalfJungMazdak Farrokhzad-5/+1
2019-12-01Rollup merge of #66679 - mark-i-m:fix-anon-lifetime-errors, r=matthewjasperMazdak Farrokhzad-165/+120
2019-12-01Rollup merge of #66662 - RalfJung:miri-test-liballoc, r=dtolnayMazdak Farrokhzad-14/+24
2019-12-01Rollup merge of #66503 - thomasetter:panic-error-msg, r=joshtriplettMazdak Farrokhzad-20/+59
2019-11-30Merge match branchesChristian Poveda-4/+1
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-30Address review commentsNixon-5/+11
2019-11-30pass Queries to compiler callbacksRalf Jung-7/+20
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-29Format liballoc with rustfmtDavid Tolnay-401/+373
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-29Use recursion_limit for const eval stack limitcad97-5/+1
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