| Age | Commit message (Expand) | Author | Lines |
| 2019-08-14 | Rollup merge of #63530 - ehuss:typo-statemement, r=centril | Mazdak Farrokhzad | -2/+2 |
| 2019-08-14 | Rollup merge of #63508 - estebank:compromice, r=petrochenkov | Mazdak Farrokhzad | -0/+14 |
| 2019-08-14 | Rollup merge of #63501 - nikomatsakis:issue-63500-async-anon-impl-lifetime, r... | Mazdak Farrokhzad | -0/+54 |
| 2019-08-14 | Rollup merge of #63499 - nikomatsakis:issuee-63388-async-fn-elision-self-mut-... | Mazdak Farrokhzad | -1783/+881 |
| 2019-08-14 | Rollup merge of #63475 - iluuu1994:issue-62632, r=Centril | Mazdak Farrokhzad | -8/+14 |
| 2019-08-14 | Rollup merge of #63459 - eddyb:issue-63430, r=petrochenkov | Mazdak Farrokhzad | -0/+14 |
| 2019-08-14 | Rollup merge of #63383 - Centril:async-lifetime-elision-tests, r=nikomatsakis | Mazdak Farrokhzad | -0/+2867 |
| 2019-08-13 | Apply Centril's suggestion | Eric Huss | -2/+2 |
| 2019-08-13 | Fix typo in error message. | Eric Huss | -2/+2 |
| 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-12 | Do not ICE when synthesizing spans falling inside unicode chars | Esteban Küber | -0/+22 |
| 2019-08-12 | bless tests | Niko Matsakis | -146/+27 |
| 2019-08-12 | clear in-scope lifetimes for nested items in HIR lowering | Niko Matsakis | -0/+37 |
| 2019-08-12 | fix README.md | Niko Matsakis | -5/+5 |
| 2019-08-12 | add edition to regression test | Niko Matsakis | -0/+1 |
| 2019-08-12 | revamp how we handle elision in async fn | Niko Matsakis | -1512/+327 |
| 2019-08-12 | use `ParamName` to track in-scope lifetimes instead of Ident | Niko Matsakis | -0/+16 |
| 2019-08-12 | typeck: Prohibit RPIT types that inherit lifetimes | David Wood | -5/+49 |
| 2019-08-12 | Auto merge of #63483 - RalfJung:invalid-value, r=Centril | bors | -55/+183 |
| 2019-08-12 | syntax: account for CVarArgs being in the argument list. | Eduard-Mihai Burtescu | -0/+14 |
| 2019-08-12 | more informative error message from invalid_value lint | Ralf Jung | -55/+183 |
| 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 #63449 - petrochenkov:builtinagain, r=eddyb | Mazdak Farrokhzad | -22/+17 |
| 2019-08-12 | Rollup merge of #63406 - jakubadamw:resolve-inconsistent-names-suggest-qualif... | Mazdak Farrokhzad | -5/+113 |
| 2019-08-12 | Bring back suggestion for splitting `<-` into `< -` | Ilija Tovilo | -8/+14 |
| 2019-08-11 | Move tests into type-alias-impl-trait | Adam | -0/+0 |
| 2019-08-11 | Add test for issue 53598 and 57700 | Adam | -0/+74 |
| 2019-08-11 | Regression test for #56870 | Adrian Budau | -0/+38 |
| 2019-08-11 | Rollup merge of #63433 - RalfJung:miri-call, r=oli-obk | Mark Rousskov | -6/+55 |
| 2019-08-11 | Rollup merge of #63346 - RalfJung:zeroed-lint, r=eddyb | Mark Rousskov | -1/+228 |
| 2019-08-11 | warn for more cases | Ralf Jung | -11/+166 |
| 2019-08-11 | add basic lint testing for misuse of mem::zeroed and mem::uninitialized | Ralf Jung | -1/+73 |
| 2019-08-11 | Auto merge of #63343 - ishitatsuyuki:revert-62150, r=RalfJung | bors | -0/+13 |
| 2019-08-10 | Apply suggestions from code review | Jakub Adam Wieczorek | -3/+3 |
| 2019-08-10 | Suggest using a qualified path in patterns with inconsistent bindings | Jakub Adam Wieczorek | -5/+113 |
| 2019-08-10 | diagnostics: Describe crate root modules in `DefKind::Mod` as "crate" | Vadim Petrochenkov | -37/+37 |
| 2019-08-10 | resolve: Remove remaining special cases from built-in macros | Vadim Petrochenkov | -22/+17 |
| 2019-08-10 | Auto merge of #63437 - Centril:rollup-ryx881p, r=Centril | bors | -21/+82 |
| 2019-08-10 | Revert "Rollup merge of #62150 - alex:mem-uninit-refactor, r=RalfJung" | Tatsuyuki Ishi | -0/+13 |
| 2019-08-10 | fix test | Ralf Jung | -6/+55 |
| 2019-08-10 | resolve: Address FIXME from the previous commit | Vadim Petrochenkov | -4/+4 |
| 2019-08-10 | Fix calls to resolver from rustdoc and HIR lowering | Vadim Petrochenkov | -1/+1 |
| 2019-08-10 | resolve: Move late resolution into a separate visitor | Vadim Petrochenkov | -20/+81 |
| 2019-08-10 | Auto merge of #63352 - jgalenson:reproducible-lto, r=alexcrichton | bors | -0/+204 |
| 2019-08-10 | Rollup merge of #63423 - estebank:priv-tuple, r=zackmdavis | Mazdak Farrokhzad | -0/+116 |
| 2019-08-10 | Rollup merge of #63419 - RalfJung:typeid, r=alexcrichton | Mazdak Farrokhzad | -4/+14 |
| 2019-08-10 | Rollup merge of #63399 - estebank:vec-in-pat, r=Centril | Mazdak Farrokhzad | -1/+33 |
| 2019-08-10 | Rollup merge of #63394 - jackh726:issue-36804, r=jonas-schievink | Mazdak Farrokhzad | -0/+31 |