about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2018-07-01don't consider assignments to temporaries "interesting"Niko Matsakis-1/+13
2018-07-01propagate boring vs interesting causal info for constraints/testsNiko Matsakis-72/+70
2018-07-01categorize `Locations` as interesting or boringNiko Matsakis-44/+48
2018-07-01remove the `at_location` from LocationsNiko Matsakis-86/+20
2018-07-01rename `ToLocations` to `NormalizeLocation`Niko Matsakis-4/+4
2018-07-01Auto merge of #51855 - Eh2406:i51821, r=nikomatsakisbors-67/+137
2018-07-01remove the FxHashSet since it's not helping us in practiceNiko Matsakis-11/+1
2018-07-01Auto merge of #51882 - varkor:check-type_dependent_defs, r=estebankbors-11/+28
2018-07-01Auto merge of #51877 - oli-obk:lowering_cleanups3, r=cramertjbors-117/+127
2018-07-01Auto merge of #51869 - nnethercote:rm-clone_from, r=nikomatsakisbors-5/+7
2018-07-01Auto merge of #51943 - oli-obk:miriup, r=kennytmbors-5/+19
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-30Update the miri submoduleOliver Schneider-5/+19
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-30Remove some global state from the lowering passOliver Schneider-51/+76
2018-06-30Remove unused fieldOliver Schneider-9/+7
2018-06-30Reduce repetition around `lower_method_sig`Oliver Schneider-38/+29
2018-06-30Deduplicate `IsAsync::Async` matchOliver Schneider-28/+24
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