| Age | Commit message (Expand) | Author | Lines |
| 2019-08-20 | Used `copysign` to avoid unnecessary branches. | Phosphorus15 | -18/+2 |
| 2019-08-19 | test cases for both `f32` and `f64` on asinh(-0.0) | Phosphorus15 | -0/+2 |
| 2019-08-19 | Added negative cases for `asinh` according to IEEE-754. | Phosphorus15 | -8/+22 |
| 2019-08-19 | Auto merge of #63463 - matthewjasper:ty_param_cleanup, r=petrochenkov | bors | -183/+124 |
| 2019-08-18 | Auto merge of #63045 - Rosto75:master, r=jonas-schievink | bors | -43/+43 |
| 2019-08-18 | Pre intern the `Self` parameter type | Matthew Jasper | -47/+35 |
| 2019-08-18 | Auto merge of #63659 - gilescope:async-in-closure, r=Centril | bors | -13/+23 |
| 2019-08-18 | Auto merge of #63635 - oli-obk:default-slice-dangles, r=eddyb | bors | -9/+34 |
| 2019-08-18 | Better error message for break in async blocks. | Giles Cope | -13/+23 |
| 2019-08-18 | Auto merge of #63269 - Aaron1011:feature/proc-macro-data, r=eddyb,petrochenkov | bors | -210/+240 |
| 2019-08-18 | Auto merge of #62948 - matklad:failable-file-loading, r=petrochenkov | bors | -104/+102 |
| 2019-08-18 | Auto merge of #61708 - dlrobertson:or-patterns-0, r=centril | bors | -51/+241 |
| 2019-08-17 | Auto merge of #63671 - Centril:rollup-zufavt5, r=Centril | bors | -290/+924 |
| 2019-08-17 | Rollup merge of #63669 - Dante-Broggi:patch-1, r=jonas-schievink | Mazdak Farrokhzad | -2/+2 |
| 2019-08-17 | Rollup merge of #63667 - petrochenkov:deriveholders, r=matthewjasper | Mazdak Farrokhzad | -47/+82 |
| 2019-08-17 | Rollup merge of #63657 - RalfJung:invalid_value, r=Centril | Mazdak Farrokhzad | -82/+267 |
| 2019-08-17 | Rollup merge of #63487 - sd234678:remove-meaningless-comments-in-src/test-2, ... | Mazdak Farrokhzad | -149/+68 |
| 2019-08-17 | Rollup merge of #62451 - SimonSapin:new_uninit, r=RalfJung | Mazdak Farrokhzad | -10/+505 |
| 2019-08-17 | test in a way that works even with musl | Ralf Jung | -65/+58 |
| 2019-08-17 | Doc nit | Simon Sapin | -1/+1 |
| 2019-08-17 | fix typos | Dante-Broggi | -2/+2 |
| 2019-08-17 | resolve/expand: Rename some things for clarity | Vadim Petrochenkov | -41/+43 |
| 2019-08-17 | Auto merge of #63658 - RalfJung:miri-op, r=oli-obk | bors | -92/+112 |
| 2019-08-17 | resolve: Properly integrate derives and `macro_rules` scopes | Vadim Petrochenkov | -14/+47 |
| 2019-08-17 | Serialize additional data for procedural macros | Aaron Hill | -210/+240 |
| 2019-08-17 | initial implementation of or-pattern parsing | Dan Robertson | -60/+142 |
| 2019-08-17 | Initial implementation of or patterns | varkor | -26/+134 |
| 2019-08-17 | Rename private helper method allocate_for_unsized to allocate_for_layout | Simon Sapin | -10/+10 |
| 2019-08-17 | less & | Ralf Jung | -3/+3 |
| 2019-08-17 | Doc nits | Simon Sapin | -15/+15 |
| 2019-08-17 | Auto merge of #63462 - matthewjasper:hygienic-builtin-derives, r=petrochenkov | bors | -272/+376 |
| 2019-08-17 | drift leftward | Ralf Jung | -14/+12 |
| 2019-08-17 | fix tests | Ralf Jung | -3/+3 |
| 2019-08-17 | Full stop | Ralf Jung | -1/+1 |
| 2019-08-17 | use ImmTy::from_uint in a few more spots | Ralf Jung | -18/+9 |
| 2019-08-17 | make both unary_op and binary_op fully typed, including a return type | Ralf Jung | -69/+90 |
| 2019-08-17 | Add ImmTy::from_uint | Ralf Jung | -5/+13 |
| 2019-08-17 | invalid_value: also detect transmute-from-0 (seen in the wild) | Ralf Jung | -45/+110 |
| 2019-08-17 | multi-variant enums are tricky | Ralf Jung | -1/+3 |
| 2019-08-17 | invalid_value: warn for types with custom valid range | Ralf Jung | -30/+102 |
| 2019-08-17 | warn about uninit bools and chars | Ralf Jung | -7/+45 |
| 2019-08-17 | invalid_value: factor finding dangerous inits into separate function | Ralf Jung | -37/+54 |
| 2019-08-17 | Add tests | Oliver Scherer | -0/+19 |
| 2019-08-17 | Cast only where necessary | Oliver Scherer | -4/+5 |
| 2019-08-17 | Rollup merge of #63621 - jgalenson:dndebug, r=alexcrichton | Mazdak Farrokhzad | -0/+7 |
| 2019-08-17 | Rollup merge of #63559 - eddyb:v0-mangling-off-by-1, r=estebank | Mazdak Farrokhzad | -8/+16 |
| 2019-08-17 | Rollup merge of #63505 - jgalenson:sysroot-hash, r=alexcrichton | Mazdak Farrokhzad | -2/+12 |
| 2019-08-17 | Rollup merge of #62737 - timvermeulen:cycle_try_fold, r=scottmcm | Mazdak Farrokhzad | -0/+42 |
| 2019-08-17 | Remove unused `SyntaxContext` serialization impls | Matthew Jasper | -20/+0 |
| 2019-08-17 | Remove SyntaxContext from {ast, hir}::{GlobalAsm, InlineAsm} | Matthew Jasper | -25/+18 |