| Age | Commit message (Expand) | Author | Lines |
| 2018-03-23 | Revert "change skolemizations to use universe index" | Sean Griffin | -17/+10 |
| 2018-03-23 | Revert "fix tidy error" | Sean Griffin | -4/+1 |
| 2018-03-23 | Revert "fix tests in `librustc_driver`" | Sean Griffin | -2/+1 |
| 2018-03-23 | Revert "change skolemizations to use universe index" | Sean Griffin | -18/+18 |
| 2018-03-23 | Auto merge of #49285 - nrc:update, r=alexcrichton | bors | -6/+41 |
| 2018-03-23 | Update RLS and Rustfmt | Nick Cameron | -6/+41 |
| 2018-03-22 | Auto merge of #49210 - oli-obk:pango_crash, r=eddyb | bors | -38/+66 |
| 2018-03-22 | Auto merge of #49264 - kennytm:rollup, r=kennytm | bors | -1129/+1447 |
| 2018-03-22 | Rollup merge of #49038 - canndrew:replace-infallible-with-never, r=SimonSapin | kennytm | -38/+9 |
| 2018-03-22 | Rollup merge of #49105 - SimonSapin:from_utf8_lossy_example, r=alexcrichton | kennytm | -0/+31 |
| 2018-03-22 | Revert "Temporarily disable dist-ing RLS, Rustfmt and Clippy." | kennytm | -9/+1 |
| 2018-03-22 | Rollup merge of #49244 - varkor:type_dependent_defs_ExprMethodCall, r=estebank | kennytm | -4/+41 |
| 2018-03-22 | Rollup merge of #49242 - Mrowqa:typaram-attrs, r=petrochenkov | kennytm | -2/+7 |
| 2018-03-22 | Rollup merge of #49231 - gnzlbg:fix_vec_fminmax, r=rkruppe | kennytm | -4/+4 |
| 2018-03-22 | Rollup merge of #49225 - QuietMisdreavus:all-the-features-all-the-time, r=ale... | kennytm | -4/+26 |
| 2018-03-22 | Rollup merge of #49216 - bjorn3:patch-1, r=estebank | kennytm | -22/+18 |
| 2018-03-22 | Rollup merge of #49211 - varkor:chalk-lowering-Implemented-From-Env, r=nikoma... | kennytm | -4/+75 |
| 2018-03-22 | Rollup merge of #49209 - Zoxc:run-make-last, r=Mark-Simulacrum | kennytm | -2/+4 |
| 2018-03-22 | Rollup merge of #49189 - GuillaumeGomez:fix-implied-shortcut-links, r=QuietMi... | kennytm | -10/+28 |
| 2018-03-22 | Rollup merge of #49188 - memoryleak47:macro_use_doctest, r=QuietMisdreavus | kennytm | -0/+19 |
| 2018-03-22 | Rollup merge of #49158 - varkor:compiletest-triples, r=rkruppe | kennytm | -7/+36 |
| 2018-03-22 | Rollup merge of #49140 - semarie:rustdoc-test-path, r=alexcrichton | kennytm | -1/+3 |
| 2018-03-22 | Rollup merge of #49117 - nivkner:fixme_fixup3, r=estebank | kennytm | -77/+40 |
| 2018-03-22 | Rollup merge of #49109 - SimonSapin:deprecate-asciiext, r=alexcrichton | kennytm | -16/+24 |
| 2018-03-22 | Rollup merge of #49093 - Zoxc:speedup, r=aidanhs | kennytm | -43/+29 |
| 2018-03-22 | Rollup merge of #49069 - wesleywiser:incr_soa, r=michaelwoerister | kennytm | -10/+20 |
| 2018-03-22 | Rollup merge of #49029 - GuillaumeGomez:atomic-docs, r=QuietMisdreavus | kennytm | -364/+401 |
| 2018-03-22 | Rollup merge of #48939 - wesleywiser:incr_query_wf_checking, r=michaelwoerister | kennytm | -506/+545 |
| 2018-03-22 | Fix the conversion between bit representations and i128 representations | Oliver Schneider | -38/+66 |
| 2018-03-22 | Rollup merge of #48759 - QuietMisdreavus:simd-feature-docs, r=GuillaumeGomez | kennytm | -2/+75 |
| 2018-03-22 | Rollup merge of #48596 - GuillaumeGomez:invalid-code-block-start, r=QuietMisd... | kennytm | -4/+11 |
| 2018-03-22 | Auto merge of #49094 - alexcrichton:print-step-duration, r=kennytm | bors | -22/+77 |
| 2018-03-22 | Auto merge of #49041 - nikomatsakis:issue-46541-impl-trait-hidden-lifetimes, ... | bors | -84/+427 |
| 2018-03-22 | Temporarily disable dist-ing RLS, Rustfmt and Clippy. | kennytm | -1/+9 |
| 2018-03-21 | add target_feature items to doc_cfg rustdoc test | QuietMisdreavus | -0/+24 |
| 2018-03-21 | also fix the Fixed code | Niko Matsakis | -1/+3 |
| 2018-03-21 | WIP do not use in-band lifetimes | Niko Matsakis | -1/+1 |
| 2018-03-21 | Now it compiles | Mrowqa | -2/+4 |
| 2018-03-22 | Handle redirects correctly. | kennytm | -2/+2 |
| 2018-03-22 | Download the GCC artifacts from the HTTP server instead of FTP server. | kennytm | -0/+34 |
| 2018-03-21 | Moved test to ui | varkor | -0/+18 |
| 2018-03-21 | update stdsimd | QuietMisdreavus | -0/+0 |
| 2018-03-21 | WIP tweak example to include feature gate | Niko Matsakis | -0/+2 |
| 2018-03-21 | Fix type_dependent_defs ICE on method calls | varkor | -4/+23 |
| 2018-03-21 | Deprecate the AsciiExt trait in favor of inherent methods | Simon Sapin | -16/+24 |
| 2018-03-21 | Fix test error | bjorn3 | -0/+8 |
| 2018-03-21 | WIP fix mir-opt-end-region-8 | Niko Matsakis | -2/+4 |
| 2018-03-21 | work around fallout from these changes in rustc | Niko Matsakis | -21/+62 |
| 2018-03-21 | use subtyping when we create a closure instead of for upvar types | Niko Matsakis | -4/+35 |
| 2018-03-21 | report an error if we see an unexpected lifetime in impl Trait | Niko Matsakis | -34/+291 |