about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-06-14rustc: rename ty::maps to ty::query.Eduard-Mihai Burtescu-209/+247
2018-06-13Don't auto-hide inherent impls even if `rustdoc-collapse == true`.kennytm-24/+25
2018-06-13Replace `core::iter::AlwaysOk<T>` by `Result<T, !>`kennytm-19/+4
2018-06-12Auto merge of #51521 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-3/+32
2018-06-12Rollup merge of #51510 - Havvy:diagnostic-list, r=GuillaumeGomezMark Rousskov-1/+30
2018-06-12Rollup merge of #51502 - jebrosen:pub_parse_methods, r=Mark-SimulacrumMark Rousskov-2/+2
2018-06-12Auto merge of #51519 - ExpHP:issue-51331-b, r=petrochenkovbors-32/+147
2018-06-12fix issue #51331 by updating qself.positionMichael Lamparski-3/+22
2018-06-12add fold::Folder::fold_qpathMichael Lamparski-25/+24
2018-06-12add tests for $crate in QSelf pathsMichael Lamparski-4/+101
2018-06-12Auto merge of #51508 - PSeitz:master, r=Mark-Simulacrumbors-2/+2
2018-06-12Auto merge of #51505 - cuviper:these-go-to-11, r=estebankbors-1120/+1214
2018-06-12Auto merge of #51498 - topecongiro:pub-parse_ident, r=petrochenkovbors-1/+1
2018-06-12Auto merge of #51241 - glandium:globalalloc, r=sfackler,SimonSapinbors-629/+566
2018-06-11Slightly better summary for E0538Havvy-1/+1
2018-06-11Long diagnostic for E0538Havvy-1/+30
2018-06-11Auto merge of #50617 - GuillaumeGomez:fix-extern-prelude, r=QuietMisdreavusbors-3/+17
2018-06-11More alloc docs tweaksSimon Sapin-3/+27
2018-06-11Alloc docs teaksSimon Sapin-5/+0
2018-06-11Mark alloc_jemalloc as perma-unstableSimon Sapin-16/+2
2018-06-11Move Unstable Book sections for #[global_allocator] and System to std::alloc ...Simon Sapin-148/+85
2018-06-11Remove some '#[feature]' attributes for stabilized featuresSimon Sapin-33/+9
2018-06-11Stabilize the #[global_allocator] attributeSimon Sapin-32/+3
2018-06-11Stabilize the `System` allocatorSimon Sapin-5/+5
2018-06-11Move set_oom_hook and take_oom_hook to a dedicated tracking issueSimon Sapin-2/+2
2018-06-11Stabilize alloc::oom (but not set_oom_hook or take_oom_hook)Simon Sapin-1/+1
2018-06-11Stabilize alloc free functions for the global allocators.Simon Sapin-4/+4
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-11Fix extern prelude failure in rustdocGuillaume Gomez-3/+17
2018-06-11Auto merge of #51442 - tinaun:more-future-impls, r=cramertjbors-0/+110
2018-06-11Make span_fatal and parse_block publicPSeitz-2/+2
2018-06-11Regenerate character tables for Unicode 11Josh Stone-1120/+1214
2018-06-11Make parse_seq_to_end and parse_path publicjeb-2/+2
2018-06-11Auto merge of #51490 - Havvy:diagnostic-list, r=GuillaumeGomezbors-1/+32
2018-06-11Make parse_ident publicSeiichi Uchida-1/+1
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