| Age | Commit message (Expand) | Author | Lines |
| 2019-08-02 | fix rebase fallout | Ralf Jung | -6/+7 |
| 2019-08-02 | const_prop no longer does ptr-to-int casts | Ralf Jung | -1/+1 |
| 2019-08-02 | bless all the things | Ralf Jung | -9/+7 |
| 2019-08-02 | trailing full stops | Ralf Jung | -2/+2 |
| 2019-08-02 | add is_any_ptr type test; this also helps pacify tidy | Ralf Jung | -6/+9 |
| 2019-08-02 | get rid of some remaining type-based dispatching in cast code | Ralf Jung | -45/+25 |
| 2019-08-02 | improve error when CTFE does ptr-int-cast; update tests | Ralf Jung | -27/+37 |
| 2019-08-02 | fix casts from fat pointers | Ralf Jung | -2/+15 |
| 2019-08-02 | use From to convert scalars to immediates | Ralf Jung | -15/+10 |
| 2019-08-02 | refactor cast_immediate to dispatch on the type first, and on the value second | Ralf Jung | -64/+46 |
| 2019-08-02 | turn cast_immediate into its own function | Ralf Jung | -35/+54 |
| 2019-08-02 | operator: implement binary_op strictly by first checking the type, then dispa... | Ralf Jung | -24/+22 |
| 2019-08-02 | cast: no need to catch errors any more, force_bits should succeed | Ralf Jung | -6/+2 |
| 2019-08-02 | Auto merge of #63207 - petrochenkov:outest2, r=Mark-Simulacrum | bors | -6061/+6020 |
| 2019-08-02 | Auto merge of #63214 - Centril:rollup-hdb7dnx, r=Centril | bors | -502/+632 |
| 2019-08-02 | Rollup merge of #63203 - spastorino:is-mutable-use-place-ref, r=oli-obk | Mazdak Farrokhzad | -62/+71 |
| 2019-08-02 | Rollup merge of #63202 - exphp-forks:parser-ice-63135, r=estebank | Mazdak Farrokhzad | -1/+56 |
| 2019-08-02 | Rollup merge of #63198 - rbartlensky:fix-macro-trailing-comma, r=petrochenkov | Mazdak Farrokhzad | -1/+12 |
| 2019-08-02 | Rollup merge of #63189 - waywardmonkeys:doc-improvements, r=Centril | Mazdak Farrokhzad | -11/+16 |
| 2019-08-02 | Rollup merge of #63153 - varkor:remove-resolve_const_var, r=cramertj | Mazdak Farrokhzad | -31/+10 |
| 2019-08-02 | Rollup merge of #62969 - saleemjaffer:declutter_interperror, r=RalfJung | Mazdak Farrokhzad | -380/+440 |
| 2019-08-02 | Rollup merge of #62663 - llogiq:more-questionmark-docs, r=GuillaumeGomez | Mazdak Farrokhzad | -16/+27 |
| 2019-08-02 | Auto merge of #61393 - gnzlbg:update_libc, r=gnzlbg | bors | -77/+167 |
| 2019-08-02 | Remove some more `cfg(test)`s | Vadim Petrochenkov | -60/+45 |
| 2019-08-02 | liballoc: Unconfigure tests during normal build | Vadim Petrochenkov | -1707/+1682 |
| 2019-08-02 | libsyntax: Unconfigure tests during normal build | Vadim Petrochenkov | -1303/+1277 |
| 2019-08-02 | librustdoc: Unconfigure tests during normal build | Vadim Petrochenkov | -654/+651 |
| 2019-08-02 | librustc_data_structures: Unconfigure tests during normal build | Vadim Petrochenkov | -1169/+1180 |
| 2019-08-02 | librustc: Unconfigure tests during normal build | Vadim Petrochenkov | -27/+33 |
| 2019-08-02 | librustc_incremental: Unconfigure tests during normal build | Vadim Petrochenkov | -65/+68 |
| 2019-08-02 | libsyntax_pos: Unconfigure tests during normal build | Vadim Petrochenkov | -211/+210 |
| 2019-08-02 | librustc_target: Unconfigure tests during normal build | Vadim Petrochenkov | -28/+31 |
| 2019-08-02 | librustc_lexer: Unconfigure tests during normal build | Vadim Petrochenkov | -281/+279 |
| 2019-08-02 | libpanic_unwind: Unconfigure tests during normal build | Vadim Petrochenkov | -19/+22 |
| 2019-08-02 | libserialize: Unconfigure tests during normal build | Vadim Petrochenkov | -45/+46 |
| 2019-08-02 | libterm: Unconfigure tests during normal build | Vadim Petrochenkov | -173/+173 |
| 2019-08-02 | libtest: Unconfigure tests during normal build | Vadim Petrochenkov | -96/+89 |
| 2019-08-02 | compiletest: Unconfigure tests during normal build | Vadim Petrochenkov | -174/+183 |
| 2019-08-02 | tidy: Unconfigure tests during normal build | Vadim Petrochenkov | -51/+53 |
| 2019-08-01 | Make is_mutable use PlaceRef instead of it's fields | Santiago Pastorino | -62/+71 |
| 2019-08-01 | Add check-pass test for #63102. | Robert Bartlensky | -0/+8 |
| 2019-08-01 | Fix ICE in #63135 | Michael Lamparski | -1/+56 |
| 2019-08-01 | Allow trailing comma in macro 2.0 declarations. | Robert Bartlensky | -1/+4 |
| 2019-08-02 | Futures: Add link to Waker in trait doc. | Bruce Mitchener | -1/+3 |
| 2019-08-02 | Remove extraneous {} in use stmts in doc comments. | Bruce Mitchener | -2/+2 |
| 2019-08-02 | Fix typos in doc comments. | Bruce Mitchener | -7/+7 |
| 2019-08-01 | More questionmarks in doctests | Andre Bogus | -16/+27 |
| 2019-08-01 | Update Cargo.lock | gnzlbg | -66/+133 |
| 2019-08-01 | Temporarily disable the redox builder | gnzlbg | -1/+3 |
| 2019-08-01 | Remove spin dependency | gnzlbg | -1/+0 |