about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-04-23Use tempfileJubilee Young-3/+3
2021-04-23Auto merge of #83425 - durin42:llvm-update, r=nagisabors-1/+11
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-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-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-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
2021-04-19Rollup merge of #84123 - bjorn3:compile_mono_item_dep_node, r=wesleywiserDylan DPC-9/+39
2021-04-19compute fn_sig span from body call_site, and use body ctxt, not rootRich Kadel-4/+9
2021-04-19fix suggestion for unsized function parameterslcnr-7/+6
2021-04-19Auto merge of #84091 - tmiasko:check-attrs-sym, r=davidtwcobors-52/+46
2021-04-19fix few typosklensy-39/+39
2021-04-19Auto merge of #84316 - teymour-aldridge:improve-defaulted-never-note, r=petro...bors-6/+6
2021-04-18Auto merge of #83799 - crlf0710:stablize_non_ascii_idents, r=Manishearthbors-48/+14
2021-04-18Fixes the issue with uncovered source in async function bodiesRich Kadel-2/+2
2021-04-18Improve an error message.teymour-aldridge-6/+6
2021-04-18Only generate dummy assign when instrumenting coverageRich Kadel-10/+15
2021-04-18Auto merge of #84274 - nagisa:fix-simd, r=nikicbors-33/+33
2021-04-18Add coverage to continue statementsRich Kadel-0/+10
2021-04-18Auto merge of #84064 - hyd-dev:unknown-lints, r=petrochenkovbors-43/+38
2021-04-17Don't set `fast`(-math) for certain simd opsSimonas Kazlauskas-33/+33
2021-04-17Auto merge of #84260 - Aaron1011:global-alloc-eval-always, r=cjgillotbors-0/+2
2021-04-17Do not ignore path segments in the middle in `#[allow]`/`#[warn]`/`#[deny]`/`...hyd-dev-43/+38
2021-04-17Auto merge of #84244 - ABouttefeux:closure-return-conflict-suggest, r=estebankbors-22/+29
2021-04-17Auto merge of #84243 - Soveu:fix-derive-macro-const-default, r=petrochenkovbors-2/+13