about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-03-17Auto merge of #49088 - michaelwoerister:fix-49070, r=nikomatsakisbors-2/+9
2018-03-16Automatically enable the `clippy` feature of `rls` if clippy buildsOliver Schneider-204/+101
2018-03-16incr.comp.: Make sanity check in try_mark_green() aware of error conditions.Michael Woerister-2/+9
2018-03-16Auto merge of #48896 - alexcrichton:bitcode-in-object, r=michaelwoeristerbors-4/+89
2018-03-16Auto merge of #48818 - michaelwoerister:issue-47309, r=eddybbors-11/+48
2018-03-16Auto merge of #48813 - sinkuu:build_in_assert_macro, r=alexcrichtonbors-3/+210
2018-03-16Auto merge of #48524 - abonander:check-macro-stability, r=petrochenkovbors-19/+141
2018-03-16Auto merge of #49051 - kennytm:rollup, r=kennytmbors-462/+637
2018-03-16Rollup merge of #48972 - mark-i-m:rustdoc_readme, r=QuietMisdreavuskennytm-171/+2
2018-03-16Rollup merge of #49049 - Centril:fix/flatten-fusediterator, r=blusskennytm-1/+1
2018-03-16Rollup merge of #49037 - estebank:coherence-tweaks, r=nikomatsakiskennytm-52/+104
2018-03-16Rollup merge of #48990 - ExpHP:dont-drop-the-bomb, r=estebankkennytm-2/+43
2018-03-16Rollup merge of #48853 - Songbird0:addrparseerror_documentation_improvement, ...kennytm-0/+19
2018-03-16Rollup merge of #49050 - snf:fix_oom_asmjs, r=alexcrichtonkennytm-23/+5
2018-03-16Rollup merge of #49042 - kennytm:fix-e0307-typo, r=rkruppekennytm-2/+2
2018-03-16Rollup merge of #49024 - draganmladjenovic:mips64_cabi_sret, r=sanxiynkennytm-13/+1
2018-03-16Rollup merge of #49007 - estebank:follow-up-47574, r=oli-obkkennytm-27/+42
2018-03-15Coherence diagnostic tweaksEsteban Küber-52/+104
2018-03-15Improve `AddrParseError` documentation.Anthony Defranceschi-0/+19
2018-03-16Rollup merge of #48965 - alexcrichton:add-sha-feature, r=eddybkennytm-0/+1
2018-03-16Rollup merge of #48961 - Songbird0:rustdoc_doctests_assertions, r=GuillaumeGomezkennytm-0/+16
2018-03-16Rollup merge of #48959 - alexcrichton:signext, r=eddybkennytm-1/+40
2018-03-16Rollup merge of #48957 - Eijebong:rand, r=michaelwoeristerkennytm-29/+18
2018-03-16Rollup merge of #48922 - petrochenkov:asunder, r=nikomatsakiskennytm-1/+153
2018-03-16Rollup merge of #48892 - alexcrichton:thinlto-again, r=Mark-Simulacrumkennytm-21/+0
2018-03-16Rollup merge of #48875 - jcowgill:mips-test-fixes, r=sanxiynkennytm-10/+73
2018-03-16Rollup merge of #48706 - ehuss:main-not-found-in-crate, r=estebankkennytm-109/+117
2018-03-15setting ABORTING_MALLOC for asmjs backendsnf-23/+5
2018-03-15unstabilize FusedIterator for Flatten since Flatten is unstableMazdak Farrokhzad-1/+1
2018-03-15Auto merge of #47813 - kennytm:stable-incl-range, r=nrcbors-256/+187
2018-03-15Auto merge of #48138 - estebank:issue-45092, r=nikomatsakisbors-69/+152
2018-03-15Properly handle collecting default impls of methods with lifetime parameters.Michael Woerister-2/+37
2018-03-15MonoItem collector: Cleanup start fn root collection.Michael Woerister-9/+11
2018-03-15Remove unnecessary "`" in error message E0307 (invalid self type).kennytm-2/+2
2018-03-15Keep the fields of RangeInclusive unstable.kennytm-2/+10
2018-03-15Disallow &a..=b and box a..=b in pattern.kennytm-2/+131
2018-03-15Stabilize `dotdoteq_in_patterns` language feature.kennytm-37/+3
2018-03-15Stabilize `inclusive_range_syntax` language feature.kennytm-138/+19
2018-03-15Stabilize `inclusive_range` library feature.kennytm-86/+33
2018-03-15Auto merge of #48648 - snf:fallible_allocation, r=Kimundibors-72/+1076
2018-03-14Add span label to E0044Esteban Küber-2/+4
2018-03-14Review comment: remove mention of `move` closureEsteban Küber-12/+15
2018-03-14Make hint clearer, with the potential of being wrongEsteban Küber-4/+4
2018-03-14Suggest using `move` when trying to share `...::channel::{Receiver, Sender}`Esteban Küber-14/+81
2018-03-14Reword E0044 and message for `!Send` typesEsteban Küber-55/+66
2018-03-14Auto merge of #47630 - canndrew:exhaustive-patterns, r=nikomatsakisbors-547/+295
2018-03-14Auto merge of #49008 - kennytm:rollup, r=kennytmbors-546/+266
2018-03-14Update E0601 test for new message format.Eric Huss-1/+1
2018-03-14Some tweaks to "type parameters from outer function" diagnosticEsteban Küber-27/+42
2018-03-14Add backticks to `main` not found errors.Eric Huss-15/+15