about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-09-22fix nll testsEsteban Küber-29/+26
2019-09-22ignore-x86 instead of ignore-muslEsteban Küber-12/+12
2019-09-22hack to avoid incorrect suggestionEsteban Küber-8/+9
2019-09-22review commentsEsteban Küber-20/+19
2019-09-22Point at type param when it's cause of unfulfilled obligationEsteban Küber-109/+176
2019-09-22Fix rebaseEsteban Küber-5/+2
2019-09-22ignore musl target in tests to avoid issues with output differencesEsteban Küber-28/+52
2019-09-22review commentsEsteban Küber-32/+34
2019-09-22Point at correct span for parenthesized typesEsteban Küber-91/+95
2019-09-22On obligation errors point at the unfulfilled binding when possibleEsteban Küber-512/+588
2019-09-22Point at definition when misusing ADTEsteban Küber-24/+126
2019-09-22make mbe::TokenTree private to moduleAleksey Kladov-26/+26
2019-09-22push TokenTree::parse downAleksey Kladov-16/+14
2019-09-22pull mbe token tree definition upAleksey Kladov-234/+243
2019-09-22docstring for mbe moduleAleksey Kladov-0/+5
2019-09-22move mbe module to a separate fileAleksey Kladov-7/+6
2019-09-22rename tt -> mbe, part 2Aleksey Kladov-17/+17
2019-09-22rename libsyntax::ext::tt to mbeAleksey Kladov-0/+0
2019-09-22reduce visibility of a bunch of stuff in ext::ttAleksey Kladov-58/+50
2019-09-22Clarify the "since" tidy checkMazdak Farrokhzad-1/+1
2019-09-22Update rls to fix build errorLzu Tao-0/+0
2019-09-22Update clippyLzu Tao-9/+15
2019-09-22Fix some unused variable warningsGeorg Semmler-2/+2
2019-09-22Auto merge of #64669 - estebank:unreachable, r=Centrilbors-334/+191
2019-09-22Infer consts consistently. Moved some logic into super_combined_consts,ben-86/+42
2019-09-21Remove manual unrolling from slice::Iter(Mut)::try_foldScott McMurray-13/+7
2019-09-21review comments: wordingEsteban Küber-3/+3
2019-09-21review commentsEsteban Küber-30/+19
2019-09-22remove outdated commentTshepang Lekhonkhobe-1/+0
2019-09-21Parse assoc type bounds in generic params and provide custom diagnosticEsteban Küber-38/+80
2019-09-21review commentsEsteban Küber-2/+2
2019-09-21Propagate `types.err` in locals further to avoid spurious knock-down errorsEsteban Küber-3/+41
2019-09-21Inline attribute constructorsMark Rousskov-21/+10
2019-09-21Inline ty_inferMark Rousskov-5/+1
2019-09-21Remove unused codeMark Rousskov-291/+3
2019-09-21Do not trigger unreachable lint in async body and Use span labelsEsteban Küber-334/+191
2019-09-21Rollup merge of #64664 - matklad:remove-ast-builder, r=Mark-SimulacrumMazdak Farrokhzad-3/+0
2019-09-21Rollup merge of #64660 - guanqun:unify-errors-for-tuple-struct, r=estebankMazdak Farrokhzad-5/+43
2019-09-21Rollup merge of #64635 - gnzlbg:const_fn_ptr, r=oli-obkMazdak Farrokhzad-2/+308
2019-09-21Rollup merge of #64634 - cuviper:llvm-9.0.0, r=alexcrichtonMazdak Farrokhzad-0/+0
2019-09-21Rollup merge of #64619 - sam09:fix-63962, r=CentrilMazdak Farrokhzad-11/+53
2019-09-21Rollup merge of #64618 - alexcrichton:improve-dist-output, r=Mark-SimulacrumMazdak Farrokhzad-19/+47
2019-09-21Rollup merge of #64617 - alexcrichton:smaller-msi, r=Mark-SimulacrumMazdak Farrokhzad-1/+1
2019-09-21Rollup merge of #64615 - alexcrichton:smaller-exe, r=Mark-SimulacrumMazdak Farrokhzad-3/+3
2019-09-21Rollup merge of #63907 - estebank:assoc-type-mismatch, r=oli-obkMazdak Farrokhzad-23/+181
2019-09-21Remove constraints argument from path_allMark Rousskov-14/+13
2019-09-21fully remove AstBuilderAleksey Kladov-3/+0
2019-09-22Fixes #63962. Hint about missing tuple parentheses in patternsSam Radhakrishan-11/+53
2019-09-21libtest: Add --report-time flag to print test execution timeJakob Schikowski-48/+162
2019-09-21update ui testsGuillaume Gomez-10/+9