| Age | Commit message (Expand) | Author | Lines |
| 2017-11-15 | Add/Modify tests for argument position impl Trait | Christopher Vittal | -22/+160 |
| 2017-11-15 | Add universal_impl_trait feature gate | Christopher Vittal | -5/+32 |
| 2017-11-15 | Add new error comparision to hide desugaring | Christopher Vittal | -13/+68 |
| 2017-11-15 | Add collection of impl Trait argument lifetimes | Christopher Vittal | -0/+11 |
| 2017-11-15 | Alter type collection to collect impl Trait bounds | Christopher Vittal | -24/+121 |
| 2017-11-15 | Add bool item is_in_impl_trait to LoweringContext | Christopher Vittal | -1/+24 |
| 2017-11-15 | Split hir::TyImplTrait, move checks to HIR lowering | Christopher Vittal | -148/+211 |
| 2017-11-15 | Move E0562 to librustc from librustc_typeck | Christopher Vittal | -40/+40 |
| 2017-11-15 | Auto merge of #45936 - mikhail-m1:mir-borrowck-storage-dead, r=arielb1 | bors | -28/+57 |
| 2017-11-15 | Auto merge of #45715 - oli-obk:clippy, r=kennytm | bors | -12/+34 |
| 2017-11-15 | Reenable clippy testing | Oliver Schneider | -12/+34 |
| 2017-11-15 | fix test | Mikhail Modin | -2/+1 |
| 2017-11-15 | fix comment, remove redundant code | Mikhail Modin | -19/+5 |
| 2017-11-15 | add `StorageDead` handling | Mikhail Modin | -15/+59 |
| 2017-11-15 | Auto merge of #45944 - eddyb:provide, r=nikomatsakis | bors | -81/+66 |
| 2017-11-15 | Auto merge of #45922 - vramana:fix-45702, r=nikomatsakis | bors | -14/+44 |
| 2017-11-15 | Auto merge of #45913 - sinkuu:mir-inlining-closure, r=arielb1 | bors | -29/+113 |
| 2017-11-14 | Auto merge of #45821 - djzin:unreachable-match-arms, r=nikomatsakis | bors | -31/+103 |
| 2017-11-14 | Auto merge of #45981 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -239/+175 |
| 2017-11-14 | Rollup merge of #45977 - kennytm:fix-pulldown-warnings, r=steveklabnik | Guillaume Gomez | -5/+5 |
| 2017-11-14 | Rollup merge of #45970 - GuillaumeGomez:from-str-docs, r=QuietMisdreavus | Guillaume Gomez | -2/+5 |
| 2017-11-14 | Rollup merge of #45967 - matthewjasper:array-move-types, r=arielb1 | Guillaume Gomez | -12/+14 |
| 2017-11-14 | Rollup merge of #45961 - dereckson:unix-agnosticity-ci, r=Mark-Simulacrum | Guillaume Gomez | -41/+41 |
| 2017-11-14 | Rollup merge of #45950 - fitzgen:update-unary-and-binary-exprs-test-to-use-in... | Guillaume Gomez | -112/+56 |
| 2017-11-14 | Rollup merge of #45941 - gaurikholkar:master, r=nikomatsakis | Guillaume Gomez | -60/+47 |
| 2017-11-14 | Rollup merge of #45815 - QuietMisdreavus:happy-little-notices, r=GuillaumeGomez | Guillaume Gomez | -7/+7 |
| 2017-11-14 | Auto merge of #45896 - malbarbo:use-libc-const, r=alexcrichton | bors | -50/+5 |
| 2017-11-14 | Fix test | Shotaro Yamada | -19/+8 |
| 2017-11-14 | Update libc (new const definitions for Linux sparc64) | Marco A L Barbosa | -0/+0 |
| 2017-11-14 | Fixed several pulldown warnings when documenting libstd. | kennytm | -5/+5 |
| 2017-11-14 | Add TyCtxt::is_closure | Shotaro Yamada | -9/+11 |
| 2017-11-14 | Make create_temp_necessary a method | Shotaro Yamada | -46/+40 |
| 2017-11-14 | Handle closures correctly in MIR inlining | Shotaro Yamada | -10/+109 |
| 2017-11-14 | Auto merge of #45916 - eddyb:even-mirer-0, r=nikomatsakis | bors | -516/+343 |
| 2017-11-14 | don't send block back to be marked unreachable twice | Djzin | -4/+2 |
| 2017-11-14 | rustc: split off BodyOwnerKind from MirSource. | Eduard-Mihai Burtescu | -275/+238 |
| 2017-11-14 | rustc: remove unused MirSource::GeneratorDrop. | Eduard-Mihai Burtescu | -12/+2 |
| 2017-11-14 | rustc_mir: drive passes directly with a macro. | Eduard-Mihai Burtescu | -220/+108 |
| 2017-11-14 | rustc: move the MIR pass infrastructure and list to rustc_mir. | Eduard-Mihai Burtescu | -215/+201 |
| 2017-11-14 | add optimization codegen tests | Djzin | -0/+44 |
| 2017-11-14 | use lazy cached unreachable block - assign it to the function's closing brace | Djzin | -2/+21 |
| 2017-11-14 | always add an unreachable branch on matches to give more info to llvm about w... | Djzin | -31/+42 |
| 2017-11-14 | Auto merge of #45915 - michaelwoerister:removed-nodes-in-try-mark-green, r=al... | bors | -5/+60 |
| 2017-11-14 | Auto merge of #45909 - sinkuu:issue-45885, r=arielb1 | bors | -5/+71 |
| 2017-11-13 | Auto merge of #45436 - zilbuz:issue-44837, r=nikomatsakis | bors | -25/+260 |
| 2017-11-13 | Use the correct type for cannot move error | matthewjasper | -12/+14 |
| 2017-11-13 | Add missing links in FromStr docs | Guillaume Gomez | -2/+5 |
| 2017-11-13 | Auto merge of #45903 - nrc:rustfmt-dist, r=alexcrichton | bors | -1/+129 |
| 2017-11-13 | mir-borrowck: Test for `check_access_permissions()` | Basile Desloges | -1/+82 |
| 2017-11-13 | mir-borrowck: Check access permissions in `access_lvalue()` | Basile Desloges | -2/+154 |