about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-02-23Rollup merge of #58595 - stjepang:make-duration-consts-associated, r=oli-obkMazdak Farrokhzad-19/+52
2019-02-23Rollup merge of #58526 - pmccarter:master, r=estebankMazdak Farrokhzad-9/+63
2019-02-23Rollup merge of #58476 - nnethercote:rm-LazyTokenStream, r=petrochenkovMazdak Farrokhzad-226/+168
2019-02-23Rollup merge of #58453 - jethrogb:jb/sgx-panic-abort, r=nagisaMazdak Farrokhzad-2/+4
2019-02-23Rollup merge of #58353 - matthewjasper:typeck-pattern-constants, r=arielb1Mazdak Farrokhzad-30/+74
2019-02-23Rollup merge of #58199 - clintfred:partial-move-err-msg, r=estebankMazdak Farrokhzad-12/+18
2019-02-23Rollup merge of #58122 - matthieu-m:range_incl_perf, r=dtolnayMazdak Farrokhzad-6/+81
2019-02-23Fix tidy check errorsHirokazu Hata-10/+45
2019-02-23Transition librustdoc to 2018 editionHirokazu Hata-423/+419
2019-02-23reduce an mir code repetition like (n << amt) >> amtkenta7777-2/+2
2019-02-23Improve parsing diagnostic for negative supertrait boundsHoàng Đức Hiếu-21/+131
2019-02-22#58658 bless after line split for tidyPatrick McCarter-5/+5
2019-02-22tidy line length override #58617Patrick McCarter-0/+1
2019-02-22make MaybeUninit CopyRalf Jung-0/+10
2019-02-22avoid unnecessary use of MaybeUninit::get_ref, and expand comment on the othersRalf Jung-1/+5
2019-02-22examples for MaybeUninit::zeroedRalf Jung-0/+29
2019-02-22examples for as[_mut]_ptrRalf Jung-0/+53
2019-02-22misc tweaksRalf Jung-12/+22
2019-02-22also add examples to MaybeUninit::into_initializedRalf Jung-1/+28
2019-02-22Add MaybeUninit::read_uninitializedRalf Jung-0/+55
2019-02-22Update cargoEric Huss-0/+0
2019-02-22Change byte align message wording #58617Patrick McCarter-3/+3
2019-02-22Auto merge of #58644 - Centril:rollup, r=Centrilbors-201/+533
2019-02-22Invalid byte alignment expected/provided in message #58617Patrick McCarter-7/+10
2019-02-22Do not underflow after resetting unmatched braces countEsteban Küber-4/+8
2019-02-23Added a connection timeout and speed threshold when downloading the Docker cachekennytm-1/+1
2019-02-22Fix #57979 by allowing a legitimate type error to take precedence over an ICE.Felix S. Klock II-1/+10
2019-02-22Switch from error patterns to `//~ ERROR` markers.Felix S. Klock II-8/+11
2019-02-22Make target pointer-width specific variants of (very old) huge-array-simple.r...Felix S. Klock II-4/+13
2019-02-22Rollup merge of #58632 - matklad:reduce-contention, r=CentrilMazdak Farrokhzad-23/+26
2019-02-22Rollup merge of #58621 - phansch:update_miri_links, r=oli-obkMazdak Farrokhzad-1/+1
2019-02-22Rollup merge of #58620 - ssomers:btreeset_intersection_benchmarks, r=KodrAusMazdak Farrokhzad-0/+89
2019-02-22Rollup merge of #58615 - RalfJung:ref-to-place-alignment, r=oli-obkMazdak Farrokhzad-2/+8
2019-02-22Rollup merge of #58607 - gurgalex:fail_E0505_for_2018_edition, r=matthewjasperMazdak Farrokhzad-15/+22
2019-02-22Rollup merge of #58606 - stjepang:put-future-into-spotlight, r=alexcrichtonMazdak Farrokhzad-0/+1
2019-02-22Rollup merge of #58601 - gnzlbg:json_error, r=oli-obkMazdak Farrokhzad-6/+16
2019-02-22Rollup merge of #58600 - llogiq:documentation-tests-typo, r=frewsxcvMazdak Farrokhzad-1/+1
2019-02-22Rollup merge of #58591 - dwijnand:dedup-a-rustdoc-diag-construction, r=Guilla...Mazdak Farrokhzad-22/+8
2019-02-22Rollup merge of #58589 - matklad:remove-hack, r=petrochenkovMazdak Farrokhzad-4/+2
2019-02-22Rollup merge of #58588 - matklad:dead-code, r=petrochenkovMazdak Farrokhzad-6/+0
2019-02-22Rollup merge of #58555 - scottmcm:try-2015, r=CentrilMazdak Farrokhzad-0/+6
2019-02-22Rollup merge of #58431 - RalfJung:btree, r=Mark-SimulacrumMazdak Farrokhzad-15/+42
2019-02-22Rollup merge of #58198 - igorsdv:suggest-removing-parentheses-surrounding-lif...Mazdak Farrokhzad-6/+19
2019-02-22Rollup merge of #58064 - llogiq:vec-deque-try-rfold, r=scottmcmMazdak Farrokhzad-5/+117
2019-02-22Rollup merge of #58059 - RalfJung:before_exec, r=alexcrichtonMazdak Farrokhzad-95/+171
2019-02-22Rollup merge of #57656 - scottmcm:deprecate-resize_default, r=SimonSapinMazdak Farrokhzad-0/+4
2019-02-22Auto merge of #57997 - nitnelave:master, r=RalfJungbors-215/+249
2019-02-22Don't generate minification variable if minification disabledGuillaume Gomez-1/+5
2019-02-22Update parking_lot to 0.7Bastien Orivel-4/+4
2019-02-22Make std feature list sortedAleksey Kladov-23/+26