about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2018-05-14add ui test for rustdoc's deprecated attributesQuietMisdreavus-0/+26
2018-05-14deprecate #![doc(no_default_passes, passes, plugins)]QuietMisdreavus-2/+32
2018-05-14tidyQuietMisdreavus-1/+2
2018-05-14replace error/warning println with structured diagQuietMisdreavus-90/+90
2018-05-14factor out rustdoc's error message handlerQuietMisdreavus-32/+53
2018-05-14Auto merge of #50648 - nox:volatile-store, r=eddybbors-81/+75
2018-05-14Auto merge of #50703 - semarie:openbsd-libcompiler_builtins, r=alexcrichtonbors-0/+0
2018-05-14Auto merge of #50694 - leodasvacas:fix-impl-trait-self-substitution, r=petroc...bors-2/+42
2018-05-14Auto merge of #50675 - csmoe:var_span, r=oli-obkbors-17/+74
2018-05-13Auto merge of #49835 - da-x:literal-fragment-pr, r=petrochenkovbors-15/+251
2018-05-13Macros: Add a 'literal' fragment specifierDan Aloni-15/+251
2018-05-13Revert "mark applicability"csmoe-5/+2
2018-05-13mark applicabilitycsmoe-2/+5
2018-05-13Auto merge of #50704 - kennytm:rollup, r=kennytmbors-11/+140
2018-05-13Rollup merge of #50678 - semarie:openbsd-targets, r=sanxiynkennytm-0/+33
2018-05-13Rollup merge of #50670 - alexcrichton:remove-extern-crate-correct-span, r=Man...kennytm-11/+107
2018-05-13Rollup merge of #50667 - alexcrichton:no-remove-extern-crate-unless-works, r=...kennytm-0/+0
2018-05-13Rollup merge of #50663 - alexcrichton:no-removed-error, r=Manishearthkennytm-0/+0
2018-05-13Rollup merge of #50661 - varkor:libcoretest-ignore-non-rs, r=alexcrichtonkennytm-0/+0
2018-05-13Rollup merge of #50644 - kennytm:read-appveyor-dump, r=alexcrichtonkennytm-0/+0
2018-05-13Auto merge of #50643 - dlrobertson:fix_ice, r=oli-obkbors-18/+64
2018-05-13Introduce OperandValue::nontemporal_store and use it in the intrinsicsAnthony Ramine-78/+65
2018-05-13Introduce OperandValue::volatile_store and use it in the intrinsicsAnthony Ramine-28/+35
2018-05-13reduce variable spancsmoe-17/+74
2018-05-13Rollup merge of #50634 - tbu-:pr_preadwrite_emscripten, r=kennytmkennytm-0/+0
2018-05-13Rollup merge of #50624 - adevore:fs-write-str-example, r=steveklabnikkennytm-0/+0
2018-05-13Auto merge of #50622 - eddyb:make-room-for-ghosts, r=nikomatsakisbors-46/+124
2018-05-13update libcompiler_builtinsSébastien Marie-0/+0
2018-05-13Auto merge of #50573 - oli-obk:tool_sanity, r=kennytmbors-11/+33
2018-05-13Auto merge of #50235 - Zoxc:rayon, r=michaelwoeristerbors-357/+573
2018-05-13Update Cargo.lockJohn Kåre Alsaker-0/+26
2018-05-13Add parallel abstractionsJohn Kåre Alsaker-1/+101
2018-05-13Add a Rayon thread poolJohn Kåre Alsaker-345/+431
2018-05-13Add Sync bounds to the crate storeJohn Kåre Alsaker-10/+14
2018-05-13Fix impl PartialOrd for InternedStringJohn Kåre Alsaker-1/+1
2018-05-12Auto merge of #50536 - leodasvacas:report-fullfilment-errors-in-copy-derive, ...bors-60/+84
2018-05-12Fix self referential impl Trait substitutionsleonardo.yvens-2/+42
2018-05-12Auto merge of #50686 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-277/+354
2018-05-12Fix rebaseleonardo.yvens-2/+2
2018-05-12Merge all "Copy not implemented" errorsleonardo.yvens-24/+14
2018-05-12Better error reporting in Copy deriveleonardo.yvens-60/+94
2018-05-12Auto merge of #50684 - nikic:prepare-thinlto, r=nagisabors-3/+10
2018-05-12rustc: Only suggest deleting `extern crate` if it worksAlex Crichton-11/+46
2018-05-12rustc: Allow an edition's feature on that editionAlex Crichton-41/+62
2018-05-12Display the name of the failed file in tidy/libcoretestvarkor-8/+15
2018-05-12Ignore non .rs files for tidy libcoretestvarkor-6/+9
2018-05-12AppVeyor: Dump crash log on failure.kennytm-0/+5
2018-05-12Do not silently truncate offsets for `read_at`/`write_at` on emscriptenTobias Bucher-2/+16
2018-05-12fs::write: Add example writing a &strAaron DeVore-0/+1
2018-05-12Rollup merge of #50607 - Zoxc:symbol-arena, r=michaelwoeristerMark Simulacrum-8/+35