about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
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-19fix suggestion for unsized function parameterslcnr-7/+6
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-18Improve an error message.teymour-aldridge-6/+6
2021-04-18Auto merge of #84274 - nagisa:fix-simd, r=nikicbors-33/+33
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
2021-04-17Auto merge of #84113 - SNCPlay42:suggestion-extern-crate, r=petrochenkovbors-11/+7
2021-04-16Mark `has_global_allocator` query as `eval_always`Aaron Hill-0/+2
2021-04-16Add commentbjorn3-0/+1
2021-04-16fix reporting return type in some casesAliƩnore Bouttefeux-22/+29
2021-04-16builtin derive macros: fix error with const generics defaultSoveu-2/+13
2021-04-16Rollup merge of #84172 - jayaddison:compiler/E0384-reduce-assertiveness, r=pe...Dylan DPC-1/+1
2021-04-16Rollup merge of #83944 - jackh726:binder-refactor-fix2, r=lcnrDylan DPC-1/+15
2021-04-16Auto merge of #84217 - crlf0710:remove_main_attr_pure, r=petrochenkovbors-29/+22
2021-04-16Auto merge of #84228 - SkiFire13:fix-84213, r=estebankbors-0/+15
2021-04-16Remove #[main] attribute.Charles Lew-29/+22
2021-04-16Auto merge of #84226 - Aaron1011:track-link-dead-code, r=Mark-Simulacrumbors-2/+2
2021-04-15Add suggestion to borrow when casting T to *const/mut TGiacomo Stevanato-0/+15
2021-04-15Auto merge of #84205 - workingjubilee:more-simd-intrin, r=bjorn3bors-5/+15
2021-04-15Track `-C link-dead-code` during incremental compilationAaron Hill-2/+2
2021-04-15Run buffered lints attached to anon constsAaron Hill-0/+1
2021-04-15Auto merge of #84193 - ehuss:unsafe_op_in_unsafe_fn-docs, r=RalfJungbors-3/+4
2021-04-15Rollup merge of #84192 - vext01:backend-write-typos, r=wesleywiserDylan DPC-2/+2
2021-04-14Add more SIMD math.h intrinsicsJubilee Young-5/+15
2021-04-14Auto merge of #84130 - Aaron1011:fix/none-delim-lookahead, r=petrochenkovbors-8/+31
2021-04-14Auto merge of #83948 - ABouttefeux:lint-nullprt-deref, r=RalfJungbors-0/+90
2021-04-14Auto merge of #84158 - cratelyn:patch-extern-c-unwind-behavior, r=nikomatsakisbors-1/+5
2021-04-14Update docs for unsafe_op_in_unsafe_fn stability.Eric Huss-3/+4
2021-04-14Fix typos in rustc_codegen_ssa/src/back/write.rs.Edd Barrett-2/+2
2021-04-14Merge branch 'master' into compiler/E0384-reduce-assertivenessJames Addison-22/+27
2021-04-13Lower async fn in traits.Camille GILLOT-3/+11
2021-04-13Auto merge of #84164 - LingMan:option_option, r=estebankbors-2/+2
2021-04-13Avoid an `Option<Option<_>>`LingMan-2/+2
2021-04-13move new c abi abort behavior behind feature gatekatelyn a. martin-1/+5
2021-04-13Rollup merge of #84141 - camelid:fix-typo, r=Dylan-DPCDylan DPC-1/+1
2021-04-13Rollup merge of #84140 - b-naber:parser_past_eof, r=varkorDylan DPC-15/+17
2021-04-12Compiler error messages: reduce assertiveness of message E0384James Addison-1/+1
2021-04-12Add fast path when None delimiters are not involvedAaron Hill-0/+19
2021-04-12Fix typo in error messageCamelid-1/+1
2021-04-12don't bump in check_mistyped_turbofish_with_multiple_type_paramsb-naber-15/+17
2021-04-12Turn old edition lints (anonymous-parameters, keyword-idents) into warn-by-de...Manish Goregaokar-4/+7