| Age | Commit message (Expand) | Author | Lines |
| 2018-12-17 | Fix grammar in compiler error for array iterators | Matthew Russell | -4/+4 |
| 2018-12-17 | fix review comments, round 2 | Ariel Ben-Yehuda | -1/+1 |
| 2018-12-17 | address review comments | Ariel Ben-Yehuda | -7/+11 |
| 2018-12-17 | trigger unsized coercions keyed on Sized bounds | Ariel Ben-Yehuda | -0/+58 |
| 2018-12-16 | Fixed `Into` bound on `TryFrom` error. | Ozaren | -1/+1 |
| 2018-12-16 | Changed expected error message for TryFrom | Ozaren | -1/+1 |
| 2018-12-16 | Rollup merge of #56850 - alexreg:fix-self-in-typedefs, r=petrochenkov | Mazdak Farrokhzad | -0/+78 |
| 2018-12-16 | Rollup merge of #56790 - rust-lang:borrowck-niche-discriminants, r=nikomatsakis | Mazdak Farrokhzad | -7/+60 |
| 2018-12-16 | Rollup merge of #56789 - alexcrichton:simd_select_bitmask, r=rkruppe | Mazdak Farrokhzad | -4/+22 |
| 2018-12-16 | Rollup merge of #56761 - estebank:path-display, r=zackmdavis | Mazdak Farrokhzad | -0/+21 |
| 2018-12-16 | Rollup merge of #56706 - oli-obk:const_unsafe_fn, r=Centril | Mazdak Farrokhzad | -98/+26 |
| 2018-12-16 | Rollup merge of #56439 - JohnGinger:master, r=nikomatsakis | Mazdak Farrokhzad | -0/+11 |
| 2018-12-16 | fix trait objects with a Self-having projection va | Ariel Ben-Yehuda | -0/+57 |
| 2018-12-15 | stop treating trait objects from #[fundamental] traits as fundamental | Ariel Ben-Yehuda | -0/+34 |
| 2018-12-15 | Auto merge of #56203 - aheart:master, r=varkor | bors | -0/+26 |
| 2018-12-15 | Corrected expected test err messages. | Alexander Regueiro | -10/+10 |
| 2018-12-15 | Added test for issue #56835. | Alexander Regueiro | -0/+25 |
| 2018-12-15 | Fixed issue #56199. | Alexander Regueiro | -0/+53 |
| 2018-12-15 | Rollup merge of #56679 - euclio:external-doc-parse, r=estebank | Pietro Albini | -6/+63 |
| 2018-12-15 | Auto merge of #56840 - pietroalbini:rollup, r=pietroalbini | bors | -4/+156 |
| 2018-12-15 | Rollup merge of #56760 - estebank:dedup-bounds, r=oli-obk | Pietro Albini | -2/+25 |
| 2018-12-15 | Rollup merge of #56755 - estebank:impl-trait-lt-sugg, r=cramertj | Pietro Albini | -0/+55 |
| 2018-12-15 | Rollup merge of #56746 - pnkfelix:issue-56537-add-test-of-closure-using-regio... | Pietro Albini | -0/+74 |
| 2018-12-15 | Rollup merge of #56738 - turboladen:fix-private_no_mangle_fns-message, r=zack... | Pietro Albini | -2/+2 |
| 2018-12-15 | Auto merge of #56584 - davidtwco:issue-53990, r=nikomatsakis | bors | -2/+10 |
| 2018-12-15 | Auto merge of #56540 - oli-obk:less_const_hackery, r=varkor | bors | -12/+158 |
| 2018-12-14 | Auto merge of #56572 - kevgrasso:let_self_err_dev, r=estebank | bors | -1/+8 |
| 2018-12-14 | rustc: Add an unstable `simd_select_bitmask` intrinsic | Alex Crichton | -4/+22 |
| 2018-12-14 | use tracking issue instead of original issue | Ariel Ben-Yehuda | -3/+3 |
| 2018-12-14 | add coherence future-compat warnings for marker-only trait objects | Ariel Ben-Yehuda | -0/+110 |
| 2018-12-14 | Rollup merge of #56789 - alexcrichton:simd_select_bitmask, r=rkruppe | kennytm | -4/+32 |
| 2018-12-14 | Rollup merge of #56695 - varkor:let-exhaustive-range, r=estebank | kennytm | -0/+8 |
| 2018-12-13 | debug logging, added conditional error message, tests updated | Kevyn Grasso | -1/+8 |
| 2018-12-14 | Auto merge of #56351 - davidtwco:issue-55396-stabilize-linker-flavor, r=nagisa | bors | -28/+0 |
| 2018-12-13 | rustc: Add an unstable `simd_select_bitmask` intrinsic | Alex Crichton | -4/+32 |
| 2018-12-13 | Make determining the discriminant a normal Shallow read | Matthew Jasper | -7/+60 |
| 2018-12-13 | Wording changes | Esteban Küber | -2/+2 |
| 2018-12-13 | Update tests to show diagnostics | Oliver Scherer | -19/+128 |
| 2018-12-13 | Stabilize `linker-flavor` flag. | David Wood | -28/+0 |
| 2018-12-12 | Suggest using `.display()` when trying to print a `Path` | Esteban Küber | -0/+21 |
| 2018-12-12 | Deduplicate unsatisfied trait bounds | Esteban Küber | -2/+25 |
| 2018-12-12 | Account for `impl Trait` when suggesting lifetime | Esteban Küber | -0/+55 |
| 2018-12-12 | Add test of current behavior (infer free region within closure body) previous... | Felix S. Klock II | -0/+74 |
| 2018-12-11 | Fix private_no_mangle_fns message grammar | Steve Loveless | -2/+2 |
| 2018-12-11 | std: Depend directly on crates.io crates | Alex Crichton | -10/+10 |
| 2018-12-11 | Update tests | varkor | -3/+3 |
| 2018-12-11 | Restore old match behaviour | varkor | -3/+27 |
| 2018-12-11 | Fix some misbehaving tests | varkor | -3/+3 |
| 2018-12-11 | Make liveness analysis respect privacy | varkor | -2/+3 |
| 2018-12-11 | Add privately uninhabited dead code test | varkor | -0/+19 |