about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-04-24Auto merge of #84310 - RalfJung:const-fn-feature-flags, r=oli-obkbors-64/+33
2021-04-25Rollup merge of #83519 - oli-obk:assign_shrink_your_normal_code, r=pnkfelixYuki Okushi-21/+139
2021-04-24Auto merge of #84501 - JohnTitor:rollup-wxu1thu, r=JohnTitorbors-2/+2
2021-04-24Rollup merge of #84436 - jyn514:private, r=petrochenkovYuki Okushi-2/+2
2021-04-24Auto merge of #83722 - jyn514:stable-help, r=estebankbors-3/+33
2021-04-23Auto merge of #83729 - JohnTitor:issue-43913, r=estebankbors-7/+28
2021-04-23Auto merge of #84490 - JohnTitor:rollup-wrdj4ko, r=JohnTitorbors-9/+5
2021-04-24Rollup merge of #84469 - jyn514:dead-code, r=Mark-SimulacrumYuki Okushi-1/+1
2021-04-24Rollup merge of #84456 - richkadel:issue-84421, r=tmandryYuki Okushi-8/+4
2021-04-23Auto merge of #84339 - alexcrichton:llvm-fptoint-sat, r=nagisabors-205/+92
2021-04-23Disable LLVM's new fptoint intrinsics on riscv64Alex Crichton-2/+10
2021-04-23Auto merge of #83425 - durin42:llvm-update, r=nagisabors-1/+11
2021-04-22Update comment on `PrimTy::name_str`Joshua Nelson-1/+1
2021-04-22Fix ICE if original_span(fn_sig) returns a span not in body sourcefileRich Kadel-8/+4
2021-04-22Auto merge of #84420 - workingjubilee:microvec, r=Mark-Simulacrumbors-11/+8
2021-04-22RustWrapper: work around unification of diagnostic handlersAugie Fackler-1/+11
2021-04-22Rollup merge of #84404 - tmiasko:intrinsics-in-coercion-lub, r=Mark-SimulacrumDylan DPC-0/+8
2021-04-22Rollup merge of #84377 - jackh726:binder-refactor-fix, r=nikomatsakisDylan DPC-422/+254
2021-04-22Rollup merge of #84343 - camsteffen:closure-tree, r=varkorDylan DPC-47/+2
2021-04-22Make a few functions privateJoshua Nelson-2/+2
2021-04-22Auto merge of #71511 - hi-rustin:rustin-patch-rename-assoc, r=eddyb,varkorbors-8/+8
2021-04-21Use arrayvec 0.7, drop smallvec 0.6Jubilee Young-11/+8
2021-04-22Auto merge of #84411 - m-ou-se:rollup-9btsp2t, r=m-ou-sebors-5/+7
2021-04-21Rollup merge of #84365 - vext01:improve-lto-docstrings, r=petrochenkovMara Bos-5/+7
2021-04-21bump jobserver dependencyThe8472-1/+1
2021-04-21More review changesJack Huey-85/+59
2021-04-21Review commentsJack Huey-36/+33
2021-04-21rustc: Use LLVM's new saturating float-to-int intrinsicsAlex Crichton-207/+86
2021-04-21Move nested quantification check to ast_validationJack Huey-75/+52
2021-04-21Check for intrinsics before coercing to a function pointerTomasz Miąsko-0/+8
2021-04-20Remove TraitRefHackInner and use the concatenating functionality instead of t...Jack Huey-245/+176
2021-04-20Add BinderScopeType to replace binder_depth and from_poly_trait_refJack Huey-111/+86
2021-04-20A non-minimal set of TraitRefBoundarys to work on removing from_poly_trait_refJack Huey-84/+93
2021-04-20Precompute inverse binder depthJack Huey-104/+73
2021-04-20Auto merge of #84353 - estebank:as-ref-mir, r=davidtwcobors-3/+31
2021-04-20TypoOli Scherer-1/+1
2021-04-20TidyOli Scherer-4/+7
2021-04-20Add an attribute to be able to configure the limitOli Scherer-7/+42
2021-04-20Implement a lint that highlights all moves larger than 1000 bytesOli Scherer-14/+94
2021-04-20Improve the docstrings of the `Lto` struct.Edd Barrett-5/+7
2021-04-20Auto merge of #84323 - richkadel:uncovered-functions, r=tmandrybors-3/+8
2021-04-20Auto merge of #84295 - richkadel:continue-coverage, r=tmandrybors-0/+15
2021-04-20Auto merge of #84334 - klensy:typo-compiler, r=jyn514bors-39/+39
2021-04-19Suggest `.as_ref()` on borrow error involving `Option`/`Result`Esteban Küber-3/+31
2021-04-19Auto merge of #84342 - Dylan-DPC:rollup-5b40142, r=Dylan-DPCbors-20/+59
2021-04-19Small refactorCameron Steffen-2/+1
2021-04-19Remove closure_treeCameron Steffen-45/+1
2021-04-19Rollup merge of #84313 - lcnr:sized-err-msg, r=petrochenkovDylan DPC-7/+6
2021-04-19Rollup merge of #84168 - cjgillot:asi, r=davidtwcoDylan DPC-3/+11
2021-04-19Rollup merge of #84126 - 12101111:musl-sanitizer, r=davidtwcoDylan DPC-1/+3