| Age | Commit message (Expand) | Author | Lines |
| 2019-08-03 | Rollup merge of #62954 - ia0:fix_typo_span, r=Centril | Mazdak Farrokhzad | -24/+24 |
| 2019-08-03 | Update Rustfmt and RLS | Igor Matuszewski | -5/+21 |
| 2019-08-03 | clarify that unchecked indexing is UB even if the reference is never used | Ralf Jung | -4/+12 |
| 2019-08-03 | Add {IoSlice, IoSliceMut}::advance | Thomas de Zeeuw | -1/+351 |
| 2019-08-03 | Auto merge of #62946 - RalfJung:miri_type_dispatch_first, r=oli-obk | bors | -165/+160 |
| 2019-08-02 | Fix rustc-guide toolstate tracking. | Eric Huss | -1/+6 |
| 2019-08-03 | Auto merge of #63180 - varkor:trait-alias-impl-trait, r=Centril | bors | -1033/+1050 |
| 2019-08-02 | Add niche-in-generator test | Tyler Mandry | -0/+17 |
| 2019-08-02 | Auto merge of #63228 - Centril:rollup-x39p5ga, r=Centril | bors | -288/+709 |
| 2019-08-03 | bless | Ralf Jung | -40/+40 |
| 2019-08-03 | Rollup merge of #63215 - gnzlbg:patch-6, r=Centril | Mazdak Farrokhzad | -3/+6 |
| 2019-08-03 | Rollup merge of #63212 - Centril:param-attrs-pretty, r=davidtwco | Mazdak Farrokhzad | -10/+99 |
| 2019-08-03 | Rollup merge of #63208 - tmandry:issue-62658, r=cramertj | Mazdak Farrokhzad | -0/+31 |
| 2019-08-03 | Rollup merge of #63206 - BaoshanPang:master, r=alexcrichton | Mazdak Farrokhzad | -64/+0 |
| 2019-08-03 | Rollup merge of #63196 - RalfJung:build_helper, r=alexcrichton | Mazdak Farrokhzad | -9/+10 |
| 2019-08-03 | Rollup merge of #63121 - estebank:formatting-pos, r=alexcrichton | Mazdak Farrokhzad | -195/+463 |
| 2019-08-03 | Rollup merge of #63107 - adrian-budau:master, r=alexcrichton | Mazdak Farrokhzad | -7/+100 |
| 2019-08-02 | dead_code: Properly inspect fields in struct patterns with type relative paths | Jakub Adam Wieczorek | -2/+29 |
| 2019-08-02 | dedup free-form Unsupported errors; add macros for free-form UB and Unsupport... | Ralf Jung | -49/+41 |
| 2019-08-02 | be less British | Ralf Jung | -9/+9 |
| 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 | also test error messages | Ralf Jung | -5/+7 |
| 2019-08-02 | miri: validity checks alignment even when machine otherwise does not | Ralf Jung | -9/+33 |
| 2019-08-02 | assert consistency | Ralf Jung | -3/+3 |
| 2019-08-02 | tidy is reaching new levels every day... | Ralf Jung | -5/+4 |
| 2019-08-02 | CTFE: simplify Value type by not checking for alignment | Ralf Jung | -59/+50 |
| 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 | Fix broken test and nit | varkor | -37/+43 |
| 2019-08-02 | Nicer labels for type layout errors | Esteban Küber | -5/+5 |
| 2019-08-02 | Do not lint on SizeOverflow, always error | Esteban Küber | -4/+5 |
| 2019-08-02 | Always error on `SizeOverflow` during mir evaluation | Esteban Küber | -3/+34 |
| 2019-08-02 | Auto merge of #62309 - jlevon:62302, r=alexcrichton | bors | -1/+14 |
| 2019-08-03 | fix tidy problem | bravomikekilo | -3/+12 |
| 2019-08-03 | add new test and add conditional whitespace | bravomikekilo | -29/+794 |
| 2019-08-02 | Added support for armv7-unknown-linux-gnueabi and armv7-unknown-linux-musleabi. | Adrian Budau | -7/+100 |
| 2019-08-02 | rustbuild: correct line length | Sam Elliott | -1/+2 |
| 2019-08-02 | remove unsupported test case | Baoshan Pang | -64/+0 |
| 2019-08-02 | rustbuild: WebAssembly is no longer an experimental LLVM backend | Sam Elliott | -2/+2 |
| 2019-08-02 | Auto merge of #63207 - petrochenkov:outest2, r=Mark-Simulacrum | bors | -6061/+6020 |