| Age | Commit message (Expand) | Author | Lines |
| 2019-09-21 | rename is_async_fn to asyncness | csmoe | -21/+13 |
| 2019-09-19 | append asyncness info to functions | csmoe | -7/+31 |
| 2019-09-19 | add is_async_fn query | csmoe | -0/+19 |
| 2019-09-17 | Auto merge of #64562 - tmandry:rollup-kfk0nuo, r=tmandry | bors | -184/+242 |
| 2019-09-17 | Rollup merge of #64544 - RalfJung:build-manifest, r=pietroalbini | Tyler Mandry | -8/+23 |
| 2019-09-17 | Rollup merge of #64541 - RalfJung:miri-errors, r=oli-obk | Tyler Mandry | -1/+14 |
| 2019-09-17 | Rollup merge of #64529 - taiki-e:docs-pin-as-mut, r=RalfJung | Tyler Mandry | -0/+21 |
| 2019-09-17 | Rollup merge of #64505 - pickfire:patch-1, r=Mark-Simulacrum | Tyler Mandry | -6/+6 |
| 2019-09-17 | Rollup merge of #64502 - RalfJung:miri-toolstate, r=pietroalbini | Tyler Mandry | -5/+14 |
| 2019-09-17 | Rollup merge of #64436 - llogiq:transmute-docs, r=RalfJung | Tyler Mandry | -11/+17 |
| 2019-09-17 | Rollup merge of #64429 - afnanenayet:afnan/fix-failure-note-json-level, r=Mar... | Tyler Mandry | -9/+12 |
| 2019-09-17 | Rollup merge of #64394 - nnethercote:shrink-SubregionOrigin, r=Mark-Simulacrum | Tyler Mandry | -14/+18 |
| 2019-09-17 | Rollup merge of #61626 - oli-obk:const_eval_intrinsics, r=eddyb | Tyler Mandry | -130/+117 |
| 2019-09-17 | Auto merge of #64525 - nikomatsakis:issue-64512-drop-order-tail-temp, r=david... | bors | -26/+161 |
| 2019-09-17 | improve Vec example soundness in mem::transmute docs | Andre Bogus | -11/+17 |
| 2019-09-17 | build-manifest: add some comments | Ralf Jung | -8/+23 |
| 2019-09-17 | Auto merge of #64517 - alexcrichton:less-assertions, r=pietroalbini | bors | -0/+15 |
| 2019-09-17 | Get rid of special const intrinsic query in favour of `const_eval` | Oliver Scherer | -130/+117 |
| 2019-09-17 | Update src/libcore/pin.rs | Taiki Endo | -1/+1 |
| 2019-09-17 | Add an example to Pin::as_mut | Taiki Endo | -0/+21 |
| 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 | apply nits from centril | Niko Matsakis | -7/+8 |
| 2019-09-17 | Revert "Rollup merge of #64451 - RalfJung:miri-manifest, r=pietroalbini" | Pietro Albini | -61/+9 |
| 2019-09-17 | document Miri error categories | Ralf Jung | -1/+14 |
| 2019-09-16 | Fix failure note `to_str` implementation | Afnan Enayet | -9/+12 |
| 2019-09-17 | Rollup merge of #64531 - taiki-e:pin-self, r=Centril | Mazdak Farrokhzad | -9/+9 |
| 2019-09-17 | Rollup merge of #64530 - taiki-e:docs-pin-lifetimes, r=Centril | Mazdak Farrokhzad | -4/+4 |
| 2019-09-17 | Rollup merge of #64500 - nnethercote:ObligForest-fixups, r=nikomatsakis | Mazdak Farrokhzad | -167/+148 |
| 2019-09-17 | Rollup merge of #64416 - mark-i-m:region-naming-ctx, r=estebank | Mazdak Farrokhzad | -214/+316 |
| 2019-09-17 | Rollup merge of #64085 - estebank:hrtb-errors, r=oli-obk | Mazdak Farrokhzad | -62/+148 |
| 2019-09-17 | Use shorthand syntax in the self parameter of methods of Pin | Taiki Endo | -9/+9 |
| 2019-09-17 | Elide lifetimes in `Pin<&(mut) Self>` | Taiki Endo | -4/+4 |
| 2019-09-16 | Tweak unsatisfied HRTB errors | Esteban Küber | -62/+148 |
| 2019-09-16 | Rollup merge of #64518 - spastorino:while-let-to-iterate-over-proj-slice, r=o... | Mazdak Farrokhzad | -16/+24 |
| 2019-09-16 | Rollup merge of #64509 - varkor:convert-identity-doc-fixes, r=Centril | Mazdak Farrokhzad | -8/+9 |
| 2019-09-16 | Rollup merge of #64485 - RalfJung:miri, r=alexcrichton | Mazdak Farrokhzad | -10/+11 |
| 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 | add regression test for issue-64391 | Niko Matsakis | -0/+14 |
| 2019-09-16 | avoid duplicate issues for Miri build failures | Ralf Jung | -5/+14 |
| 2019-09-16 | add test for drop order of temporary in tail return expression | Niko Matsakis | -0/+94 |
| 2019-09-16 | Use while let slice_pattern instead of carrying an index around | Santiago Pastorino | -16/+24 |
| 2019-09-16 | azure: Disable more LLVM/debug assertions in | Alex Crichton | -0/+15 |
| 2019-09-16 | update miri for latest breakage | Ralf Jung | -8/+8 |
| 2019-09-16 | with byteorder 1.3, the i128 feature is a NOP | Ralf Jung | -3/+2 |
| 2019-09-16 | update miri | Ralf Jung | -7/+9 |
| 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 | -247/+476 |