| Age | Commit message (Expand) | Author | Lines |
| 2017-11-17 | issue better error message when LUB/GLB diverge under new behavior | Niko Matsakis | -0/+118 |
| 2017-11-17 | make LUB/GLB of higher-ranked things actually do EQ | Niko Matsakis | -0/+24 |
| 2017-11-16 | Auto merge of #45897 - tromey:trait-object-debug, r=michaelwoerister | bors | -0/+33 |
| 2017-11-16 | Auto merge of #45825 - nikomatsakis:nll-factor-region-inference, r=arielb1 | bors | -37/+172 |
| 2017-11-16 | Auto merge of #46029 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -168/+90 |
| 2017-11-16 | leak the affects of closures on the free-region-map, like we used to | Niko Matsakis | -0/+44 |
| 2017-11-16 | fix mir-opt NLL tests -- variable `'_#0r` is now `'static` | Niko Matsakis | -25/+25 |
| 2017-11-16 | integrate NLL with MIR type-checker | Niko Matsakis | -0/+100 |
| 2017-11-16 | fix error messages relating to removing lint for E0276 | Niko Matsakis | -10/+2 |
| 2017-11-16 | rename `region_inference` module to `region_constraints` | Niko Matsakis | -1/+1 |
| 2017-11-16 | Rollup merge of #46005 - GuillaumeGomez:short-unstable, r=nrc | Guillaume Gomez | -1/+1 |
| 2017-11-16 | Rollup merge of #45984 - ExpHP:attr-error-context, r=estebank | Guillaume Gomez | -22/+14 |
| 2017-11-16 | Rollup merge of #45951 - CrockAgile:master, r=michaelwoerister | Guillaume Gomez | -145/+75 |
| 2017-11-16 | Auto merge of #45985 - arielb1:unsafe-dedup, r=eddyb | bors | -8/+9 |
| 2017-11-16 | Auto merge of #45920 - sunfishcode:trap-on-unreachable, r=Zoxc | bors | -2/+12 |
| 2017-11-15 | Auto merge of #45918 - chrisvittal:impl-trait-pr, r=nikomatsakis | bors | -107/+609 |
| 2017-11-15 | convert EXTRA_REQUIREMENT_IN_IMPL into a hard error | Niko Matsakis | -1/+0 |
| 2017-11-15 | add a new test featuring two impl traits to show what it looks like | Niko Matsakis | -0/+32 |
| 2017-11-15 | Remove Fn trait + impl Trait rustdoc tests | Christopher Vittal | -5/+9 |
| 2017-11-15 | Add cases to where-allowed.rs | Christopher Vittal | -4/+9 |
| 2017-11-15 | Add/Fix stderr references for impl Trait ui tests | Christopher Vittal | -1/+31 |
| 2017-11-15 | Disallow all impl Trait within Fn trait sugar | Christopher Vittal | -4/+6 |
| 2017-11-15 | Incorporate review feedback | Christopher Vittal | -2/+0 |
| 2017-11-15 | some tests featuring multiple bounds, other errors | Niko Matsakis | -0/+49 |
| 2017-11-15 | add a UI test showing the current output from an impl trait type | Niko Matsakis | -0/+32 |
| 2017-11-15 | add some more positive tests | Niko Matsakis | -0/+99 |
| 2017-11-15 | rename `equality-universal` to a more extensible naming scheme | Niko Matsakis | -0/+0 |
| 2017-11-15 | extend `where-allowed.rs` with many more cases | Niko Matsakis | -93/+179 |
| 2017-11-15 | rename many-cases to where-allowed | Niko Matsakis | -0/+0 |
| 2017-11-15 | test we reject equivalent signatures with more than one argument | Niko Matsakis | -0/+23 |
| 2017-11-15 | Remove unamed parameters | Christopher Vittal | -2/+2 |
| 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 | Auto merge of #45938 - vramana:fix-ice-45698, r=arielb1 | bors | -0/+24 |
| 2017-11-15 | Set short-message feature unstable | Guillaume Gomez | -1/+1 |
| 2017-11-15 | fix test | Mikhail Modin | -2/+1 |
| 2017-11-15 | Emit debug info for trait object pointer | Tom Tromey | -0/+33 |
| 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 | add NOTE: to test notes | Michael Lamparski | -14/+14 |
| 2017-11-15 | Fix printing of upvar in closures | Ramana Venkata | -0/+24 |
| 2017-11-14 | Remove checked arithmetic from if expression hash tests | Jeff Crocker | -4/+4 |
| 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 | check_unsafety: fix unused unsafe block duplication | Ariel Ben-Yehuda | -8/+9 |