| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-11-13 | mir-borrowck: Move `is_static_mut()` to `ty/utils.rs` | Basile Desloges | -22/+24 |
| 2017-11-13 | update codeblock-title test with new notice text | QuietMisdreavus | -2/+2 |
| 2017-11-13 | Auto merge of #45890 - arielb1:self-first, r=eddyb | bors | -9/+56 |
| 2017-11-13 | fixing indentation | gaurikholkar | -12/+12 |
| 2017-11-13 | Use #!/usr/bin/env as shebang for Bash scripts | Sébastien Santoro | -41/+41 |
| 2017-11-13 | Auto merge of #45824 - dotdash:stack_pop, r=alexcrichton | bors | -1/+35 |
| 2017-11-13 | Auto merge of #45810 - SimonSapin:ac-dc, r=aturon | bors | -7/+9 |
| 2017-11-13 | Auto merge of #45956 - kennytm:rollup, r=kennytm | bors | -84/+420 |
| 2017-11-13 | Rollup merge of #45954 - udoprog:fix-style, r=kennytm | kennytm | -1/+1 |
| 2017-11-13 | Rollup merge of #45952 - zackmdavis:singular_projection, r=estebank | kennytm | -9/+54 |
| 2017-11-13 | Rollup merge of #45933 - shanavas786:refactor-filter, r=alexcrichton | kennytm | -8/+4 |
| 2017-11-13 | Rollup merge of #45927 - sinkuu:mir-borrowck-closure, r=estebank | kennytm | -9/+303 |
| 2017-11-13 | Rollup merge of #45917 - ollie27:compiletest_stamp, r=alexcrichton | kennytm | -0/+5 |
| 2017-11-13 | Rollup merge of #45914 - michaelwoerister:fix-test-header-parsing, r=alexcric... | kennytm | -10/+11 |