| Age | Commit message (Expand) | Author | Lines |
| 2021-05-12 | Use () for codegen queries. | Camille GILLOT | -10/+8 |
| 2021-05-12 | Use () for mir_keys. | Camille GILLOT | -7/+6 |
| 2021-05-12 | Use () for entry_fn. | Camille GILLOT | -1/+1 |
| 2021-05-12 | Use () in reachable_set. | Camille GILLOT | -5/+7 |
| 2021-05-12 | Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister | bors | -13/+24 |
| 2021-05-12 | Implement span quoting for proc-macros | Aaron Hill | -3/+6 |
| 2021-05-11 | Revert "Auto merge of #84797 - richkadel:cover-unreachable-statements, r=tman... | Rich Kadel | -48/+16 |
| 2021-05-11 | Auto merge of #85100 - HKalbasi:issue-68049-fix, r=Aaron1011 | bors | -10/+82 |
| 2021-05-11 | Fix CI problems | hamidreza kalbasi | -41/+37 |
| 2021-05-11 | Split span_to_string into span_to_diagnostic/embeddable_string | Andy Wang | -10/+15 |
| 2021-05-10 | remove big match | hamidreza kalbasi | -63/+48 |
| 2021-05-10 | Auto merge of #84507 - crlf0710:codegen_nonlocal_main_wrapper, r=nagisa | bors | -2/+4 |
| 2021-05-10 | move logic to a function | hamidreza kalbasi | -81/+79 |
| 2021-05-09 | Check the ABI of `body.source` | hyd-dev | -11/+15 |
| 2021-05-09 | Add primary marker on codegen unit to take charge of main_wrapper for non-loc... | Charles Lew | -2/+4 |
| 2021-05-09 | Try to fix issue 68049 | hamidreza kalbasi | -10/+103 |
| 2021-05-07 | Avoid predecessors having Drop impls | Mark Rousskov | -2/+2 |
| 2021-05-07 | Auto merge of #84797 - richkadel:cover-unreachable-statements, r=tmandry | bors | -16/+48 |
| 2021-05-07 | Rollup merge of #84972 - RalfJung:null-ptr-msg, r=oli-obk | Yuki Okushi | -3/+4 |
| 2021-05-07 | Rollup merge of #84897 - richkadel:cover-closure-macros, r=tmandry | Yuki Okushi | -3/+24 |
| 2021-05-06 | Coverage instruments closure bodies in macros (not the macro body) | Rich Kadel | -3/+24 |
| 2021-05-06 | use CheckInAllocMsg::PointerArithmeticTest for ptr_offset error | Ralf Jung | -3/+4 |
| 2021-05-05 | Use local and remapped paths where appropriate | Andy Wang | -3/+9 |
| 2021-05-04 | CTFE engine: rename copy → copy_intrinsic, move to intrinsics.rs | Ralf Jung | -34/+34 |
| 2021-05-02 | Change 'NULL' to 'null' | Brent Kerby | -13/+13 |
| 2021-05-01 | add docstrings and add issue to FIXMEs | Chris Pardy | -1/+3 |
| 2021-05-01 | Update compiler/rustc_mir/src/borrow_check/diagnostics/explain_borrow.rs | ChrisPardy | -1/+1 |
| 2021-05-01 | Update compiler/rustc_mir/src/borrow_check/diagnostics/explain_borrow.rs | ChrisPardy | -1/+1 |
| 2021-05-01 | Update compiler/rustc_mir/src/borrow_check/diagnostics/explain_borrow.rs | ChrisPardy | -2/+2 |
| 2021-05-01 | Closure capture borrow diagnostics for disjoint captures | Chris Pardy | -79/+174 |
| 2021-05-01 | Report coverage `0` of dead blocks | Rich Kadel | -16/+48 |
| 2021-05-01 | Auto merge of #84582 - richkadel:issue-84561, r=tmandry | bors | -52/+222 |
| 2021-04-30 | Rebuilt out of date tests and fixed an old bug now exposed | Rich Kadel | -8/+25 |
| 2021-04-30 | Auto merge of #84401 - crlf0710:impl_main_by_path, r=petrochenkov | bors | -2/+2 |
| 2021-04-29 | Auto merge of #84556 - RalfJung:const-fn-trait-bound, r=oli-obk | bors | -11/+2 |
| 2021-04-29 | don't let const_fn feature flag affect impl-block-level trait bounds | Ralf Jung | -11/+2 |
| 2021-04-28 | addressed review feedback | Rich Kadel | -12/+40 |
| 2021-04-28 | spanview debug output caused ICE when a function had no body | Rich Kadel | -9/+10 |
| 2021-04-28 | More improvements to macro coverage | Rich Kadel | -51/+112 |
| 2021-04-28 | Drop branching blocks with same span as expanded macro | Rich Kadel | -17/+80 |
| 2021-04-29 | Implement RFC 1260 with feature_name `imported_main`. | Charles Lew | -2/+2 |
| 2021-04-28 | Remove extra word in `rustc_mir` docs | pierwill | -1/+1 |
| 2021-04-28 | Auto merge of #84562 - richkadel:issue-83601, r=tmandry | bors | -0/+6 |
| 2021-04-28 | Auto merge of #83401 - fee1-dead:master, r=davidtwco | bors | -7/+10 |
| 2021-04-28 | Rollup merge of #84529 - richkadel:issue-84180, r=tmandry | Yuki Okushi | -1/+11 |
| 2021-04-27 | Derived Eq no longer shows uncovered | Rich Kadel | -0/+6 |
| 2021-04-27 | Auto merge of #84532 - richkadel:issue-83792, r=tmandry | bors | -1/+1 |
| 2021-04-25 | remove now-unused 'is_min_const_fn' | Ralf Jung | -49/+0 |
| 2021-04-25 | unsafety checking: no longer care about is_min_const_fn | Ralf Jung | -50/+17 |
| 2021-04-24 | Improve spans for chained function calls | Rich Kadel | -1/+11 |