about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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
2018-04-15Deprecate Read::chars and char::decode_utf8Simon Sapin-1/+32
2018-04-15Auto merge of #49881 - varkor:partialord-opt, r=Manishearthbors-96/+245
2018-04-15Auto merge of #48173 - GuillaumeGomez:error-codes-libsyntax_ext, r=estebankbors-5/+118
2018-04-14Prefer unprefixed paths for well known structsDylan MacKenzie-23/+23
2018-04-14Add doc links to `std::os` extension traitsDylan MacKenzie-64/+139
2018-04-14Auto merge of #49850 - alexcrichton:moreinline, r=sfacklerbors-0/+1
2018-04-14ignore stage1 testingGuillaume Gomez-3/+10
2018-04-14Add tests and longer error explanationGuillaume Gomez-3/+67
2018-04-14Add error codes for libsyntax_extGuillaume Gomez-3/+45
2018-04-14Add docGuillaume Gomez-0/+4
2018-04-14Small size reductionGuillaume Gomez-122/+106
2018-04-14Add multi-query searchGuillaume Gomez-9/+93
2018-04-14Remove warning about f64->f32 cast being potential UBNikita Popov-4/+0
2018-04-14stabilize fetch_nandAndre Bogus-13/+12
2018-04-14Auto merge of #49939 - kennytm:rollup, r=kennytmbors-87/+365
2018-04-14Rollup merge of #49864 - QuietMisdreavus:doctest-target-features, r=Guillaume...kennytm-5/+41
2018-04-14Rollup merge of #49871 - SimonSapin:int-bytes, r=sfacklerkennytm-0/+89
2018-04-14Rollup merge of #49958 - glandium:cleanup, r=SimonSapinkennytm-30/+30
2018-04-14Add to_bytes and from_bytes to primitive integersSimon Sapin-0/+89
2018-04-14Auto merge of #49289 - varkor:emit-metadata-without-link, r=michaelwoeristerbors-2/+3
2018-04-14Get rid of redundant `HashSet`Oliver Schneider-30/+28
2018-04-14Reduce the number of calls to `cdata`Oliver Schneider-2/+2
2018-04-14Encode items before encoding the list of AllocIdsOliver Schneider-10/+13