about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-02-21address reviewb-naber-17/+31
2023-02-20remove cfg attributesb-naber-12/+6
2023-02-19add some cfgs backb-naber-124/+134
2023-02-19remove cfgsb-naber-209/+78
2023-02-19rebaseb-naber-81/+92
2023-02-19some conditional importsb-naber-5/+5
2023-02-19sccs infob-naber-8/+74
2023-02-19collect existentials and placeholdersb-naber-20/+76
2023-02-19collect region contexts during mir renumberingb-naber-42/+364
2023-02-19add BorrowckInferCtxtb-naber-1/+29
2023-02-19Auto merge of #107921 - cjgillot:codegen-overflow-check, r=tmiaskobors-217/+250
2023-02-19Auto merge of #108237 - GuillaumeGomez:rollup-olxq5dt, r=GuillaumeGomezbors-91/+294
2023-02-19Rollup merge of #108212 - KittyBorgX:master, r=jyn514Guillaume Gomez-9/+0
2023-02-19Rollup merge of #108203 - compiler-errors:rpitit-fix-defaults-2, r=jackh726Guillaume Gomez-37/+161
2023-02-19Rollup merge of #108188 - jyn514:ra-sysroot, r=albertlarsan68Guillaume Gomez-2/+3
2023-02-19Rollup merge of #108129 - GuillaumeGomez:correctly-handle-links-starting-with...Guillaume Gomez-2/+32
2023-02-19Rollup merge of #107766 - GuillaumeGomez:fix-json-reexports-of-different-item...Guillaume Gomez-41/+98
2023-02-19Auto merge of #108228 - Dylan-DPC:rollup-i9t13qu, r=Dylan-DPCbors-161/+275
2023-02-19Rollup merge of #108189 - compiler-errors:non_lifetime_binders-bound-stuff, r...Dylan DPC-9/+103
2023-02-19Rollup merge of #108146 - notriddle:notriddle/rustdoc-search-reference, r=Gui...Dylan DPC-0/+18
2023-02-19Rollup merge of #108130 - tshepang:just-one-example, r=workingjubileeDylan DPC-42/+0
2023-02-19Rollup merge of #107951 - petrochenkov:procmacdoc, r=jackh726Dylan DPC-1/+33
2023-02-19Rollup merge of #107783 - notriddle:notriddle/item-table-ul, r=GuillaumeGomezDylan DPC-101/+103
2023-02-19Rollup merge of #106933 - schuelermine:fix/doc/102451, r=AmanieuDylan DPC-6/+14
2023-02-19Rollup merge of #104659 - tshepang:reflow, r=workingjubileeDylan DPC-2/+4
2023-02-19Download rustfmt regardless of rustc being set in config.tomlKittyBorgX-9/+0
2023-02-19Auto merge of #107772 - compiler-errors:dyn-star-backend-is-ptr, r=eholkbors-95/+129
2023-02-19Auto merge of #107867 - compiler-errors:new-solver-fn-trait-safety, r=lcnrbors-74/+135
2023-02-18Auto merge of #107542 - compiler-errors:param-envs-with-inference-vars-are-cu...bors-7/+23
2023-02-18Add regression test for #107995Guillaume Gomez-0/+28
2023-02-18Correctly handle if a link starts with a whitespaceGuillaume Gomez-2/+4
2023-02-18Stop implementing _with_overflow intrinsics in codegen backends.Camille GILLOT-50/+0
2023-02-18Replace _with_overflow instrinsics in LowerIntrinsics.Camille GILLOT-3/+113
2023-02-18Adapt cg_clif.Camille GILLOT-10/+7
2023-02-18Fix codegen test.Camille GILLOT-1/+1
2023-02-18Rename checked_binop_checks_overflow.Camille GILLOT-7/+8
2023-02-18Remove special case in rvalue codegen.Camille GILLOT-12/+0
2023-02-18Make name more explicit.Camille GILLOT-2/+2
2023-02-18Comment codegen optimization.Camille GILLOT-0/+3
2023-02-18Update compiler/rustc_middle/src/mir/syntax.rsCamille Gillot-1/+2
2023-02-18Remove exception from MIR doc.Camille GILLOT-4/+0
2023-02-18Adapt interpreter.Camille GILLOT-15/+3
2023-02-18Fix CTFE interpreter.Camille GILLOT-1/+1
2023-02-18Remove outdated comment.Camille GILLOT-3/+0
2023-02-18Adapt interpreter.Camille GILLOT-11/+13
2023-02-18Correct comment.Camille GILLOT-2/+4
2023-02-18Add comment.Camille GILLOT-0/+3
2023-02-18Add codegen test.Camille GILLOT-0/+14
2023-02-18Remove overflow checks from ConstProp.Camille GILLOT-116/+88
2023-02-18Do not codegen overflow check when not required.Camille GILLOT-2/+11