| Age | Commit message (Expand) | Author | Lines |
| 2018-04-15 | Add misc timings | John Kåre Alsaker | -8/+31 |
| 2018-04-15 | Make layout_depth thread-safe | John Kåre Alsaker | -17/+23 |
| 2018-04-15 | don't see issue #0 | Zack M. Davis | -4/+30 |
| 2018-04-15 | Only warn on erroneous promoted constants | Oliver Schneider | -30/+129 |
| 2018-04-15 | Check generated save-analysis, instead of `bug!()`ing | Shotaro Yamada | -1/+21 |
| 2018-04-15 | Auto merge of #49833 - oli-obk:incremental_miri_regression, r=michaelwoerister | bors | -307/+271 |
| 2018-04-15 | Properly handle ranges of signed enums using both extremums (fixes #49973) | Anthony Ramine | -5/+26 |
| 2018-04-15 | Add a tracking issue for making the warning a lint | Oliver Schneider | -0/+1 |
| 2018-04-15 | s/`use_mir`/`use_mir_borrowck`/ | Niko Matsakis | -5/+5 |
| 2018-04-15 | remove -Znll -- borrowck=mir implies nll now | Niko Matsakis | -545/+508 |
| 2018-04-15 | don't expose the `borrows` field | Niko Matsakis | -10/+19 |
| 2018-04-15 | just use an iterator | Niko Matsakis | -2/+1 |
| 2018-04-15 | stop using `borrows` for anything but iterating over live data | Niko Matsakis | -57/+56 |
| 2018-04-15 | thread borrow-set around more | Niko Matsakis | -8/+11 |
| 2018-04-15 | remove `ReserveOrActivateIndex` | Niko Matsakis | -80/+28 |
| 2018-04-15 | use the `activations_at_location` map to check activations | Niko Matsakis | -34/+35 |
| 2018-04-15 | determine whether a borrow is active based solely on the location | Niko Matsakis | -8/+111 |
| 2018-04-15 | add useful debug | Niko Matsakis | -0/+8 |
| 2018-04-15 | encapsulate ReserveOrActivateIndex into the borrows dataflow | Niko Matsakis | -14/+13 |
| 2018-04-15 | construct the `BorrowSet` outside of `borrows` | Niko Matsakis | -10/+12 |
| 2018-04-15 | extract code to build borrow-set into `borrow_check::borrow_set` | Niko Matsakis | -407/+322 |
| 2018-04-15 | relocate `BorrowData` etc into `borrow_check::borrow_set` | Niko Matsakis | -81/+113 |
| 2018-04-15 | gather activation locations for 2-phase borrows in 1 pass | Niko Matsakis | -98/+139 |
| 2018-04-15 | remove `assigned_map` (appears to be dead code) | Niko Matsakis | -9/+0 |
| 2018-04-15 | Auto merge of #49885 - spastorino:fn_ref_unsound, r=nikomatsakis | bors | -20/+75 |
| 2018-04-15 | Remove #[inline(always)] on Vec::into_boxed_slice | Anthony Ramine | -1/+0 |
| 2018-04-15 | Auto merge of #49884 - alexcrichton:less-unwrap, r=Mark-Simulacrum | bors | -8/+14 |
| 2018-04-15 | Deprecate Read::chars and char::decode_utf8 | Simon Sapin | -1/+32 |
| 2018-04-15 | Auto merge of #49881 - varkor:partialord-opt, r=Manishearth | bors | -96/+245 |
| 2018-04-15 | Auto merge of #48173 - GuillaumeGomez:error-codes-libsyntax_ext, r=estebank | bors | -5/+118 |
| 2018-04-14 | Prefer unprefixed paths for well known structs | Dylan MacKenzie | -23/+23 |
| 2018-04-14 | Add doc links to `std::os` extension traits | Dylan MacKenzie | -64/+139 |
| 2018-04-14 | Auto merge of #49850 - alexcrichton:moreinline, r=sfackler | bors | -0/+1 |
| 2018-04-14 | ignore stage1 testing | Guillaume Gomez | -3/+10 |
| 2018-04-14 | Add tests and longer error explanation | Guillaume Gomez | -3/+67 |
| 2018-04-14 | Add error codes for libsyntax_ext | Guillaume Gomez | -3/+45 |
| 2018-04-14 | Add doc | Guillaume Gomez | -0/+4 |
| 2018-04-14 | Small size reduction | Guillaume Gomez | -122/+106 |
| 2018-04-14 | Add multi-query search | Guillaume Gomez | -9/+93 |
| 2018-04-14 | Remove warning about f64->f32 cast being potential UB | Nikita Popov | -4/+0 |
| 2018-04-14 | stabilize fetch_nand | Andre Bogus | -13/+12 |
| 2018-04-14 | Auto merge of #49939 - kennytm:rollup, r=kennytm | bors | -87/+365 |
| 2018-04-14 | Rollup merge of #49864 - QuietMisdreavus:doctest-target-features, r=Guillaume... | kennytm | -5/+41 |
| 2018-04-14 | Rollup merge of #49871 - SimonSapin:int-bytes, r=sfackler | kennytm | -0/+89 |
| 2018-04-14 | Rollup merge of #49958 - glandium:cleanup, r=SimonSapin | kennytm | -30/+30 |
| 2018-04-14 | Add to_bytes and from_bytes to primitive integers | Simon Sapin | -0/+89 |
| 2018-04-14 | Auto merge of #49289 - varkor:emit-metadata-without-link, r=michaelwoerister | bors | -2/+3 |
| 2018-04-14 | Get rid of redundant `HashSet` | Oliver Schneider | -30/+28 |
| 2018-04-14 | Reduce the number of calls to `cdata` | Oliver Schneider | -2/+2 |
| 2018-04-14 | Encode items before encoding the list of AllocIds | Oliver Schneider | -10/+13 |