about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-03-10Rollup merge of #82938 - oli-obk:tracing_tree_bump, r=Mark-SimulacrumYuki Okushi-1/+1
2021-03-10Rollup merge of #82849 - camsteffen:option-get-or-default, r=joshtriplettYuki Okushi-4/+2
2021-03-10Rollup merge of #82733 - Yn0ga:master, r=estebankYuki Okushi-0/+17
2021-03-10Rollup merge of #79208 - LeSeulArtichaut:stable-unsafe_op_in_unsafe_fn, r=nik...Yuki Okushi-16/+5
2021-03-09Clean up todoskadmin-78/+63
2021-03-09Switch to changing cp_non_overlap in tformkadmin-61/+66
2021-03-09Build StKind::CopyOverlappingkadmin-75/+98
2021-03-09Change CopyNonOverlapping::codegen_ssakadmin-13/+15
2021-03-09Replace todos with implskadmin-10/+45
2021-03-09Update craneliftkadmin-1307/+50
2021-03-09Update interpret stepkadmin-3/+13
2021-03-09Update match brancheskadmin-23/+1338
2021-03-09Update fmt and use of memcpykadmin-10/+15
2021-03-09Impl StatementKind::CopyNonOverlappingkadmin-2/+57
2021-03-09Bump tracing-tree dependencyOli Scherer-1/+1
2021-03-09Rollup merge of #82841 - hvdijk:x32, r=joshtriplettMara Bos-38/+38
2021-03-09Rollup merge of #82048 - mark-i-m:or-pat-type-ascription, r=petrochenkovMara Bos-68/+131
2021-03-08Rollup merge of #82881 - Manishearth:crate-root, r=estebankMara Bos-6/+24
2021-03-08Rollup merge of #82854 - estebank:issue-82827, r=oli-obkMara Bos-7/+86
2021-03-08Rollup merge of #82829 - JohnTitor:handle-neg-val, r=estebankMara Bos-6/+21
2021-03-08Use Option::get_or_defaultCameron Steffen-4/+2
2021-03-08Rollup merge of #82857 - pierwill:edit-ast-lowering-lib, r=Dylan-DPCDylan DPC-7/+9
2021-03-08Rollup merge of #82755 - osa1:confirm_builtin_call_refactor, r=petrochenkovDylan DPC-95/+96
2021-03-08Rollup merge of #82684 - tmiasko:dest-prop, r=jonas-schievinkDylan DPC-0/+5
2021-03-08Rollup merge of #82682 - petrochenkov:cfgeval, r=Aaron1011Dylan DPC-259/+226
2021-03-08Rollup merge of #82642 - sfackler:jemalloc-zone, r=pnkfelixDylan DPC-0/+14
2021-03-08Rollup merge of #82415 - petrochenkov:modin3, r=davidtwcoDylan DPC-277/+263
2021-03-08Rollup merge of #82047 - the8472:fast-rename, r=davidtwcoDylan DPC-1/+19
2021-03-08Auto merge of #82727 - oli-obk:shrinkmem, r=pnkfelixbors-63/+91
2021-03-07Auto merge of #81635 - michaelwoerister:structured_def_path_hash, r=pnkfelixbors-28/+251
2021-03-07diagnostics: Don't mention external crates when hitting import errors on crat...Manish Goregaokar-1/+3
2021-03-07Remove notes, increase S/N ratioEsteban Küber-18/+11
2021-03-07Add help for `matches` for `if let` in arm guardEsteban Küber-1/+5
2021-03-07diagnostics: Differentiate between edition meanings of ::foo in resolve diagn...Manish Goregaokar-1/+11
2021-03-07diagnostics: Differentiate between edition meanings of ::foo in resolve diagn...Manish Goregaokar-4/+10
2021-03-07Add help suggesting `matches` to `let_chains` lintEsteban Küber-1/+5
2021-03-07Account for `if (let pat = expr) {}`Esteban Küber-5/+83
2021-03-07Auto merge of #82285 - nhwn:nonzero-debug, r=nagisabors-25/+15
2021-03-06Edit ructc_ast_lowering docspierwill-7/+9
2021-03-07Rollup merge of #82822 - henryboisdequin:fix-typo-rustc, r=oli-obkYuki Okushi-1/+1
2021-03-07Rollup merge of #82808 - bjorn3:sync_cg_clif-2021-03-05, r=bjorn3Yuki Okushi-2594/+1143
2021-03-07Rollup merge of #82720 - henryboisdequin:fix-79040, r=oli-obkYuki Okushi-2/+4
2021-03-07Rollup merge of #82651 - jyn514:rustdoc-warnings, r=GuillaumeGomezYuki Okushi-1/+2
2021-03-07Rollup merge of #77916 - QuiltOS:kernel-code-targets-os-none, r=joshtriplettYuki Okushi-5/+9
2021-03-07rustc_builtin_macros: Share some more logic between `derive` and `cfg_eval`Vadim Petrochenkov-26/+14
2021-03-07cfg_eval: Configure everything through mutable visitor methodsVadim Petrochenkov-70/+27
2021-03-07Move full configuration logic from `rustc_expand` to `rustc_builtin_macros`Vadim Petrochenkov-176/+184
2021-03-06Auto merge of #82738 - estebank:tail-expr-check-is-too-slow, r=oli-obkbors-11/+11
2021-03-06Implement built-in attribute macro `#[cfg_eval]`Vadim Petrochenkov-0/+32
2021-03-06rustc_ast: Replace `AstLike::finalize_tokens` with a getter `tokens_mut`Vadim Petrochenkov-78/+60