| Age | Commit message (Expand) | Author | Lines |
| 2015-11-21 | backport: Fix hygiene regression in patterns | Vadim Petrochenkov | -7/+8 |
| 2015-10-27 | Auto merge of #26848 - oli-obk:const_fn_const_eval, r=pnkfelix | bors | -2/+1 |
| 2015-10-27 | Auto merge of #29327 - sanxiyn:argument, r=nrc | bors | -2/+1 |
| 2015-10-26 | Print the codegen worker # when using time-passes | Jonas Schievink | -3/+7 |
| 2015-10-27 | Remove NodeArg | Seo Sanghyeon | -2/+1 |
| 2015-10-26 | Auto merge of #29303 - petrochenkov:unistrimp, r=eddyb | bors | -2/+2 |
| 2015-10-25 | Auto merge of #29254 - alexcrichton:stabilize-1.5, r=brson | bors | -5/+1 |
| 2015-10-25 | std: Stabilize library APIs for 1.5 | Alex Crichton | -5/+1 |
| 2015-10-25 | syntax/rustc_front: Simplify VariantData::fields | Vadim Petrochenkov | -2/+2 |
| 2015-10-24 | Auto merge of #29215 - fhahn:issue-28157-bad-semicolon, r=alexcrichton | bors | -2/+2 |
| 2015-10-24 | Remove bare semicolons | Florian Hahn | -2/+2 |
| 2015-10-22 | Auto merge of #28355 - DiamondLovesYou:pnacl-librustc-trans, r=alexcrichton | bors | -1/+0 |
| 2015-10-21 | Add the PNaCl/JS targets to the backend. | Richard Diamond | -1/+0 |
| 2015-10-21 | save-analysis: don't recompute crate name | Nick Cameron | -14/+7 |
| 2015-10-19 | allow constant evaluation of function calls | Oliver Schneider | -2/+1 |
| 2015-10-18 | Auto merge of #29131 - apasel422:transmute, r=bluss | bors | -6/+1 |
| 2015-10-18 | Auto merge of #28845 - oli-obk:rfc1229, r=pnkfelix | bors | -126/+286 |
| 2015-10-18 | Auto merge of #29134 - wthrowe:linker-output-ICE, r=pnkfelix | bors | -3/+15 |
| 2015-10-17 | Don't ICE if the linker prints something non-UTF-8 | William Throwe | -3/+15 |
| 2015-10-17 | Remove some trivial `transmute`s | Andrew Paseltiner | -6/+1 |
| 2015-10-16 | trans: Use an isize to count the number of registers so we don't underflow fo... | Luqman Aden | -3/+3 |
| 2015-10-16 | Auto merge of #28957 - GuillaumeGomez:patch-5, r=Manishearth | bors | -2/+2 |
| 2015-10-15 | Auto merge of #29040 - nrc:save-defid, r=@nikomatsakis | bors | -5/+66 |
| 2015-10-15 | Auto merge of #27017 - luqmana:25594-sysv-abi-ffi, r=bkoropoff | bors | -6/+41 |
| 2015-10-15 | rust_trans: struct argument over ffi were passed incorrectly in some situatio... | Luqman Aden | -6/+41 |
| 2015-10-15 | Auto merge of #29012 - tari:issue-28676, r=luqmana | bors | -1/+1 |
| 2015-10-15 | save-analysis: normalise node ids before emitting. | Nick Cameron | -5/+66 |
| 2015-10-14 | Auto merge of #29001 - arielb1:normalized-foreign, r=eddyb | bors | -7/+5 |
| 2015-10-14 | Auto merge of #28909 - GuillaumeGomez:patch-3, r=pnkfelix | bors | -7/+93 |
| 2015-10-13 | Add E0511 error explanation | Guillaume Gomez | -11/+37 |
| 2015-10-13 | implement RFC 1229 | Oliver Schneider | -126/+286 |
| 2015-10-13 | Merge VariantData and VariantData_ | Vadim Petrochenkov | -10/+10 |
| 2015-10-13 | Merge struct fields and struct kind | Vadim Petrochenkov | -20/+18 |
| 2015-10-13 | Dict -> Struct, StructDef -> VariantData, def -> data | Vadim Petrochenkov | -16/+16 |
| 2015-10-13 | Remove now redundant NodeId from Variant | Vadim Petrochenkov | -4/+4 |
| 2015-10-13 | Decouple structure kinds from NodeIds | Vadim Petrochenkov | -20/+17 |
| 2015-10-13 | Unify structures and enum variants in HIR | Vadim Petrochenkov | -10/+8 |
| 2015-10-13 | Unify structures and enum variants in AST | Vadim Petrochenkov | -34/+14 |
| 2015-10-12 | win64/msvc: large or oddly-sized types pass by-ref | Peter Marheine | -1/+1 |
| 2015-10-12 | normalize the types of foreign functions | Ariel Ben-Yehuda | -7/+5 |
| 2015-10-11 | Improve E0512 error message | Guillaume Gomez | -2/+2 |
| 2015-10-10 | Auto merge of #28920 - dotdash:const_align, r=eddyb | bors | -16/+35 |
| 2015-10-10 | Set proper alignment on constants | Björn Steinbrink | -14/+32 |
| 2015-10-09 | Use a proper C string for the gdb script section name | Björn Steinbrink | -2/+3 |
| 2015-10-09 | Auto merge of #28857 - nrc:lowering, r=nikomatsakis | bors | -34/+65 |
| 2015-10-09 | Cache ids between lowering runs | Nick Cameron | -5/+5 |
| 2015-10-09 | Make save-analysis work for `if let` etc. | Nick Cameron | -1/+9 |
| 2015-10-09 | For loops in save-analysis | Nick Cameron | -21/+37 |
| 2015-10-09 | Move `for` loop desugaring to lowering | Nick Cameron | -5/+7 |
| 2015-10-09 | Add a lowering context | Nick Cameron | -13/+18 |