| Age | Commit message (Expand) | Author | Lines |
| 2018-01-07 | Rollup merge of #47205 - eddyb:alloc-id, r=oli-obk | kennytm | -72/+71 |
| 2018-01-07 | Rollup merge of #47190 - EdSchouten:cloudabi-libpanic, r=alexcrichton | kennytm | -1/+2 |
| 2018-01-07 | Rollup merge of #47170 - eddyb:us-vs-usize, r=nikomatsakis | kennytm | -100/+100 |
| 2018-01-07 | Rollup merge of #46947 - tspiteri:checked-div-rem-none, r=frewsxcv | kennytm | -4/+4 |
| 2018-01-06 | Auto merge of #47141 - alexcrichton:bump-bootstrap, r=alexcrichton | bors | -62/+46 |
| 2018-01-06 | Auto merge of #47099 - SergioBenitez:master, r=jseyfried | bors | -0/+255 |
| 2018-01-06 | Auto merge of #47083 - CAD97:issue-46976, r=nikomatsakis | bors | -4/+21 |
| 2018-01-06 | Auto merge of #47155 - nerd2:debuginfo_test_fix, r=alexcrichton | bors | -2/+70 |
| 2018-01-06 | Rollup merge of #47216 - SergioBenitez:doc-fix, r=Mark-Simulacrum | Guillaume Gomez | -1/+1 |
| 2018-01-06 | Rollup merge of #47202 - GuillaumeGomez:fix-defocus, r=QuietMisdreavus | Guillaume Gomez | -0/+4 |
| 2018-01-06 | Rollup merge of #47173 - dotdash:cleanup, r=michaelwoerister | Guillaume Gomez | -34/+13 |
| 2018-01-06 | Rollup merge of #47165 - mbrubeck:args, r=alexcrichton | Guillaume Gomez | -23/+16 |
| 2018-01-06 | Rollup merge of #46987 - frewsxcv:frewsxcv-current-exe, r=QuietMisdreavus | Guillaume Gomez | -8/+11 |
| 2018-01-05 | Let libpanic_abort call into libc's abort() on CloudABI. | Ed Schouten | -1/+1 |
| 2018-01-05 | rustc: Don't ICE if we invalidate an invalid incr dir | Alex Crichton | -0/+1 |
| 2018-01-05 | Auto merge of #47142 - sdroege:trusted-random-access-chunks, r=kennytm | bors | -0/+73 |
| 2018-01-05 | Clarify appending behavior of 'io::Read::read_to_string()'. | Sergio Benitez | -1/+1 |
| 2018-01-05 | Disable failing tests temporarily | Sam | -2/+25 |
| 2018-01-05 | Rollup merge of #47199 - alexcrichton:stable-no-dev, r=kennytm | kennytm | -2/+13 |
| 2018-01-05 | Rollup merge of #47198 - dzamlo:patch-2, r=frewsxcv | kennytm | -2/+2 |
| 2018-01-05 | Rollup merge of #47182 - aheart:master, r=steveklabnik | kennytm | -0/+1 |
| 2018-01-05 | Rollup merge of #47162 - stjepang:cleanup-btreeset, r=alexcrichton | kennytm | -72/+68 |
| 2018-01-05 | Rollup merge of #47150 - dtolnay:join, r=jseyfried | kennytm | -1/+1 |
| 2018-01-05 | Rollup merge of #47149 - dtolnay:spans, r=jseyfried | kennytm | -0/+14 |
| 2018-01-05 | Rollup merge of #47110 - EdSchouten:cloudabi-tls, r=kennytm | kennytm | -0/+12 |
| 2018-01-05 | Rollup merge of #47033 - EdSchouten:cloudabi-oom, r=kennytm | kennytm | -2/+12 |
| 2018-01-05 | Rollup merge of #47030 - ollie27:stab, r=alexcrichton | kennytm | -24/+39 |
| 2018-01-05 | Auto merge of #46907 - varkor:contrib-8, r=nagisa | bors | -4/+34 |
| 2018-01-05 | miri: use AllocId instead of u64. | Eduard-Mihai Burtescu | -72/+71 |
| 2018-01-05 | Auto merge of #46739 - arielb1:simple-loops, r=nikomatsakis | bors | -1/+26 |
| 2018-01-05 | Fix search bar defocus | Guillaume Gomez | -0/+4 |
| 2018-01-04 | [unix] Don't clone command-line args on startup | Matt Brubeck | -23/+16 |
| 2018-01-04 | rustbuild: Don't allow stable bootstrap from dev | Alex Crichton | -2/+13 |
| 2018-01-04 | Fix an error in std::process documentation | Loïc Damien | -2/+2 |
| 2018-01-04 | Make libpanic_unwind build on CloudABI. | Ed Schouten | -0/+1 |
| 2018-01-04 | rustc: Don't use relative paths for extended errors | Alex Crichton | -9/+36 |
| 2018-01-04 | Bump to 1.25.0 | Alex Crichton | -53/+9 |
| 2018-01-04 | Auto merge of #46916 - michaelwoerister:generate-dead-code-plz, r=alexcrichton | bors | -3/+38 |
| 2018-01-04 | Make examples equivalent | aheart | -0/+1 |
| 2018-01-04 | Auto merge of #47147 - projektir:to_ptr_cast, r=eddyb | bors | -3/+26 |
| 2018-01-04 | Fix potential overflow in TrustedRandomAccess impl for slice::{Chunks,ChunksMut} | Sebastian Dröge | -2/+8 |
| 2018-01-04 | Generate code for const- and inline-fns if -Clink-dead-code is specified. | Michael Woerister | -3/+38 |
| 2018-01-04 | Simplify LLVMRustModuleCost() | Björn Steinbrink | -7/+2 |
| 2018-01-04 | Remove unused function LLVMRustGetValueContext() | Björn Steinbrink | -7/+0 |
| 2018-01-04 | Remove outdated LLVMRustBuildLandingPad() wrapper | Björn Steinbrink | -20/+11 |
| 2018-01-04 | Auto merge of #47124 - estebank:loan-paths, r=nikomatsakis | bors | -21/+104 |
| 2018-01-04 | Auto merge of #47132 - cramertj:impl-trait-camel-case, r=nikomatsakis | bors | -1/+23 |
| 2018-01-04 | rustc: use {U,I}size instead of {U,I}s shorthands. | Eduard-Mihai Burtescu | -92/+93 |
| 2018-01-04 | rustc: remove misleading `Ty::is_uint` method. | Eduard-Mihai Burtescu | -8/+7 |
| 2018-01-03 | Tweak to mir borrow in a loop diagnostic | Esteban Küber | -11/+12 |