about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-07-01Did you mean to block nightlies on clippy?Oliver Schneider-10/+165
2018-06-30Auto merge of #51717 - Mark-Simulacrum:snap, r=alexcrichtonbors-343/+54
2018-06-30Notice non-toplevel dll dependencies in rustbuildMark Simulacrum-3/+3
2018-06-30Bootstrap from 1.28.0-beta.3Mark Simulacrum-340/+51
2018-06-30Auto merge of #51849 - nikomatsakis:issue-51820-places-conflict, r=eddybbors-362/+448
2018-06-30Auto merge of #51862 - estebank:lifetime-spans, r=nikomatsakisbors-170/+236
2018-06-30Auto merge of #51828 - kennytm:no-simd-swap-for-mac, r=alexcrichtonbors-3/+96
2018-06-30Do not allow LLVM to increase a TLS's alignment on macOS.kennytm-3/+96
2018-06-30Auto merge of #51762 - petrochenkov:oh-hi-mark, r=oli-obkbors-169/+549
2018-06-30Auto merge of #51806 - oli-obk:lowering_cleanups1, r=cramertjbors-116/+207
2018-06-30Auto merge of #51178 - GabrielMajeri:os-str-compare, r=SimonSapinbors-0/+32
2018-06-30Address commentsVadim Petrochenkov-9/+10
2018-06-30Restore the old behavior of `$crate` in nested `macro_rules`Vadim Petrochenkov-5/+71
2018-06-30Fortify dummy span checkingVadim Petrochenkov-59/+59
2018-06-30proc-macro: Use transparent marks for call-site hygieneVadim Petrochenkov-36/+116
2018-06-30hygiene: Implement transparent marksVadim Petrochenkov-27/+253
2018-06-30expansion: Give names to some fields of `SyntaxExtension`Vadim Petrochenkov-34/+44
2018-06-30resolve: Cleanup `resolve_crate_root`Vadim Petrochenkov-13/+10
2018-06-29Auto merge of #46720 - estebank:issue-46302, r=nikomatsakisbors-16/+41
2018-06-29Fix incorrect type mismatch label pointing at return typeEsteban Küber-16/+41
2018-06-29Auto merge of #51569 - SimonSapin:liballoc, r=sfacklerbors-105/+121
2018-06-29Auto merge of #51891 - glandium:llvm, r=alexcrichtonbors-0/+0
2018-06-29Auto merge of #51729 - matthewjasper:move-errors, r=nikomatsakisbors-321/+997
2018-06-29liballoc docs: Remove “not intended for general usage”Simon Sapin-4/+4
2018-06-29Rename alloc::arc to alloc::sync, to match std::syncSimon Sapin-4/+4
2018-06-29Remove the Vec and String reexports at the root of the alloc crateSimon Sapin-5/+0
2018-06-29Move core::alloc::CollectionAllocErr to alloc::collectionsSimon Sapin-36/+38
2018-06-29Move some alloc crate top-level items to a new alloc::collections moduleSimon Sapin-46/+69
2018-06-29Remove the unstable alloc::allocator module reexport, deprecated since 1.27Simon Sapin-7/+0
2018-06-29Make raw_vec perma-unstable and hiddenSimon Sapin-3/+6
2018-06-29Add run-pass testGabriel Majeri-0/+18
2018-06-29Fix stability attributesGabriel Majeri-2/+2
2018-06-29Implement PartialEq between &str and OsStringGabriel Majeri-0/+14
2018-06-29Auto merge of #50526 - moxian:just-fix, r=alexcrichtonbors-101/+398
2018-06-29Auto merge of #51290 - Pslydhh:master, r=alexcrichtonbors-2/+8
2018-06-29Update LLVM to 1c817c7a0c828b8fc8e8e462afbe5db41c7052d1Mike Hommey-0/+0
2018-06-29Auto merge of #50357 - seanmonstar:arc-weak-null, r=KodrAusbors-20/+36
2018-06-29Auto merge of #51592 - GuillaumeGomez:fix-macro-doc-search, r=GuillaumeGomezbors-4/+22
2018-06-28Rollup merge of #51875 - badboy:emscripten-no-wasm, r=nikomatsakisMark Rousskov-1/+3
2018-06-28Rollup merge of #51839 - oli-obk:const_shift_overflow, r=nikomatsakisMark Rousskov-1/+30
2018-06-28Rollup merge of #51822 - estebank:suggest-more, r=nikomatsakisMark Rousskov-38/+59
2018-06-28Rollup merge of #51765 - jonas-schievink:patch-1, r=KodrAusMark Rousskov-2/+2
2018-06-28Rollup merge of #51636 - oli-obk:const_diagnostics, r=eddybMark Rousskov-784/+483
2018-06-28Change traits to bare FnMut where possible.moxian-111/+67
2018-06-28Make msvc symbol extraction/printing functions generic.moxian-103/+137
2018-06-28Make stackwalking generic instead of matching on enum variants.moxian-133/+147
2018-06-28Load backtrace-related functions only oncemoxian-41/+77
2018-06-28Split separate stackwalk variants into their own functionsmoxian-204/+238
2018-06-28Add a fallback for stacktrace printing for older Windows versions.moxian-108/+331
2018-06-28Fix rebaseEsteban Küber-5/+5