about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-08-14typeck: add tests for suggesting -> 2018 on wrong <expr>.awaitMazdak Farrokhzad-0/+88
2019-08-14typeck: on wrong <expr>.await suggest -> 2018Mazdak Farrokhzad-0/+8
2019-08-13Suggest giving return type to closures on E0282Esteban Küber-90/+199
2019-08-14expand: Unimplement `MutVisitor` on `MacroExpander`Vadim Petrochenkov-33/+31
2019-08-14expand: `expand_fragment` -> `fully_expand_fragment`Vadim Petrochenkov-6/+6
2019-08-14typeck: restructure check_field a bitMazdak Farrokhzad-25/+31
2019-08-14typeck: extract suggest_fields_on_recordishMazdak Farrokhzad-18/+27
2019-08-14typeck: extract suggest_first_deref_fieldMazdak Farrokhzad-11/+21
2019-08-14typeck: extract maybe_suggest_array_indexingMazdak Farrokhzad-21/+29
2019-08-13Apply Centril's suggestionEric Huss-3/+3
2019-08-13typeck: extract ban_take_value_of_methodMazdak Farrokhzad-19/+29
2019-08-13typeck: extract ban_private_field_accessMazdak Farrokhzad-17/+33
2019-08-13Utilize -Zbinary-dep-depinfo for dependency trackingMark Rousskov-100/+23
2019-08-13refactor `len` and `contains` to iterate instead of recurseAndre Bogus-40/+16
2019-08-13add contains benchmarksAndre Bogus-6/+29
2019-08-13review commentsEsteban Küber-12/+9
2019-08-13review comment: move testEsteban Küber-3/+4
2019-08-13review commentsEsteban Küber-27/+30
2019-08-13Fix typo in error message.Eric Huss-3/+3
2019-08-13syntax: Remove `DummyResult::expn_only`Vadim Petrochenkov-54/+27
2019-08-13Do not track the sysroot.Joel Galenson-8/+1
2019-08-13review comment: remove unecessary error in testEsteban Küber-12/+4
2019-08-13Re-enable Redox builder (take 2)newpavlov-4/+2
2019-08-13bless tests with compare-mode=nllNiko Matsakis-136/+538
2019-08-13Bump to 1.39Mark Rousskov-3/+3
2019-08-13Provide map_ok and map_err method for Poll<Option<Result<T, E>>>Gurwinder Singh-0/+28
2019-08-13review feedback: add comments and use local flavor variableMartin Finkel-1/+4
2019-08-13ci: add a check for clock driftPietro Albini-0/+15
2019-08-13Point at the right enclosing scope when using `await` in non-async fnEsteban Küber-1/+26
2019-08-12Do not ICE when synthesizing spans falling inside unicode charsEsteban Küber-0/+28
2019-08-12Suggest `Box::new` when appropriateEsteban Küber-4/+100
2019-08-12Fix tidyEsteban Küber-5/+5
2019-08-12bless testsNiko Matsakis-146/+27
2019-08-12Resolve types when suggesting boxed closureEsteban Küber-11/+30
2019-08-12clear in-scope lifetimes for nested items in HIR loweringNiko Matsakis-4/+65
2019-08-12Force optimization in 32-bit iter overflow testsJosh Stone-4/+4
2019-08-12When needing type annotations in local bindings, account for impl Trait and c...Esteban Küber-2/+97
2019-08-12fix README.mdNiko Matsakis-5/+5
2019-08-12revamp commentNiko Matsakis-15/+61
2019-08-12add edition to regression testNiko Matsakis-0/+1
2019-08-12use `modern` everywhereNiko Matsakis-1/+4
2019-08-12Move run-pass/iterators/* to ui/iterators/Josh Stone-0/+0
2019-08-12Move run-pass/iter-map-fold-type-length.rs to iterators/Josh Stone-0/+1
2019-08-12Reduce genericity in InspectJosh Stone-12/+22
2019-08-12Reduce genericity in ScanJosh Stone-8/+17
2019-08-12Reduce genericity in TakeJosh Stone-7/+14
2019-08-12Reduce genericity in SkipJosh Stone-8/+18
2019-08-12Reduce genericity in TakeWhileJosh Stone-16/+23
2019-08-12Reduce genericity in SkipWhileJosh Stone-8/+15
2019-08-12Avoid closures in PeekableJosh Stone-1/+4