about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2019-09-25Rollup merge of #64508 - Centril:or-pat-hir, r=matthewjasperMazdak Farrokhzad-2/+0
2019-09-25Snap cfgs to new betaMark Rousskov-1/+0
2019-09-25remove unused peekableAleksey Kladov-4/+3
2019-09-25move function closer to its usageAleksey Kladov-13/+14
2019-09-25remove unused parametersAleksey Kladov-31/+1
2019-09-25Rollup merge of #64753 - ehuss:json-short-explain, r=Mark-SimulacrumMazdak Farrokhzad-0/+7
2019-09-24Don't emit explain with json short messages.Eric Huss-0/+7
2019-09-24Rollup merge of #64702 - sinkuu:deps, r=jonas-schievinkMazdak Farrokhzad-1/+0
2019-09-24Rollup merge of #64698 - Centril:infer-const-with-stash, r=estebankMazdak Farrokhzad-8/+45
2019-09-24Rollup merge of #64689 - matklad:refactor-mbe, r=petrochenkovMazdak Farrokhzad-292/+295
2019-09-24add error message for caseAriel Ben-Yehuda-2/+1
2019-09-24reserve `impl<T> From<!> for T`Ariel Ben-Yehuda-0/+4
2019-09-24Stabilize `str::len`, `[T]::len`, `is_empty` and `str::as_bytes` as const fnOliver Scherer-27/+27
2019-09-23cleanup librustc_errors Handler code.Mazdak Farrokhzad-5/+1
2019-09-23Add parser recovery for `const $ident = $expr;`.Mazdak Farrokhzad-3/+44
2019-09-23Auto merge of #64272 - Mark-Simulacrum:parallel-handler, r=estebankbors-28/+31
2019-09-23Remove unused dependenciesShotaro Yamada-1/+0
2019-09-23Auto merge of #64695 - Centril:rollup-t1xnl2c, r=Centrilbors-354/+70
2019-09-23Rollup merge of #64676 - estebank:assoc-type-bound-in-generic, r=petrochenkovMazdak Farrokhzad-38/+61
2019-09-23Rollup merge of #64670 - Mark-Simulacrum:ext-build-simplify, r=petrochenkovMazdak Farrokhzad-316/+9
2019-09-22review commentsEsteban Küber-1/+1
2019-09-22Point at correct span for parenthesized typesEsteban Küber-6/+7
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-56/+48
2019-09-21review comments: wordingEsteban Küber-1/+1
2019-09-21Parse assoc type bounds in generic params and provide custom diagnosticEsteban Küber-38/+61
2019-09-21Inline attribute constructorsMark Rousskov-14/+0
2019-09-21Inline ty_inferMark Rousskov-5/+1
2019-09-21Remove unused codeMark Rousskov-291/+3
2019-09-21Rollup merge of #64664 - matklad:remove-ast-builder, r=Mark-SimulacrumMazdak Farrokhzad-3/+0
2019-09-21Remove constraints argument from path_allMark Rousskov-6/+5
2019-09-21fully remove AstBuilderAleksey Kladov-3/+0
2019-09-21Rollup merge of #64342 - glorv:master, r=varkorMazdak Farrokhzad-13/+13
2019-09-21Rollup merge of #64136 - crgl:doc-from-parser-lhs, r=CentrilMazdak Farrokhzad-0/+7
2019-09-21Rollup merge of #64010 - c410-f3r:stabilize-attrs-fn, r=CentrilMazdak Farrokhzad-16/+5
2019-09-20factor out pluralisation remains after #64280gaolei-13/+13
2019-09-18Fix backticks in documentationJoshua Groves-2/+2
2019-09-17Rollup merge of #64486 - matthewjasper:hygiene-debugging, r=petrochenkovTyler Mandry-3/+9
2019-09-17Print syntax contexts and marks when printing hygiene informationMatthew Jasper-0/+2
2019-09-17Remove unused methods from HandlerMark Rousskov-3/+0
2019-09-17Remove Handler::cancelMark Rousskov-12/+6
2019-09-17Privatize DiagnosticBuilder constructorsMark Rousskov-5/+5
2019-09-17Replace DiagnosticBuilder with Diagnostic when emitting errorMark Rousskov-8/+20
2019-09-16Document `From` trait for `LhsExpr`Charles Gleason-0/+7