about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-05-14Auto merge of #50385 - durka:stabilize-macro-lifetime, r=petrochenkovbors-75/+7
2018-05-14Switch Vec from doubling size on growth to using RawVec's reservegnzlbg-2/+2
2018-05-14Don't unconditionally set CLOEXEC twice on every fd we open on LinuxTobias Bucher-4/+44
2018-05-14env: remove unwrap in examples in favor of try opJohn-John Tedro-12/+21
2018-05-14Auto merge of #50648 - nox:volatile-store, r=eddybbors-81/+75
2018-05-14rustc: don't trip an assertion for enums with present but uninhabited variants.Eduard-Mihai Burtescu-0/+20
2018-05-14Auto merge of #50703 - semarie:openbsd-libcompiler_builtins, r=alexcrichtonbors-0/+0
2018-05-14Hyperlink DOI against preferred resolverKatrin Leinweber-1/+1
2018-05-14Auto merge of #50694 - leodasvacas:fix-impl-trait-self-substitution, r=petroc...bors-2/+42
2018-05-14Remove `StringReader::col`.Nicholas Nethercote-7/+22
2018-05-14Auto merge of #50675 - csmoe:var_span, r=oli-obkbors-17/+74
2018-05-14typeck: Save the index of private fieldsDan Robertson-1/+62
2018-05-14read2: Use inner function instead of closureJohn-John Tedro-18/+19
2018-05-14Make `nextnextch()` more closely resemble `nextch()`.Nicholas Nethercote-8/+7
2018-05-13Add “Examples” section header in f32/f64 doc comments.Corey Farwell-0/+152
2018-05-13restore feature for stage0Alex Burka-0/+3
2018-05-13remove stray ui stderrAlex Burka-11/+0
2018-05-13stabilize :lifetimeAlex Burka-64/+4
2018-05-13Fix incorrect statement about return value for Iterator::zip.Corey Farwell-2/+1
2018-05-13Fix conversion from Miri Value to ConstValueJohn Kåre Alsaker-56/+88
2018-05-13Macros: Add a 'literal' fragment specifierDan Aloni-15/+251
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