about summary refs log tree commit diff
path: root/compiler/rustc_mir/src
AgeCommit message (Expand)AuthorLines
2021-05-12Use () for codegen queries.Camille GILLOT-10/+8
2021-05-12Use () for mir_keys.Camille GILLOT-7/+6
2021-05-12Use () for entry_fn.Camille GILLOT-1/+1
2021-05-12Use () in reachable_set.Camille GILLOT-5/+7
2021-05-12Auto merge of #83813 - cbeuw:remap-std, r=michaelwoeristerbors-13/+24
2021-05-12Implement span quoting for proc-macrosAaron Hill-3/+6
2021-05-11Revert "Auto merge of #84797 - richkadel:cover-unreachable-statements, r=tman...Rich Kadel-48/+16
2021-05-11Auto merge of #85100 - HKalbasi:issue-68049-fix, r=Aaron1011bors-10/+82
2021-05-11Fix CI problemshamidreza kalbasi-41/+37
2021-05-11Split span_to_string into span_to_diagnostic/embeddable_stringAndy Wang-10/+15
2021-05-10remove big matchhamidreza kalbasi-63/+48
2021-05-10Auto merge of #84507 - crlf0710:codegen_nonlocal_main_wrapper, r=nagisabors-2/+4
2021-05-10move logic to a functionhamidreza kalbasi-81/+79
2021-05-09Check the ABI of `body.source`hyd-dev-11/+15
2021-05-09Add primary marker on codegen unit to take charge of main_wrapper for non-loc...Charles Lew-2/+4
2021-05-09Try to fix issue 68049hamidreza kalbasi-10/+103
2021-05-07Avoid predecessors having Drop implsMark Rousskov-2/+2
2021-05-07Auto merge of #84797 - richkadel:cover-unreachable-statements, r=tmandrybors-16/+48
2021-05-07Rollup merge of #84972 - RalfJung:null-ptr-msg, r=oli-obkYuki Okushi-3/+4
2021-05-07Rollup merge of #84897 - richkadel:cover-closure-macros, r=tmandryYuki Okushi-3/+24
2021-05-06Coverage instruments closure bodies in macros (not the macro body)Rich Kadel-3/+24
2021-05-06use CheckInAllocMsg::PointerArithmeticTest for ptr_offset errorRalf Jung-3/+4
2021-05-05Use local and remapped paths where appropriateAndy Wang-3/+9
2021-05-04CTFE engine: rename copy → copy_intrinsic, move to intrinsics.rsRalf Jung-34/+34
2021-05-02Change 'NULL' to 'null'Brent Kerby-13/+13
2021-05-01add docstrings and add issue to FIXMEsChris Pardy-1/+3
2021-05-01Update compiler/rustc_mir/src/borrow_check/diagnostics/explain_borrow.rsChrisPardy-1/+1
2021-05-01Update compiler/rustc_mir/src/borrow_check/diagnostics/explain_borrow.rsChrisPardy-1/+1
2021-05-01Update compiler/rustc_mir/src/borrow_check/diagnostics/explain_borrow.rsChrisPardy-2/+2
2021-05-01Closure capture borrow diagnostics for disjoint capturesChris Pardy-79/+174
2021-05-01Report coverage `0` of dead blocksRich Kadel-16/+48
2021-05-01Auto merge of #84582 - richkadel:issue-84561, r=tmandrybors-52/+222
2021-04-30Rebuilt out of date tests and fixed an old bug now exposedRich Kadel-8/+25
2021-04-30Auto merge of #84401 - crlf0710:impl_main_by_path, r=petrochenkovbors-2/+2
2021-04-29Auto merge of #84556 - RalfJung:const-fn-trait-bound, r=oli-obkbors-11/+2
2021-04-29don't let const_fn feature flag affect impl-block-level trait boundsRalf Jung-11/+2
2021-04-28addressed review feedbackRich Kadel-12/+40
2021-04-28spanview debug output caused ICE when a function had no bodyRich Kadel-9/+10
2021-04-28More improvements to macro coverageRich Kadel-51/+112
2021-04-28Drop branching blocks with same span as expanded macroRich Kadel-17/+80
2021-04-29Implement RFC 1260 with feature_name `imported_main`.Charles Lew-2/+2
2021-04-28Remove extra word in `rustc_mir` docspierwill-1/+1
2021-04-28Auto merge of #84562 - richkadel:issue-83601, r=tmandrybors-0/+6
2021-04-28Auto merge of #83401 - fee1-dead:master, r=davidtwcobors-7/+10
2021-04-28Rollup merge of #84529 - richkadel:issue-84180, r=tmandryYuki Okushi-1/+11
2021-04-27Derived Eq no longer shows uncoveredRich Kadel-0/+6
2021-04-27Auto merge of #84532 - richkadel:issue-83792, r=tmandrybors-1/+1
2021-04-25remove now-unused 'is_min_const_fn'Ralf Jung-49/+0
2021-04-25unsafety checking: no longer care about is_min_const_fnRalf Jung-50/+17
2021-04-24Improve spans for chained function callsRich Kadel-1/+11