| Age | Commit message (Expand) | Author | Lines |
| 2019-08-04 | Rename `ItemKind::Ty` to `ItemKind::TyAlias` | varkor | -52/+52 |
| 2019-08-04 | Auto merge of #63048 - Aaron1011:feature/rustdoc-reexport-doc, r=GuillaumeGomez | bors | -24/+73 |
| 2019-08-04 | Auto merge of #63233 - RalfJung:get_unchecked, r=Centril | bors | -4/+16 |
| 2019-08-04 | fix links | Ralf Jung | -2/+2 |
| 2019-08-04 | Auto merge of #63199 - ehuss:fix-rustc-guide-toolstate, r=kennytm | bors | -1/+6 |
| 2019-08-03 | Auto merge of #63235 - Xanewok:update-rls, r=Centril | bors | -5/+21 |
| 2019-08-03 | Auto merge of #63059 - Centril:sound-bind-by-move, r=matthewjasper | bors | -186/+205 |
| 2019-08-03 | ci: move .azure-pipelines to src/ci/azure-pipelines | Pietro Albini | -1/+883 |
| 2019-08-03 | cargotest: servo -> caac107ae8145ef2fd20365e2b8fadaf09c2eb3b | Mazdak Farrokhzad | -1/+1 |
| 2019-08-03 | Auto merge of #63234 - Centril:rollup-h9t731z, r=Centril | bors | -667/+357 |
| 2019-08-03 | Apply suggestions from code review | Ralf Jung | -8/+12 |
| 2019-08-03 | Rollup merge of #63229 - RalfJung:miri-error, r=oli-obk | Mazdak Farrokhzad | -98/+90 |
| 2019-08-03 | Rollup merge of #63227 - jakubadamw:issue-63151, r=estebank | Mazdak Farrokhzad | -2/+29 |
| 2019-08-03 | Rollup merge of #63218 - lenary:riscv-non-experimental, r=alexcrichton | Mazdak Farrokhzad | -5/+8 |
| 2019-08-03 | Rollup merge of #63146 - Mark-Simulacrum:clean-attr, r=petrochenkov | Mazdak Farrokhzad | -538/+206 |
| 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 | 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 | 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 | 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 | Auto merge of #62309 - jlevon:62302, r=alexcrichton | bors | -1/+14 |
| 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 |