about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-09-18Add summary of the current state and future plansDylan MacKenzie-0/+18
2019-09-18fix debuginfo/issue22656 with LLDB 8Maximilian Roos-1/+1
2019-09-18Publish `rustc_mir::dataflow` and remove `#[allow(unused)]`Dylan MacKenzie-6/+1
2019-09-18Fix typoDylan MacKenzie-1/+1
2019-09-18Use an associated const for `name`Dylan MacKenzie-2/+2
2019-09-18Fix `Analysis` exampleDylan MacKenzie-2/+4
2019-09-18Auto merge of #64575 - lzutao:fmt-primitives-doc, r=jonas-schievinkbors-12/+18
2019-09-18broken hyperlinks in documentationArno Haase-2/+2
2019-09-18doc: Format some primitives examplesLzu Tao-12/+18
2019-09-17Rollup merge of #64528 - Aaron1011:fix/proc-macro-type, r=alexcrichtonTyler Mandry-49/+79
2019-09-17Rollup merge of #64516 - RalfJung:nomicon, r=CentrilTyler Mandry-0/+0
2019-09-17Rollup merge of #64503 - RalfJung:miri-retag, r=oli-obkTyler Mandry-12/+7
2019-09-17Rollup merge of #64486 - matthewjasper:hygiene-debugging, r=petrochenkovTyler Mandry-6/+59
2019-09-17Add ignore reason to placate `tidy`Dylan MacKenzie-1/+1
2019-09-17Temporarily add `#[allow(unused)]` for CIDylan MacKenzie-0/+2
2019-09-17Document new dataflow analysisDylan MacKenzie-0/+50
2019-09-17Add generic dataflow implDylan MacKenzie-0/+446
2019-09-17Generate proc macro harness in AST order.Aaron Hill-49/+79
2019-09-17Auto merge of #64562 - tmandry:rollup-kfk0nuo, r=tmandrybors-184/+242
2019-09-17Rollup merge of #64544 - RalfJung:build-manifest, r=pietroalbiniTyler Mandry-8/+23
2019-09-17Rollup merge of #64541 - RalfJung:miri-errors, r=oli-obkTyler Mandry-1/+14
2019-09-17Rollup merge of #64529 - taiki-e:docs-pin-as-mut, r=RalfJungTyler Mandry-0/+21
2019-09-17Rollup merge of #64505 - pickfire:patch-1, r=Mark-SimulacrumTyler Mandry-6/+6
2019-09-17Rollup merge of #64502 - RalfJung:miri-toolstate, r=pietroalbiniTyler Mandry-5/+14
2019-09-17Rollup merge of #64436 - llogiq:transmute-docs, r=RalfJungTyler Mandry-11/+17
2019-09-17Rollup merge of #64429 - afnanenayet:afnan/fix-failure-note-json-level, r=Mar...Tyler Mandry-9/+12
2019-09-17Rollup merge of #64394 - nnethercote:shrink-SubregionOrigin, r=Mark-SimulacrumTyler Mandry-14/+18
2019-09-17Rollup merge of #61626 - oli-obk:const_eval_intrinsics, r=eddybTyler Mandry-130/+117
2019-09-17update Nomicon and ReferenceRalf Jung-0/+0
2019-09-17Print syntax contexts and marks when printing hygiene informationMatthew Jasper-2/+51
2019-09-17Auto merge of #64525 - nikomatsakis:issue-64512-drop-order-tail-temp, r=david...bors-26/+161
2019-09-17Bless json output of test ui/json-options.rs for Poloniuslqd-0/+1
2019-09-17Bless json output of test ui/json-multiple.rs for Poloniuslqd-0/+1
2019-09-17Update expectations of test ui/dropck/dropck_trait_cycle_checked.rs for Poloniuslqd-4/+8
2019-09-17Bless output of test borrowck/return-local-binding-from-desugaring.rs for Pol...lqd-0/+16
2019-09-17Bless output of test borrowck/return-local-binding-from-desugaring.rs for Pol...lqd-0/+16
2019-09-17improve Vec example soundness in mem::transmute docsAndre Bogus-11/+17
2019-09-17build-manifest: add some commentsRalf Jung-8/+23
2019-09-17Auto merge of #64517 - alexcrichton:less-assertions, r=pietroalbinibors-0/+15
2019-09-17Get rid of special const intrinsic query in favour of `const_eval`Oliver Scherer-130/+117
2019-09-17Protect error handler fields with single lockMark Rousskov-135/+207
2019-09-17Remove unused methods from HandlerMark Rousskov-15/+0
2019-09-17Remove Handler::{emit, emit_with_code}Mark Rousskov-53/+40
2019-09-17Remove Handler::cancelMark Rousskov-17/+7
2019-09-17Privatize DiagnosticBuilder constructorsMark Rousskov-19/+17
2019-09-17Take Diagnostic in Handler::emit_diagnosticMark Rousskov-16/+10
2019-09-17Replace DiagnosticBuilder with Diagnostic when emitting errorMark Rousskov-26/+60
2019-09-17Fix re-rebalance coherence implementation for fundamental typesGeorg Semmler-4/+30
2019-09-17Update src/libcore/pin.rsTaiki Endo-1/+1
2019-09-17Add an example to Pin::as_mutTaiki Endo-0/+21