about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-06-11Stablize the GlobalAlloc traitSimon Sapin-1/+5
2018-06-11Stabilize alloc::Layout (with only some of its methods)Simon Sapin-9/+9
2018-06-11Mark as permanently-unstable some implementation detailsSimon Sapin-3/+3
2018-06-11Stablize the alloc module without changing stability of its contents.Simon Sapin-18/+51
2018-06-11Document memory allocation APIsSimon Sapin-50/+245
2018-06-11Remove some unneeded castsSimon Sapin-5/+5
2018-06-11Remove the deprecated Heap type/constSimon Sapin-10/+0
2018-06-11Remove deprecated heap modulesSimon Sapin-134/+2
2018-06-11Replace `impl GlobalAlloc for Global` with a set of free functionsMike Hommey-26/+29
2018-06-11Remove alloc::Opaque and use *mut u8 as pointer type for GlobalAllocMike Hommey-175/+130
2018-06-11Auto merge of #51490 - Havvy:diagnostic-list, r=GuillaumeGomezbors-1/+32
2018-06-11Auto merge of #51478 - crlf0710:patch-2, r=QuietMisdreavusbors-0/+2
2018-06-11More E0541 long diagnostic wording tweaksHavvy-3/+3
2018-06-11Auto merge of #51480 - dtolnay:lifetime, r=kennytmbors-1/+52
2018-06-11Make tidy happyHavvy-7/+8
2018-06-11Fix typos in previous commitHavvy-1/+3
2018-06-11Long diagnostic for E0541Havvy-1/+29
2018-06-11Auto merge of #51467 - toidiu:ak-51409, r=nikomatsakisbors-1/+25
2018-06-11Auto merge of #51423 - RalfJung:from_raw_parts, r=sfacklerbors-5/+7
2018-06-11Auto merge of #51461 - estebank:e0423-doc, r=petrochenkovbors-4/+30
2018-06-10Auto merge of #51475 - GuillaumeGomez:fix-error-codes, r=Manishearthbors-24/+23
2018-06-10Enable fall through past $:lifetime matcherDavid Tolnay-1/+52
2018-06-10Auto merge of #50205 - topecongiro:include-parens-to-type-parameter, r=petroc...bors-18/+19
2018-06-11Add #[doc(inline)] in std::taskCrLF0710-0/+2
2018-06-10Auto merge of #51474 - llogiq:from-docs, r=TimNNbors-13/+39
2018-06-10Auto merge of #51200 - tmccombs:stable-iter-repeat-with, r=Centril,kennytmbors-34/+8
2018-06-10Auto merge of #51079 - GuillaumeGomez:stabilize-entry-or-default, r=SimonSapinbors-19/+2
2018-06-10Fix error codesGuillaume Gomez-24/+23
2018-06-10add some docs to conversionsAndre Bogus-13/+39
2018-06-10Stabilize entry-or-defaultGuillaume Gomez-19/+2
2018-06-10Auto merge of #51196 - Havvy:remove-keywords, r=petrochenkovbors-25/+30
2018-06-10create separate dep-nodes for predicates_of and explicit_predicates_oftoidiu-1/+25
2018-06-10Auto merge of #51320 - tmccombs:step-by, r=SimonSapinbors-18/+4
2018-06-10Update testsSeiichi Uchida-6/+6
2018-06-10Simplify an error handling in the parserSeiichi Uchida-6/+2
2018-06-10Include parens to type parameterSeiichi Uchida-8/+13
2018-06-09Auto merge of #51265 - Mark-Simulacrum:cleanup-syntax-parse, r=petrochenkovbors-365/+191
2018-06-09Crate-ify and delete unused code in syntax::parseMark Simulacrum-365/+191
2018-06-09Update E0423 descriptionEsteban Küber-4/+30
2018-06-09Test keyword unreservationsHavvy-0/+22
2018-06-09Implement RFC 2421, 'Keyword unreservations (pure, sizeof, alignof, offsetof)'Havvy-35/+18
2018-06-10Added comment to explain why only RustIstaller has `llvm_tools = false`.kennytm-0/+3
2018-06-10Allowing building the codegen backend specifically.kennytm-0/+1
2018-06-10Do not push a commit if the toolstate is unchanged.kennytm-12/+27
2018-06-10Allow some tools to be run without first building LLVM.kennytm-16/+25
2018-06-09Auto merge of #51068 - Crazycolorz5:pluseqsplitting, r=petrochenkovbors-10/+71
2018-06-09Auto merge of #51441 - bstrie:sizeof128, r=dtolnaybors-0/+2
2018-06-09Auto merge of #51400 - xfix:patch-6, r=kennytmbors-16/+19
2018-06-09Be more precise about why references need to be non-null and alignedRalf Jung-1/+1
2018-06-09Auto merge of #51359 - cramertj:fdio_spawn, r=sfacklerbors-110/+51