about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-04-07Document `Res` and its friendsCamelid-13/+142
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-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
2021-03-06Change x64 size checks to not apply to x32.Harald van Dijk-38/+38
2021-03-06Handle negative literals in cast overflow warningYuki Okushi-6/+21
2021-03-06Fix typoHenry Boisdequin-1/+1
2021-03-06address commentsHenry Boisdequin-2/+4
2021-03-06Disable destination propagation on all mir-opt-levelsTomasz Miąsko-0/+5
2021-03-05Rollup merge of #82736 - spastorino:mir-opt-level-perf-changes, r=oli-obkGuillaume Gomez-35/+43
2021-03-05Rollup merge of #82714 - estebank:missing-braces, r=oli-obkGuillaume Gomez-1/+112
2021-03-05Rollup merge of #82708 - GuillaumeGomez:doc-test-attr-check, r=ManishearthGuillaume Gomez-7/+49
2021-03-05Fix MIR optimization level descriptionSantiago Pastorino-1/+1
2021-03-05Bump one missing mir_opt_levelSantiago Pastorino-1/+1
2021-03-05Fix rustc_driver self text and bump the mir_opt_levelSantiago Pastorino-1/+1
2021-03-05Make mir_opt_level default to 2 for optimized levelsSantiago Pastorino-1/+4
2021-03-05Bump all mir_opt_level 2 to 3Santiago Pastorino-7/+7
2021-03-05Bump all mir_opt_level 3 to 4Santiago Pastorino-7/+7
2021-03-05For better consistency change mir_opt_level <= 1 to < 2Santiago Pastorino-2/+2