about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-06-16Auto merge of #51562 - SimonSapin:transparent, r=cramertjbors-237/+9
2018-06-16Auto merge of #51550 - eddyb:queries-not-maps, r=nikomatsakisbors-209/+247
2018-06-16Auto merge of #51581 - GuillaumeGomez:keyword-doc, r=QuietMisdreavusbors-2/+84
2018-06-16Auto merge of #51411 - nnethercote:process_predicate, r=nikomatsakisbors-307/+319
2018-06-15Auto merge of #51462 - Havvy:refactor-cmp, r=nikomatsakisbors-3/+5
2018-06-16Add rustdoc-js tester should-fail optionGuillaume Gomez-1/+46
2018-06-15Fix search fn keywordGuillaume Gomez-1/+5
2018-06-15Add doc for fn keywordGuillaume Gomez-0/+33
2018-06-15Auto merge of #50296 - cmdd:master, r=nikomatsakisbors-0/+14
2018-06-15Fix checkregression breakage of toolstate builder on AppVeyor.kennytm-1/+1
2018-06-14rustc: rename ty::maps to ty::query.Eduard-Mihai Burtescu-209/+247
2018-06-13Auto merge of #51542 - ccesare:remove_update-reference, r=oli-obkbors-234/+0
2018-06-13Removed various update-reference and update-all-references scriptsChris Cesare-234/+0
2018-06-13Auto merge of #51532 - MajorBreakfast:task-future, r=cramertjbors-18/+19
2018-06-13Auto merge of #51531 - Havvy:patch-1, r=kennytmbors-1/+0
2018-06-13Don't auto-hide inherent impls even if `rustdoc-collapse == true`.kennytm-24/+25
2018-06-13Improve core::task::TaskObjJosef Reinhard Brandl-18/+19
2018-06-13Remove stray commented one use statementRyan Scheel-1/+0
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-12Stabilize #[repr(transparent)]Simon Sapin-237/+9
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