about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-06-30std: Fix formatting flags for charsAlex Crichton-1/+10
2015-06-30Auto merge of #26664 - steveklabnik:gh26571, r=alexcrichtonbors-2/+39
2015-06-30Auto merge of #26662 - steveklabnik:gh26661, r=alexcrichtonbors-3/+3
2015-06-30Auto merge of #26670 - frewsxcv:regression-test-13902, r=alexcrichtonbors-0/+22
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-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-29Refine Atomic*::compare_and_swap documentationSimonas Kazlauskas-23/+23
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
2015-06-27Auto merge of #26616 - Manishearth:rollup, r=Manishearthbors-30/+2
2015-06-27Auto merge of #26609 - huonw:align, r=alexcrichtonbors-2/+2
2015-06-27Add E0109 error explanationGuillaume Gomez-1/+16
2015-06-27Rollup merge of #26603 - Gankro:ref, r=steveklabnikManish Goregaokar-8/+2
2015-06-27Rollup merge of #26596 - richo:richo-cleanup-macros, r=alexcrichtonManish Goregaokar-22/+0
2015-06-27Auto merge of #26575 - eddyb:tycx, r=nikomatsakisbors-5143/+4634