| Age | Commit message (Expand) | Author | Lines |
| 2019-02-22 | Rollup merge of #58059 - RalfJung:before_exec, r=alexcrichton | Mazdak Farrokhzad | -95/+171 |
| 2019-02-22 | Rollup merge of #57656 - scottmcm:deprecate-resize_default, r=SimonSapin | Mazdak Farrokhzad | -0/+4 |
| 2019-02-22 | Auto merge of #57997 - nitnelave:master, r=RalfJung | bors | -215/+249 |
| 2019-02-22 | Don't generate minification variable if minification disabled | Guillaume Gomez | -1/+5 |
| 2019-02-22 | Update parking_lot to 0.7 | Bastien Orivel | -45/+12 |
| 2019-02-22 | Make std feature list sorted | Aleksey Kladov | -23/+26 |
| 2019-02-22 | Auto merge of #56113 - spastorino:erroneous-loop-diagnostic-in-nll, r=pnkfelix | bors | -194/+361 |
| 2019-02-22 | Auto merge of #58574 - RalfJung:pin, r=Mark-Simulacrum | bors | -49/+310 |
| 2019-02-22 | Auto merge of #58616 - vertexclique:destabilize-fixed-width-atomic-integers, ... | bors | -1/+14 |
| 2019-02-21 | Optimise vec![false; N] to zero-alloc | Ingvar Stepanyan | -0/+1 |
| 2019-02-21 | take a bit more space for new_unchecked examples | Ralf Jung | -4/+10 |
| 2019-02-21 | Auto merge of #58592 - nikomatsakis:universe-leak-check, r=aturon | bors | -372/+1280 |
| 2019-02-21 | Fix more nursery links in CONTRIBUTING.md | Philipp Hansch | -8/+8 |
| 2019-02-21 | Move the exit block of the match to the end | Matthew Jasper | -126/+130 |
| 2019-02-21 | Fix error index example | Matthew Jasper | -2/+2 |
| 2019-02-21 | Fix codegen test | Matthew Jasper | -2/+2 |
| 2019-02-21 | Simplify the cleanup_post_borrowck passes | Matthew Jasper | -90/+25 |
| 2019-02-21 | Add address stability test for matches | Matthew Jasper | -0/+39 |
| 2019-02-21 | Activate two phase borrows on all uses | Matthew Jasper | -28/+16 |
| 2019-02-21 | Use normal mutable borrows in MIR match lowering | Matthew Jasper | -308/+227 |
| 2019-02-21 | Match discriminant -> scrutinee | Matthew Jasper | -22/+22 |
| 2019-02-21 | Clean up MIR match lowering | Matthew Jasper | -804/+838 |
| 2019-02-21 | Improve error message and add tests for borrowck match handling | Matthew Jasper | -43/+144 |
| 2019-02-21 | Update miri links | Philipp Hansch | -2/+2 |
| 2019-02-21 | partially revert 904a0bde93f0348f69914ee90b1f8b6e4e0d7cbc | Niko Matsakis | -6/+38 |
| 2019-02-21 | Auto merge of #58584 - ehuss:update-cargo, r=alexcrichton | bors | -0/+0 |
| 2019-02-21 | update test files to reflect new output | Niko Matsakis | -300/+846 |
| 2019-02-21 | restore the actual leak-check | Niko Matsakis | -14/+277 |
| 2019-02-21 | introduce a dummy leak check and invoke it in all the right places | Niko Matsakis | -39/+105 |
| 2019-02-21 | reintroduce `commit_if_ok` calls to `subtype_predicate` | Niko Matsakis | -14/+16 |
| 2019-02-21 | reintroduce `commit_if_ok` call into `higher_ranked_sub` | Niko Matsakis | -26/+25 |
| 2019-02-21 | s/skol_/placeholder_/ | Niko Matsakis | -10/+10 |
| 2019-02-21 | introduce benchmarks of BTreeSet.intersection | Stein Somers | -0/+89 |
| 2019-02-21 | fix link | Ralf Jung | -1/+1 |
| 2019-02-21 | remark about the one place where place computation calls size_and_align_of | Ralf Jung | -2/+4 |
| 2019-02-21 | this is for you, tidy | Ralf Jung | -2/+2 |
| 2019-02-21 | Auto merge of #58597 - pietroalbini:appveyor-gce, r=alexcrichton | bors | -0/+5 |
| 2019-02-21 | explain unsafe | Ralf Jung | -2/+2 |
| 2019-02-21 | we only list some examples of basic types | Ralf Jung | -1/+1 |
| 2019-02-21 | tweaks and fix weird space | Ralf Jung | -2/+2 |
| 2019-02-21 | Apply suggestions from code review | Mazdak Farrokhzad | -39/+42 |
| 2019-02-21 | codegen and write_metadata can mutate ModuleLLvm. | Gabriela Alexandra Moldovan | -2/+2 |
| 2019-02-21 | Update RELEASES.md | Aaron Power | -7/+8 |
| 2019-02-21 | Destabilize fixed-width const defined atomic integers | Mahmut Bulut | -1/+14 |
| 2019-02-21 | explain why we use static alignment in ref-to-place conversion | Ralf Jung | -0/+4 |
| 2019-02-21 | Auto merge of #58535 - RalfJung:miri, r=oli-obk | bors | -16/+17 |
| 2019-02-21 | Update RELEASES.md | Aaron Power | -1/+1 |
| 2019-02-21 | final pin projections tweaking | Ralf Jung | -27/+23 |
| 2019-02-21 | more pin projections tweaking | Ralf Jung | -10/+17 |
| 2019-02-21 | Enable feature duration_constants in examples | Stjepan Glavina | -0/+4 |