| Age | Commit message (Expand) | Author | Lines |
| 2019-03-28 | Add a regression test for #47131 | varkor | -0/+17 |
| 2019-03-27 | Move link to rust book to next line to pass 100 column limit | Chris Gregory | -1/+2 |
| 2019-03-28 | Visit ItemKind::Impl for dead code lint | varkor | -0/+1 |
| 2019-03-27 | Rollup merge of #59460 - xfix:include-id-in-thread-debug, r=Amanieu | Josh Stone | -1/+4 |
| 2019-03-27 | Rollup merge of #59459 - JohnTitor:add-tests, r=Centril | Josh Stone | -0/+88 |
| 2019-03-27 | Rollup merge of #59451 - TimDiekmann:patch-1, r=sfackler | Josh Stone | -1/+1 |
| 2019-03-27 | Rollup merge of #59449 - Marwes:issue_57958, r=michaelwoerister | Josh Stone | -1/+4 |
| 2019-03-27 | Rollup merge of #59439 - Centril:generalize-assign-to-bool-diagnostic, r=oli-obk | Josh Stone | -91/+322 |
| 2019-03-27 | Rollup merge of #59430 - kenta7777:rename-evalcontext-to-interpretcx, r=oli-obk | Josh Stone | -72/+72 |
| 2019-03-27 | Rollup merge of #59421 - estebank:tuple-index-suffix, r=petrochenkov | Josh Stone | -74/+120 |
| 2019-03-27 | Rollup merge of #59420 - cuviper:ci-image-info, r=alexcrichton | Josh Stone | -2/+8 |
| 2019-03-27 | Rollup merge of #59393 - czipperz:refactor_tuple_comparison_tests, r=shepmaster | Josh Stone | -20/+24 |
| 2019-03-27 | Rollup merge of #59390 - czipperz:ptr_eq_smart_pointer, r=Centril,steveklabnik | Josh Stone | -2/+48 |
| 2019-03-27 | Rollup merge of #59372 - euclio:rename-trim, r=rkruppe | Josh Stone | -4/+20 |
| 2019-03-27 | Rollup merge of #59284 - RalfJung:maybe-uninit, r=sfackler | Josh Stone | -73/+110 |
| 2019-03-27 | Rollup merge of #59283 - SimonSapin:branchless-ascii-case, r=joshtriplett | Josh Stone | -135/+374 |
| 2019-03-27 | Rollup merge of #59268 - estebank:from-string, r=QuietMisdreavus | Josh Stone | -0/+42 |
| 2019-03-27 | Rollup merge of #58837 - Centril:librustc_interface_2018, r=petrochenkov | Josh Stone | -39/+22 |
| 2019-03-27 | Rollup merge of #58253 - taiki-e:librustc_driver-2018, r=petrochenkov | Josh Stone | -45/+23 |
| 2019-03-27 | Rollup merge of #57565 - petrochenkov:turbowarn, r=Centril | Josh Stone | -79/+20 |
| 2019-03-27 | Rollup merge of #57293 - Zoxc:incr-passes3, r=michaelwoerister | Josh Stone | -55/+168 |
| 2019-03-27 | Visit path in `walk_mac` | varkor | -3/+3 |
| 2019-03-27 | Document std::fs::File close behavior ignoring errors | Chris Gregory | -1/+4 |
| 2019-03-27 | Speed up rustdoc run a bit | Guillaume Gomez | -39/+48 |
| 2019-03-27 | Update books | Eric Huss | -3/+7 |
| 2019-03-27 | musl: build toolchain libs with -fPIC | Mateusz MikuĊa | -0/+4 |
| 2019-03-27 | Better diagnostic for binary operation on BoxedValues | hgallagher1993 | -85/+211 |
| 2019-03-27 | Add comments for new `AdtDef` functions. | David Wood | -0/+5 |
| 2019-03-27 | Regression test for rust-lang/rust#56327. | Felix S. Klock II | -0/+25 |
| 2019-03-27 | Some tests illustrating where the revised lint does and does not apply. | Felix S. Klock II | -0/+346 |
| 2019-03-27 | Add higher-ranked trait bounds link | Chris Gregory | -0/+1 |
| 2019-03-27 | Clarify behavior of dbg macro | Nikhil Benesch | -1/+2 |
| 2019-03-27 | replace llvm-rebuild-trigger with commit hash | Andy Russell | -19/+33 |
| 2019-03-27 | Add a test | Taiki Endo | -0/+18 |
| 2019-03-27 | Do not lint `dyn` tokens under macros. | Felix S. Klock II | -11/+36 |
| 2019-03-27 | Auto merge of #59415 - varkor:values_since_snapshot, r=eddyb | bors | -99/+122 |
| 2019-03-27 | Include id in Thread's Debug implementation | Konrad Borowski | -1/+4 |
| 2019-03-27 | Add some tests | Yuki OKUSHI | -0/+88 |
| 2019-03-27 | Use Vec instead of FxHashMap | varkor | -19/+20 |
| 2019-03-27 | Lookup region variable origin instead of choosing one | varkor | -15/+18 |
| 2019-03-27 | Store type variable origins in InferenceFudger | varkor | -6/+13 |
| 2019-03-27 | Propitiate tidy | varkor | -1/+2 |
| 2019-03-27 | Update ena to version 0.13.0 | varkor | -1/+1 |
| 2019-03-27 | Use `eq_relations` | varkor | -10/+8 |
| 2019-03-27 | Add `next_int_var` and `next_float_var` | varkor | -10/+16 |
| 2019-03-27 | Simplify `fudge_inference_if_ok` | varkor | -19/+19 |
| 2019-03-27 | Add int variables and float variables to `InferenceFudger` | varkor | -9/+35 |
| 2019-03-27 | Rename `RegionFudger` to `InferenceFudger` | varkor | -8/+8 |
| 2019-03-27 | Remove `TypeVariableMap` | varkor | -2/+0 |
| 2019-03-27 | Use Ranges for vars_since_snapshot | varkor | -39/+38 |