| Age | Commit message (Expand) | Author | Lines |
| 2017-08-16 | Auto merge of #43108 - pnkfelix:mir-borrowck3c, r=arielb1 | bors | -1098/+2940 |
| 2017-08-16 | Moved mir-borrowck pass down to where comments say it should be. | Felix S. Klock II | -1/+9 |
| 2017-08-16 | Address review comment: `StatementKind::StorageDead` has an effect (running d... | Felix S. Klock II | -2/+10 |
| 2017-08-16 | Cleanup: Every `BitDenotation` is a `DataflowOperator`, so build that in. | Felix S. Klock II | -21/+11 |
| 2017-08-16 | Added some documentation for the `struct BlockSets` in `rustc_mir::dataflow`. | Felix S. Klock II | -0/+19 |
| 2017-08-16 | MIR based borrow check (opt-in). | Felix S. Klock II | -4/+1422 |
| 2017-08-16 | Factored `MoveData` construction code into `builder` submodule. | Felix S. Klock II | -313/+334 |
| 2017-08-16 | Move `DataFlowState::{each_bit,interpret_set}` method definitions to parent m... | Felix S. Klock II | -50/+56 |
| 2017-08-16 | remove now unnecessary constraint on BitDenotation for `fn do_dataflow`. | Felix S. Klock II | -2/+1 |
| 2017-08-16 | Migrated some code out of `dataflow::drop_flag_effects` and into its parent m... | Felix S. Klock II | -74/+71 |
| 2017-08-16 | Added dataflow analysis for `Borrows`. | Felix S. Klock II | -1/+187 |
| 2017-08-16 | Refactor `trait BitDenotation` to take `Location` instead of `BasicBlock`/`us... | Felix S. Klock II | -40/+29 |
| 2017-08-16 | Move borrowck error msg construction to module in `rustc_mir` (for later reus... | Felix S. Klock II | -599/+800 |
| 2017-08-16 | Auto merge of #43850 - GuillaumeGomez:unused-variable-lint, r=arielb1 | bors | -3/+19 |
| 2017-08-16 | Add a note to unused variables | Guillaume Gomez | -3/+19 |
| 2017-08-16 | Auto merge of #43841 - alexcrichton:fix-another-regression, r=eddyb | bors | -19/+62 |
| 2017-08-16 | Auto merge of #43883 - frewsxcv:frewsxcv-set-readonly-clarification, r=QuietM... | bors | -3/+13 |
| 2017-08-16 | Auto merge of #43710 - zackmdavis:field_init_shorthand_power_slam, r=Mark-Sim... | bors | -1376/+1376 |
| 2017-08-15 | Clarify 'writable'-changing behavior of `set_readonly`. | Corey Farwell | -1/+5 |
| 2017-08-16 | Auto merge of #43651 - petrochenkov:foreign-life, r=eddyb | bors | -14/+18 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -1376/+1376 |
| 2017-08-15 | Auto merge of #43245 - Gankro:drain-filter, r=sfackler | bors | -0/+281 |
| 2017-08-15 | Auto merge of #43635 - ids1024:backtrace-redox, r=alexcrichton | bors | -45/+197 |
| 2017-08-15 | Auto merge of #43500 - murarth:string-retain, r=alexcrichton | bors | -0/+95 |
| 2017-08-15 | Clarify `readonly` method is also about being 'unwritable'. | Corey Farwell | -1/+1 |
| 2017-08-15 | Add comments clarifying behavior of unix `set_readonly` behavior. | Corey Farwell | -1/+7 |
| 2017-08-15 | Auto merge of #43303 - redox-os:redox_docker, r=alexcrichton | bors | -1/+56 |
| 2017-08-15 | Mark install-x86_64-redox.sh as executable | Jeremy Soller | -0/+0 |
| 2017-08-15 | Auto merge of #43863 - steveklabnik:ship-the-rustdoc-book, r=frewsxcv | bors | -33/+6 |
| 2017-08-15 | Auto merge of #43859 - arielb1:nonfree-block-live, r=nagisa | bors | -3/+97 |
| 2017-08-14 | Add method `String::retain` | Murarth | -0/+95 |
| 2017-08-15 | Auto merge of #43872 - frewsxcv:rollup, r=frewsxcv | bors | -14/+134 |
| 2017-08-14 | Remove plugins chapter | steveklabnik | -32/+2 |
| 2017-08-14 | Rollup merge of #43868 - lukaramu:issue-43866, r=steveklabnik | Corey Farwell | -0/+2 |
| 2017-08-14 | Rollup merge of #43862 - QuietMisdreavus:get-in-line-autohide, r=GuillaumeGomez | Corey Farwell | -1/+1 |
| 2017-08-14 | Rollup merge of #43848 - frewsxcv:frewsxcv-stack-size, r=QuietMisdreavus | Corey Farwell | -10/+45 |
| 2017-08-14 | Rollup merge of #43790 - steveklabnik:rustdoc-passes, r=QuietMisdreavus | Corey Farwell | -1/+84 |
| 2017-08-14 | Rollup merge of #43756 - sfackler:instant-nondecreasing, r=alexcrichton | Corey Farwell | -2/+2 |
| 2017-08-14 | Auto merge of #43858 - arielb1:escaping-default, r=eddyb | bors | -4/+39 |
| 2017-08-14 | Move Redox Dockerfile to disabled directory :( | Jeremy Soller | -0/+0 |
| 2017-08-14 | Use scripts to reduce code size | Jeremy Soller | -33/+23 |
| 2017-08-14 | Add redox build to cross | Jeremy Soller | -6/+29 |
| 2017-08-14 | Add Redox Dockerfile | Jeremy Soller | -0/+42 |
| 2017-08-14 | Add missing newline in Deref docs to fix rendering | lukaramu | -0/+2 |
| 2017-08-14 | Auto merge of #43826 - kennytm:fix-43796-mis-calculated-spans, r=petrochenkov | bors | -123/+33 |
| 2017-08-14 | Write the "passes" chapter of the rustdoc book | steveklabnik | -1/+84 |
| 2017-08-14 | Indicate which stack size option has precedence. | Corey Farwell | -1/+1 |
| 2017-08-14 | link to the rustdoc book from the main docs | steveklabnik | -0/+2 |
| 2017-08-14 | start building the rustdoc book | steveklabnik | -1/+2 |
| 2017-08-14 | Auto merge of #43574 - notriddle:master, r=sfackler | bors | -0/+71 |