| Age | Commit message (Expand) | Author | Lines |
| 2020-06-27 | Rollup merge of #73796 - lcnr:LocalDefId, r=matthewjasper | Manish Goregaokar | -24/+23 |
| 2020-06-27 | Use an 'approximate' universal upper bound when reporting region errors | Aaron Hill | -2/+39 |
| 2020-06-27 | more LocalDefId cleanup | Bastian Kauschke | -25/+24 |
| 2020-06-27 | more LocalDefId in ty::context | Bastian Kauschke | -1/+1 |
| 2020-06-26 | Explain move errors that occur due to method calls involving `self` | Aaron Hill | -30/+213 |
| 2020-06-24 | Provide suggestions for some moved value errors | Esteban Küber | -10/+51 |
| 2020-06-23 | Auto merge of #73643 - Manishearth:rollup-68dr8fz, r=Manishearth | bors | -1/+1 |
| 2020-06-23 | Rollup merge of #72493 - nikomatsakis:move-leak-check, r=matthewjasper | Manish Goregaokar | -1/+1 |
| 2020-06-23 | Rollup merge of #73600 - Aaron1011:fix/move-in-macro, r=ecstatic-morse | Dylan DPC | -1/+1 |
| 2020-06-22 | fix subtle bug in NLL type checker | Niko Matsakis | -1/+1 |
| 2020-06-22 | Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikoma... | Aaron Hill | -204/+30 |
| 2020-06-21 | Fix spurious 'value moved here in previous iteration of loop' messages | Aaron Hill | -1/+1 |
| 2020-06-18 | Rollup merge of #72814 - RalfJung:mir-visir-terminator, r=oli-obk | Manish Goregaokar | -17/+23 |
| 2020-06-18 | Rollup merge of #70551 - mark-i-m:ty-err-2, r=varkor | Manish Goregaokar | -3/+3 |
| 2020-06-16 | add probably accidentally missing super_* calls | Ralf Jung | -6/+4 |
| 2020-06-16 | rename location field of Drop terminators to place | Ralf Jung | -8/+8 |
| 2020-06-16 | remove visit_terminator_kind from MIR visitor | Ralf Jung | -8/+16 |
| 2020-06-16 | Auto merge of #72962 - lcnr:ObligationCause-lrc, r=ecstatic-morse | bors | -1/+1 |
| 2020-06-15 | make all uses of ty::Error or ConstKind::Error delay a span bug | mark | -3/+3 |
| 2020-06-15 | Auto merge of #73367 - RalfJung:rollup-4ewvk9b, r=RalfJung | bors | -82/+327 |
| 2020-06-15 | Rollup merge of #72598 - Aaron1011:feature/fnmut-capture-span, r=nikomatsakis | Ralf Jung | -52/+123 |
| 2020-06-15 | Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikomatsakis | Ralf Jung | -30/+204 |
| 2020-06-15 | Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis | bors | -1/+7 |
| 2020-06-11 | Run fmt | Aaron Hill | -4/+2 |
| 2020-06-11 | Use `fn_span` to point to the actual method call | Aaron Hill | -3/+3 |
| 2020-06-12 | Rollup merge of #73033 - Amanieu:asm-tls, r=oli-obk | Dylan DPC | -2/+2 |
| 2020-06-11 | Explain move errors that occur due to method calls involving `self` | Aaron Hill | -30/+206 |
| 2020-06-11 | Rollup merge of #73182 - Aaron1011:feature/call-fn-span, r=matthewjasper | Dylan DPC | -0/+2 |
| 2020-06-11 | Rollup merge of #73012 - Aaron1011:feature/span-debug-ctxt, r=matthewjasper | Dylan DPC | -5/+12 |
| 2020-06-11 | Check associated opaque types in check_opaque_types | Matthew Jasper | -1/+7 |
| 2020-06-11 | Rollup merge of #72380 - lcnr:const_context, r=estebank | Dylan DPC | -1/+1 |
| 2020-06-10 | Track span of function in method calls, and use this in #[track_caller] | Aaron Hill | -0/+2 |
| 2020-06-08 | Show `SyntaxContext` in formatted `Span` debug output | Aaron Hill | -5/+12 |
| 2020-06-07 | rename FalseEdges -> FalseEdge | Ralf Jung | -5/+5 |
| 2020-06-07 | store `ObligationCause` on the heap | Bastian Kauschke | -1/+1 |
| 2020-06-06 | Fix #[thread_local] statics as asm! sym operands | Amanieu d'Antras | -2/+2 |
| 2020-06-06 | Auto merge of #72927 - petrochenkov:rustc, r=Mark-Simulacrum | bors | -1/+2 |
| 2020-06-02 | Rename the crates in source code | Vadim Petrochenkov | -0/+1 |
| 2020-06-02 | Make things build again | Vadim Petrochenkov | -1/+1 |
| 2020-06-02 | change WellFormed predicate to GenericArg | Bastian Kauschke | -3/+3 |
| 2020-06-01 | Auto merge of #71192 - oli-obk:eager_alloc_id_canonicalization, r=wesleywiser | bors | -0/+6 |
| 2020-05-30 | Rollup merge of #72625 - Amanieu:asm-srcloc, r=petrochenkov | Ralf Jung | -2/+14 |
| 2020-05-30 | Make TLS accesses explicit in MIR | Oliver Scherer | -0/+6 |
| 2020-05-29 | Auto merge of #72756 - RalfJung:rollup-tbjmtx2, r=RalfJung | bors | -66/+58 |
| 2020-05-29 | Rollup merge of #72103 - lcnr:borrowck-localdefid, r=jonas-schievink | Ralf Jung | -66/+58 |
| 2020-05-29 | Rollup merge of #72591 - sexxi-goose:rename_upvar_list-to-closure_captures, r... | Dylan DPC | -1/+1 |
| 2020-05-29 | Improve inline asm error diagnostics | Amanieu d'Antras | -2/+14 |
| 2020-05-28 | Auto merge of #72494 - lcnr:predicate-cleanup, r=nikomatsakis | bors | -11/+11 |
| 2020-05-25 | Display information about captured variable in `FnMut` error | Aaron Hill | -52/+123 |
| 2020-05-25 | Rename upvar_list to closure_captures | Dhruv Jauhar | -1/+1 |