| Age | Commit message (Expand) | Author | Lines |
| 2017-11-13 | mir-borrowck: Move `is_static_mut()` to `ty/utils.rs` | Basile Desloges | -22/+24 |
| 2017-11-13 | Auto merge of #45890 - arielb1:self-first, r=eddyb | bors | -9/+56 |
| 2017-11-13 | Auto merge of #45824 - dotdash:stack_pop, r=alexcrichton | bors | -1/+35 |
| 2017-11-13 | Auto merge of #45810 - SimonSapin:ac-dc, r=aturon | bors | -4/+6 |
| 2017-11-13 | Auto merge of #45956 - kennytm:rollup, r=kennytm | bors | -84/+420 |
| 2017-11-13 | Rollup merge of #45954 - udoprog:fix-style, r=kennytm | kennytm | -1/+1 |
| 2017-11-13 | Rollup merge of #45952 - zackmdavis:singular_projection, r=estebank | kennytm | -9/+54 |
| 2017-11-13 | Rollup merge of #45933 - shanavas786:refactor-filter, r=alexcrichton | kennytm | -8/+4 |
| 2017-11-13 | Rollup merge of #45927 - sinkuu:mir-borrowck-closure, r=estebank | kennytm | -9/+303 |
| 2017-11-13 | Rollup merge of #45917 - ollie27:compiletest_stamp, r=alexcrichton | kennytm | -0/+5 |
| 2017-11-13 | Rollup merge of #45914 - michaelwoerister:fix-test-header-parsing, r=alexcric... | kennytm | -10/+11 |
| 2017-11-13 | Rollup merge of #45893 - redox-os:futex_timeout, r=alexcrichton | kennytm | -22/+38 |
| 2017-11-13 | Rollup merge of #45892 - redox-os:is_absolute_fix, r=alexcrichton | kennytm | -4/+4 |
| 2017-11-13 | Rollup merge of #45828 - pornel:printoption, r=nrc | kennytm | -21/+0 |
| 2017-11-13 | Fix style in interner test | John-John Tedro | -1/+1 |
| 2017-11-13 | Auto merge of #45673 - GuillaumeGomez:rustdoc-type-search-generic, r=QuietMis... | bors | -131/+307 |
| 2017-11-12 | deduplicate projection error (E0271) messages | Zack M. Davis | -9/+54 |
| 2017-11-13 | Fix comments | Shotaro Yamada | -2/+4 |
| 2017-11-13 | Auto merge of #45949 - Mark-Simulacrum:cargo-next, r=alexcrichton | bors | -0/+0 |
| 2017-11-12 | Auto merge of #45623 - mneumann:dragonfly-ci, r=alexcrichton | bors | -0/+179 |
| 2017-11-12 | Bump cargo to master. | Mark Simulacrum | -0/+0 |
| 2017-11-12 | Auto merge of #44167 - cengizIO:master, r=nikomatsakis | bors | -131/+99 |
| 2017-11-12 | Add "As parameters" items as well | Guillaume Gomez | -22/+25 |
| 2017-11-12 | Improve result output | Guillaume Gomez | -5/+8 |
| 2017-11-12 | Big JS optimization | Guillaume Gomez | -15/+11 |
| 2017-11-12 | Add elements count in tab search title | Guillaume Gomez | -6/+13 |
| 2017-11-12 | JS big updates | Guillaume Gomez | -109/+254 |
| 2017-11-12 | Generate generics on search-index | Guillaume Gomez | -7/+29 |
| 2017-11-12 | Auto merge of #45908 - alexcrichton:disable-thinlto-libtest, r=Mark-Simulacrum | bors | -0/+1 |
| 2017-11-12 | Add ci for DragonFly (disabled for now) | Michael Neumann | -0/+179 |
| 2017-11-12 | update project-fn-test-invariant test | Cengiz Can | -2/+2 |
| 2017-11-12 | remove trailing whitespace from comment block | Cengiz Can | -4/+4 |
| 2017-11-12 | add reasons of using BTreeMap to a comment | Cengiz Can | -0/+6 |
| 2017-11-12 | update failing E0621 tests | Cengiz Can | -6/+6 |
| 2017-11-12 | use BTreeMap for region constraints | Cengiz Can | -12/+14 |
| 2017-11-12 | Update fn-ret-invariant test assertion | Cengiz Can | -2/+1 |
| 2017-11-12 | Improve SubSupConflict case with one named, one anonymous lifetime parameter ... | Cengiz Can | -115/+76 |
| 2017-11-12 | Auto merge of #45753 - sinkuu:mir_copyprop_arg, r=arielb1 | bors | -5/+183 |
| 2017-11-12 | Update LLVM to fix miscompiles with -Copt-level=z on Windows | Björn Steinbrink | -1/+35 |
| 2017-11-12 | Do not silence output in run-make/sanitizer-memory | Simon Sapin | -2/+4 |
| 2017-11-12 | Auto merge of #45902 - nrc:component-update, r=alexcrichton | bors | -193/+198 |
| 2017-11-12 | Auto merge of #45900 - rkruppe:u128-to-f32-saturation-by-default, r=alexcrichton | bors | -45/+64 |
| 2017-11-12 | Auto merge of #45870 - mikeyhew:arbitrary_self_types, r=arielb1 | bors | -113/+349 |
| 2017-11-12 | Auto merge of #45864 - nikomatsakis:issue-30046-infer-fn-once-in-closures, r=... | bors | -61/+87 |
| 2017-11-12 | MIR-borrowck: fix diagnostics for closures | Shotaro Yamada | -9/+301 |
| 2017-11-12 | Auto merge of #45848 - nrc:rls-bugs-4, r=eddyb | bors | -775/+964 |
| 2017-11-11 | Disable LLVM assertions on Nightly, enable them in "alt" builds. | Simon Sapin | -2/+2 |
| 2017-11-11 | Auto merge of #45152 - Binero:master, r=dtolnay | bors | -11/+43 |
| 2017-11-11 | Improvided map_entry_replace examples | Jeroen Bollen | -12/+22 |
| 2017-11-11 | Auto merge of #45333 - alkis:master, r=bluss | bors | -30/+136 |