| Age | Commit message (Expand) | Author | Lines |
| 2019-11-19 | Remove duplicate function | Aliaksandr Radzivanovich | -12/+1 |
| 2019-11-19 | Auto merge of #66206 - PotHix:master, r=estebank | bors | -6/+6 |
| 2019-11-19 | Auto merge of #66074 - wesleywiser:test_run_const_prop, r=oli-obk | bors | -24/+37 |
| 2019-11-19 | Auto merge of #65821 - SimonSapin:in-place, r=Amanieu | bors | -4/+18 |
| 2019-11-18 | Auto merge of #58281 - mark-i-m:synthesis, r=estebank | bors | -6/+1144 |
| 2019-11-18 | Auto merge of #54733 - GuillaumeGomez:stabilize-rustdoc-theme, r=ollie27,Dyla... | bors | -52/+88 |
| 2019-11-18 | Fix Makefile themes check | Guillaume Gomez | -1/+2 |
| 2019-11-18 | Remove redundant html check | Guillaume Gomez | -1/+0 |
| 2019-11-18 | improve error messages and documentation | Guillaume Gomez | -16/+24 |
| 2019-11-18 | remove -Z option from rustdoc theme checker tool | Guillaume Gomez | -1/+0 |
| 2019-11-18 | Apply review comments | Guillaume Gomez | -9/+9 |
| 2019-11-18 | Rename rustdoc options --themes and --check-themes to --theme and --check-theme | Guillaume Gomez | -18/+21 |
| 2019-11-18 | remove unstable docs | Guillaume Gomez | -26/+2 |
| 2019-11-18 | rename check-theme option into check-themes | Guillaume Gomez | -12/+9 |
| 2019-11-18 | Improve documentation, add checks for themes option arguments, make sure the ... | Guillaume Gomez | -3/+12 |
| 2019-11-18 | Fix typos | Guillaume Gomez | -2/+2 |
| 2019-11-18 | Rename theme-checker option to check-theme | Guillaume Gomez | -9/+9 |
| 2019-11-18 | Add sentence to tell other options are ignored when running check-theme | Guillaume Gomez | -3/+3 |
| 2019-11-18 | Prevent invalid html characters in themes name | Guillaume Gomez | -1/+3 |
| 2019-11-18 | add test for rustdoc's --themes flag | QuietMisdreavus | -0/+14 |
| 2019-11-18 | Apply review comments | Guillaume Gomez | -5/+11 |
| 2019-11-18 | Warn instead of failing for themes | Guillaume Gomez | -2/+2 |
| 2019-11-18 | Add documentation for stabilized flags | Guillaume Gomez | -1/+21 |
| 2019-11-18 | Stabilize rustdoc theme options | Guillaume Gomez | -3/+5 |
| 2019-11-18 | Use `drop_in_place` in `array::IntoIter::drop` | Simon Sapin | -4/+18 |
| 2019-11-18 | Auto merge of #66459 - eddyb:update-llvm-wasm-dwarf, r=alexcrichton | bors | -0/+0 |
| 2019-11-18 | Auto merge of #66396 - smmalis37:pythontest, r=alexcrichton | bors | -1/+1 |
| 2019-11-18 | Auto merge of #66238 - ehuss:stabilize-rustdoc-edition, r=GuillaumeGomez | bors | -4/+2 |
| 2019-11-18 | Auto merge of #65456 - estebank:trait-bound-borrow, r=matthewjasper | bors | -29/+125 |
| 2019-11-17 | Auto merge of #66385 - ecstatic-morse:check-only-pass2, r=eddyb | bors | -1650/+296 |
| 2019-11-17 | Auto merge of #66384 - cjgillot:typefoldable, r=Zoxc | bors | -758/+142 |
| 2019-11-17 | Auto merge of #66488 - RalfJung:miri, r=RalfJung | bors | -7/+9 |
| 2019-11-17 | update Miri | Ralf Jung | -7/+9 |
| 2019-11-17 | Auto merge of #66336 - ehuss:update-cargo-books, r=Mark-Simulacrum | bors | -0/+0 |
| 2019-11-17 | Rollup merge of #66477 - ALSchwalm:clarify-transmute-copy, r=Centril | Yuki Okushi | -5/+5 |
| 2019-11-17 | Rollup merge of #66471 - Alexendoo:test-issue-63116, r=Centril | Yuki Okushi | -0/+27 |
| 2019-11-17 | Rollup merge of #66469 - CosineP:fix/field-lint, r=petrochenkov | Yuki Okushi | -21/+21 |
| 2019-11-17 | Rollup merge of #66466 - RalfJung:seh, r=oli-obk | Yuki Okushi | -6/+20 |
| 2019-11-17 | Rollup merge of #66465 - mulimoen:fix_lifetime_elision_not_shown, r=rkruppe | Yuki Okushi | -1/+1 |
| 2019-11-17 | Rollup merge of #66456 - Centril:driver-codes, r=Mark-Simulacrum | Yuki Okushi | -52/+39 |
| 2019-11-17 | Rollup merge of #66395 - jplatte:centralize-panic-docs, r=Dylan-DPC | Yuki Okushi | -50/+49 |
| 2019-11-17 | Rollup merge of #66381 - Centril:66340, r=petrochenkov | Yuki Okushi | -1/+23 |
| 2019-11-17 | Rollup merge of #66344 - petrochenkov:noregattr, r=matthewjasper | Yuki Okushi | -143/+12 |
| 2019-11-17 | Rollup merge of #66271 - petrochenkov:abism, r=Centril | Yuki Okushi | -177/+271 |
| 2019-11-17 | Rollup merge of #65739 - mqudsi:vec_split_off_docs, r=dtolnay | Yuki Okushi | -4/+3 |
| 2019-11-16 | review comments and fix rebase | Esteban Küber | -3/+4 |
| 2019-11-16 | Auto merge of #66394 - wesleywiser:fix_oom, r=oli-obk | bors | -3/+33 |
| 2019-11-16 | Add test for issue 63116 | Alex Macleod | -0/+27 |
| 2019-11-17 | Add some more tests | Vadim Petrochenkov | -1/+45 |
| 2019-11-17 | Address review comments | Vadim Petrochenkov | -13/+11 |