about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-07-05Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=ZoxcMazdak Farrokhzad-321/+309
2019-07-05Rollup merge of #62158 - christianpoveda:ecx-memory-extra, r=RalfJungMazdak Farrokhzad-7/+17
2019-07-05Rollup merge of #62133 - petrochenkov:norustc, r=eddybMazdak Farrokhzad-191/+251
2019-07-05Rollup merge of #62110 - nnethercote:improve-Ztime-passes, r=ZoxcMazdak Farrokhzad-38/+33
2019-07-05Rollup merge of #61545 - flip1995:internal_lints, r=oli-obkMazdak Farrokhzad-89/+209
2019-07-05Rollup merge of #62388 - rust-lang:fix-loop-break-mir-generation, r=eddybMazdak Farrokhzad-21/+52
2019-07-05Rollup merge of #62383 - Aaron1011:fix/async-error-span, r=varkorMazdak Farrokhzad-1/+33
2019-07-05Rollup merge of #62371 - Nemo157:fix-62288, r=CentrilMazdak Farrokhzad-1/+1
2019-07-05Rollup merge of #62324 - Centril:reduce-await-macro-reliance, r=cramertjMazdak Farrokhzad-30/+30
2019-07-05Rollup merge of #62323 - Centril:clarify-read-unaligned, r=RalfJungMazdak Farrokhzad-35/+53
2019-07-05Rollup merge of #62292 - Centril:split-async-closures, r=cramertjMazdak Farrokhzad-115/+260
2019-07-05Rollup merge of #62238 - GuillaumeGomez:fix-code-block-information-icon-pos, ...Mazdak Farrokhzad-0/+4
2019-07-05Rollup merge of #62169 - Zoxc:store-query-results, r=eddybMazdak Farrokhzad-24/+26
2019-07-05Rollup merge of #62150 - alex:mem-uninit-refactor, r=RalfJungMazdak Farrokhzad-29/+12
2019-07-05Rollup merge of #62123 - jeremystucki:needless_lifetimes_std, r=alexcrichtonMazdak Farrokhzad-26/+26
2019-07-05Auto merge of #62099 - Mark-Simulacrum:syntax-print-clean-2, r=eddybbors-2280/+2076
2019-07-05Auto merge of #62376 - Mark-Simulacrum:1.38-nightly, r=alexcrichtonbors-107/+47
2019-07-04Permit use of mem::uninitialized via allow(deprecated)Mark Rousskov-9/+30
2019-07-05Add a "total" measurement to -Ztime-passes.Nicholas Nethercote-21/+32
2019-07-05Remove `solve_nll_region_constraints` measurements from `-Ztime-passes` output.Nicholas Nethercote-17/+1
2019-07-04Auto merge of #62153 - alexcrichton:parallel-compress, r=Mark-Simulacrumbors-0/+0
2019-07-04Break out of the correct number of scopes in loopsMatthew Jasper-21/+52
2019-07-04Update the `rust-installer` submoduleAlex Crichton-0/+0
2019-07-04Auto merge of #61392 - Zoxc:single-interner, r=eddybbors-136/+28
2019-07-04Improve error span for async type inference errorAaron Hill-1/+33
2019-07-04Switch master to 1.38Mark Rousskov-98/+17
2019-07-04Implement mem::{zeroed,uninitialized} in terms of MaybeUninit.Alex Gaynor-29/+12
2019-07-04Add tracking issue for Box::into_pinWim Looman-1/+1
2019-07-04infer: fix a Region-related debug messageljedrz-6/+1
2019-07-04fix a dep_graph doc regarding type_of_itemljedrz-1/+1
2019-07-04infer::error_reporting: adjust 2 debug messagesljedrz-8/+2
2019-07-04rename hir::map::opt_local_def_id*ljedrz-9/+9
2019-07-04rename hir::map::local_def_id_from_hir_id to local_def_idljedrz-252/+252
2019-07-04rename hir::map::local_def_id to local_def_id_from_node_idljedrz-45/+48
2019-07-04remove FIXMEs for functions that won't go awayljedrz-4/+0
2019-07-04Add missing lifetime specifierJeremy Stucki-1/+1
2019-07-04ptr::{read,write}_unaligned: use no_run and reword slightly.Mazdak Farrokhzad-4/+4
2019-07-04Fix merge conflictsChristian Poveda-3401/+6661
2019-07-04Clarify unaligned fields in ptr::read_unaligned.Mazdak Farrokhzad-35/+53
2019-07-04Rollup merge of #62351 - RalfJung:drop-in-place, r=cramertjMazdak Farrokhzad-27/+5
2019-07-04Rollup merge of #62346 - RalfJung:miri-tests, r=CentrilMazdak Farrokhzad-8/+4
2019-07-04Rollup merge of #62344 - matklad:simplify-option, r=sfacklerMazdak Farrokhzad-9/+1
2019-07-04Rollup merge of #62337 - Mark-Simulacrum:fix-cpu-usage-script, r=alexcrichtonMazdak Farrokhzad-1/+1
2019-07-04Rollup merge of #62317 - JohnTitor:move-tests-to-build-pass, r=CentrilMazdak Farrokhzad-716/+716
2019-07-04Rollup merge of #62316 - khuey:efficient_last, r=sfacklerMazdak Farrokhzad-0/+89
2019-07-04Rollup merge of #62297 - matklad:peek-delimited, r=petrochenkovMazdak Farrokhzad-67/+72
2019-07-04Rollup merge of #62295 - RalfJung:miri-realloc, r=cramertjMazdak Farrokhzad-6/+9
2019-07-04Rollup merge of #62287 - petrhosek:libunwind-link-attribute, r=tmandryMazdak Farrokhzad-3/+15
2019-07-04Rollup merge of #62268 - Zoxc:inherent_impls, r=eddybMazdak Farrokhzad-29/+4
2019-07-04Rollup merge of #62258 - petrochenkov:idclean, r=CentrilMazdak Farrokhzad-230/+111