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