| Age | Commit message (Expand) | Author | Lines |
| 2019-01-07 | Auto merge of #57379 - petrochenkov:parsrecov, r=estebank | bors | -882/+749 |
| 2019-01-06 | Auto merge of #57344 - petrochenkov:regreach, r=arielb1 | bors | -11/+78 |
| 2019-01-06 | tests: Do not use `-Z parse-only`, continue compilation to test recovery | Vadim Petrochenkov | -882/+749 |
| 2019-01-06 | check missing docs for reexported macros as well | Guillaume Gomez | -20/+97 |
| 2019-01-06 | Auto merge of #57272 - petrochenkov:featrecov, r=estebank | bors | -191/+308 |
| 2019-01-06 | Auto merge of #57121 - glaubitz:flock-fixes, r=nagisa | bors | -41/+5 |
| 2019-01-06 | Re-export constants from core into std | Stjepan Glavina | -0/+4 |
| 2019-01-06 | Add duration constants | Stjepan Glavina | -0/+16 |
| 2019-01-06 | Fix CI failures | Vadim Petrochenkov | -63/+64 |
| 2019-01-06 | Make sure feature gate errors are recoverable (take 2) | Vadim Petrochenkov | -128/+244 |
| 2019-01-06 | flock: Use fcntl constants directly from libc crate on Unix targets | John Paul Adrian Glaubitz | -41/+5 |
| 2019-01-06 | Auto merge of #57291 - euclio:method-call-suggestion, r=estebank | bors | -39/+116 |
| 2019-01-06 | Auto merge of #57287 - alexcrichton:fix-jemalloc, r=nikomatsakis | bors | -10/+32 |
| 2019-01-06 | Derive Clone for ArgumentV1 | Shotaro Yamada | -9/+1 |
| 2019-01-06 | Remove unnecessary adapter | Shotaro Yamada | -23/+2 |
| 2019-01-06 | use utf-8 throughout htmldocck | Andy Russell | -19/+29 |
| 2019-01-05 | Provide the option to use libc++ even on all platforms | Petr Hosek | -0/+11 |
| 2019-01-05 | Use CMAKE_{C,CXX}_COMPILER_LAUNCHER for ccache | Petr Hosek | -8/+6 |
| 2019-01-06 | Auto merge of #57286 - alexcrichton:less-thin-2-2, r=nikomatsakis | bors | -204/+30 |
| 2019-01-06 | Remove unused code | Shotaro Yamada | -30/+0 |
| 2019-01-06 | Address review comments | Vadim Petrochenkov | -14/+27 |
| 2019-01-05 | Auto merge of #57230 - estebank:return-mismatch, r=varkor | bors | -156/+199 |
| 2019-01-05 | privacy: Mark everything in a header of a reachable impl as reachable | Vadim Petrochenkov | -9/+36 |
| 2019-01-05 | privacy: Fix regression in impl reachability | Vadim Petrochenkov | -3/+30 |
| 2019-01-05 | Auto merge of #57354 - kennytm:rollup, r=kennytm | bors | -305/+294 |
| 2019-01-05 | use the correct supertrait substitution in `object_ty_for_trait` | Ariel Ben-Yehuda | -9/+47 |
| 2019-01-05 | Rollup merge of #57343 - Xanewok:querify-access-levels, r=nikomatsakis | kennytm | -17/+10 |
| 2019-01-05 | Rollup merge of #57342 - phansch:make_public, r=Centril | kennytm | -1/+1 |
| 2019-01-05 | Rollup merge of #57338 - QuietMisdreavus:doctest-file-name, r=GuillaumeGomez | kennytm | -2/+9 |
| 2019-01-05 | Rollup merge of #57326 - king6cong:doc, r=rkruppe | kennytm | -2/+2 |
| 2019-01-05 | Rollup merge of #57314 - wiktorkuchta:master, r=Centril | kennytm | -32/+32 |
| 2019-01-05 | Rollup merge of #57313 - Nemo157:box-to-pin, r=cramertj | kennytm | -5/+15 |
| 2019-01-05 | Rollup merge of #57312 - Mendess2526:master, r=Centril | kennytm | -2/+2 |
| 2019-01-05 | Rollup merge of #57311 - dlrobertson:fix_valist_copy, r=KodrAus | kennytm | -1/+1 |
| 2019-01-05 | Rollup merge of #57295 - d-e-s-o:topic/be-be, r=zackmdavis | kennytm | -4/+4 |
| 2019-01-05 | Rollup merge of #57273 - alexcrichton:update-stdsimd, r=nikomatsakis | kennytm | -0/+1 |
| 2019-01-05 | Rollup merge of #57249 - frewsxcv:frewsxcv-second-edition, r=KodrAus | kennytm | -149/+149 |
| 2019-01-05 | Rollup merge of #57238 - Zoxc:bt-fix, r=alexcrichton | kennytm | -1/+10 |
| 2019-01-05 | Rollup merge of #57233 - Smibu:rename-and-fix-nolink-test, r=alexcrichton | kennytm | -13/+12 |
| 2019-01-05 | Rollup merge of #57229 - mikeyhew:fix-56806, r=varkor | kennytm | -5/+37 |
| 2019-01-05 | Rollup merge of #57219 - matthewjasper:mir-cleanup, r=nikomatsakis | kennytm | -71/+9 |
| 2019-01-05 | Auto merge of #57145 - RalfJung:panic-if-uninhabited, r=alexcrichton | bors | -53/+96 |
| 2019-01-05 | Remove `Region` from HAIR | Matthew Jasper | -55/+34 |
| 2019-01-05 | Auto merge of #57101 - o01eg:fix-57014, r=alexcrichton | bors | -21/+26 |
| 2019-01-05 | Don't actually create a full MIR stack frame when not needed | Oliver Scherer | -3/+27 |
| 2019-01-05 | Auto merge of #57099 - davidtwco:issue-57098, r=nikomatsakis | bors | -39/+49 |
| 2019-01-05 | Auto merge of #56837 - arielb1:nonprincipal-trait-objects, r=nikomatsakis | bors | -453/+815 |
| 2019-01-05 | Auto merge of #56145 - weiznich:re_rebalance_coherence, r=nikomatsakis | bors | -267/+1648 |
| 2019-01-04 | use `delay_span_bug` instead of `bug!` when doing layout sanity check | Michael Hewson | -5/+37 |
| 2019-01-04 | Auto merge of #56079 - mark-i-m:patch-1, r=nikomatsakis | bors | -0/+6 |