about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-11-08Auto merge of #45867 - michaelwoerister:check-ich-stability, r=nikomatsakisbors-247/+330
2017-11-08Auto merge of #45452 - estebank:colon-typo, r=nikomatsakisbors-76/+121
2017-11-08Auto merge of #45205 - rkruppe:saturating-casts, r=eddybbors-16/+535
2017-11-08Auto merge of #45866 - JohnColanduoni:issue-45731, r=alexcrichtonbors-0/+46
2017-11-08Disable u128 <-> float tests on emscriptenRobin Kruppe-29/+39
2017-11-08incr.comp.: Provide session to some more decoding contexts.Michael Woerister-8/+23
2017-11-08Auto merge of #45575 - michaelwoerister:tweak-inline-trans-items, r=nikomatsakisbors-407/+520
2017-11-08incr.comp.: Remove unused DepKind::WorkProduct.Michael Woerister-27/+3
2017-11-08incr.comp.: Remove outdated comment about TraitSelect dep-node.Michael Woerister-25/+0
2017-11-08incr.comp.: Always verify incr. comp. hashes when running incremental tests.Michael Woerister-0/+1
2017-11-08incr.comp.: Adapt nested_items test to new HIR hashing rules.Michael Woerister-18/+18
2017-11-08incr.comp.: Add some missing reads in HIR map.Michael Woerister-0/+12
2017-11-08incr.comp.: Make DefSpan an input dep-node so it is not affected by the exist...Michael Woerister-8/+19
2017-11-08Disable `mmap` in `libbacktrace` on Apple platformsJohn Colanduoni-0/+46
2017-11-08Update fastcall-inreg codegen test so that functions actually get instantiated.Michael Woerister-7/+7
2017-11-08Auto merge of #45862 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-37/+276
2017-11-08Rollup merge of #45849 - GuillaumeGomez:more-shortcut, r=QuietMisdreavusGuillaume Gomez-2/+4
2017-11-08Rollup merge of #45830 - pornel:dosglobs, r=dtolnayGuillaume Gomez-0/+4
2017-11-08Rollup merge of #45766 - GuillaumeGomez:trait-methods-list, r=QuietMisdreavusGuillaume Gomez-31/+198
2017-11-08Rollup merge of #45582 - GuillaumeGomez:doc-unix-missing-links, r=frewsxcvGuillaume Gomez-4/+70
2017-11-08Auto merge of #45735 - tirr-c:issue-45730, r=arielb1bors-23/+111
2017-11-08Auto merge of #45379 - cuviper:unit_from_iter, r=alexcrichtonbors-0/+32
2017-11-07Add more elements in the sidebarGuillaume Gomez-31/+198
2017-11-07Add "-" shortcutGuillaume Gomez-2/+4
2017-11-07Auto merge of #44932 - cuviper:unsized-ptr-is_null, r=alexcrichtonbors-6/+63
2017-11-07Add missing links and examplesGuillaume Gomez-4/+70
2017-11-07Clean upRobin Kruppe-32/+26
2017-11-07Implement more efficient saturationRobin Kruppe-71/+63
2017-11-07Make trans const eval error on overflow and NaN, matching HIR const eval.Robin Kruppe-80/+154
2017-11-07Extract (f32::MAX + 0.5 ULP) constantRobin Kruppe-6/+15
2017-11-07Fix bug in rustc_apfloatRobin Kruppe-1/+1
2017-11-07Saturating casts between integers and floats (both directions).Robin Kruppe-13/+453
2017-11-07Auto merge of #45822 - kennytm:rollup, r=kennytmbors-74/+479
2017-11-07Warn about non-portability of glob patternsKornel-0/+4
2017-11-07Always treat #[rustc_std_internal_symbol]s as root TransItems.Michael Woerister-1/+5
2017-11-07incr.comp.: Acknowledge the fact that shift operations can panic at runtime.Michael Woerister-4/+39
2017-11-07Rollup merge of #45784 - harpocrates:fix/print-parens-cast-lt, r=kennytmkennytm-0/+64
2017-11-07Rollup merge of #45782 - frewsxcv:frewsxcv-shorthands-helpers, r=manishearthkennytm-13/+35
2017-11-07Rollup merge of #45778 - Havvy:patch-1, r=steveklabnikkennytm-1/+1
2017-11-07Rollup merge of #45764 - QuietMisdreavus:rustdoc-doctest-lints, r=GuillaumeGomezkennytm-8/+16
2017-11-07Rollup merge of #45751 - estebank:issue-44684, r=nikomatsakiskennytm-42/+95
2017-11-07Rollup merge of #45714 - sdroege:thread-panic-docs, r=dtolnaykennytm-5/+9
2017-11-07Rollup merge of #45682 - RalfJung:rwlock-guards, r=alexcrichtonkennytm-3/+8
2017-11-07Rollup merge of #45588 - Keruspe:master, r=alexcrichtonkennytm-2/+5
2017-11-07Rollup merge of #45470 - GuillaumeGomez:unix-metadata-ext, r=QuietMisdreavuskennytm-0/+246
2017-11-07Auto merge of #45666 - Amanieu:tls-model, r=alexcrichtonbors-13/+84
2017-11-07incr.comp.: Add -Zincremental-verify-ich, which allows to perform a consisten...Michael Woerister-2/+32
2017-11-07incr.comp.: Don't filter out StmtDecls from hir::Block during hashing as thes...Michael Woerister-27/+1
2017-11-07incr.comp.: Sort exported symbols list in order to achieve stable incr. comp....Michael Woerister-1/+12
2017-11-07incr.comp.: Always require Session when decoding Spans (as to avoid silently ...Michael Woerister-57/+71