| Age | Commit message (Expand) | Author | Lines |
| 2017-11-21 | Properly handle reexport of foreign items. | kennytm | -0/+66 |
| 2017-11-20 | Auto merge of #45645 - fhartwig:39550, r=QuietMisdreavus | bors | -8/+8 |
| 2017-11-20 | Auto merge of #45905 - alexcrichton:add-wasm-target, r=aturon | bors | -128/+435 |
| 2017-11-19 | std: Add a new wasm32-unknown-unknown target | Alex Crichton | -128/+435 |
| 2017-11-20 | Make rustdoc not include self-by-value methods from Deref target | Florian Hartwig | -8/+8 |
| 2017-11-19 | Auto merge of #45225 - eddyb:trans-abi, r=arielb1 | bors | -90/+207 |
| 2017-11-19 | Revert "tests: Update run-make/issue-25581 to reflect how fat pointers are pa... | Eduard-Mihai Burtescu | -4/+9 |
| 2017-11-19 | rustc_trans: work around i686-pc-windows-msvc byval align LLVM bug. | Eduard-Mihai Burtescu | -3/+3 |
| 2017-11-19 | Don't glob-import overlapping variant names in test/codegen/match-optimizes-a... | Eduard-Mihai Burtescu | -11/+9 |
| 2017-11-19 | rustc: extend the niche-filling enum optimization past 2 variants. | Eduard-Mihai Burtescu | -0/+37 |
| 2017-11-19 | rustc: unpack scalar pair newtype layout ABIs. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-11-19 | rustc: unpack scalar newtype layout ABIs. | Eduard-Mihai Burtescu | -5/+5 |
| 2017-11-19 | rustc: encode scalar pairs in layout ABI. | Eduard-Mihai Burtescu | -10/+7 |
| 2017-11-19 | rustc_trans: compute better align/dereferenceable attributes from pointees. | Eduard-Mihai Burtescu | -6/+6 |
| 2017-11-19 | rustc: optimize out uninhabited types and variants. | Eduard-Mihai Burtescu | -0/+23 |
| 2017-11-19 | rustc: generalize layout::Variants::NicheFilling to niches other than 0. | Eduard-Mihai Burtescu | -2/+32 |
| 2017-11-19 | rustc_trans: go through layouts uniformly for fat pointers and variants. | Eduard-Mihai Burtescu | -14/+13 |
| 2017-11-19 | rustc: make Layout::NullablePointer a lot more like Layout::General. | Eduard-Mihai Burtescu | -0/+3 |
| 2017-11-19 | rustc: collapse Layout::{Raw,StructWrapped}NullablePointer into one variant. | Eduard-Mihai Burtescu | -0/+1 |
| 2017-11-19 | rustc: represent the discriminant as a field for Layout::{Raw,StructWrapped}N... | Eduard-Mihai Burtescu | -0/+25 |
| 2017-11-19 | rustc: remove Ty::layout and move everything to layout_of. | Eduard-Mihai Burtescu | -10/+4 |
| 2017-11-19 | rustc: use an offset instead of a field path in Layout::StructWrappedNullable... | Eduard-Mihai Burtescu | -1/+0 |
| 2017-11-19 | rustc: do not inject discriminant fields into Layout::General's variants. | Eduard-Mihai Burtescu | -2/+5 |
| 2017-11-19 | rustc_trans: always insert alignment padding, even before the first field. | Eduard-Mihai Burtescu | -8/+11 |
| 2017-11-19 | rustc_trans: use *[T; 0] for slice data pointers instead of *T. | Eduard-Mihai Burtescu | -7/+8 |
| 2017-11-19 | rustc_trans: remove the in_memory_type_of distinction. | Eduard-Mihai Burtescu | -14/+0 |
| 2017-11-19 | rustc_trans: use more of the trans::mir and ty::layout APIs throughout. | Eduard-Mihai Burtescu | -6/+6 |
| 2017-11-19 | rustc_trans: use a predictable layout for constant ADTs. | Eduard-Mihai Burtescu | -4/+4 |
| 2017-11-18 | Auto merge of #46039 - oli-obk:test_suggestions, r=petrochenkov | bors | -30/+0 |
| 2017-11-18 | rustc_mir: always downcast enums, even if univariant. | Eduard-Mihai Burtescu | -0/+13 |
| 2017-11-18 | Auto merge of #46032 - KiChjang:ignore-borrowck-statics, r=nikomatsakis | bors | -34/+54 |
| 2017-11-18 | Auto merge of #46000 - kennytm:fix-45640-extern-type-ice-in-rustdoc, r=QuietM... | bors | -0/+28 |
| 2017-11-18 | Auto merge of #45999 - jseyfried:def_site_span, r=nrc | bors | -2/+2 |
| 2017-11-18 | Auto merge of #45989 - davidtwco:issue-45360, r=nikomatsakis | bors | -5/+18 |
| 2017-11-17 | Add run-pass test for assignment to static mut | Keith Yeung | -0/+23 |
| 2017-11-17 | Do not registor borrows for unsafe lvalues | Keith Yeung | -34/+0 |
| 2017-11-17 | Auto merge of #45853 - nikomatsakis:chalk-simplify-hr-lub-glb, r=arielb1 | bors | -0/+142 |
| 2017-11-17 | Allow assignment to static muts | Keith Yeung | -0/+31 |
| 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-17 | Auto merge of #45996 - eddyb:even-mirer-1, r=arielb1 | bors | -12/+21 |
| 2017-11-17 | Updated test to reflect expected Mir output. | David Wood | -5/+18 |
| 2017-11-17 | MIR: hide .rodata constants vs by-ref ABI clash in trans. | Eduard-Mihai Burtescu | -12/+21 |
| 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 | Remove left over dead code from suggestion diagnostic refactoring | Oliver Schneider | -30/+0 |
| 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 |