about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-05-13Improve eager type resolution error messageleonardo.yvens-11/+70
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-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-13Remove `StringReader::terminator`.Nicholas Nethercote-20/+11
2018-05-13Rename some stuff in `StringReader`.Nicholas Nethercote-29/+24
2018-05-13Tweak naming and ordering in `StringReader::bump()`.Nicholas Nethercote-16/+15
2018-05-13Inline `char_at()` and `record_width`.Nicholas Nethercote-0/+2
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-12Use fullpath instead of recreating itGuillaume Gomez-4/+2
2018-05-12Fix self referential impl Trait substitutionsleonardo.yvens-2/+42
2018-05-12Auto merge of #50686 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-277/+349
2018-05-12Fix rebaseleonardo.yvens-2/+2
2018-05-12rustdoc: Add support for pub(restricted)Oliver Middleton-5/+71
2018-05-12Merge all "Copy not implemented" errorsleonardo.yvens-24/+14
2018-05-12Better error reporting in Copy deriveleonardo.yvens-60/+94
2018-05-12Fix invalid deduplicationGuillaume Gomez-10/+25
2018-05-12Fix items counts in search resultsGuillaume Gomez-12/+15
2018-05-12Reduce js files sizeGuillaume Gomez-26/+31
2018-05-12Remove extra span tagsGuillaume Gomez-1/+11
2018-05-12Handle blur on theme buttons nicelyGuillaume Gomez-1/+19
2018-05-12Add missing description in alias itemsGuillaume Gomez-3/+3
2018-05-12Improve alias renderingGuillaume Gomez-6/+16
2018-05-12Improve resultsGuillaume Gomez-26/+53
2018-05-12Update js tester toolGuillaume Gomez-47/+122
2018-05-12Add minification processGuillaume Gomez-18/+53
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-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-12Make the `const_err` lint `deny`-by-defaultOliver Schneider-58/+95
2018-05-12Rollup merge of #50607 - Zoxc:symbol-arena, r=michaelwoeristerMark Simulacrum-8/+35