| Age | Commit message (Expand) | Author | Lines |
| 2019-06-11 | Auto merge of #61741 - Centril:rollup-fgro5kz, r=Centril | bors | -746/+382 |
| 2019-06-11 | propagate depth that was reached, not just whether there was a cycle | Niko Matsakis | -18/+43 |
| 2019-06-11 | introduce a stack depth | Niko Matsakis | -2/+16 |
| 2019-06-11 | rename `evaluate_obligation_recursively` | Niko Matsakis | -6/+7 |
| 2019-06-11 | Fix x.py install | Tyler Mandry | -1/+4 |
| 2019-06-11 | More review fixes | Tyler Mandry | -39/+17 |
| 2019-06-11 | Auto merge of #61735 - eddyb:must-use-life, r=oli-obk | bors | -151/+159 |
| 2019-06-11 | is_fp and is_floating_point do the same thing, remove the former | Ralf Jung | -11/+34 |
| 2019-06-11 | Rollup merge of #61726 - cuviper:partition-for_each, r=scottmcm | Mazdak Farrokhzad | -2/+2 |
| 2019-06-11 | Rollup merge of #61724 - aschampion:128-bit-memcmp, r=sfackler | Mazdak Farrokhzad | -1/+1 |
| 2019-06-11 | Rollup merge of #61715 - RalfJung:test-ascii-lowercase, r=varkor | Mazdak Farrokhzad | -2/+2 |
| 2019-06-11 | Rollup merge of #61698 - davidtwco:ice-const-generic-length, r=varkor | Mazdak Farrokhzad | -25/+104 |
| 2019-06-11 | Rollup merge of #61686 - phansch:librustc_errors_docs, r=estebank | Mazdak Farrokhzad | -3/+21 |
| 2019-06-11 | Rollup merge of #61652 - JohnTitor:docs-improve-array, r=Centril | Mazdak Farrokhzad | -2/+12 |
| 2019-06-11 | Rollup merge of #61606 - petrochenkov:legclean, r=pnkfelix | Mazdak Farrokhzad | -695/+224 |
| 2019-06-11 | Rollup merge of #61526 - lcnr:test_reorder, r=nikomatsakis | Mazdak Farrokhzad | -2/+2 |
| 2019-06-11 | Rollup merge of #61518 - czipperz:const-fn-doc-disallow-loops, r=Centril | Mazdak Farrokhzad | -14/+14 |
| 2019-06-11 | ci: Collect CPU usage statistics on Azure | Alex Crichton | -0/+175 |
| 2019-06-11 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -77/+54 |
| 2019-06-11 | Add deny(unused_lifetimes) to all the crates that have deny(internal). | Eduard-Mihai Burtescu | -0/+14 |
| 2019-06-11 | rustdoc: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -7/+8 |
| 2019-06-11 | rustc_codegen_*: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -11/+13 |
| 2019-06-11 | rustc_borrowck: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -1/+2 |
| 2019-06-11 | rustc_traits: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -1/+2 |
| 2019-06-11 | rustc_mir: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -26/+27 |
| 2019-06-11 | rustc_lint: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -2/+3 |
| 2019-06-11 | rustc_incremental: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -2/+3 |
| 2019-06-11 | rustc: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -39/+46 |
| 2019-06-11 | syntax_ext: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -1/+2 |
| 2019-06-11 | rustc_target: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -1/+2 |
| 2019-06-11 | Auto merge of #60463 - mjbshaw:transparent, r=varkor,rkruppe | bors | -208/+730 |
| 2019-06-11 | Migrate rust-by-example to MdBook2 | Mateusz MikuĊa | -1/+1 |
| 2019-06-11 | Auto merge of #61673 - RalfJung:miri-no-hard-float, r=eddyb,oli-obk | bors | -124/+154 |
| 2019-06-11 | Auto merge of #61492 - RalfJung:const-qualif-comments, r=eddyb | bors | -43/+81 |
| 2019-06-10 | Implement RFC 2645 (transparent enums and unions) | Michael Bradshaw | -208/+730 |
| 2019-06-10 | Pass LLVM linker flags to librustc_llvm build | Petr Hosek | -0/+19 |
| 2019-06-11 | Auto merge of #61052 - jsgf:emit-save-analysis-notifications, r=alexcrichton | bors | -8/+26 |
| 2019-06-10 | Auto merge of #60793 - Xanewok:raw-string-cleanup, r=petrochenkov | bors | -135/+180 |
| 2019-06-10 | Extract generator_layout as a method | Tyler Mandry | -254/+271 |
| 2019-06-10 | Extract univariant_uninterned as method | Tyler Mandry | -224/+234 |
| 2019-06-10 | Use DataflowResultsConsumer and remove dataflow::for_each_location | Tyler Mandry | -93/+94 |
| 2019-06-10 | Use BitMatrix for storage conflicts | Tyler Mandry | -29/+32 |
| 2019-06-10 | Add more functionality to BitMatrix | Tyler Mandry | -1/+93 |
| 2019-06-10 | Small review fixes | Tyler Mandry | -67/+92 |
| 2019-06-10 | Add test suite | Tyler Mandry | -0/+133 |
| 2019-06-10 | Only include generator saved locals in the variants that need them | Tyler Mandry | -34/+48 |
| 2019-06-10 | Overlap locals that never have storage live at the same time | Tyler Mandry | -13/+201 |
| 2019-06-10 | Collect conflict information in GeneratorLayout | Tyler Mandry | -4/+179 |
| 2019-06-10 | Use `for_each` in `Iterator::partition` | Josh Stone | -2/+2 |
| 2019-06-10 | syntax: Rename variants of `SyntaxExtension` for consistency | Vadim Petrochenkov | -70/+65 |