summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-04-24Rollup merge of #24717 - liigo:add-back-toggle-links, r=alexcrichtonManish Goregaokar-3/+7
2015-04-24Rollup merge of #24706 - tamird:remove-DST-comment, r=alexcrichtonManish Goregaokar-8/+0
2015-04-24Rollup merge of #24700 - rkruppe:doc-typos, r=alexcrichtonManish Goregaokar-1/+1
2015-04-24Rollup merge of #24699 - mbrubeck:doc-edit, r=steveklabnikManish Goregaokar-0/+4
2015-04-24Rollup merge of #24698 - steveklabnik:remove_debug_display, r=steveklabnikManish Goregaokar-4/+0
2015-04-24Rollup merge of #24523 - GuillaumeGomez:clean-error-codes, r=ManishearthManish Goregaokar-3/+33
2015-04-24Byte string literals are now fixed-size arraysnwin-1/+1
2015-04-24Remove direct variant-dispatch entirely from trans_struct_drop.Felix S. Klock II-59/+19
2015-04-24regression test.Felix S. Klock II-0/+265
2015-04-24Added new kind of drop-glue that just drops the type's contents,Felix S. Klock II-62/+164
2015-04-24Latent bug in iter_structural_ty: handle `_match::Single` on zero-variant enum.Felix S. Klock II-2/+6
2015-04-24fixup #24754Manish Goregaokar-2/+2
2015-04-24Rollup merge of #24754 - iliekturtles:patch-1, r=steveklabnikManish Goregaokar-21/+21
2015-04-24Rollup merge of #24753 - tynopex:patch-1, r=steveklabnikManish Goregaokar-0/+27
2015-04-24Rollup merge of #24752 - doomrobo:patch-1, r=steveklabnikManish Goregaokar-17/+8
2015-04-24Rollup merge of #24750 - withoutboats:patch-1, r=steveklabnikManish Goregaokar-29/+40
2015-04-24Rollup merge of #24743 - geofft:trpl-macros-links, r=steveklabnikManish Goregaokar-4/+3
2015-04-24Rollup merge of #24742 - mbrubeck:keywords, r=steveklabnikManish Goregaokar-4/+5
2015-04-24Rollup merge of #24740 - mbrubeck:reference, r=steveklabnikManish Goregaokar-3/+5
2015-04-24Rollup merge of #24739 - nrc:span-item, r=huonwManish Goregaokar-5/+4
2015-04-24Rollup merge of #24734 - vadimcn:patch-1, r=alexcrichtonManish Goregaokar-1/+1
2015-04-24Rollup merge of #24733 - nwin:patch-1, r=steveklabnikManish Goregaokar-8/+8
2015-04-23Feature-gate associated constants.Sean Patrick Santos-1/+95
2015-04-23Get associated consts working in match patterns.Sean Patrick Santos-198/+610
2015-04-23Fix dead code check for associated const impls.Sean Patrick Santos-23/+55
2015-04-23Add previously omitted associated const tests.Sean Patrick Santos-7/+167
2015-04-23Fix a number of bugs that interfered with cross-crate usage of associated con...Sean Patrick Santos-24/+167
2015-04-23Functional changes for associated constants. Cross-crate usage of associated ...Sean Patrick Santos-294/+1387
2015-04-23Structural changes for associated constantsSean Patrick Santos-243/+416
2015-04-23Fix spelling errors.Mike Boutin-21/+21
2015-04-23Update reference.mdtynopex-0/+27
2015-04-23Update "Generic Functions" sectionMichael Rosenberg-17/+8
2015-04-24Remove duplicate feature gate testsLuke Gallagher-48/+0
2015-04-24Add feature gate testsLuke Gallagher-0/+23
2015-04-24Add feature gate testsLuke Gallagher-0/+117
2015-04-24Add ')' in `advaced_slice_patterns` error messageLuke Gallagher-1/+1
2015-04-24Add missing '\' for `custom_derive` error messageLuke Gallagher-1/+1
2015-04-23Fixed typoLee Aronson-1/+1
2015-04-23Improve information about loopsLee Aronson-29/+40
2015-04-23Auto merge of #24633 - rapha:master, r=alexcrichtonbors-0/+57
2015-04-23Auto merge of #24695 - bluss:arc-default, r=alexcrichtonbors-1/+1
2015-04-23Also mention `/*!` doc comments.Matt Brubeck-4/+5
2015-04-23TRPL: Remove references to "advanced macros chapter"Geoffrey Thomas-3/+2
2015-04-23Update and organize the Keywords tableMatt Brubeck-4/+5
2015-04-23TRPL: Fix link to macro section of referenceGeoffrey Thomas-1/+1
2015-04-23Clarify that //! comments are also doc comments.Matt Brubeck-3/+4
2015-04-24Do not include attributes in trait item spans.Nick Cameron-5/+4
2015-04-23Auto merge of #24615 - arielb1:rapid-reject, r=nikomatsakisbors-27/+20
2015-04-23Update supported values of target_osVadim Chugunov-1/+1
2015-04-23typo 2nwin-1/+1