about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2019-09-21rename is_async_fn to asyncnesscsmoe-6/+7
2019-09-20Auto merge of #64584 - nikomatsakis:issue-64477-generator-capture-types, r=eddybbors-0/+9
2019-09-20Auto merge of #64498 - estebank:point-at-arg, r=Centrilbors-25/+60
2019-09-20Upgrade to ena-0.13.1 and use the new `inlined_probe_value` function.Nicholas Nethercote-3/+10
2019-09-20Specialize the `stalled_on` handling in `process_obligation()`.Nicholas Nethercote-21/+38
2019-09-19review commentsEsteban Küber-0/+7
2019-09-19When possible, suggest fn callEsteban Küber-25/+53
2019-09-19append asyncness info to functionscsmoe-1/+16
2019-09-19Rollup merge of #64601 - grovesNL:two-backticks, r=jonas-schievinkMazdak Farrokhzad-2/+2
2019-09-19Rollup merge of #63448 - RalfJung:miri-discriminant, r=eddybMazdak Farrokhzad-0/+11
2019-09-20factor out pluralisation remains after #64280gaolei-7/+7
2019-09-19avoid generating drops for moved operands of callsNiko Matsakis-0/+9
2019-09-19Auto merge of #64545 - nnethercote:ObligForest-more, r=nmatsakisbors-12/+49
2019-09-18Fix backticks in documentationJoshua Groves-2/+2
2019-09-19add is_async_fn querycsmoe-0/+4
2019-09-18Add explanation to type mismatch involving type params and assoc typesEsteban Küber-23/+110
2019-09-19Fix a minor grammar nit, update UI testsJames Munns-1/+1
2019-09-19Add a specialized version of `shallow_resolve()`.Nicholas Nethercote-9/+39
2019-09-19Use explicit iteration instead of `all()` in `process_obligation()`.Nicholas Nethercote-4/+11
2019-09-17Rollup merge of #64503 - RalfJung:miri-retag, r=oli-obkTyler Mandry-2/+2
2019-09-17Auto merge of #64562 - tmandry:rollup-kfk0nuo, r=tmandrybors-24/+41
2019-09-17Rollup merge of #64541 - RalfJung:miri-errors, r=oli-obkTyler Mandry-1/+14
2019-09-17Rollup merge of #64394 - nnethercote:shrink-SubregionOrigin, r=Mark-SimulacrumTyler Mandry-14/+18
2019-09-17Auto merge of #64525 - nikomatsakis:issue-64512-drop-order-tail-temp, r=david...bors-26/+52
2019-09-17Get rid of special const intrinsic query in favour of `const_eval`Oliver Scherer-9/+9
2019-09-17Protect error handler fields with single lockMark Rousskov-3/+3
2019-09-17Remove unused methods from HandlerMark Rousskov-6/+0
2019-09-17Remove Handler::{emit, emit_with_code}Mark Rousskov-2/+2
2019-09-17Remove Handler::cancelMark Rousskov-1/+1
2019-09-17Privatize DiagnosticBuilder constructorsMark Rousskov-6/+5
2019-09-17Take Diagnostic in Handler::emit_diagnosticMark Rousskov-1/+1
2019-09-17Replace DiagnosticBuilder with Diagnostic when emitting errorMark Rousskov-4/+10
2019-09-17Fix re-rebalance coherence implementation for fundamental typesGeorg Semmler-1/+9
2019-09-17adjust larger comment to include the bodyNiko Matsakis-10/+10
2019-09-17use drop-temps { .. } pseudo-notationNiko Matsakis-1/+1
2019-09-17introduce `lower_block_expr` convenience function, and use itNiko Matsakis-14/+12
2019-09-17rename Allocation::retag -> with_tags_and_extraRalf Jung-2/+2
2019-09-17document Miri error categoriesRalf Jung-1/+14
2019-09-17Rollup merge of #64085 - estebank:hrtb-errors, r=oli-obkMazdak Farrokhzad-22/+31
2019-09-16Tweak unsatisfied HRTB errorsEsteban Küber-22/+31
2019-09-16Rollup merge of #64485 - RalfJung:miri, r=alexcrichtonMazdak Farrokhzad-1/+1
2019-09-16Rollup merge of #64357 - rust-lang:adt-docs-fix, r=varkorMazdak Farrokhzad-1/+7
2019-09-16adjust desugaring for async fn to correct drop orderNiko Matsakis-13/+41
2019-09-16with byteorder 1.3, the i128 feature is a NOPRalf Jung-1/+1
2019-09-16`AdtDef` is an algebraic data type, not abstract data type.Mazdak Farrokhzad-1/+7
2019-09-16Auto merge of #64510 - Centril:rollup-m03zsq8, r=Centrilbors-1/+12
2019-09-16Rollup merge of #64467 - Mark-Simulacrum:hide-cfg-failures, r=estebankMazdak Farrokhzad-1/+12
2019-09-16or-patterns: liveness: `is_argument` -> `is_param`.Mazdak Farrokhzad-2/+2
2019-09-16Auto merge of #64381 - mati865:rand, r=alexcrichtonbors-1/+1
2019-09-16factor getting the discriminant layout to a new methodRalf Jung-0/+11