about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-06-08Removed stable/unstable sort arg from into_sorted_stable_ord, fixed a few mis...Andrew Xie-47/+80
2023-06-05Fixed to_sorted => to_sorted_stable_ordAndrew Xie-37/+60
2023-06-04Fixed unord mistakeAndrew Xie-26/+23
2023-06-04Fixed failing test + minor cleanupAndrew Xie-18/+20
2023-06-04Sorted a FxIndexSet for consistent iteration orderAndrew Xie-0/+1
2023-06-04Switched some uses to UnordMapAndrew Xie-136/+150
2023-06-04Updated cranelift codegen to reflect modified trait signatureAndrew Xie-6/+6
2023-06-04Removed use of iteration through a HashMap/HashSet in rustc_incremental and r...Andrew Xie-48/+47
2023-06-04Fix type-inference regression in #112225Arpad Borsos-1/+10
2023-06-04Auto merge of #112240 - cjgillot:recurse-inline, r=scottmcmbors-3/+6
2023-06-03Rollup merge of #112215 - compiler-errors:check-sized-better, r=cjgillotMatthias Krüger-11/+19
2023-06-03Rollup merge of #111659 - y21:suggest-as-deref, r=cjgillotMatthias Krüger-9/+95
2023-06-03do not use ty_adt_id from internal traity21-3/+2
2023-06-03Only check inlining counter after recusing.Camille GILLOT-3/+6
2023-06-03Auto merge of #111516 - compiler-errors:issue-111500, r=jackh726bors-14/+0
2023-06-03Auto merge of #111350 - chenyukang:yukang-remove-type-asc, r=Nilstriebbors-52/+1
2023-06-03Auto merge of #112217 - arlosi:update-vuln-deps, r=Mark-Simulacrumbors-1/+1
2023-06-03cleanupyukang-4/+2
2023-06-03remove EarlySyntaxWarning for type ascriptionyukang-14/+0
2023-06-03remove type ascription feature gateyukang-38/+3
2023-06-02Rollup merge of #112223 - compiler-errors:new-solver-auto-proj, r=BoxyUwUMichael Goulet-2/+6
2023-06-02Rollup merge of #112183 - compiler-errors:new-solver-anon-ct, r=BoxyUwUMichael Goulet-46/+84
2023-06-02Rollup merge of #112168 - scottmcm:lower-div-rem-unchecked-to-mir, r=oli-obkMichael Goulet-52/+39
2023-06-02Rollup merge of #109609 - cjgillot:split-anon-const, r=BoxyUwUMichael Goulet-68/+111
2023-06-02Elaborate comment, make sure we do normalizes-to hack eventually for IATs, do...Michael Goulet-26/+29
2023-06-02No const equate in new solverMichael Goulet-13/+7
2023-06-02Normalize anon consts in new solverMichael Goulet-18/+65
2023-06-02No more TyCtxt::lazy_normalizationMichael Goulet-14/+8
2023-06-02Separate AnonConst from ConstBlock in HIR.Camille GILLOT-68/+111
2023-06-02Auto merge of #112162 - nnethercote:clarify-mono-item-usage, r=wesleywiserbors-164/+120
2023-06-02Don't ICE in new solver when auto traits have associated typesMichael Goulet-2/+6
2023-06-02Update dependencies with reported vulnerabilitiesArlo Siemsen-1/+1
2023-06-02only suppress coercion error if type is definitely unsizedMichael Goulet-11/+19
2023-06-02Rollup merge of #112189 - compiler-errors:bad-gen, r=cjgillotMatthias Krüger-4/+14
2023-06-02Rollup merge of #112182 - rcvalle:rust-cfi-fix-111185, r=compiler-errorsMatthias Krüger-3/+10
2023-06-02Rollup merge of #112165 - fee1-dead-contrib:rn-defualtness, r=compiler-errorsMatthias Krüger-27/+28
2023-06-02Rollup merge of #111647 - klensy:cstr, r=oli-obkMatthias Krüger-60/+48
2023-06-02Auto merge of #112198 - compiler-errors:rollup-o2xe4of, r=compiler-errorsbors-183/+218
2023-06-01Rollup merge of #112193 - clubby789:offset-of-tuple-sized, r=est31Michael Goulet-9/+10
2023-06-01Rollup merge of #112190 - nnethercote:improve-comments-TyCtxt-GlobalCtxt, r=c...Michael Goulet-0/+12
2023-06-01Rollup merge of #112174 - cuishuang:master, r=jyn514Michael Goulet-1/+1
2023-06-01Rollup merge of #112150 - taiki-e:apple-atomic-128, r=AmanieuMichael Goulet-4/+4
2023-06-01Rollup merge of #111914 - rcvalle:rust-cfi-fix-111184, r=compiler-errorsMichael Goulet-5/+24
2023-06-01Rollup merge of #111670 - compiler-errors:const-param-ty, r=BoxyUwUMichael Goulet-164/+167
2023-06-02Auto merge of #111677 - fee1-dead-contrib:rustc_const_eval-translatable, r=ol...bors-1002/+2209
2023-06-02Clarify `follow_inlining`.Nicholas Nethercote-7/+9
2023-06-02Simplify `place_inlined_mono_items`.Nicholas Nethercote-24/+7
2023-06-02Change representation of `UsageMap::used_map`.Nicholas Nethercote-29/+12
2023-06-02Introduce `UsageMap::user_map`.Nicholas Nethercote-21/+14
2023-06-02Overhaul CGU formation terminology.Nicholas Nethercote-120/+115