about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-08-02fix rebase falloutRalf Jung-6/+7
2019-08-02const_prop no longer does ptr-to-int castsRalf Jung-1/+1
2019-08-02bless all the thingsRalf Jung-9/+7
2019-08-02trailing full stopsRalf Jung-2/+2
2019-08-02add is_any_ptr type test; this also helps pacify tidyRalf Jung-6/+9
2019-08-02get rid of some remaining type-based dispatching in cast codeRalf Jung-45/+25
2019-08-02improve error when CTFE does ptr-int-cast; update testsRalf Jung-27/+37
2019-08-02fix casts from fat pointersRalf Jung-2/+15
2019-08-02use From to convert scalars to immediatesRalf Jung-15/+10
2019-08-02refactor cast_immediate to dispatch on the type first, and on the value secondRalf Jung-64/+46
2019-08-02turn cast_immediate into its own functionRalf Jung-35/+54
2019-08-02operator: implement binary_op strictly by first checking the type, then dispa...Ralf Jung-24/+22
2019-08-02cast: no need to catch errors any more, force_bits should succeedRalf Jung-6/+2
2019-08-02Auto merge of #63207 - petrochenkov:outest2, r=Mark-Simulacrumbors-6061/+6020
2019-08-02Auto merge of #63214 - Centril:rollup-hdb7dnx, r=Centrilbors-502/+632
2019-08-02Rollup merge of #63203 - spastorino:is-mutable-use-place-ref, r=oli-obkMazdak Farrokhzad-62/+71
2019-08-02Rollup merge of #63202 - exphp-forks:parser-ice-63135, r=estebankMazdak Farrokhzad-1/+56
2019-08-02Rollup merge of #63198 - rbartlensky:fix-macro-trailing-comma, r=petrochenkovMazdak Farrokhzad-1/+12
2019-08-02Rollup merge of #63189 - waywardmonkeys:doc-improvements, r=CentrilMazdak Farrokhzad-11/+16
2019-08-02Rollup merge of #63153 - varkor:remove-resolve_const_var, r=cramertjMazdak Farrokhzad-31/+10
2019-08-02Rollup merge of #62969 - saleemjaffer:declutter_interperror, r=RalfJungMazdak Farrokhzad-380/+440
2019-08-02Rollup merge of #62663 - llogiq:more-questionmark-docs, r=GuillaumeGomezMazdak Farrokhzad-16/+27
2019-08-02Auto merge of #61393 - gnzlbg:update_libc, r=gnzlbgbors-77/+167
2019-08-02Remove some more `cfg(test)`sVadim Petrochenkov-60/+45
2019-08-02liballoc: Unconfigure tests during normal buildVadim Petrochenkov-1707/+1682
2019-08-02libsyntax: Unconfigure tests during normal buildVadim Petrochenkov-1303/+1277
2019-08-02librustdoc: Unconfigure tests during normal buildVadim Petrochenkov-654/+651
2019-08-02librustc_data_structures: Unconfigure tests during normal buildVadim Petrochenkov-1169/+1180
2019-08-02librustc: Unconfigure tests during normal buildVadim Petrochenkov-27/+33
2019-08-02librustc_incremental: Unconfigure tests during normal buildVadim Petrochenkov-65/+68
2019-08-02libsyntax_pos: Unconfigure tests during normal buildVadim Petrochenkov-211/+210
2019-08-02librustc_target: Unconfigure tests during normal buildVadim Petrochenkov-28/+31
2019-08-02librustc_lexer: Unconfigure tests during normal buildVadim Petrochenkov-281/+279
2019-08-02libpanic_unwind: Unconfigure tests during normal buildVadim Petrochenkov-19/+22
2019-08-02libserialize: Unconfigure tests during normal buildVadim Petrochenkov-45/+46
2019-08-02libterm: Unconfigure tests during normal buildVadim Petrochenkov-173/+173
2019-08-02libtest: Unconfigure tests during normal buildVadim Petrochenkov-96/+89
2019-08-02compiletest: Unconfigure tests during normal buildVadim Petrochenkov-174/+183
2019-08-02tidy: Unconfigure tests during normal buildVadim Petrochenkov-51/+53
2019-08-01Make is_mutable use PlaceRef instead of it's fieldsSantiago Pastorino-62/+71
2019-08-01Add check-pass test for #63102.Robert Bartlensky-0/+8
2019-08-01Fix ICE in #63135Michael Lamparski-1/+56
2019-08-01Allow trailing comma in macro 2.0 declarations.Robert Bartlensky-1/+4
2019-08-02Futures: Add link to Waker in trait doc.Bruce Mitchener-1/+3
2019-08-02Remove extraneous {} in use stmts in doc comments.Bruce Mitchener-2/+2
2019-08-02Fix typos in doc comments.Bruce Mitchener-7/+7
2019-08-01More questionmarks in doctestsAndre Bogus-16/+27
2019-08-01Update Cargo.lockgnzlbg-66/+133
2019-08-01Temporarily disable the redox buildergnzlbg-1/+3
2019-08-01Remove spin dependencygnzlbg-1/+0