about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2018-04-17stabilize `hash_map_remove_entry` featuretinaun-2/+1
2018-04-17stabilize `nonnull_cast` featuretinaun-4/+2
2018-04-17stabilize `duration_extras` featuretinaun-6/+3
2018-04-17stabilize `duration_from_micros` featuretinaun-2/+1
2018-04-17stabilize `swap_with_slice` featuretinaun-9/+3
2018-04-17stabilize `swap_nonoverlapping` featuretinaun-3/+1
2018-04-17stabilize `slice_rsplit` featuretinaun-33/+17
2018-04-17Auto merge of #49664 - alexcrichton:stable-simd, r=BurntSushibors-165/+242
2018-04-17Auto merge of #50012 - Zoxc:msvc-fix, r=Mark-Simulacrumbors-4/+8
2018-04-17Remove no longer necessary comparison to Vec::splice.Corey Farwell-3/+0
2018-04-17Don't look for cc/cxx when testing with bogus targetsJohn Kåre Alsaker-4/+8
2018-04-16Auto merge of #49488 - alexcrichton:small-wasm-panic, r=sfacklerbors-72/+296
2018-04-16Remove unwanted auto-linking and updateGuillaume Gomez-13/+14
2018-04-16Fix empty testsGuillaume Gomez-3/+1
2018-04-16Fix nitsGuillaume Gomez-4/+0
2018-04-16Add rustdoc-ui test suiteGuillaume Gomez-34/+85
2018-04-16Add error-format and color-config options to rustdocGuillaume Gomez-12/+89
2018-04-16Add warning if a resolution failedGuillaume Gomez-0/+43
2018-04-16Update testsJohn Kåre Alsaker-133/+83
2018-04-16Improve query cycle error messageJohn Kåre Alsaker-18/+32
2018-04-16Call default_span lazily when query cycles occur instead of in the hot path f...John Kåre Alsaker-25/+28
2018-04-16Separately gate each target_feature featureAlex Crichton-71/+219
2018-04-16Changed help message to notePhlosioneer-1/+1
2018-04-16Auto merge of #50003 - kennytm:rollup, r=kennytmbors-45/+86
2018-04-17Rollup merge of #49647 - kennytm:duplicated-features, r=aturonkennytm-48/+129
2018-04-17Rollup merge of #49994 - frewsxcv:frewsxcv-doc-tests, r=QuietMisdreavuskennytm-19/+19
2018-04-17Rollup merge of #49965 - nikic:fix-49622, r=rkruppekennytm-4/+0
2018-04-17Rollup merge of #49959 - cuviper:debuginfo-tools, r=Mark-Simulacrumkennytm-4/+19
2018-04-17Rollup merge of #49931 - csmoe:end_span, r=estebankkennytm-5/+19
2018-04-16Reorder injection of std to get better compilation errorRussell Cohen-1/+27
2018-04-17Remove `underscore_lifetimes` and `match_default_bindings` from active featur...kennytm-8/+0
2018-04-17Rollup merge of #49646 - glandium:uninitialized-box, r=alexcrichtonkennytm-1/+1
2018-04-17Rollup merge of #49606 - varkor:pipe-repair, r=alexcrichtonkennytm-3/+19
2018-04-17Rollup merge of #49555 - nox:inline-into-boxed, r=alexcrichtonkennytm-1/+9
2018-04-16write docs for targetssteveklabnik-0/+38
2018-04-16fill out contributingsteveklabnik-0/+5
2018-04-16fill out command line argumentssteveklabnik-2/+61
2018-04-16Auto merge of #49130 - smmalis37:range, r=alexcrichtonbors-40/+129
2018-04-16Stabilize x86/x86_64 SIMDAlex Crichton-96/+25
2018-04-16Auto merge of #48945 - clarcharr:iter_exhaust, r=Kimundibors-13/+9
2018-04-16Auto merge of #49433 - varkor:metadata-skip-mir-opt, r=michaelwoeristerbors-3/+14
2018-04-16Stabilize core::hint::unreachable_unchecked.kennytm-16/+71
2018-04-16Auto merge of #49963 - llogiq:stabilize-13226, r=kennytmbors-13/+12
2018-04-16Remove unnecessary indentation in rustdoc book codeblock.Corey Farwell-19/+19
2018-04-16Auto merge of #49956 - QuietMisdreavus:rustdoc-codegen, r=GuillaumeGomezbors-20/+84
2018-04-16Auto merge of #49847 - sinkuu:save_analysis_implicit_extern, r=petrochenkovbors-49/+227
2018-04-16Use locks for Session.lint_store and Session.buffered_lintsJohn Kåre Alsaker-9/+9
2018-04-16Auto merge of #49719 - mark-i-m:no_sep, r=petrochenkovbors-156/+72
2018-04-15Rebase and fix conflicts.Fabian Zaiser-5/+7
2018-04-15Stop duplicating where clauses from impl's.Fabian Zaiser-10/+8