about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-09-20Drop migration lint for Send/Sync bound in LTO backendMark Rousskov-5/+2
2021-09-20Migrate to 2021Mark Rousskov-59/+59
2021-09-21Auto merge of #87830 - hkmatsumoto:suggest-brackets-for-array-esque-block-exp...bors-4/+54
2021-09-21Fix ICE with `--cap-lints=allow` and `-Zfuel=...=0`Fabian Wolff-1/+6
2021-09-20Implement #[link_ordinal] attribute in the context of #[link(kind = "raw-dyli...Richard Cobbe-17/+60
2021-09-21Disable visible path calculation for PrettyPrinter in Ok path of compilerAlik Aslanyan-14/+38
2021-09-20Don't use projection cache or candidate cache in intercrate modeAaron Hill-6/+42
2021-09-20Fix ICE when `indirect_structural_match` is allowedFabian Wolff-6/+8
2021-09-20Auto merge of #89117 - michaelwoerister:update-to-odht-0.3, r=wesleywiserbors-2/+2
2021-09-20Avoid the overflow with rustc+debugassertions in issue-44406Oli Scherer-6/+23
2021-09-20rustc_codegen_llvm: make sse4.2 imply crc32 for LLVM 14Augie Fackler-34/+55
2021-09-20Add some more tracingOli Scherer-3/+13
2021-09-20Auto merge of #89069 - bjorn3:optimize_sharded_new, r=Mark-Simulacrumbors-19/+1
2021-09-20Add a doc comment to infer_projectionOli Scherer-0/+6
2021-09-20Use `ty::Error` for opaque types with errors in its bounds.Oli Scherer-1/+1
2021-09-20Generate inference vars and obligations for projections in opaque types inste...Oli Scherer-19/+24
2021-09-20Inline a function that is only called onceOli Scherer-10/+4
2021-09-20Use tracing debugging in `fold_opaque_ty`Oli Scherer-14/+6
2021-09-20Add helper function to `InferCtxt` that generates inference vars for unresolv...Oli Scherer-11/+35
2021-09-20Update odht crate to 0.3.0Michael Woerister-2/+2
2021-09-20Enable 2021 compatibility lints for all in-tree codeMark Rousskov-33/+47
2021-09-20Adjust to SourceType::InTree in several placesMark Rousskov-1/+0
2021-09-20Workaround ICE with if-let and RFC 2229Mark Rousskov-9/+8
2021-09-20no ensureEllen-3/+6
2021-09-20Auto merge of #88321 - glaubitz:m68k-linux, r=wesleywiserbors-0/+64
2021-09-20Make with_hir_id_owner responsible for registering the item.Camille GILLOT-140/+91
2021-09-20Auto merge of #88708 - Aaron1011:aggregate-usage, r=oli-obkbors-21/+56
2021-09-20Remove lower_node_id_with_owner.Camille GILLOT-63/+34
2021-09-20Do not store visibility in *ItemRef.Camille GILLOT-69/+48
2021-09-19Auto merge of #88575 - eddyb:fn-abi-queries, r=nagisabors-242/+506
2021-09-19Auto merge of #89049 - Aaron1011:caching-sourcemap-assert, r=Mark-Simulacrumbors-7/+7
2021-09-19Auto merge of #88703 - cjgillot:lazymod, r=petrochenkovbors-66/+134
2021-09-19Auto merge of #88627 - cjgillot:noallocuse, r=petrochenkovbors-100/+32
2021-09-19Merge commit '61667dedf55e3e5aa584f7ae2bd0471336b92ce9' into sync_cg_clif-202...bjorn3-294/+332
2021-09-19Suggest replacing braces for brackets on array-esque invalid block exprHirochika Matsumoto-4/+54
2021-09-19Resolve issue 85066Theo-0/+14
2021-09-19Rollup merge of #89055 - Kobzol:wrapped-method-expr-call-parens, r=wesleywiserYuki Okushi-4/+15
2021-09-19Rollup merge of #89021 - WaffleLapkin:separate_error_for_dyn_trait_in_const_f...Yuki Okushi-5/+44
2021-09-19Rollup merge of #88996 - Aaron1011:trailing-macro-semi, r=petrochenkovYuki Okushi-6/+9
2021-09-19Rollup merge of #88966 - tmiasko:block-label-shadowing, r=petrochenkovYuki Okushi-1/+5
2021-09-19Rollup merge of #88855 - calebzulawski:feature/simd_shuffle, r=nagisaYuki Okushi-17/+36
2021-09-19Rollup merge of #87960 - hkmatsumoto:suggest-inexisting-field-for-unmentioned...Yuki Okushi-1/+14
2021-09-19Auto merge of #89028 - Aaron1011:coercion-cause, r=nagisabors-9/+38
2021-09-19Auto merge of #88968 - tmiasko:start-block-no-predecessors, r=davidtwcobors-45/+9
2021-09-18Remove needless hir Map refCameron Steffen-10/+9
2021-09-18Auto merge of #89000 - Mark-Simulacrum:no-new-lrc, r=petrochenkovbors-4/+4
2021-09-18deduplicationGus Wynn-12/+17
2021-09-18generic testGus Wynn-0/+3
2021-09-18Auto merge of #88994 - Aaron1011:intercrate-caching, r=jackh726bors-0/+16
2021-09-18Auto merge of #82183 - michaelwoerister:lazier-defpathhash-loading2, r=wesley...bors-350/+267