| Age | Commit message (Expand) | Author | Lines |
| 2017-11-15 | Add/Modify tests for argument position impl Trait | Christopher Vittal | -22/+160 |
| 2017-11-15 | Add universal_impl_trait feature gate | Christopher Vittal | -1/+17 |
| 2017-11-15 | Add new error comparision to hide desugaring | Christopher Vittal | -13/+1 |
| 2017-11-15 | fix test | Mikhail Modin | -2/+1 |
| 2017-11-15 | add `StorageDead` handling | Mikhail Modin | -0/+30 |
| 2017-11-15 | Auto merge of #45922 - vramana:fix-45702, r=nikomatsakis | bors | -9/+33 |
| 2017-11-15 | Auto merge of #45913 - sinkuu:mir-inlining-closure, r=arielb1 | bors | -0/+42 |
| 2017-11-14 | Auto merge of #45821 - djzin:unreachable-match-arms, r=nikomatsakis | bors | -29/+82 |
| 2017-11-14 | Rollup merge of #45967 - matthewjasper:array-move-types, r=arielb1 | Guillaume Gomez | -1/+6 |
| 2017-11-14 | Rollup merge of #45950 - fitzgen:update-unary-and-binary-exprs-test-to-use-in... | Guillaume Gomez | -112/+56 |
| 2017-11-14 | Rollup merge of #45941 - gaurikholkar:master, r=nikomatsakis | Guillaume Gomez | -60/+47 |
| 2017-11-14 | Rollup merge of #45815 - QuietMisdreavus:happy-little-notices, r=GuillaumeGomez | Guillaume Gomez | -2/+2 |
| 2017-11-14 | Fix test | Shotaro Yamada | -19/+8 |
| 2017-11-14 | Handle closures correctly in MIR inlining | Shotaro Yamada | -0/+53 |
| 2017-11-14 | add optimization codegen tests | Djzin | -0/+44 |
| 2017-11-14 | always add an unreachable branch on matches to give more info to llvm about w... | Djzin | -29/+38 |
| 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 | Use the correct type for cannot move error | matthewjasper | -1/+6 |
| 2017-11-13 | mir-borrowck: Test for `check_access_permissions()` | Basile Desloges | -1/+82 |
| 2017-11-13 | update codeblock-title test with new notice text | QuietMisdreavus | -2/+2 |
| 2017-11-13 | Auto merge of #45890 - arielb1:self-first, r=eddyb | bors | -0/+35 |
| 2017-11-13 | fixing indentation | gaurikholkar | -12/+12 |
| 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 | incr: Make `unary_and_binary_exprs.rs` use `except`-style incremental checking | Nick Fitzgerald | -112/+56 |
| 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 | tidy fixes | gaurikholkar | -1/+1 |
| 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 | update match-expressions.rs | gaurikholkar | -60/+47 |
| 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 |