| Age | Commit message (Expand) | Author | Lines |
| 2017-12-23 | Auto merge of #46905 - pnkfelix:backport-46112-fix-to-beta, r=michaelwoerister | bors | -10/+30 |
| 2017-12-21 | Revert "Auto merge of #45225 - eddyb:trans-abi, r=arielb1" | Ariel Ben-Yehuda | -23/+0 |
| 2017-12-21 | reverted tests to cope with "regression" back to printing leading `core::` | Felix S. Klock II | -2/+2 |
| 2017-12-20 | Followup for #46112. | Felix S. Klock II | -12/+32 |
| 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 | rustc: remove Ty::layout and move everything to layout_of. | Eduard-Mihai Burtescu | -0/+23 |
| 2017-11-18 | Auto merge of #46032 - KiChjang:ignore-borrowck-statics, r=nikomatsakis | bors | -34/+0 |
| 2017-11-17 | Do not registor borrows for unsafe lvalues | Keith Yeung | -34/+0 |
| 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 | 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 |
| 2017-11-12 | Auto merge of #45870 - mikeyhew:arbitrary_self_types, r=arielb1 | bors | -17/+82 |
| 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/+3 |
| 2017-11-11 | Auto merge of #45772 - leodasvacas:fix-auto-bounds-in-trait-objects, r=nikoma... | bors | -5/+5 |
| 2017-11-11 | Auto merge of #45807 - tommyip:format_err, r=estebank | bors | -23/+31 |
| 2017-11-11 | Fix MIR borrowck EndRegion not found | Ramana Venkata | -9/+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 | -49/+69 |