| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2018-07-28 | Auto merge of #52546 - nikomatsakis:issue-52050, r=pnkfelix | bors | -22/+121 |
| 2018-07-28 | Move blanket implementations generation into its own function | Guillaume Gomez | -19/+29 |
| 2018-07-28 | Remove core exclusion condition | Guillaume Gomez | -13/+13 |
| 2018-07-28 | Update the Cargo submodule and rustfix | Alex Crichton | -41/+54 |
| 2018-07-28 | Auto merge of #52744 - RalfJung:align_offset, r=Kimundi | bors | -10/+7 |
| 2018-07-28 | Don't format!() string literals | ljedrz | -172/+168 |
| 2018-07-28 | Auto merge of #52711 - eddyb:unsized-manuallydrop, r=nikomatsakis | bors | -95/+250 |
| 2018-07-28 | Don't display full blanket implementation and put it into its own section | Guillaume Gomez | -24/+59 |
| 2018-07-28 | Auto merge of #52761 - toidiu:ak-static-infer-fg, r=nikomatsakis | bors | -7/+199 |
| 2018-07-28 | Auto merge of #52802 - kennytm:rollup, r=kennytm | bors | -113/+185 |
| 2018-07-28 | Rollup merge of #52781 - ljedrz:avoid_vec_arguments, r=nikomatsakis | kennytm | -30/+30 |
| 2018-07-28 | Rollup merge of #52779 - RalfJung:atty, r=Mark-Simulacrum | kennytm | -7/+7 |
| 2018-07-28 | Rollup merge of #52777 - omni-viral:master, r=TimNN | kennytm | -2/+2 |
| 2018-07-28 | Rollup merge of #52769 - sinkuu:stray_test, r=alexcrichton | kennytm | -19/+12 |