about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-06-12Auto merge of #86226 - JohnTitor:rollup-5ubdolf, r=JohnTitorbors-9/+18
2021-06-12Rollup merge of #86189 - JohnTitor:relate-fn-pub, r=Aaron1011Yuki Okushi-1/+1
2021-06-12Rollup merge of #86174 - lqd:const-ub-align, r=RalfJungYuki Okushi-1/+3
2021-06-12Rollup merge of #86153 - tmiasko:dummy-span, r=estebankYuki Okushi-1/+1
2021-06-12Rollup merge of #85823 - fee1-dead:borrowck-0, r=jackh726Yuki Okushi-2/+6
2021-06-12Rollup merge of #85800 - BoxyUwU:const-param-default-diagnostics, r=oli-obkYuki Okushi-4/+7
2021-06-11Auto merge of #85885 - bjorn3:remove_box_region, r=cjgillotbors-215/+91
2021-06-11Auto merge of #86116 - FabianWolff:issue-86100, r=varkorbors-1/+28
2021-06-11Auto merge of #85994 - tmiasko:monomorphic-needs-drop, r=RalfJungbors-1/+6
2021-06-11Auto merge of #86204 - alexcrichton:wasm-simd-stable, r=Amanieubors-1/+1
2021-06-10std: Stabilize wasm simd intrinsicsAlex Crichton-1/+1
2021-06-11Auto merge of #85961 - 1000teslas:issue-71519-fix, r=petrochenkovbors-1/+48
2021-06-10Auto merge of #80080 - rylev:qpath-on-struct, r=petrochenkovbors-68/+107
2021-06-10Remove unnecessary transmutebjorn3-2/+1
2021-06-10Auto merge of #86020 - nagisa:nagisa/outliner, r=pnkfelixbors-1/+12
2021-06-10Add support for using qualified paths with structs in expression and patternRyan Levick-68/+107
2021-06-10Auto merge of #85741 - tmiasko:ssa, r=nagisabors-1/+4
2021-06-10gcc-lld mvp1000teslas-1/+48
2021-06-10Auto merge of #86186 - JohnTitor:rollup-upaw6wx, r=JohnTitorbors-13/+49
2021-06-10Make `relate_type_and_mut` publicYuki Okushi-1/+1
2021-06-10Rollup merge of #82037 - calavera:strip_debuginfo_osx, r=petrochenkovYuki Okushi-13/+49
2021-06-10Auto merge of #85910 - cjgillot:no-meta-version, r=Aaron1011bors-13/+8
2021-06-09detect incorrect vtable alignment during const eval instead of ICE-ingRémy Rakic-1/+3
2021-06-09Make symbols stripping work on MacOS XDavid Calavera-13/+49
2021-06-09Auto merge of #86150 - cjgillot:notable, r=michaelwoeristerbors-39/+14
2021-06-09Add safety commentsbjorn3-0/+5
2021-06-09Use explicit drop implbjorn3-8/+13
2021-06-09Auto merge of #86118 - spastorino:tait-soundness-bug, r=nikomatsakisbors-132/+336
2021-06-09Auto merge of #86107 - Smittyvb:peephole-optim-eq-bool, r=wesleywiserbors-7/+14
2021-06-09Rollup merge of #86124 - Aaron1011:ambig-macro-name, r=varkorYuki Okushi-5/+11
2021-06-09Rollup merge of #85982 - alexcrichton:doc-safe-wasm, r=jyn514Yuki Okushi-1/+5
2021-06-09Print dummy spans as `no-location`Tomasz Miąsko-1/+1
2021-06-08Do not require the DefPathTable to construct the on-disk cache.Camille GILLOT-39/+14
2021-06-08add VecMap docsSantiago Pastorino-0/+14
2021-06-08Use impl FnMut directly as predicate typeSantiago Pastorino-4/+1
2021-06-08Explicitly pass find arguments down the predicate so coercions can applySantiago Pastorino-2/+2
2021-06-08Do not deconstruct OpaqueTypeKey to make the code more clearSantiago Pastorino-9/+8
2021-06-08defin_ty_def_id -> definition_ty_def_idSantiago Pastorino-3/+3
2021-06-08Don't require LintStore to live for 'a in configure_and_expand_innerbjorn3-1/+1
2021-06-08Revert "Let several methods take &Resolver instead of a BoxedResolver wrapper"bjorn3-29/+25
2021-06-08Use a submodule as safety boundary for BoxedResolverbjorn3-55/+60
2021-06-08Don't use a generator for BoxedResolverbjorn3-119/+48
2021-06-08Don't return a BoxedResolver on errorsbjorn3-5/+4
2021-06-08Inline two more methodsbjorn3-24/+14
2021-06-08Let several methods take &Resolver instead of a BoxedResolver wrapperbjorn3-25/+29
2021-06-08Store boxed metadata loader in CrateLoaderbjorn3-6/+6
2021-06-08Replace Pin::new with .as_mut()bjorn3-3/+5
2021-06-08Use more accurate lifetimesbjorn3-8/+6
2021-06-08Inline PinnedGeneratorbjorn3-42/+29
2021-06-08Inline the rest of box_regionbjorn3-104/+79