| Age | Commit message (Expand) | Author | Lines |
| 2017-11-08 | get() example should use get() not get_mut() | John Ford | -4/+4 |
| 2017-11-08 | Auto merge of #45205 - rkruppe:saturating-casts, r=eddyb | bors | -16/+535 |
| 2017-11-08 | Auto merge of #45866 - JohnColanduoni:issue-45731, r=alexcrichton | bors | -0/+46 |
| 2017-11-08 | Disable u128 <-> float tests on emscripten | Robin Kruppe | -29/+39 |
| 2017-11-08 | Auto merge of #45575 - michaelwoerister:tweak-inline-trans-items, r=nikomatsakis | bors | -407/+520 |
| 2017-11-08 | Disable `mmap` in `libbacktrace` on Apple platforms | John Colanduoni | -0/+46 |
| 2017-11-08 | Update fastcall-inreg codegen test so that functions actually get instantiated. | Michael Woerister | -7/+7 |
| 2017-11-08 | Auto merge of #45862 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -37/+276 |
| 2017-11-08 | Rollup merge of #45849 - GuillaumeGomez:more-shortcut, r=QuietMisdreavus | Guillaume Gomez | -2/+4 |
| 2017-11-08 | Rollup merge of #45830 - pornel:dosglobs, r=dtolnay | Guillaume Gomez | -0/+4 |
| 2017-11-08 | Rollup merge of #45766 - GuillaumeGomez:trait-methods-list, r=QuietMisdreavus | Guillaume Gomez | -31/+198 |
| 2017-11-08 | Rollup merge of #45582 - GuillaumeGomez:doc-unix-missing-links, r=frewsxcv | Guillaume Gomez | -4/+70 |
| 2017-11-08 | Auto merge of #45735 - tirr-c:issue-45730, r=arielb1 | bors | -23/+111 |
| 2017-11-08 | Auto merge of #45379 - cuviper:unit_from_iter, r=alexcrichton | bors | -0/+32 |
| 2017-11-07 | Add more elements in the sidebar | Guillaume Gomez | -31/+198 |
| 2017-11-07 | Add "-" shortcut | Guillaume Gomez | -2/+4 |
| 2017-11-07 | Auto merge of #44932 - cuviper:unsized-ptr-is_null, r=alexcrichton | bors | -6/+63 |
| 2017-11-07 | Add missing links and examples | Guillaume Gomez | -4/+70 |
| 2017-11-07 | Clean up | Robin Kruppe | -32/+26 |
| 2017-11-07 | Implement more efficient saturation | Robin Kruppe | -71/+63 |
| 2017-11-07 | Make trans const eval error on overflow and NaN, matching HIR const eval. | Robin Kruppe | -80/+154 |
| 2017-11-07 | Extract (f32::MAX + 0.5 ULP) constant | Robin Kruppe | -6/+15 |
| 2017-11-07 | Fix bug in rustc_apfloat | Robin Kruppe | -1/+1 |
| 2017-11-07 | Saturating casts between integers and floats (both directions). | Robin Kruppe | -13/+453 |
| 2017-11-07 | Auto merge of #45822 - kennytm:rollup, r=kennytm | bors | -74/+479 |
| 2017-11-07 | Warn about non-portability of glob patterns | Kornel | -0/+4 |
| 2017-11-07 | Always treat #[rustc_std_internal_symbol]s as root TransItems. | Michael Woerister | -1/+5 |
| 2017-11-07 | Rollup merge of #45784 - harpocrates:fix/print-parens-cast-lt, r=kennytm | kennytm | -0/+64 |
| 2017-11-07 | Rollup merge of #45782 - frewsxcv:frewsxcv-shorthands-helpers, r=manishearth | kennytm | -13/+35 |
| 2017-11-07 | Rollup merge of #45778 - Havvy:patch-1, r=steveklabnik | kennytm | -1/+1 |
| 2017-11-07 | Rollup merge of #45764 - QuietMisdreavus:rustdoc-doctest-lints, r=GuillaumeGomez | kennytm | -8/+16 |
| 2017-11-07 | Rollup merge of #45751 - estebank:issue-44684, r=nikomatsakis | kennytm | -42/+95 |
| 2017-11-07 | Rollup merge of #45714 - sdroege:thread-panic-docs, r=dtolnay | kennytm | -5/+9 |
| 2017-11-07 | Rollup merge of #45682 - RalfJung:rwlock-guards, r=alexcrichton | kennytm | -3/+8 |
| 2017-11-07 | Rollup merge of #45588 - Keruspe:master, r=alexcrichton | kennytm | -2/+5 |
| 2017-11-07 | Rollup merge of #45470 - GuillaumeGomez:unix-metadata-ext, r=QuietMisdreavus | kennytm | -0/+246 |
| 2017-11-07 | Auto merge of #45666 - Amanieu:tls-model, r=alexcrichton | bors | -13/+84 |
| 2017-11-07 | Fix some rebasing fallout. | Michael Woerister | -5/+8 |
| 2017-11-07 | Don't duplicate logic of when an Instance requests to be inlined. | Michael Woerister | -7/+5 |
| 2017-11-07 | Update run-make tests. | Michael Woerister | -2/+16 |
| 2017-11-07 | Update mir-opt tests. | Michael Woerister | -5/+20 |
| 2017-11-07 | Update compile-fail tests. | Michael Woerister | -33/+36 |
| 2017-11-07 | Update codegen tests. | Michael Woerister | -20/+20 |
| 2017-11-07 | Fix incremental tests after change to instantiation strategy. | Michael Woerister | -275/+285 |
| 2017-11-07 | incr.comp.: Improve error message for unknown fingerprint. | Michael Woerister | -1/+6 |
| 2017-11-07 | Update invalid inline arg test. | Michael Woerister | -1/+3 |
| 2017-11-07 | Add regression tests for non-instantiation of inline and const fns. | Michael Woerister | -0/+45 |
| 2017-11-07 | Update codegen-unit tests. | Michael Woerister | -47/+47 |
| 2017-11-07 | Fix translation item collection for inline and const fns. | Michael Woerister | -10/+24 |
| 2017-11-07 | Auto merge of #45620 - ollie27:rustdoc_impl_generic_dupe, r=QuietMisdreavus | bors | -4/+29 |