about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-11-24Use kw::Empty for elided lifetimes in path.Camille GILLOT-83/+281
2022-11-24Change how suggested lifetime args are computed.Camille GILLOT-55/+83
2022-11-24Record in HIR whether lifetime elision was succesful.Camille GILLOT-34/+50
2022-11-23Separate lifetime ident from resolution in HIR.Camille GILLOT-275/+179
2022-11-23Auto merge of #104776 - Dylan-DPC:rollup-rf4c2u0, r=Dylan-DPCbors-433/+516
2022-11-23Rollup merge of #104751 - nnethercote:fix-104620, r=petrochenkovDylan DPC-3/+18
2022-11-23Rollup merge of #104744 - notriddle:notriddle/struct-fields-display-block, r=...Dylan DPC-0/+12
2022-11-23Rollup merge of #104721 - WaffleLapkin:deref-harder, r=oli-obkDylan DPC-349/+312
2022-11-23Rollup merge of #104509 - spastorino:use-obligation-ctxt, r=lcnrDylan DPC-63/+48
2022-11-23Rollup merge of #104286 - ozkanonur:fix-doc-bootstrap-recompilation, r=jyn514Dylan DPC-14/+52
2022-11-23Rollup merge of #104269 - compiler-errors:hang-in-where-clause-sugg, r=lcnrDylan DPC-4/+74
2022-11-23Auto merge of #103947 - camsteffen:place-clones, r=cjgillotbors-150/+134
2022-11-23Pass ObligationCtxt from enter_canonical_trait_query and use ObligationCtxt APISantiago Pastorino-16/+13
2022-11-23Call fully_solve_obligations instead of repeating codeSantiago Pastorino-6/+11
2022-11-23Use ObligationCtxt intead of dyn TraitEngineSantiago Pastorino-47/+30
2022-11-23Auto merge of #102750 - the8472:opt-field-order, r=wesleywiserbors-31/+78
2022-11-23Auto merge of #104758 - Manishearth:rollup-rh1tfum, r=Manishearthbors-540/+902
2022-11-23Add fatal overflow testMichael Goulet-0/+41
2022-11-23Drive-by: Don't manually call evaluate_obligation_no_overflowMichael Goulet-3/+2
2022-11-23Do not need to account for overflow in predicate_can_applyMichael Goulet-1/+31
2022-11-22Rollup merge of #104750 - mati865:bump-fd-lock-again, r=jyn514Manish Goregaokar-61/+22
2022-11-22Rollup merge of #104647 - RalfJung:alloc-strict-provenance, r=thomccManish Goregaokar-10/+19
2022-11-22Rollup merge of #104621 - YC:master, r=davidtwcoManish Goregaokar-3/+50
2022-11-22Rollup merge of #104612 - Swatinem:async-ret-y, r=estebankManish Goregaokar-9/+9
2022-11-22Rollup merge of #104359 - Nilstrieb:plus-one, r=fee1-deadManish Goregaokar-146/+259
2022-11-22Rollup merge of #103488 - oli-obk:impl_trait_for_tait, r=lcnrManish Goregaokar-311/+543
2022-11-23Auto merge of #104752 - weihanglo:update-cargo, r=weihanglobors-53/+10
2022-11-23Fix an ICE parsing a malformed attribute.Nicholas Nethercote-3/+18
2022-11-23Update cargoWeihang Lo-53/+10
2022-11-22Auto merge of #104743 - JohnTitor:rollup-9z9u7yd, r=JohnTitorbors-54/+218
2022-11-23Bump `fd-lock` in `bootstrap` againMateusz MikuĊ‚a-61/+22
2022-11-22add tests for field ordering optimizationThe 8472-0/+21
2022-11-22fix tests, update size assertsThe 8472-26/+34
2022-11-22also sort fields by niche sizes to retain optimizationsThe 8472-3/+16
2022-11-22group fields based on largest power of two dividing its sizeThe 8472-7/+3
2022-11-22optimize field ordering by grouping power-of-two arrays with larger typesThe 8472-4/+13
2022-11-22rustdoc: make struct fields `display: block`Michael Howell-0/+12
2022-11-23Rollup merge of #104728 - WaffleLapkin:require-lang-items-politely, r=compile...Yuki Okushi-12/+14
2022-11-23Rollup merge of #104724 - WaffleLapkin:to_def_idn't, r=compiler-errorsYuki Okushi-14/+41
2022-11-23Rollup merge of #104722 - mejrs:stress, r=ChrisDentonYuki Okushi-16/+51
2022-11-23Rollup merge of #104720 - notriddle:notriddle/popover-before-display-inline, ...Yuki Okushi-2/+0
2022-11-23Rollup merge of #104717 - GuillaumeGomez:test-projection-used-as-const-generi...Yuki Okushi-0/+31
2022-11-23Rollup merge of #102293 - ecnelises:aix.initial, r=davidtwcoYuki Okushi-1/+65
2022-11-23Rollup merge of #101368 - thomcc:wintls-noinline, r=ChrisDentonYuki Okushi-9/+16
2022-11-22Auto merge of #104735 - the8472:simd-contains-fix, r=thomccbors-4/+18
2022-11-22fix OOB access in SIMD impl of str.contains()The 8472-4/+6
2022-11-22add test for issue 104726The 8472-0/+12
2022-11-22`rustc_ast_lowering`: remove `ref` patternsMaybe Waffle-300/+267
2022-11-22`rustc_arena`: remove a couple of `ref` patternsMaybe Waffle-10/+6
2022-11-22`rustc_parse`: remove `ref` patternsMaybe Waffle-39/+39