| Age | Commit message (Expand) | Author | Lines |
| 2017-11-14 | Auto merge of #45915 - michaelwoerister:removed-nodes-in-try-mark-green, r=al... | bors | -0/+47 |
| 2017-11-14 | Auto merge of #45909 - sinkuu:issue-45885, r=arielb1 | bors | -0/+38 |
| 2017-11-13 | mir-borrowck: Test for `check_access_permissions()` | Basile Desloges | -1/+82 |
| 2017-11-13 | Auto merge of #45890 - arielb1:self-first, r=eddyb | bors | -0/+35 |
| 2017-11-13 | Auto merge of #45824 - dotdash:stack_pop, r=alexcrichton | bors | -0/+34 |
| 2017-11-13 | Auto merge of #45810 - SimonSapin:ac-dc, r=aturon | bors | -2/+4 |
| 2017-11-13 | Rollup merge of #45952 - zackmdavis:singular_projection, r=estebank | kennytm | -0/+36 |
| 2017-11-13 | Rollup merge of #45927 - sinkuu:mir-borrowck-closure, r=estebank | kennytm | -0/+208 |
| 2017-11-12 | deduplicate projection error (E0271) messages | Zack M. Davis | -0/+36 |
| 2017-11-13 | Fix comments | Shotaro Yamada | -1/+1 |
| 2017-11-12 | Auto merge of #44167 - cengizIO:master, r=nikomatsakis | bors | -121/+79 |
| 2017-11-12 | update project-fn-test-invariant test | Cengiz Can | -2/+2 |
| 2017-11-12 | update failing E0621 tests | Cengiz Can | -6/+6 |
| 2017-11-12 | use BTreeMap for region constraints | Cengiz Can | -2/+2 |
| 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/+74 |
| 2017-11-12 | Auto merge of #45753 - sinkuu:mir_copyprop_arg, r=arielb1 | bors | -0/+116 |
| 2017-11-12 | Update LLVM to fix miscompiles with -Copt-level=z on Windows | Björn Steinbrink | -0/+34 |
| 2017-11-12 | Do not silence output in run-make/sanitizer-memory | Simon Sapin | -2/+4 |
| 2017-11-12 | Auto merge of #45900 - rkruppe:u128-to-f32-saturation-by-default, r=alexcrichton | bors | -42/+61 |
| 2017-11-12 | Auto merge of #45870 - mikeyhew:arbitrary_self_types, r=arielb1 | bors | -22/+207 |
| 2017-11-12 | Auto merge of #45864 - nikomatsakis:issue-30046-infer-fn-once-in-closures, r=... | bors | -0/+77 |
| 2017-11-12 | MIR-borrowck: fix diagnostics for closures | Shotaro Yamada | -0/+208 |
| 2017-11-11 | Auto merge of #45775 - petrochenkov:patnopat, r=nikomatsakis | bors | -5/+36 |
| 2017-11-11 | Always report patterns more complex than `mut IDENT` as errors | Vadim Petrochenkov | -3/+1 |
| 2017-11-11 | Accept interpolated patterns in trait method parameters | Vadim Petrochenkov | -4/+37 |
| 2017-11-11 | Rollup merge of #45877 - mikhail-m1:mir-borrowck-act-on-moved, r=arielb1 | Guillaume Gomez | -3/+42 |
| 2017-11-11 | Auto merge of #45772 - leodasvacas:fix-auto-bounds-in-trait-objects, r=nikoma... | bors | -5/+8 |
| 2017-11-11 | Auto merge of #45807 - tommyip:format_err, r=estebank | bors | -25/+33 |
| 2017-11-10 | Auto merge of #45707 - Ryman:deprecated-item-name, r=nikomatsakis | bors | -222/+291 |
| 2017-11-10 | Auto merge of #45050 - petrochenkov:ambind, r=nikomatsakis | bors | -17/+107 |
| 2017-11-10 | incr.comp.: Don't crash in DepGraph::try_mark_green() when encountering a rem... | Michael Woerister | -0/+47 |
| 2017-11-10 | Auto merge of #45804 - gnzlbg:div_intr, r=alexcrichton | bors | -5/+20 |
| 2017-11-10 | Separately eliminate self-assignments | sinkuu | -1/+2 |
| 2017-11-10 | Fix MIR CopyPropagation errneously propagating assignments to function arguments | sinkuu | -0/+115 |
| 2017-11-10 | Normalize inlined function in MIR inliner | Shotaro Yamada | -0/+38 |
| 2017-11-10 | Auto merge of #45785 - arielb1:unsafe-fixes, r=eddyb | bors | -8/+148 |
| 2017-11-10 | Make saturating u128 -> f32 casts the default behavior | Robin Kruppe | -42/+61 |
| 2017-11-10 | Rollup merge of #45901 - rkruppe:fix-typo, r=kennytm | kennytm | -2/+2 |
| 2017-11-10 | Rollup merge of #45887 - xfix:assert-eq-trailling-comma, r=dtolnay | kennytm | -16/+0 |
| 2017-11-10 | Rollup merge of #45856 - estebank:issue-45829, r=nikomatsakis | kennytm | -0/+56 |
| 2017-11-10 | Auto merge of #45773 - Badel2:dotdoteq, r=petrochenkov | bors | -2/+40 |
| 2017-11-10 | Fix typo in -Zsaturating-float-casts test | Robin Kruppe | -2/+2 |
| 2017-11-09 | Retain information on whether a format argument has explicit position | Tommy Ip | -5/+10 |
| 2017-11-09 | Auto merge of #45757 - mikhail-m1:change-mir-dump-filename, r=nikomatsakis | bors | -132/+132 |
| 2017-11-09 | check::method - unify receivers before normalizing method signatures | Ariel Ben-Yehuda | -0/+35 |
| 2017-11-09 | add run-pass tests | Michael Hewson | -0/+115 |
| 2017-11-09 | Don't emit the feature error if it's an invalid self type | Michael Hewson | -14/+1 |
| 2017-11-09 | add reinit test | Mikhail Modin | -0/+39 |
| 2017-11-09 | update test/ui/static-lifetime.stderr with new error message | Michael Hewson | -2/+7 |