| Age | Commit message (Expand) | Author | Lines |
| 2017-01-04 | Replace BlockAndBuilder with Builder. | Mark Simulacrum | -355/+342 |
| 2017-01-04 | Auto merge of #38670 - dotdash:transmute_align, r=eddyb | bors | -65/+66 |
| 2017-01-02 | Auto merge of #38543 - philipc:unsized-debuginfo, r=michaelwoerister | bors | -1/+1 |
| 2017-01-01 | Merge branch 'master' into sparc64 | Seo Sanghyeon | -89/+235 |
| 2016-12-31 | Fix transmute::<T, U> where T requires a bigger alignment than U | Björn Steinbrink | -65/+66 |
| 2016-12-31 | Calculate discriminant bounds within 64 bits | Simonas Kazlauskas | -2/+3 |
| 2016-12-30 | Further and hopefully final Windows fixes | Simonas Kazlauskas | -0/+3 |
| 2016-12-30 | Fix sign-extension in stage1 compiler | Simonas Kazlauskas | -4/+5 |
| 2016-12-30 | Windows x64 ABI requires i128 params to be passed as reference | est31 | -10/+14 |
| 2016-12-30 | Use LLVMRustConstInt128Get on stage1 too | est31 | -14/+9 |
| 2016-12-30 | Fix rebase fallout | Simonas Kazlauskas | -0/+1 |
| 2016-12-30 | Add a way to retrieve constant value in 128 bits | Simonas Kazlauskas | -67/+46 |
| 2016-12-30 | Wrapping<i128> and attempt at LLVM 3.7 compat | Simonas Kazlauskas | -1/+1 |
| 2016-12-30 | Such large. Very 128. Much bits. | Simonas Kazlauskas | -6/+55 |
| 2016-12-29 | Add cabi_sparc64 | Jonathan A. Kollasch | -0/+188 |
| 2016-12-29 | Rollup merge of #38559 - japaric:ptx2, r=alexcrichton | Alex Crichton | -0/+113 |
| 2016-12-29 | Auto merge of #38571 - nrc:emit-metadata-change, r=alexcrichton | bors | -48/+79 |
| 2016-12-29 | Auto merge of #38645 - nikomatsakis:incr-comp-fix-time-depth, r=nrc | bors | -1/+4 |
| 2016-12-29 | Support --emit=foo,metadata | Nick Cameron | -25/+52 |
| 2016-12-29 | Change --crate-type metadata to --emit=metadata | Nick Cameron | -31/+35 |
| 2016-12-28 | rustc: simplify constant cross-crate loading and rustc_passes::consts. | Eduard-Mihai Burtescu | -94/+40 |
| 2016-12-28 | rustc: separate TraitItem from their parent Item, just like ImplItem. | Eduard-Mihai Burtescu | -0/+5 |
| 2016-12-27 | propagate TIME_DEPTH to the helper threads for -Z time-passes | Niko Matsakis | -1/+4 |
| 2016-12-27 | Auto merge of #38574 - Mark-Simulacrum:box-free-unspecialize, r=eddyb | bors | -63/+31 |
| 2016-12-26 | PTX support | Jorge Aparicio | -0/+113 |
| 2016-12-26 | Remove extra lang item, exchange_free; use box_free instead. | Mark Simulacrum | -63/+31 |
| 2016-12-26 | Auto merge of #38314 - japaric:do-not-delete-enable-llvm-backend, r=alexcrichton | bors | -0/+111 |
| 2016-12-26 | Auto merge of #38542 - YaLTeR:fastcall-fix, r=pnkfelix | bors | -4/+60 |
| 2016-12-24 | Rollup merge of #38554 - DirkyJerky:master, r=frewsxcv | Steve Klabnik | -1/+1 |
| 2016-12-22 | Rename README.txt to README.md | Geoff Yoerger | -0/+0 |
| 2016-12-22 | Add relative hyperlink | Geoff Yoerger | -1/+1 |
| 2016-12-22 | Cleaned up the code and added tests. | Ivan Molodetskikh | -30/+25 |
| 2016-12-22 | Fix debuginfo for unsized struct members | Philip Craig | -1/+1 |
| 2016-12-21 | Make drop glue for unsized value pass two arguments instead of *(data, meta) | Mark Simulacrum | -225/+135 |
| 2016-12-21 | Fixed fastcall not applying inreg attributes to arguments like the C/C++ fast... | Ivan Molodetskikh | -4/+65 |
| 2016-12-20 | Fix rebase errors. | Mark Simulacrum | -2/+1 |
| 2016-12-20 | Reuse cleanup pad declared at start of block. | Mark Simulacrum | -3/+3 |
| 2016-12-20 | Improve cache quality for eh_personality. | Mark Simulacrum | -8/+8 |
| 2016-12-20 | Move eh_unwind_resume into CrateContext | Mark Simulacrum | -44/+37 |
| 2016-12-20 | Simplify get_landing_pad by inlining UnwindKind. | Mark Simulacrum | -72/+22 |
| 2016-12-20 | Add unreachable() after calls to eh_unwind_resume. | Mark Simulacrum | -0/+2 |
| 2016-12-20 | Simplify callee by removing is_indirect branch. | Mark Simulacrum | -13/+6 |
| 2016-12-20 | Move eh_personality() onto CrateContext | Mark Simulacrum | -53/+51 |
| 2016-12-20 | Remove outdated comment | Mark Simulacrum | -3/+0 |
| 2016-12-20 | Remove fn_ty from FunctionContext | Mark Simulacrum | -50/+40 |
| 2016-12-20 | slice_for_each gives a reference already | Mark Simulacrum | -1/+1 |
| 2016-12-20 | Reduce coerce_unsized_into to one call | Mark Simulacrum | -10/+5 |
| 2016-12-20 | Remove outdated comment | Mark Simulacrum | -1/+0 |
| 2016-12-20 | Inline make_drop_glue | Mark Simulacrum | -82/+74 |
| 2016-12-20 | Remove needless check | Mark Simulacrum | -2/+0 |