| Age | Commit message (Expand) | Author | Lines |
| 2019-09-21 | rename is_async_fn to asyncness | csmoe | -6/+7 |
| 2019-09-20 | Auto merge of #64584 - nikomatsakis:issue-64477-generator-capture-types, r=eddyb | bors | -0/+9 |
| 2019-09-20 | Auto merge of #64498 - estebank:point-at-arg, r=Centril | bors | -25/+60 |
| 2019-09-20 | Upgrade to ena-0.13.1 and use the new `inlined_probe_value` function. | Nicholas Nethercote | -3/+10 |
| 2019-09-20 | Specialize the `stalled_on` handling in `process_obligation()`. | Nicholas Nethercote | -21/+38 |
| 2019-09-19 | review comments | Esteban Küber | -0/+7 |
| 2019-09-19 | When possible, suggest fn call | Esteban Küber | -25/+53 |
| 2019-09-19 | append asyncness info to functions | csmoe | -1/+16 |
| 2019-09-19 | Rollup merge of #64601 - grovesNL:two-backticks, r=jonas-schievink | Mazdak Farrokhzad | -2/+2 |
| 2019-09-19 | Rollup merge of #63448 - RalfJung:miri-discriminant, r=eddyb | Mazdak Farrokhzad | -0/+11 |
| 2019-09-20 | factor out pluralisation remains after #64280 | gaolei | -7/+7 |
| 2019-09-19 | avoid generating drops for moved operands of calls | Niko Matsakis | -0/+9 |
| 2019-09-19 | Auto merge of #64545 - nnethercote:ObligForest-more, r=nmatsakis | bors | -12/+49 |
| 2019-09-18 | Fix backticks in documentation | Joshua Groves | -2/+2 |
| 2019-09-19 | add is_async_fn query | csmoe | -0/+4 |
| 2019-09-18 | Add explanation to type mismatch involving type params and assoc types | Esteban Küber | -23/+110 |
| 2019-09-19 | Fix a minor grammar nit, update UI tests | James Munns | -1/+1 |
| 2019-09-19 | Add a specialized version of `shallow_resolve()`. | Nicholas Nethercote | -9/+39 |
| 2019-09-19 | Use explicit iteration instead of `all()` in `process_obligation()`. | Nicholas Nethercote | -4/+11 |
| 2019-09-17 | Rollup merge of #64503 - RalfJung:miri-retag, r=oli-obk | Tyler Mandry | -2/+2 |
| 2019-09-17 | Auto merge of #64562 - tmandry:rollup-kfk0nuo, r=tmandry | bors | -24/+41 |
| 2019-09-17 | Rollup merge of #64541 - RalfJung:miri-errors, r=oli-obk | Tyler Mandry | -1/+14 |
| 2019-09-17 | Rollup merge of #64394 - nnethercote:shrink-SubregionOrigin, r=Mark-Simulacrum | Tyler Mandry | -14/+18 |
| 2019-09-17 | Auto merge of #64525 - nikomatsakis:issue-64512-drop-order-tail-temp, r=david... | bors | -26/+52 |
| 2019-09-17 | Get rid of special const intrinsic query in favour of `const_eval` | Oliver Scherer | -9/+9 |
| 2019-09-17 | Protect error handler fields with single lock | Mark Rousskov | -3/+3 |
| 2019-09-17 | Remove unused methods from Handler | Mark Rousskov | -6/+0 |
| 2019-09-17 | Remove Handler::{emit, emit_with_code} | Mark Rousskov | -2/+2 |
| 2019-09-17 | Remove Handler::cancel | Mark Rousskov | -1/+1 |
| 2019-09-17 | Privatize DiagnosticBuilder constructors | Mark Rousskov | -6/+5 |
| 2019-09-17 | Take Diagnostic in Handler::emit_diagnostic | Mark Rousskov | -1/+1 |
| 2019-09-17 | Replace DiagnosticBuilder with Diagnostic when emitting error | Mark Rousskov | -4/+10 |
| 2019-09-17 | Fix re-rebalance coherence implementation for fundamental types | Georg Semmler | -1/+9 |
| 2019-09-17 | adjust larger comment to include the body | Niko Matsakis | -10/+10 |
| 2019-09-17 | use drop-temps { .. } pseudo-notation | Niko Matsakis | -1/+1 |
| 2019-09-17 | introduce `lower_block_expr` convenience function, and use it | Niko Matsakis | -14/+12 |
| 2019-09-17 | rename Allocation::retag -> with_tags_and_extra | Ralf Jung | -2/+2 |
| 2019-09-17 | document Miri error categories | Ralf Jung | -1/+14 |
| 2019-09-17 | Rollup merge of #64085 - estebank:hrtb-errors, r=oli-obk | Mazdak Farrokhzad | -22/+31 |
| 2019-09-16 | Tweak unsatisfied HRTB errors | Esteban Küber | -22/+31 |
| 2019-09-16 | Rollup merge of #64485 - RalfJung:miri, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |
| 2019-09-16 | Rollup merge of #64357 - rust-lang:adt-docs-fix, r=varkor | Mazdak Farrokhzad | -1/+7 |
| 2019-09-16 | adjust desugaring for async fn to correct drop order | Niko Matsakis | -13/+41 |
| 2019-09-16 | with byteorder 1.3, the i128 feature is a NOP | Ralf Jung | -1/+1 |
| 2019-09-16 | `AdtDef` is an algebraic data type, not abstract data type. | Mazdak Farrokhzad | -1/+7 |
| 2019-09-16 | Auto merge of #64510 - Centril:rollup-m03zsq8, r=Centril | bors | -1/+12 |
| 2019-09-16 | Rollup merge of #64467 - Mark-Simulacrum:hide-cfg-failures, r=estebank | Mazdak Farrokhzad | -1/+12 |
| 2019-09-16 | or-patterns: liveness: `is_argument` -> `is_param`. | Mazdak Farrokhzad | -2/+2 |
| 2019-09-16 | Auto merge of #64381 - mati865:rand, r=alexcrichton | bors | -1/+1 |
| 2019-09-16 | factor getting the discriminant layout to a new method | Ralf Jung | -0/+11 |