about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-06-30Update all uses of FulfillmentContextJared Roesch-10/+12
2015-06-30Move FufillmentContext into InferContextJared Roesch-29/+48
2015-06-30Auto merge of #26670 - frewsxcv:regression-test-13902, r=alexcrichtonbors-0/+22
2015-06-30Alternate methodNick Cameron-113/+117
2015-06-30Implement get_enclosing_scope and use it in save-analysisNick Cameron-8/+36
2015-06-30Add parent_node to ast_mapNick Cameron-67/+133
2015-06-30Auto merge of #26668 - frewsxcv:regression-test-17756, r=alexcrichtonbors-0/+14
2015-06-30Auto merge of #26667 - arielb1:audit-walk, r=eddybbors-319/+314
2015-06-29Add regression test for #13902Corey Farwell-0/+22
2015-06-29Link to docs from error explanations via HTTPSCorey Farwell-2/+2
2015-06-30Auto merge of #26666 - huonw:unc-rec, r=alexcrichtonbors-2/+27
2015-06-29Add regression test for #17756Corey Farwell-0/+14
2015-06-30Remove now-useless codeAriel Ben-Yehuda-40/+12
2015-06-30Kill count_late_bound_regionsAriel Ben-Yehuda-31/+40
2015-06-29lint: default methods must be called on Self to unconditionally recur.Huon Wilson-0/+16
2015-06-29lint: only consider actual calls as unconditional recursion.Huon Wilson-2/+11
2015-06-30Remove type_needs_unwind_cleanupAriel Ben-Yehuda-51/+37
2015-06-30Fix lifetime elision region accountingAriel Ben-Yehuda-179/+187
2015-06-29Auto merge of #26660 - steveklabnik:fix_up_pointers, r=alexcrichtonbors-3/+6
2015-06-29Update link to OusterhoutSteve Klabnik-3/+3
2015-06-29Improve doc for std::mem::dropSteve Klabnik-2/+39
2015-06-29Auto merge of #26659 - nagisa:cas-docs, r=alexcrichtonbors-23/+23
2015-06-29Add missing trailing newline.Eljay-1/+1
2015-06-29Add test for #26646.Eljay-0/+21
2015-06-29Refine Atomic*::compare_and_swap documentationSimonas Kazlauskas-23/+23
2015-06-29Fix incorrect warning about unused repr attributes.Lee Jeffery-2/+4
2015-06-29Auto merge of #26623 - Saser:master, r=steveklabnikbors-1/+6
2015-06-29Change removal notice for pointer guide.Steve Klabnik-3/+6
2015-06-29Fix off-by-one error in default-type-parameter checkingAriel Ben-Yehuda-19/+39
2015-06-29Auto merge of #26530 - steveklabnik:gh26471, r=alexcrichtonbors-0/+1
2015-06-29Auto merge of #26462 - brson:stdidx, r=steveklabnikbors-7/+7
2015-06-29Hide the Rand trait from docsSteve Klabnik-0/+1
2015-06-29Rollup merge of #26593 - GuillaumeGomez:patch-2, r=ManishearthManish Goregaokar-4/+97
2015-06-29The come back of the "a" eaten by the voidGuillaume Gomez-1/+1
2015-06-29Add more details in error explanationGuillaume Gomez-2/+2
2015-06-29Add E0110 error explanationGuillaume Gomez-2/+22
2015-06-29Auto merge of #26582 - jroesch:infer-ctxt-refactor, r=nikomatsakisbors-351/+586
2015-06-28Add `.write(true)` to append and truncate examplesRemi Rampin-2/+2
2015-06-28Fix librustc_driver/test.rsJared Roesch-1/+1
2015-06-28Auto merge of #26631 - richo:comment-updates, r=steveklabnikbors-3/+2
2015-06-27Address nitsJared Roesch-151/+92
2015-06-27std: Fix Windows XP compatibilityAlex Crichton-243/+353
2015-06-27rt: Update comment for new location of unwindRicho Healey-1/+1
2015-06-27rustc_driver: Fix incorrect commentRicho Healey-2/+1
2015-06-27Remove ClosureTyper impl for FnCtxtJared Roesch-92/+62
2015-06-27Ground work for replacing the ClosureTyper traitJared Roesch-21/+170
2015-06-27Begin refactor type checking stateJared Roesch-252/+427
2015-06-27std: Avoid missing fns on i686-pc-windows-msvcAlex Crichton-42/+157
2015-06-27rustc_back: Learn about i686-pc-windows-msvcAlex Crichton-1/+29
2015-06-27Clarifying deallocation order of resources within same scopeChristian Persson-1/+6