about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-11-15use ? operator instead of matchSebastian Geisler-20/+6
2018-11-15Rename checked_add_duration to checked_add and make it take the duration by v...Sebastian Geisler-5/+5
2018-11-15Implement checked_add_duration for SystemTimeSebastian Geisler-22/+92
2018-10-30Rollup merge of #55496 - Manishearth:clippyup, r=oli-obkkennytm-18/+19
2018-10-30Rollup merge of #55494 - pnkfelix:issue-55492-borrowck-migrate-must-look-at-p...kennytm-66/+269
2018-10-30Rollup merge of #55493 - GuillaumeGomez:doc-fixes, r=@QuietMisdreavuskennytm-10/+14
2018-10-30Rollup merge of #55487 - nrc:path-fix, r=petrochenkovkennytm-2/+33
2018-10-30Rollup merge of #55476 - ljedrz:flat_map_to_filter_map, r=cramertjkennytm-6/+6
2018-10-30Rollup merge of #55474 - oli-obk:const_eval_promoted, r=RalfJungkennytm-2/+25
2018-10-30Rollup merge of #55473 - ljedrz:transitive/elaborate_bounds_impl_iterator, r=...kennytm-15/+15
2018-10-30Rollup merge of #55472 - ljedrz:use_option_take, r=cramertjkennytm-8/+5
2018-10-30Rollup merge of #55459 - memoryruins:issue-49296, r=oli-obkkennytm-0/+35
2018-10-30Rollup merge of #55450 - japaric:msp430, r=alexcrichtonkennytm-2/+9
2018-10-30Rollup merge of #55205 - ljedrz:faster_fxhashmap/set_population, r=estebankkennytm-19/+15
2018-10-30Rollup merge of #54885 - llogiq:fix-54704, r=nikomatsakiskennytm-4/+12
2018-10-30Fix invalid "expand description" displayGuillaume Gomez-8/+9
2018-10-30Update clippyManish Goregaokar-18/+19
2018-10-30Auto merge of #55221 - matthewjasper:fewer-duplicate-migrate-messages, r=pnkf...bors-822/+48
2018-10-30Update compare-mode=nll stderr files to reflect the fix to #55492.Felix S. Klock II-65/+18
2018-10-30Regression test for issue 55492.Felix S. Klock II-0/+224
2018-10-30borrowck=migrate mode needs to check parent(s) when its given a closure.Felix S. Klock II-1/+27
2018-10-29Fix source code pages in rustdocGuillaume Gomez-2/+5
2018-10-29Add a comment explaining the two checksOliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer-0/+1
2018-10-29Rename other occs of (Code/File)Map to Source(Map/File) #51574David Lavati-209/+210
2018-10-29Don't emit cannot move errors twice in migrate modeMatthew Jasper-822/+48
2018-10-30Adjust Ids of path segments in visibility modifiersNick Cameron-2/+33
2018-10-29Change a flat_map with 0/1-element vecs to a filter_mapljedrz-6/+6
2018-10-29Fix wrong validation clasisfication of `Option<&T>::Some` valuesOliver Scherer-1/+19
2018-10-29Take advantage of impl Iterator in (transitive/elaborate)_boundsljedrz-15/+15
2018-10-29Assert that promoteds don't fail to be evaluated for being too genericOliver Scherer-1/+5
2018-10-29Use opt.take() instead of mem::replace(opt, None)ljedrz-8/+5
2018-10-29don't lint `unused_parens` on `if (break _)`Andre Bogus-4/+12
2018-10-29Rollup merge of #55447 - frewsxcv:frewsxcv-rename, r=Mark-SimulacrumPietro Albini-1/+1
2018-10-29Rollup merge of #55440 - xfix:patch-11, r=GuillaumeGomezPietro Albini-5/+0
2018-10-29Rollup merge of #55439 - xfix:patch-10, r=frewsxcvPietro Albini-1/+1
2018-10-29Rollup merge of #55438 - xfix:patch-9, r=frewsxcvPietro Albini-1/+1
2018-10-29Rollup merge of #55426 - fitzgen:nonnull-inline, r=SimonSapinPietro Albini-0/+14
2018-10-29Rollup merge of #55423 - zackmdavis:back_out_bogus_ok_wrapping_suggestion, r=...Pietro Albini-44/+3
2018-10-29Rollup merge of #55384 - nnethercote:better-integer_lit-float_lit, r=michaelw...Pietro Albini-4/+19
2018-10-29Improve a few cases of collecting to an FxHash(Map/Set)ljedrz-19/+15
2018-10-29Add UI test for #49296memoryruins-0/+35
2018-10-29Auto merge of #55270 - RalfJung:stacked-borrows-ng, r=oli-obkbors-130/+174
2018-10-28Auto merge of #55043 - oliver-giersch:unchecked_thread_spawning, r=alexcrichtonbors-13/+78
2018-10-28Auto merge of #54487 - RalfJung:ctfe-backtrace, r=oli-obkbors-152/+88
2018-10-28msp430: fix compilation of liballocJorge Aparicio-0/+2
2018-10-28msp430: remove the whole Atomic* APIJorge Aparicio-2/+7
2018-10-28Fix invalid path in generate-deriving-span-tests.py.Corey Farwell-1/+1
2018-10-28Auto merge of #55433 - kennytm:rollup, r=kennytmbors-171/+386
2018-10-28Rollup merge of #55199 - oli-obk:instance_printing, r=davidtwcokennytm-35/+34
2018-10-28Rollup merge of #55257 - mjbshaw:static, r=oli-obkkennytm-14/+61