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