about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-05-16Add ability to unit-test dataflow results via `rustc_peek` intrinsic.Felix S. Klock II-3/+208
2016-05-16Adding magic `rustc_peek` intrinsic that other code can repurpose toFelix S. Klock II-0/+11
2016-05-16Revised mir-dataflow.Felix S. Klock II-720/+1368
2016-05-16Auto merge of #33640 - lucab:to-upstream/tcp-stress, r=alexcrichtonbors-9/+15
2016-05-16syntax_ext: format: remove reference to methods in commentWang Xuerui-1/+1
2016-05-16syntax_ext: format: nest_level's are no moreWang Xuerui-20/+4
2016-05-16`borrowck::mir::gather_moves`: create MovePaths for lvalues even if unreferen...Felix S. Klock II-32/+74
2016-05-16Unit struct defns for 3 dataflow analyses for `borrowck::mir::dataflow`.Felix S. Klock II-0/+117
2016-05-16Remove `&self` parameter from `DataflowOperator::initial_value`.Felix S. Klock II-4/+4
2016-05-16Add helper method for getting the dataflow results at exit from a basic block.Felix S. Klock II-0/+8
2016-05-16One-line doc clarification for representation of unit type `()`.Felix S. Klock II-23/+0
2016-05-16Expose pretty print routines that accept just `mir` (no need for a `NodeId`).Felix S. Klock II-0/+23
2016-05-16`rustc_mir::pretty` refactoring: break `fn write_fn_intro` into two routines.Felix S. Klock II-5/+15
2016-05-16`rustc_mir::pretty`: factor out scope entry/exit annotation computation.Felix S. Klock II-6/+12
2016-05-16fixes to `librustc_borrowck::bitslice::bits_to_string`, used for graphviz pri...Felix S. Klock II-10/+14
2016-05-16fix bug in `debug!` output from `rustc::middle::dataflow`Felix S. Klock II-4/+4
2016-05-15Auto merge of #33505 - petrochenkov:self, r=nrcbors-636/+430
2016-05-16Added a big-picture explanation for thread::park() & co.Pyry Kontio-1/+3
2016-05-16rename a few occurrences of RecoverSafe in docsRobert Habermeier-4/+4
2016-05-15Auto merge of #33251 - Kintaro:fix-typo-in-fs, r=GuillaumeGomezbors-2/+2
2016-05-15Auto merge of #33643 - eddyb:rollup, r=eddybbors-10/+8
2016-05-16Rollup merge of #33660 - fbergr:doc, r=steveklabnikEduard-Mihai Burtescu-1/+1
2016-05-16Rollup merge of #33635 - tshepang:capitalise, r=steveklabnikEduard-Mihai Burtescu-1/+1
2016-05-16Rollup merge of #33634 - tshepang:nicer-output, r=steveklabnikEduard-Mihai Burtescu-1/+1
2016-05-16Rollup merge of #33633 - tshepang:no-effect, r=steveklabnikEduard-Mihai Burtescu-2/+0
2016-05-16Rollup merge of #33605 - tshepang:less-awkward, r=steveklabnikEduard-Mihai Burtescu-2/+2
2016-05-16Rollup merge of #33604 - tshepang:line-em-up, r=GuillaumeGomezEduard-Mihai Burtescu-1/+1
2016-05-16Rollup merge of #33603 - tshepang:no-need, r=apasel422Eduard-Mihai Burtescu-2/+2
2016-05-15Auto merge of #33619 - jonathandturner:improve_structured_errors, r=nikomatsakisbors-172/+279
2016-05-15Add space after equalsJonathan Turner-1/+1
2016-05-15Auto merge of #33620 - eddyb:oops-static-is-not-fn, r=dotdashbors-3/+4
2016-05-15Update link to licenseFlorian Berger-1/+1
2016-05-15Auto merge of #33658 - Manishearth:rollup, r=Manishearthbors-43/+619
2016-05-15Rollup merge of #33598 - haikoschol:master, r=alexcrichtonManish Goregaokar-1/+1
2016-05-15Rollup merge of #33591 - dns2utf8:systemtime_wording, r=GuillaumeGomezManish Goregaokar-1/+1
2016-05-15Rollup merge of #33590 - durka:patch-22, r=aturonManish Goregaokar-4/+8
2016-05-15Rollup merge of #33585 - GuillaumeGomez:error_code_test, r=steveklabnikManish Goregaokar-0/+242
2016-05-15Rollup merge of #33584 - GuillaumeGomez:error_code_improvements, r=steveklabnikManish Goregaokar-8/+13
2016-05-15Rollup merge of #33580 - frewsxcv:temp-dir, r=alexcrichtonManish Goregaokar-10/+10
2016-05-15Rollup merge of #33565 - Amanieu:once_doc, r=GuillaumeGomezManish Goregaokar-1/+0
2016-05-15Rollup merge of #33534 - dns2utf8:atomic_docs, r=GuillaumeGomezManish Goregaokar-2/+2
2016-05-15Rollup merge of #33533 - GuillaumeGomez:add_E0500, r=steveklabnikManish Goregaokar-1/+47
2016-05-15Rollup merge of #33517 - sanxiyn:tight-span, r=nagisaManish Goregaokar-1/+1
2016-05-15Rollup merge of #33475 - billyevans:master, r=guillaumegomezManish Goregaokar-1/+79
2016-05-15Rollup merge of #33415 - dfockler:master, r=steveklabnikManish Goregaokar-7/+158
2016-05-15Rollup merge of #33393 - cristianoliveira:docs-error-explanation, r=steveklabnikManish Goregaokar-1/+21
2016-05-15Rollup merge of #33342 - birkenfeld:issue-26472, r=jseyfriedManish Goregaokar-5/+36
2016-05-15Add lifetime's bounds in doc generationGuillaume Gomez-1/+11
2016-05-15Auto merge of #33612 - royalstream:royalstream-enc-enum-ptr, r=michaelwoeristerbors-0/+2
2016-05-15Update i686-linux-android features to match android ABI.Nerijus Arlauskas-1/+5