| Age | Commit message (Expand) | Author | Lines |
| 2018-08-02 | preserve order if blocks are between items | QuietMisdreavus | -9/+9 |
| 2018-08-02 | add rustdoc test for `everybody_loops` fix | QuietMisdreavus | -0/+29 |
| 2018-08-02 | more fixes for everybody_loops | QuietMisdreavus | -1/+9 |
| 2018-08-02 | make `everybody_loops` keep item declarations | QuietMisdreavus | -24/+71 |
| 2018-07-31 | Auto merge of #50267 - humanenginuity:master, r=alexcrichton | bors | -3/+226 |
| 2018-07-31 | Auto merge of #52850 - SimonSapin:unstablize, r=alexcrichton | bors | -4/+12 |
| 2018-07-31 | Auto merge of #52630 - Mark-Simulacrum:rustdoc-cleanup-2, r=QuietMisdreavus | bors | -121/+96 |
| 2018-07-31 | Auto merge of #52863 - steveklabnik:update-books, r=Mark-Simulacrum | bors | -0/+0 |
| 2018-07-31 | region_infer: rustfmt, pacifying the mercilous tidy | Niko Matsakis | -24/+48 |
| 2018-07-31 | assert no region obligations on entering custom type op | Niko Matsakis | -0/+13 |
| 2018-07-31 | free RegionBoundPairs earlier and avoid normalizing twice | Niko Matsakis | -24/+41 |
| 2018-07-31 | remove `region_bound_pairs` from FRR as they are not needed later | Niko Matsakis | -25/+26 |
| 2018-07-31 | make a free fn for creating the URR | Niko Matsakis | -43/+42 |
| 2018-07-31 | add regression test for #52057 | Niko Matsakis | -0/+35 |
| 2018-07-31 | remove universal-region-relation computation from universal_regions | Niko Matsakis | -300/+206 |
| 2018-07-31 | introduce, but do not use, `free_region_relation` computation | Niko Matsakis | -4/+243 |
| 2018-07-30 | Delete unused code in rustdoc | Mark Rousskov | -121/+96 |
| 2018-07-30 | update books for new release | steveklabnik | -0/+0 |
| 2018-07-30 | Auto merge of #52697 - ljedrz:misc_data_structures, r=Mark-Simulacrum | bors | -11/+5 |
| 2018-07-30 | Auto merge of #52830 - matthewjasper:bootstrap-prep, r=matthewjasper | bors | -15/+16 |
| 2018-07-30 | Revert "Stabilize to_bytes and from_bytes for integers." | Simon Sapin | -4/+12 |
| 2018-07-30 | Auto merge of #52722 - alexcrichton:more-identifier-lints, r=oli-obk | bors | -7/+49 |
| 2018-07-30 | Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov | bors | -172/+168 |
| 2018-07-29 | resolved upstream merge conflicts | Brad Gibson | -90930/+112980 |
| 2018-07-30 | Auto merge of #52823 - RalfJung:test, r=eddyb | bors | -2/+21 |
| 2018-07-30 | Auto merge of #52828 - Mark-Simulacrum:clear-rustdoc-check, r=alexcrichton | bors | -0/+5 |
| 2018-07-29 | Auto merge of #52738 - ljedrz:push_to_extend, r=eddyb | bors | -150/+101 |
| 2018-07-29 | dont hardcode vtable size in codegen test | Ralf Jung | -2/+2 |
| 2018-07-29 | update codegen tests | Ralf Jung | -2/+2 |
| 2018-07-29 | Move a test that depends on the arch bitwidth to compile-fail | Oliver Schneider | -43/+0 |
| 2018-07-29 | Update miri submodule | Oliver Schneider | -4/+10 |
| 2018-07-29 | Sanity-check all constants | Oliver Schneider | -190/+1049 |
| 2018-07-29 | Change order of copy and borrow to avoid conflict | Matthew Jasper | -1/+2 |
| 2018-07-29 | Remove unused `mut`s | Matthew Jasper | -14/+14 |
| 2018-07-29 | Replace push loops with collect() and extend() where possible | ljedrz | -150/+101 |
| 2018-07-29 | Clear out rustdoc check builds if dependencies change | Mark Rousskov | -0/+5 |
| 2018-07-29 | Auto merge of #52620 - mikhail-m1:51351, r=nikomatsakis | bors | -48/+218 |
| 2018-07-29 | Auto merge of #52755 - kennytm:update-rustfmt, r=nrc | bors | -192/+242 |
| 2018-07-29 | invalid_const_promotion: check if we get the right signal | Ralf Jung | -2/+21 |
| 2018-07-29 | Update RLS and rustfmt. | kennytm | -191/+232 |
| 2018-07-29 | Test clippy first to workaround the derive-new conflict. | kennytm | -1/+2 |
| 2018-07-29 | fix issues #51351 and #52133 | Mikhail Modin | -48/+218 |
| 2018-07-29 | Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov | bors | -95/+95 |
| 2018-07-29 | Exempt cloudabi from license check. | kennytm | -0/+1 |
| 2018-07-29 | Copy the test_data/ RLS tests into a writable directory. | kennytm | -0/+7 |
| 2018-07-29 | Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakis | bors | -73/+50 |
| 2018-07-29 | Auto merge of #52751 - QuietMisdreavus:you-shall-not-pass, r=GuillaumeGomez | bors | -26/+50 |
| 2018-07-29 | Auto merge of #52720 - alexcrichton:update-cargo-and-rustfix, r=nikomatsakis | bors | -41/+54 |
| 2018-07-28 | Auto merge of #52355 - pietroalbini:zfeature, r=eddyb | bors | -3/+66 |
| 2018-07-28 | Auto merge of #52585 - GuillaumeGomez:generic-impls, r=QuietMisdreavus | bors | -69/+246 |