| Age | Commit message (Expand) | Author | Lines |
| 2017-11-21 | Report special messages for path segment keywords in wrong positions | Vadim Petrochenkov | -10/+9 |
| 2017-11-21 | Support `::crate` in paths | Vadim Petrochenkov | -2/+76 |
| 2017-11-20 | Auto merge of #45905 - alexcrichton:add-wasm-target, r=aturon | bors | -0/+14 |
| 2017-11-19 | std: Add a new wasm32-unknown-unknown target | Alex Crichton | -0/+14 |
| 2017-11-19 | Auto merge of #45225 - eddyb:trans-abi, r=arielb1 | bors | -0/+23 |
| 2017-11-19 | mir-borrowck: Remove parens in the lvalue description of a deref | Basile Desloges | -12/+12 |
| 2017-11-19 | dead code lint to say "never constructed" for variants | Zack M. Davis | -9/+9 |
| 2017-11-19 | rustc: remove Ty::layout and move everything to layout_of. | Eduard-Mihai Burtescu | -0/+23 |
| 2017-11-18 | fix compile-fail tests | Niko Matsakis | -5/+1 |
| 2017-11-18 | Auto merge of #46032 - KiChjang:ignore-borrowck-statics, r=nikomatsakis | bors | -34/+0 |
| 2017-11-18 | rename `issue-21410.rs` to `ui/unboxed-closure-no-cyclic-sig.rs` | Niko Matsakis | -15/+0 |
| 2017-11-18 | add a compile-fail test for cyclic generators being forbidden | Niko Matsakis | -0/+45 |
| 2017-11-18 | move the signature into the closure type | Niko Matsakis | -2/+35 |
| 2017-11-18 | stop using the `closure_kinds` query / table for anything | Niko Matsakis | -1/+1 |
| 2017-11-17 | Do not registor borrows for unsafe lvalues | Keith Yeung | -34/+0 |
| 2017-11-17 | add doc_highlight feature flag and tests | QuietMisdreavus | -0/+14 |
| 2017-11-17 | Fix impl Trait Lifetime Handling | Taylor Cramer | -43/+122 |
| 2017-11-16 | Use local spans only | Esteban Küber | -2/+9 |
| 2017-11-17 | Updated test to reflect expected Mir output. | David Wood | -5/+18 |
| 2017-11-16 | Auto merge of #45825 - nikomatsakis:nll-factor-region-inference, r=arielb1 | bors | -1/+0 |
| 2017-11-16 | Rollup merge of #45984 - ExpHP:attr-error-context, r=estebank | Guillaume Gomez | -22/+14 |
| 2017-11-15 | Point to ADT definition when not finding variant, method, assoc type | Esteban Küber | -3/+5 |
| 2017-11-15 | Use the proper term when using non-existing variant | Esteban Küber | -7/+8 |
| 2017-11-15 | Auto merge of #45918 - chrisvittal:impl-trait-pr, r=nikomatsakis | bors | -69/+295 |
| 2017-11-15 | convert EXTRA_REQUIREMENT_IN_IMPL into a hard error | Niko Matsakis | -1/+0 |
| 2017-11-15 | Add cases to where-allowed.rs | Christopher Vittal | -4/+9 |
| 2017-11-15 | Incorporate review feedback | Christopher Vittal | -2/+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 | -5/+103 |
| 2017-11-15 | Add universal_impl_trait feature gate | Christopher Vittal | -1/+17 |
| 2017-11-15 | Auto merge of #45938 - vramana:fix-ice-45698, r=arielb1 | bors | -0/+24 |
| 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-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 | Rollup merge of #45967 - matthewjasper:array-move-types, r=arielb1 | Guillaume Gomez | -1/+6 |
| 2017-11-14 | un-add some notes from tests | Michael Lamparski | -23/+12 |
| 2017-11-14 | Add context to E0084, E00517, E0518 | Michael Lamparski | -28/+31 |
| 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 | Auto merge of #45890 - arielb1:self-first, r=eddyb | bors | -0/+35 |
| 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 | -24/+26 |