summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-04-16fill out contributingsteveklabnik-0/+5
2018-04-16fill out command line argumentssteveklabnik-2/+61
2018-04-16Auto merge of #49130 - smmalis37:range, r=alexcrichtonbors-40/+129
2018-04-16Stabilize x86/x86_64 SIMDAlex Crichton-95/+24
2018-04-16Auto merge of #48945 - clarcharr:iter_exhaust, r=Kimundibors-13/+9
2018-04-16Auto merge of #49433 - varkor:metadata-skip-mir-opt, r=michaelwoeristerbors-3/+14
2018-04-16Stabilize core::hint::unreachable_unchecked.kennytm-16/+71
2018-04-16Auto merge of #49963 - llogiq:stabilize-13226, r=kennytmbors-13/+12
2018-04-16Remove unnecessary indentation in rustdoc book codeblock.Corey Farwell-19/+19
2018-04-16Auto merge of #49956 - QuietMisdreavus:rustdoc-codegen, r=GuillaumeGomezbors-20/+84
2018-04-16Auto merge of #49847 - sinkuu:save_analysis_implicit_extern, r=petrochenkovbors-49/+227
2018-04-16Use locks for Session.lint_store and Session.buffered_lintsJohn Kåre Alsaker-9/+9
2018-04-16Auto merge of #49719 - mark-i-m:no_sep, r=petrochenkovbors-156/+72
2018-04-15Rebase and fix conflicts.Fabian Zaiser-5/+7
2018-04-15Stop duplicating where clauses from impl's.Fabian Zaiser-10/+8
2018-04-15Rebase and update code.Fabian Zaiser-2/+6
2018-04-15Improve function name.Fabian Zaiser-3/+5
2018-04-15Implement Chalk lowering rule Normalize-From-ImplFabian Zaiser-5/+81
2018-04-15Auto merge of #49947 - oli-obk:turing_complete_const_eval, r=nagisabors-18/+10
2018-04-15Provide better names for builtin deriving-generated attributesJames Sanderson-15/+19
2018-04-15Tweaks to intern_tyJohn Kåre Alsaker-7/+7
2018-04-15Make use of thread-safe arenasJohn Kåre Alsaker-12/+12
2018-04-15Make arenas thread safeJohn Kåre Alsaker-0/+77
2018-04-15Add misc timingsJohn Kåre Alsaker-8/+31
2018-04-15Make layout_depth thread-safeJohn Kåre Alsaker-17/+23
2018-04-15don't see issue #0Zack M. Davis-4/+30
2018-04-15Only warn on erroneous promoted constantsOliver Schneider-30/+129
2018-04-15Check generated save-analysis, instead of `bug!()`ingShotaro Yamada-1/+21
2018-04-15Auto merge of #49833 - oli-obk:incremental_miri_regression, r=michaelwoeristerbors-307/+271
2018-04-15Properly handle ranges of signed enums using both extremums (fixes #49973)Anthony Ramine-5/+26
2018-04-15Add a tracking issue for making the warning a lintOliver Schneider-0/+1
2018-04-15s/`use_mir`/`use_mir_borrowck`/Niko Matsakis-5/+5
2018-04-15remove -Znll -- borrowck=mir implies nll nowNiko Matsakis-545/+508
2018-04-15don't expose the `borrows` fieldNiko Matsakis-10/+19
2018-04-15just use an iteratorNiko Matsakis-2/+1
2018-04-15stop using `borrows` for anything but iterating over live dataNiko Matsakis-57/+56
2018-04-15thread borrow-set around moreNiko Matsakis-8/+11
2018-04-15remove `ReserveOrActivateIndex`Niko Matsakis-80/+28
2018-04-15use the `activations_at_location` map to check activationsNiko Matsakis-34/+35
2018-04-15determine whether a borrow is active based solely on the locationNiko Matsakis-8/+111
2018-04-15add useful debugNiko Matsakis-0/+8
2018-04-15encapsulate ReserveOrActivateIndex into the borrows dataflowNiko Matsakis-14/+13
2018-04-15construct the `BorrowSet` outside of `borrows`Niko Matsakis-10/+12
2018-04-15extract code to build borrow-set into `borrow_check::borrow_set`Niko Matsakis-407/+322
2018-04-15relocate `BorrowData` etc into `borrow_check::borrow_set`Niko Matsakis-81/+113
2018-04-15gather activation locations for 2-phase borrows in 1 passNiko Matsakis-98/+139
2018-04-15remove `assigned_map` (appears to be dead code)Niko Matsakis-9/+0
2018-04-15Auto merge of #49885 - spastorino:fn_ref_unsound, r=nikomatsakisbors-20/+75
2018-04-15Remove #[inline(always)] on Vec::into_boxed_sliceAnthony Ramine-1/+0
2018-04-15Auto merge of #49884 - alexcrichton:less-unwrap, r=Mark-Simulacrumbors-8/+14