about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-03-12Auto merge of #108682 - est31:simplify_dirs, r=davidtwcobors-34/+34
2023-03-11`MaybeUninit::assume_init_read` should have `noundef` load metadataScott McMurray-3/+31
2023-03-12Auto merge of #108700 - spastorino:new-rpitit-impl-side-2, r=compiler-errorsbors-35/+147
2023-03-12Document BinOp::is_checkableTomasz Miąsko-0/+3
2023-03-11Use ensure_with_value in a few more places.Camille GILLOT-6/+7
2023-03-11Make the check for cache opt-in.Camille GILLOT-13/+57
2023-03-11Use ensure for thir_abstract_const.Camille GILLOT-5/+2
2023-03-11Ensure value is on the on-disk cache before returning.Camille GILLOT-9/+53
2023-03-11Use TyCtxt::trait_solver_next in some placesMichael Goulet-15/+13
2023-03-11Simplify message pathsest31-34/+34
2023-03-11Auto merge of #108417 - Zoxc:dep-graph-branch, r=cjgillotbors-173/+221
2023-03-11Gate const closures even when they appear in macrosMichael Goulet-12/+9
2023-03-11Gate all usages of dyn*, even in macrosMichael Goulet-3/+3
2023-03-11Add a fixme and address a more non trivial caseest31-2/+3
2023-03-11Address the new odd backticks tidy lint in compiler/est31-6/+10
2023-03-11Auto merge of #109019 - matthiaskrgr:rollup-ihjntil, r=matthiaskrgrbors-216/+316
2023-03-11fix linkjyn-1/+1
2023-03-11Rollup merge of #108806 - cjgillot:query-lints, r=davidtwcoMatthias Krüger-40/+74
2023-03-11Rollup merge of #108739 - 823984418:patch-1, r=cjgillotMatthias Krüger-0/+4
2023-03-11Rollup merge of #108690 - Zoxc:query-size-limits, r=cjgillotMatthias Krüger-0/+30
2023-03-11Rollup merge of #108542 - bwmf2:expanded, r=wesleywiserMatthias Krüger-0/+4
2023-03-11Rollup merge of #108071 - compiler-errors:new-solver-caching, r=lcnrMatthias Krüger-173/+183
2023-03-11Rollup merge of #106844 - Ezrashaw:concat-negative-int-lit, r=dtolnayMatthias Krüger-1/+14
2023-03-11Rollup merge of #104363 - WaffleLapkin:bonk_box_new, r=NilstriebMatthias Krüger-2/+7
2023-03-11Expand on the allocator comment in `rustc-main`Joshua Nelson-0/+9
2023-03-11remove duplicated calls to sort_stringklensy-6/+2
2023-03-11Rollup merge of #108988 - adrianheine:crate-reference-block, r=petrochenkovMatthias Krüger-10/+2
2023-03-11Rollup merge of #108950 - cjgillot:inherit-less, r=compiler-errorsMatthias Krüger-151/+122
2023-03-11Rollup merge of #108949 - Urgau:check-cfg-target-json, r=oli-obkMatthias Krüger-4/+5
2023-03-11Rollup merge of #108711 - Nilstrieb:nt-note, r=petrochenkovMatthias Krüger-3/+9
2023-03-11Give proper error message when tcx wasn't passed to decoderNilstrieb-5/+18
2023-03-11Auto merge of #109001 - matthiaskrgr:rollup-a3agnwp, r=matthiaskrgrbors-101/+99
2023-03-11Auto merge of #108998 - matthiaskrgr:rollup-sxbdulg, r=matthiaskrgrbors-137/+274
2023-03-11Auto merge of #104527 - ferrocene:pa-more-licenses, r=pnkfelixbors-18/+6
2023-03-10Actually cache goalsMichael Goulet-70/+65
2023-03-10Move some solver stuff to middleMichael Goulet-103/+118
2023-03-10Rollup merge of #108912 - clubby789:doc-tool-lints, r=NilstriebMatthias Krüger-0/+30
2023-03-10Rollup merge of #108902 - lcnr:do-while-sus, r=davidtwco,NilstriebMatthias Krüger-25/+23
2023-03-10Rollup merge of #108891 - kazutakahirata:master, r=cuviperMatthias Krüger-1/+0
2023-03-10Rollup merge of #108017 - chbaker0:fix-105967, r=chbaker0Matthias Krüger-40/+38
2023-03-10Rollup merge of #107711 - calebzulawski:movbe, r=pnkfelixMatthias Krüger-4/+4
2023-03-10Rollup merge of #105798 - Amanieu:relax-asm, r=joshtriplettMatthias Krüger-31/+4
2023-03-10Simplify typeck entry.Camille GILLOT-51/+46
2023-03-10Directly construct Inherited.Camille GILLOT-143/+119
2023-03-10Rollup merge of #108983 - LeSeulArtichaut:108646-target-feature-default-impl,...Matthias Krüger-1/+1
2023-03-10Rollup merge of #108947 - compiler-errors:ct-infer-no-shapeshifting, r=BoxyUwUMatthias Krüger-13/+24
2023-03-10Rollup merge of #108937 - lcnr:winnowing-enum, r=WaffleLapkinMatthias Krüger-40/+67
2023-03-10Rollup merge of #108930 - Ezrashaw:better-error-for-manual-fn-impl, r=petroch...Matthias Krüger-51/+96
2023-03-10Rollup merge of #108900 - bvanjoi:issue-108275, r=petrochenkovMatthias Krüger-4/+4
2023-03-10Rollup merge of #108834 - compiler-errors:fn-ptr-fn-obl, r=spastorinoMatthias Krüger-3/+11