| Age | Commit message (Expand) | Author | Lines |
| 2018-04-16 | fill out contributing | steveklabnik | -0/+5 |
| 2018-04-16 | fill out command line arguments | steveklabnik | -2/+61 |
| 2018-04-16 | Auto merge of #49130 - smmalis37:range, r=alexcrichton | bors | -40/+129 |
| 2018-04-16 | Stabilize x86/x86_64 SIMD | Alex Crichton | -95/+24 |
| 2018-04-16 | Auto merge of #48945 - clarcharr:iter_exhaust, r=Kimundi | bors | -13/+9 |
| 2018-04-16 | Auto merge of #49433 - varkor:metadata-skip-mir-opt, r=michaelwoerister | bors | -3/+14 |
| 2018-04-16 | Stabilize core::hint::unreachable_unchecked. | kennytm | -16/+71 |
| 2018-04-16 | Auto merge of #49963 - llogiq:stabilize-13226, r=kennytm | bors | -13/+12 |
| 2018-04-16 | Remove unnecessary indentation in rustdoc book codeblock. | Corey Farwell | -19/+19 |
| 2018-04-16 | Auto merge of #49956 - QuietMisdreavus:rustdoc-codegen, r=GuillaumeGomez | bors | -20/+84 |
| 2018-04-16 | Auto merge of #49847 - sinkuu:save_analysis_implicit_extern, r=petrochenkov | bors | -49/+227 |
| 2018-04-16 | Use locks for Session.lint_store and Session.buffered_lints | John Kåre Alsaker | -9/+9 |
| 2018-04-16 | Auto merge of #49719 - mark-i-m:no_sep, r=petrochenkov | bors | -156/+72 |
| 2018-04-15 | Rebase and fix conflicts. | Fabian Zaiser | -5/+7 |
| 2018-04-15 | Stop duplicating where clauses from impl's. | Fabian Zaiser | -10/+8 |
| 2018-04-15 | Rebase and update code. | Fabian Zaiser | -2/+6 |
| 2018-04-15 | Improve function name. | Fabian Zaiser | -3/+5 |
| 2018-04-15 | Implement Chalk lowering rule Normalize-From-Impl | Fabian Zaiser | -5/+81 |
| 2018-04-15 | Auto merge of #49947 - oli-obk:turing_complete_const_eval, r=nagisa | bors | -18/+10 |
| 2018-04-15 | Provide better names for builtin deriving-generated attributes | James Sanderson | -15/+19 |
| 2018-04-15 | Tweaks to intern_ty | John Kåre Alsaker | -7/+7 |
| 2018-04-15 | Make use of thread-safe arenas | John Kåre Alsaker | -12/+12 |
| 2018-04-15 | Make arenas thread safe | John Kåre Alsaker | -0/+77 |
| 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 |