| Age | Commit message (Expand) | Author | Lines |
| 2018-12-23 | Rollup merge of #57050 - RyanMarcus:master, r=zackmdavis | kennytm | -1/+1 |
| 2018-12-23 | Rollup merge of #57049 - cramertj:repr-packed, r=Centril | kennytm | -91/+18 |
| 2018-12-23 | Rollup merge of #57040 - otavio:topic/adjust-path_from_str-feature-gate, r=Ce... | kennytm | -1/+1 |
| 2018-12-23 | Rollup merge of #57034 - Zoxc:query-perf8, r=michaelwoerister | kennytm | -0/+19 |
| 2018-12-23 | Rollup merge of #57027 - Zoxc:query-perf5, r=michaelwoerister | kennytm | -1/+4 |
| 2018-12-23 | Rollup merge of #57011 - QuietMisdreavus:static-root-path, r=GuillaumeGomez | kennytm | -22/+107 |
| 2018-12-23 | Rollup merge of #57002 - scottmcm:stabilize-resize_with, r=rkruppe | kennytm | -7/+2 |
| 2018-12-23 | Rollup merge of #56992 - euclio:unknown-lint-suggestion, r=oli-obk | kennytm | -47/+69 |
| 2018-12-23 | Rollup merge of #56989 - phansch:fix_compiletest_trim_deprecations, r=Mark-Si... | kennytm | -10/+10 |
| 2018-12-23 | Rollup merge of #56984 - ljedrz:dropck_outlives_tweaks, r=oli-obk | kennytm | -8/+7 |
| 2018-12-23 | Rollup merge of #56981 - RalfJung:miri-infallible-alloc, r=oli-obk | kennytm | -18/+18 |
| 2018-12-23 | Rollup merge of #56979 - VardhanThigle:Vardhan/rust-sgx-unwind-support, r=ale... | kennytm | -30/+168 |
| 2018-12-23 | Rollup merge of #56973 - RalfJung:miri-trace, r=oli-obk | kennytm | -7/+7 |
| 2018-12-23 | Rollup merge of #56970 - Firstyear:mem_uninit_doc_ptr_drop, r=Manishearth | kennytm | -0/+39 |
| 2018-12-23 | Rollup merge of #56967 - GuillaumeGomez:regen-search-index, r=QuietMisdreavus | kennytm | -2/+2 |
| 2018-12-23 | Rollup merge of #56941 - euclio:deny-libstd-resolution-failures, r=QuietMisdr... | kennytm | -3/+24 |
| 2018-12-23 | Rollup merge of #56936 - ubsan:euclidean_div_rem, r=dtolnay | kennytm | -121/+143 |
| 2018-12-23 | Rollup merge of #56933 - clarcharr:xpy_progress, r=Mark-Simulacrum | kennytm | -2/+2 |
| 2018-12-23 | Rollup merge of #56919 - oli-obk:null_ref_array_tuple, r=RalfJung | kennytm | -2/+16 |
| 2018-12-23 | Rollup merge of #56914 - glaubitz:ignore-tests, r=alexcrichton | kennytm | -1/+6 |
| 2018-12-23 | Rollup merge of #56909 - dlrobertson:fix_56762, r=estebank | kennytm | -4/+30 |
| 2018-12-23 | Rollup merge of #56802 - clarcharr:nth_back, r=alexcrichton | kennytm | -6/+107 |
| 2018-12-22 | Auto merge of #56862 - arielb1:fundamentally-clean, r=nikomatsakis | bors | -4/+37 |
| 2018-12-22 | Auto merge of #56842 - scottmcm:vecdeque-rotate, r=alexcrichton | bors | -1/+248 |
| 2018-12-22 | Auto merge of #56824 - euclio:internal-apis, r=QuietMisdreavus | bors | -127/+183 |
| 2018-12-22 | Auto merge of #56805 - mikeyhew:stabilize-pin-as-receiver, r=nikomatsakis | bors | -100/+244 |
| 2018-12-21 | Auto merge of #57033 - nikic:inhabitedness-perf, r=varkor | bors | -44/+10 |
| 2018-12-21 | Auto merge of #56779 - adrian-budau:master, r=alexcrichton | bors | -28/+78 |
| 2018-12-21 | Fixed typo in HashMap documentation | Ryan Marcus | -1/+1 |
| 2018-12-21 | Remove unstable-book repr-packed entry | Taylor Cramer | -8/+0 |
| 2018-12-21 | Stabilize #[repr(packed(N))] | Taylor Cramer | -83/+18 |
| 2018-12-21 | Properly report ENOSYS by modifying errno | Adrian Budau | -22/+18 |
| 2018-12-21 | Fix feature gate to point to 1.32.0 for `path_from_str` | Otavio Salvador | -1/+1 |
| 2018-12-21 | Inline tweaks | John Kåre Alsaker | -0/+19 |
| 2018-12-21 | Auto merge of #56813 - oli-obk:main_🧶, r=pnkfelix | bors | -103/+5 |
| 2018-12-21 | Remove "visited" set from inhabitedness checking | Nikita Popov | -44/+10 |
| 2018-12-21 | Optimize away a move | John Kåre Alsaker | -1/+4 |
| 2018-12-21 | Auto merge of #55798 - GuillaumeGomez:version-display-associated-const, r=Qui... | bors | -33/+79 |
| 2018-12-20 | Auto merge of #54125 - varkor:less-conservative-uninhabitedness-check, r=niko... | bors | -105/+157 |
| 2018-12-20 | Auto merge of #56845 - GuillaumeGomez:const-docs, r=oli-obk | bors | -4/+53 |
| 2018-12-20 | Remove nil-enum test | varkor | -24/+0 |
| 2018-12-20 | display rustc_private APIs as "Internal" | Andy Russell | -8/+52 |
| 2018-12-20 | split extra_scripts to handle root_path shenanigans | QuietMisdreavus | -10/+29 |
| 2018-12-20 | new --static-root-path flag for controlling static file locations | QuietMisdreavus | -14/+80 |
| 2018-12-20 | Auto merge of #56647 - petrochenkov:dcrate2, r=alexcrichton | bors | -189/+487 |
| 2018-12-20 | Fix typo in comment | Adrian Budau | -1/+1 |
| 2018-12-20 | Fix pipe2 and accept4 on static linked executables on linux (like musl). | Adrian Budau | -27/+81 |
| 2018-12-20 | Auto merge of #56741 - RalfJung:retag-to-raw, r=oli-obk | bors | -128/+76 |
| 2018-12-20 | Add test for associated const version display | Guillaume Gomez | -0/+26 |
| 2018-12-20 | fix nits | Nicole Mazzuca | -2/+4 |