| Age | Commit message (Expand) | Author | Lines |
| 2018-07-01 | don't consider assignments to temporaries "interesting" | Niko Matsakis | -1/+13 |
| 2018-07-01 | propagate boring vs interesting causal info for constraints/tests | Niko Matsakis | -72/+70 |
| 2018-07-01 | categorize `Locations` as interesting or boring | Niko Matsakis | -44/+48 |
| 2018-07-01 | remove the `at_location` from Locations | Niko Matsakis | -86/+20 |
| 2018-07-01 | rename `ToLocations` to `NormalizeLocation` | Niko Matsakis | -4/+4 |
| 2018-07-01 | Auto merge of #51855 - Eh2406:i51821, r=nikomatsakis | bors | -67/+137 |
| 2018-07-01 | remove the FxHashSet since it's not helping us in practice | Niko Matsakis | -11/+1 |
| 2018-07-01 | Auto merge of #51882 - varkor:check-type_dependent_defs, r=estebank | bors | -11/+28 |
| 2018-07-01 | Auto merge of #51877 - oli-obk:lowering_cleanups3, r=cramertj | bors | -117/+127 |
| 2018-07-01 | Auto merge of #51869 - nnethercote:rm-clone_from, r=nikomatsakis | bors | -5/+7 |
| 2018-07-01 | Auto merge of #51943 - oli-obk:miriup, r=kennytm | bors | -5/+19 |
| 2018-06-30 | Auto merge of #51717 - Mark-Simulacrum:snap, r=alexcrichton | bors | -343/+54 |
| 2018-06-30 | Notice non-toplevel dll dependencies in rustbuild | Mark Simulacrum | -3/+3 |
| 2018-06-30 | Bootstrap from 1.28.0-beta.3 | Mark Simulacrum | -340/+51 |
| 2018-06-30 | Auto merge of #51849 - nikomatsakis:issue-51820-places-conflict, r=eddyb | bors | -362/+448 |
| 2018-06-30 | Auto merge of #51862 - estebank:lifetime-spans, r=nikomatsakis | bors | -170/+236 |
| 2018-06-30 | Update the miri submodule | Oliver Schneider | -5/+19 |
| 2018-06-30 | Auto merge of #51828 - kennytm:no-simd-swap-for-mac, r=alexcrichton | bors | -3/+96 |
| 2018-06-30 | Do not allow LLVM to increase a TLS's alignment on macOS. | kennytm | -3/+96 |
| 2018-06-30 | Remove some global state from the lowering pass | Oliver Schneider | -51/+76 |
| 2018-06-30 | Remove unused field | Oliver Schneider | -9/+7 |
| 2018-06-30 | Reduce repetition around `lower_method_sig` | Oliver Schneider | -38/+29 |
| 2018-06-30 | Deduplicate `IsAsync::Async` match | Oliver Schneider | -28/+24 |
| 2018-06-30 | Auto merge of #51762 - petrochenkov:oh-hi-mark, r=oli-obk | bors | -169/+549 |
| 2018-06-30 | Auto merge of #51806 - oli-obk:lowering_cleanups1, r=cramertj | bors | -116/+207 |
| 2018-06-30 | Auto merge of #51178 - GabrielMajeri:os-str-compare, r=SimonSapin | bors | -0/+32 |
| 2018-06-30 | Address comments | Vadim Petrochenkov | -9/+10 |
| 2018-06-30 | Restore the old behavior of `$crate` in nested `macro_rules` | Vadim Petrochenkov | -5/+71 |
| 2018-06-30 | Fortify dummy span checking | Vadim Petrochenkov | -59/+59 |
| 2018-06-30 | proc-macro: Use transparent marks for call-site hygiene | Vadim Petrochenkov | -36/+116 |
| 2018-06-30 | hygiene: Implement transparent marks | Vadim Petrochenkov | -27/+253 |
| 2018-06-30 | expansion: Give names to some fields of `SyntaxExtension` | Vadim Petrochenkov | -34/+44 |
| 2018-06-30 | resolve: Cleanup `resolve_crate_root` | Vadim Petrochenkov | -13/+10 |
| 2018-06-29 | Auto merge of #46720 - estebank:issue-46302, r=nikomatsakis | bors | -16/+41 |
| 2018-06-29 | Fix incorrect type mismatch label pointing at return type | Esteban Küber | -16/+41 |
| 2018-06-29 | Auto merge of #51569 - SimonSapin:liballoc, r=sfackler | bors | -105/+121 |
| 2018-06-29 | Auto merge of #51891 - glandium:llvm, r=alexcrichton | bors | -0/+0 |
| 2018-06-29 | Auto merge of #51729 - matthewjasper:move-errors, r=nikomatsakis | bors | -321/+997 |
| 2018-06-29 | liballoc docs: Remove “not intended for general usage” | Simon Sapin | -4/+4 |
| 2018-06-29 | Rename alloc::arc to alloc::sync, to match std::sync | Simon Sapin | -4/+4 |
| 2018-06-29 | Remove the Vec and String reexports at the root of the alloc crate | Simon Sapin | -5/+0 |
| 2018-06-29 | Move core::alloc::CollectionAllocErr to alloc::collections | Simon Sapin | -36/+38 |
| 2018-06-29 | Move some alloc crate top-level items to a new alloc::collections module | Simon Sapin | -46/+69 |
| 2018-06-29 | Remove the unstable alloc::allocator module reexport, deprecated since 1.27 | Simon Sapin | -7/+0 |
| 2018-06-29 | Make raw_vec perma-unstable and hidden | Simon Sapin | -3/+6 |
| 2018-06-29 | Add run-pass test | Gabriel Majeri | -0/+18 |
| 2018-06-29 | Fix stability attributes | Gabriel Majeri | -2/+2 |
| 2018-06-29 | Implement PartialEq between &str and OsString | Gabriel Majeri | -0/+14 |
| 2018-06-29 | Auto merge of #50526 - moxian:just-fix, r=alexcrichton | bors | -101/+398 |
| 2018-06-29 | Auto merge of #51290 - Pslydhh:master, r=alexcrichton | bors | -2/+8 |