about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-10-07Auto merge of #89495 - Mark-Simulacrum:add-inlines, r=michaelwoeristerbors-0/+2
2021-10-07Auto merge of #89454 - erikdesjardins:perfattrcheck, r=nikomatsakisbors-38/+4
2021-10-06Auto merge of #89608 - Manishearth:rollup-m7kd76f, r=Manishearthbors-249/+984
2021-10-06Rollup merge of #89591 - infinity0:master, r=AmanieuManish Goregaokar-0/+1
2021-10-06Rollup merge of #89588 - BoxyUwU:add_a_test_uwu, r=lcnrManish Goregaokar-0/+29
2021-10-06Rollup merge of #89531 - devnexen:stack_overflow_bsd_libc_upd, r=dtolnayManish Goregaokar-3/+3
2021-10-06Rollup merge of #89528 - FabianWolff:issue-89497, r=jackh726Manish Goregaokar-14/+80
2021-10-06Rollup merge of #89506 - yaymukund:docblock-headings, r=GuillaumeGomezManish Goregaokar-122/+264
2021-10-06Rollup merge of #89501 - Aaron1011:escaping-name-regions, r=davidtwcoManish Goregaokar-39/+209
2021-10-06Rollup merge of #89329 - tmiasko:print-type-sizes-no-fields, r=jackh726Manish Goregaokar-3/+7
2021-10-06Rollup merge of #89324 - yoshuawuyts:hardware-parallelism, r=m-ou-seManish Goregaokar-16/+18
2021-10-06Rollup merge of #89245 - DeveloperC286:iter_mut_fields_to_private, r=joshtrip...Manish Goregaokar-16/+21
2021-10-06Rollup merge of #89050 - DeveloperC286:drain_fields_to_private, r=joshtriplettManish Goregaokar-17/+26
2021-10-06Rollup merge of #88523 - kpreid:category, r=yaahcManish Goregaokar-4/+22
2021-10-06Rollup merge of #87601 - a1phyr:feature_uint_add_signed, r=kennytmManish Goregaokar-15/+304
2021-10-06Auto merge of #89599 - rusticstuff:ci-fix, r=Mark-Simulacrumbors-24/+12
2021-10-06Get rid of broken `ct-ng oldconfig` everywhere and directly provide a suitabl...Hans Kratz-20/+8
2021-10-06Switch to our own mirror of libislMark Rousskov-4/+4
2021-10-06Revert the rustc_error_codes changes.Mukund Lakshman-51/+51
2021-10-06Restore h1 styles, which got accidentally removed.Mukund Lakshman-3/+3
2021-10-06fix: alloc-optimisation is only for rust llvmXimin Luo-0/+1
2021-10-06Auto merge of #89323 - estebank:derive-binop, r=petrochenkovbors-108/+667
2021-10-06testEllen-0/+29
2021-10-05Consider unfulfilled obligations in binop errorsEsteban Kuber-108/+667
2021-10-05Auto merge of #89572 - Manishearth:rollup-obz5ycp, r=Manishearthbors-80/+455
2021-10-05Rollup merge of #89546 - joshtriplett:grow-metadata-faster, r=petrochenkovManish Goregaokar-1/+3
2021-10-05Rollup merge of #89532 - ecstatic-morse:maybe-live-locals-enum, r=oli-obk,tmi...Manish Goregaokar-0/+63
2021-10-05Rollup merge of #89523 - Aaron1011:derive-future-compat, r=wesleywiserManish Goregaokar-0/+73
2021-10-05Rollup merge of #89502 - FabianWolff:issue-89493, r=joshtriplettManish Goregaokar-2/+2
2021-10-05Rollup merge of #89442 - GuillaumeGomez:duplicated-doc-alias, r=estebankManish Goregaokar-7/+71
2021-10-05Rollup merge of #89351 - tspiteri:wrapping_rem, r=dtolnayManish Goregaokar-6/+4
2021-10-05Rollup merge of #89317 - JulianKnodt:precise_errors, r=BoxyUwUManish Goregaokar-52/+111
2021-10-05Rollup merge of #88871 - FabianWolff:issue-88403, r=jackh726Manish Goregaokar-8/+75
2021-10-05Rollup merge of #88828 - FabianWolff:issue-88585, r=dtolnayManish Goregaokar-3/+13
2021-10-05Rollup merge of #88706 - ThePuzzlemaker:issue-88609, r=jackh726Manish Goregaokar-1/+40
2021-10-05Note specific regions involved in 'borrowed data escapes' errorAaron Hill-39/+209
2021-10-05refactor: VecDeques IterMut fields to privateDeveloperC-16/+21
2021-10-05refactor: VecDeques Drain fields to privateDeveloperC286-17/+26
2021-10-05for signed overflowing remainder, delay comparing lhs with MINTrevor Spiteri-6/+4
2021-10-05Auto merge of #89363 - oli-obk:in_tracing_we_trust, r=Mark-Simulacrumbors-7/+7
2021-10-05Auto merge of #89266 - cjgillot:session-ich, r=michaelwoeristerbors-221/+168
2021-10-05Auto merge of #89549 - Manishearth:rollup-mhkyc16, r=Manishearthbors-339/+229
2021-10-04Rollup merge of #89535 - notriddle:notriddle/error-index-generator-js, r=Mark...Manish Goregaokar-34/+19
2021-10-04Rollup merge of #89504 - Aaron1011:rpit-nll-static, r=nikomatsakisManish Goregaokar-214/+25
2021-10-04Rollup merge of #89482 - hkmatsumoto:patch-diagnostics, r=joshtriplettManish Goregaokar-14/+14
2021-10-04Rollup merge of #89462 - devnexen:haiku_thread_aff_build_fix, r=nagisaManish Goregaokar-6/+10
2021-10-04Rollup merge of #89426 - davidtwco:bootstrap-nix-toolchain-env-var, r=Mark-Si...Manish Goregaokar-12/+23
2021-10-04Rollup merge of #89423 - DevinR528:reachable-fields, r=NadrierilManish Goregaokar-14/+31
2021-10-04Rollup merge of #89364 - hkmatsumoto:encode-json-with-utf-8, r=Mark-SimulacrumManish Goregaokar-1/+1
2021-10-04Rollup merge of #89244 - DeveloperC286:pair_slices_fields_to_private, r=josht...Manish Goregaokar-4/+4