about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-11-08get() example should use get() not get_mut()John Ford-4/+4
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-08Auto merge of #45575 - michaelwoerister:tweak-inline-trans-items, r=nikomatsakisbors-407/+520
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-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-07Fix some rebasing fallout.Michael Woerister-5/+8
2017-11-07Don't duplicate logic of when an Instance requests to be inlined.Michael Woerister-7/+5
2017-11-07Update run-make tests.Michael Woerister-2/+16
2017-11-07Update mir-opt tests.Michael Woerister-5/+20
2017-11-07Update compile-fail tests.Michael Woerister-33/+36
2017-11-07Update codegen tests.Michael Woerister-20/+20
2017-11-07Fix incremental tests after change to instantiation strategy.Michael Woerister-275/+285
2017-11-07incr.comp.: Improve error message for unknown fingerprint.Michael Woerister-1/+6
2017-11-07Update invalid inline arg test.Michael Woerister-1/+3
2017-11-07Add regression tests for non-instantiation of inline and const fns.Michael Woerister-0/+45
2017-11-07Update codegen-unit tests.Michael Woerister-47/+47
2017-11-07Fix translation item collection for inline and const fns.Michael Woerister-10/+24
2017-11-07Auto merge of #45620 - ollie27:rustdoc_impl_generic_dupe, r=QuietMisdreavusbors-4/+29