| Age | Commit message (Expand) | Author | Lines |
| 2020-07-02 | Rollup merge of #73724 - CryZe:wasm-saturating-casts, r=alexcrichton | Manish Goregaokar | -3/+8 |
| 2020-07-02 | Use WASM's saturating casts if they are available | Christopher Serr | -3/+8 |
| 2020-06-29 | add spans to injected coverage counters | Rich Kadel | -1/+13 |
| 2020-06-26 | Show the values and computation that would overflow a const evaluation or pro... | Oliver Scherer | -1/+1 |
| 2020-06-21 | remove switch_ty reliance in codegen | Ralf Jung | -0/+2 |
| 2020-06-19 | Rollup merge of #73011 - richkadel:llvm-count-from-mir-pass, r=tmandry | Ralf Jung | -0/+1 |
| 2020-06-19 | Rollup merge of #72497 - RalfJung:tag-term, r=oli-obk | Ralf Jung | -22/+22 |
| 2020-06-16 | rename location field of Drop terminators to place | Ralf Jung | -2/+2 |
| 2020-06-16 | remove visit_terminator_kind from MIR visitor | Ralf Jung | -3/+3 |
| 2020-06-15 | Add case for count_code_region() extern lang_item | Rich Kadel | -4/+1 |
| 2020-06-15 | [WIP] injects llvm intrinsic instrprof.increment for coverage reports | Rich Kadel | -1/+5 |
| 2020-06-12 | Rollup merge of #73033 - Amanieu:asm-tls, r=oli-obk | Dylan DPC | -6/+2 |
| 2020-06-11 | Rollup merge of #73182 - Aaron1011:feature/call-fn-span, r=matthewjasper | Dylan DPC | -2/+10 |
| 2020-06-10 | Track span of function in method calls, and use this in #[track_caller] | Aaron Hill | -2/+10 |
| 2020-06-09 | Fix more clippy warnings | Matthias Krüger | -1/+1 |
| 2020-06-07 | rename FalseEdges -> FalseEdge | Ralf Jung | -2/+2 |
| 2020-06-06 | Fix #[thread_local] statics as asm! sym operands | Amanieu d'Antras | -6/+2 |
| 2020-06-01 | Auto merge of #71192 - oli-obk:eager_alloc_id_canonicalization, r=wesleywiser | bors | -0/+8 |
| 2020-05-30 | Rollup merge of #72625 - Amanieu:asm-srcloc, r=petrochenkov | Ralf Jung | -2/+10 |
| 2020-05-30 | tag/niche terminology cleanup | Ralf Jung | -22/+22 |
| 2020-05-30 | Rollup merge of #72521 - Amanieu:fix-72484, r=petrochenkov | Ralf Jung | -2/+1 |
| 2020-05-30 | Make TLS accesses explicit in MIR | Oliver Scherer | -0/+8 |
| 2020-05-29 | Improve inline asm error diagnostics | Amanieu d'Antras | -2/+10 |
| 2020-05-28 | Auto merge of #72494 - lcnr:predicate-cleanup, r=nikomatsakis | bors | -9/+9 |
| 2020-05-24 | Removed all instances of const_field. | Rakshith Ravi | -10/+6 |
| 2020-05-24 | Properly handle InlineAsmOperand::SymFn when collecting monomorphized items | Amanieu d'Antras | -2/+1 |
| 2020-05-23 | take mir::PlaceElem by value | Bastian Kauschke | -9/+9 |
| 2020-05-21 | Auto merge of #72205 - ecstatic-morse:nrvo, r=oli-obk | bors | -1/+2 |
| 2020-05-18 | Fix const handling and add tests for const operands | Amanieu d'Antras | -91/+128 |
| 2020-05-18 | Minor fixes | Amanieu d'Antras | -1/+2 |
| 2020-05-18 | Implement asm! codegen | Amanieu d'Antras | -1/+95 |
| 2020-05-16 | Name return place in debuginfo if it is a user variable | Dylan MacKenzie | -1/+2 |
| 2020-05-08 | Simplify the `tcx.alloc_map` API | Oliver Scherer | -1/+1 |
| 2020-05-06 | Define UB in float-to-int casts to saturate | Mark Rousskov | -1/+1 |
| 2020-05-03 | Add `MutatingUseContext::Yield` | Dylan MacKenzie | -1/+2 |
| 2020-05-01 | Remove deadcode in eval_mir_constant_to_operand | Santiago Pastorino | -19/+3 |
| 2020-04-26 | Rollup merge of #71392 - ecstatic-morse:body-predecessor-cache-arc, r=nikomat... | Dylan DPC | -1/+1 |
| 2020-04-23 | Rename uneval_consts to required_consts | Santiago Pastorino | -1/+1 |
| 2020-04-23 | Evaluate unevaluated MIR constants in codegen_mir | Santiago Pastorino | -0/+14 |
| 2020-04-22 | Remove `predecessors_for` | Dylan MacKenzie | -1/+1 |
| 2020-04-22 | Auto merge of #71044 - ecstatic-morse:body-predecessor-cache, r=oli-obk | bors | -15/+14 |
| 2020-04-22 | Use `Body` everywhere | Dylan MacKenzie | -8/+7 |
| 2020-04-22 | Don't use `*` for deref-coercion | Dylan MacKenzie | -7/+7 |
| 2020-04-22 | Rollup merge of #71401 - spastorino:remove-visit-place-base, r=wesleywiser | Dylan DPC | -1/+1 |
| 2020-04-22 | Rollup merge of #70970 - eddyb:trait-vs-impl-mismatch, r=oli-obk | Dylan DPC | -0/+1 |
| 2020-04-21 | visit_place_base is just visit_local | Santiago Pastorino | -1/+1 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -20/+27 |
| 2020-04-18 | Detect mistyped associated consts in `Instance::resolve`. | Eduard-Mihai Burtescu | -0/+1 |
| 2020-04-17 | Rollup merge of #70467 - wesleywiser:invoke-vs-call, r=nagisa | Dylan DPC | -1/+3 |
| 2020-04-16 | mir/interpret: only use `ErrorHandled::Reported` for `ErrorReported`. | Eduard-Mihai Burtescu | -2/+5 |