about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-01-07Auto merge of #30734 - tsion:mir-pretty, r=nikomatsakisbors-18/+32
2016-01-07Auto merge of #30317 - jseyfried:refactor_type_folder, r=nikomatsakisbors-873/+689
2016-01-07len needs to be prefixed by self for this to work. The final code in this sec...jonastepe-2/+2
2016-01-07Fix tests that used `// | help:` annotationsFlorian Hahn-11/+13
2016-01-07Factor mir::[Mut]Visitor implementations into a common macro.Michael Woerister-456/+281
2016-01-07Auto merge of #30728 - athaeryn:mention-warning-lint-group, r=Manishearthbors-5/+9
2016-01-07Auto merge of #30724 - nikomatsakis:feature-gate-defaulted-type-parameters, r...bors-19/+76
2016-01-07Auto merge of #30723 - nrc:macro-err-bug, r=Manishearthbors-2/+35
2016-01-07Auto merge of #30557 - sfackler:panic-propagate, r=aturonbors-1/+63
2016-01-07Rename fold_subitems_with to super_fold_withJeffrey Seyfried-183/+182
2016-01-07Refactor away extension traits RegionEscape and HasTypeFlagsJeffrey Seyfried-186/+159
2016-01-07Create a visitor for `TypeFoldable`s and use it to implement RegionEscape and...Jeffrey Seyfried-690/+534
2016-01-07[MIR] Set dest ∀ expr with optional valueSimonas Kazlauskas-33/+53
2016-01-06Be consistent about what is a "chapter" versus a "section"Michael F. Lamb-17/+17
2016-01-06Link to section on references when we use the term prior to defining itMichael F. Lamb-2/+4
2016-01-06Link to references section when they first appearMichael F. Lamb-2/+5
2016-01-06Explain surprising new syntax appearing in example codeMichael F. Lamb-6/+15
2016-01-06Add std::panic::propagateSteven Fackler-1/+63
2016-01-06Rollup merge of #30749 - andgra2:patch-1, r=steveklabnikSteve Klabnik-1/+1
2016-01-06Rollup merge of #30735 - jonastepe:nomicon_vec_dealloc_pointer_type, r=stevek...Steve Klabnik-1/+1
2016-01-06Rollup merge of #30729 - huonw:delete-bad-comment, r=sanxiynSteve Klabnik-3/+0
2016-01-06Rollup merge of #30727 - tbu-:pr_doc_escaped_newline, r=steveklabnikSteve Klabnik-4/+4
2016-01-06Rollup merge of #30720 - BChip:patch-1, r=steveklabnikSteve Klabnik-1/+1
2016-01-06Rollup merge of #30716 - kraai:fix-hexicdecimal, r=apasel422Steve Klabnik-3/+3
2016-01-06Rollup merge of #30700 - steveklabnik:gh28581, r=brsonSteve Klabnik-0/+4
2016-01-06Rollup merge of #30699 - steveklabnik:gh30254, r=apasel422Steve Klabnik-0/+29
2016-01-06Rollup merge of #30683 - LawrenceWoodman:patch-1, r=steveklabnikSteve Klabnik-2/+2
2016-01-07Fix error in example codeAnders Granlund-1/+1
2016-01-06Reenable MIR testSimonas Kazlauskas-12/+6
2016-01-06Auto merge of #30654 - nrc:panictry, r=brsonbors-313/+318
2016-01-06Fix pretty-printing for empty tuples in MIR.Scott Olson-4/+4
2016-01-06[MIR] Get rid of that nasty unit_ty temporary lvalSimonas Kazlauskas-15/+5
2016-01-06Auto merge of #30532 - nikomatsakis:cross-item-dependencies, r=mwbors-424/+2641
2016-01-06Deprecate reflection-based ArenaPiotr Czarnecki-0/+6
2016-01-06Fix dependency graph test cases to have correct commments and use -Z incr-compNiko Matsakis-6/+22
2016-01-06Fix tidy errorsNiko Matsakis-3/+12
2016-01-06Use `memoized` helper more often.Niko Matsakis-27/+15
2016-01-06Auto merge of #30733 - ubsan:wrapping_op_assign, r=eddybbors-49/+51
2016-01-06Fix numerous typos, renamings, and minor nits raised by mw.Niko Matsakis-29/+35
2016-01-06Stop re-exporting MutateMode's variants.Ms2ger-14/+18
2016-01-06Create personality slot when translating ResumeSimonas Kazlauskas-38/+26
2016-01-06panic/panic_bounds_check to destructure tysSimonas Kazlauskas-39/+51
2016-01-06Merge Call and DivergingCall diffs into CallKindSimonas Kazlauskas-179/+197
2016-01-06Add testsSimonas Kazlauskas-0/+351
2016-01-06Don’t generate landing-pads if -Z no-landing-padsSimonas Kazlauskas-30/+58
2016-01-06Fix ReturnPointer generation for void return typesSimonas Kazlauskas-4/+19
2016-01-06Refine call terminator translationSimonas Kazlauskas-45/+96
2016-01-06Have a cached unreachable block inside MIR stateSimonas Kazlauskas-7/+24
2016-01-06Remove diverge terminatorSimonas Kazlauskas-67/+40
2016-01-06Remove the Panic block terminatorSimonas Kazlauskas-32/+107