| Age | Commit message (Expand) | Author | Lines |
| 2019-08-30 | Move relocation range copies into allocation | Andreas Molzer | -27/+53 |
| 2019-08-29 | Make allocation relocation field private | Andreas Molzer | -11/+16 |
| 2019-08-28 | Address naming and comments from reviews | Andreas Molzer | -9/+9 |
| 2019-08-21 | Fix codegen with explicit allocation byte access | Andreas Molzer | -7/+48 |
| 2019-08-21 | Expose encapsulated undef mask as immutable | Andreas Molzer | -1/+6 |
| 2019-08-21 | Replace usage of alloc.bytes in interpret | Andreas Molzer | -14/+37 |
| 2019-08-17 | Move copy of undef_mask into allocation | Andreas Molzer | -55/+88 |
| 2019-08-17 | Derive HashStable for Allocation | Andreas Molzer | -19/+20 |
| 2019-08-17 | Store allocation size, make bytes, undef_mask private | Andreas Molzer | -11/+42 |
| 2019-08-14 | Rollup merge of #63530 - ehuss:typo-statemement, r=centril | Mazdak Farrokhzad | -3/+3 |
| 2019-08-14 | Rollup merge of #63512 - 95th:master, r=cramertj | Mazdak Farrokhzad | -0/+28 |
| 2019-08-14 | Rollup merge of #63511 - pietroalbini:pa-ci-date, r=Mark-Simulacrum | Mazdak Farrokhzad | -0/+15 |
| 2019-08-14 | Rollup merge of #63508 - estebank:compromice, r=petrochenkov | Mazdak Farrokhzad | -6/+23 |
| 2019-08-14 | Rollup merge of #63501 - nikomatsakis:issue-63500-async-anon-impl-lifetime, r... | Mazdak Farrokhzad | -9/+94 |
| 2019-08-14 | Rollup merge of #63499 - nikomatsakis:issuee-63388-async-fn-elision-self-mut-... | Mazdak Farrokhzad | -1908/+983 |
| 2019-08-14 | Rollup merge of #63493 - sd234678:remove-unneeded-comment-from-src/libcore/ha... | Mazdak Farrokhzad | -2/+0 |
| 2019-08-14 | Rollup merge of #63488 - RalfJung:diagnostic-docs, r=zackmdavis | Mazdak Farrokhzad | -0/+6 |
| 2019-08-14 | Rollup merge of #63486 - Observer42:document-from-trait-in-binaryheap, r=Centril | Mazdak Farrokhzad | -0/+3 |
| 2019-08-14 | Rollup merge of #63485 - pietroalbini:new-mirror-bucket, r=alexcrichton | Mazdak Farrokhzad | -23/+25 |
| 2019-08-14 | Rollup merge of #63475 - iluuu1994:issue-62632, r=Centril | Mazdak Farrokhzad | -8/+33 |
| 2019-08-14 | Rollup merge of #63459 - eddyb:issue-63430, r=petrochenkov | Mazdak Farrokhzad | -1/+15 |
| 2019-08-14 | Rollup merge of #63421 - clarfon:escape_default, r=dtolnay | Mazdak Farrokhzad | -0/+9 |
| 2019-08-14 | Rollup merge of #63383 - Centril:async-lifetime-elision-tests, r=nikomatsakis | Mazdak Farrokhzad | -0/+2867 |
| 2019-08-14 | Rollup merge of #62849 - davidtwco:prohibit-inheriting-lifetimes, r=nikomatsakis | Mazdak Farrokhzad | -6/+132 |
| 2019-08-14 | Rollup merge of #62760 - chansuke:dedupe-error-messages, r=zackmdavis | Mazdak Farrokhzad | -9/+8 |
| 2019-08-13 | Apply Centril's suggestion | Eric Huss | -3/+3 |
| 2019-08-13 | review comments | Esteban Küber | -12/+9 |
| 2019-08-13 | Fix typo in error message. | Eric Huss | -3/+3 |
| 2019-08-13 | review comment: remove unecessary error in test | Esteban Küber | -12/+4 |
| 2019-08-13 | bless tests with compare-mode=nll | Niko Matsakis | -136/+538 |
| 2019-08-13 | Provide map_ok and map_err method for Poll<Option<Result<T, E>>> | Gurwinder Singh | -0/+28 |
| 2019-08-13 | ci: add a check for clock drift | Pietro Albini | -0/+15 |
| 2019-08-12 | Do not ICE when synthesizing spans falling inside unicode chars | Esteban Küber | -0/+28 |
| 2019-08-12 | bless tests | Niko Matsakis | -146/+27 |
| 2019-08-12 | clear in-scope lifetimes for nested items in HIR lowering | Niko Matsakis | -4/+65 |
| 2019-08-12 | fix README.md | Niko Matsakis | -5/+5 |
| 2019-08-12 | revamp comment | Niko Matsakis | -15/+61 |
| 2019-08-12 | add edition to regression test | Niko Matsakis | -0/+1 |
| 2019-08-12 | use `modern` everywhere | Niko Matsakis | -1/+4 |
| 2019-08-12 | revamp how we handle elision in async fn | Niko Matsakis | -1637/+383 |
| 2019-08-12 | use `ParamName` to track in-scope lifetimes instead of Ident | Niko Matsakis | -5/+25 |
| 2019-08-12 | typeck: Prohibit RPIT types that inherit lifetimes | David Wood | -6/+132 |
| 2019-08-12 | Auto merge of #63483 - RalfJung:invalid-value, r=Centril | bors | -74/+224 |
| 2019-08-12 | syntax: account for CVarArgs being in the argument list. | Eduard-Mihai Burtescu | -1/+15 |
| 2019-08-12 | Apply suggestions from code review | Observer42 | -2/+2 |
| 2019-08-12 | more informative error message from invalid_value lint | Ralf Jung | -74/+224 |
| 2019-08-12 | Rollup merge of #63480 - OptimisticPeach:patch-1, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-08-12 | Rollup merge of #63474 - adamAndMath:master, r=Centril | Mazdak Farrokhzad | -0/+74 |
| 2019-08-12 | Rollup merge of #63473 - adrian-budau:master, r=Centril | Mazdak Farrokhzad | -0/+38 |
| 2019-08-12 | Rollup merge of #63461 - tommilligan:doc-var-panic, r=joshtriplett | Mazdak Farrokhzad | -0/+12 |