| Age | Commit message (Expand) | Author | Lines |
| 2016-01-22 | Extended save-analysis to support generated code, alterned some spans in form... | Daniel Campbell | -198/+248 |
| 2016-01-22 | Auto merge of #31070 - sfackler:bufreader-box-slice, r=alexcrichton | bors | -2/+2 |
| 2016-01-22 | save-analysis: emit the right kind of variant | Nick Cameron | -10/+23 |
| 2016-01-22 | Auto merge of #31068 - sfackler:bufwriter-panic, r=alexcrichton | bors | -3/+40 |
| 2016-01-22 | Auto merge of #31064 - retep998:msvc-host-dlls, r=alexcrichton | bors | -83/+106 |
| 2016-01-22 | Auto merge of #30944 - fhahn:issue-29789-use-constant2, r=nagisa | bors | -18/+26 |
| 2016-01-21 | etc: Remove old num/libc generation code | Alex Crichton | -369/+0 |
| 2016-01-21 | etc: Remove the mingw-fix-include directory | Alex Crichton | -69/+0 |
| 2016-01-21 | etc: Remove old mklldef.py script | Alex Crichton | -25/+0 |
| 2016-01-21 | Auto merge of #30882 - petrochenkov:varnamesp, r=nrc | bors | -23/+85 |
| 2016-01-21 | Add Debug impl and erase region for TypedConstVal | Florian Hahn | -2/+10 |
| 2016-01-21 | Introduce and use TypedConstVal for Repeat | Florian Hahn | -10/+18 |
| 2016-01-21 | [MIR] use mir::repr::Constant in ExprKind::Repeat, close #29789 | Florian Hahn | -13/+5 |
| 2016-01-21 | Refined error message to truncate at 3 and hint at number of hidden patterns ... | Vincent Esche | -14/+17 |
| 2016-01-21 | doc: this sentence did not read well | Tshepang Lekhonkhobe | -2/+2 |
| 2016-01-21 | doc: improve grammar | Tshepang Lekhonkhobe | -1/+1 |
| 2016-01-21 | Auto merge of #31052 - bluss:split-at-mut-str, r=alexcrichton | bors | -3/+31 |
| 2016-01-21 | resolve: Fix variant namespacing | Vadim Petrochenkov | -23/+85 |
| 2016-01-21 | add fixme | Ariel Ben-Yehuda | -1/+1 |
| 2016-01-21 | Remove `unsafe` code from `core::cmp` | Andrea Canciani | -13/+4 |
| 2016-01-21 | Indicate that trans is always dependent on typeck | Niko Matsakis | -4/+58 |
| 2016-01-21 | Revamp the fulfillment cache tracking to only cache trait-refs, which | Niko Matsakis | -32/+80 |
| 2016-01-22 | test | Nick Cameron | -0/+19 |
| 2016-01-22 | test fallout | Nick Cameron | -34/+46 |
| 2016-01-22 | Prevent missing idents from causing problems down the line | Nick Cameron | -5/+17 |
| 2016-01-22 | The war on abort_if_errors | Nick Cameron | -74/+73 |
| 2016-01-22 | Some basic error correction in the parser after a dot | Nick Cameron | -42/+62 |
| 2016-01-21 | Auto merge of #31028 - erickt:ast-json, r=michaelwoerister | bors | -5/+20 |
| 2016-01-21 | updating the libc dependency to pull in build breaker fixes | Dave Huseby | -0/+0 |
| 2016-01-21 | Auto merge of #31043 - shahn:arc_weak, r=alexcrichton | bors | -4/+4 |
| 2016-01-21 | [MIR] Promote temps to alloca on multi-assignment | Simonas Kazlauskas | -9/+44 |
| 2016-01-21 | Auto merge of #31024 - oli-obk:move_checks_out_of_librustc, r=arielb1 | bors | -634/+644 |
| 2016-01-21 | core: Use raw pointers to avoid aliasing in str::split_at_mut | Ulrik Sverdrup | -3/+31 |
| 2016-01-21 | Auto merge of #31057 - bluss:memrchr-fallback, r=alexcrichton | bors | -1/+1 |
| 2016-01-21 | clean up trans_static_method_callee and friends | Ariel Ben-Yehuda | -187/+76 |
| 2016-01-21 | move more checks out of librustc | Oliver Schneider | -634/+644 |
| 2016-01-21 | Auto merge of #29520 - retep998:staticlib-naming-fiasco, r=alexcrichton | bors | -15/+32 |
| 2016-01-21 | Auto merge of #31042 - shahn:weak_annotations, r=alexcrichton | bors | -4/+4 |
| 2016-01-20 | Use a Box<[u8]> in BufReader | Steven Fackler | -2/+2 |
| 2016-01-20 | Don't flush in BufWriter destructor after a panic in write | Steven Fackler | -3/+40 |
| 2016-01-21 | Auto merge of #31037 - nrc:cached-ids, r=nikomatsakis | bors | -52/+61 |
| 2016-01-21 | actively disable stack execution on linux and bsd | Ali Clark | -0/+25 |
| 2016-01-20 | Add host toolchain DLLs to PATH when executing link.exe | Peter Atashian | -83/+106 |
| 2016-01-21 | Auto merge of #31010 - petrochenkov:def, r=arielb1 | bors | -671/+725 |
| 2016-01-20 | Auto merge of #30982 - KiChjang:zst-collections-tests, r=bluss | bors | -0/+126 |
| 2016-01-20 | Auto merge of #30945 - nagisa:mir-optional-block-dest, r=nikomatsakis | bors | -63/+163 |
| 2016-01-20 | Auto merge of #30985 - alexcrichton:downgrade-jemaloc, r=brson | bors | -5/+5 |
| 2016-01-20 | Rename Def's variants and don't reexport them | Vadim Petrochenkov | -577/+581 |
| 2016-01-20 | Add Alexis thesis to bibliography | Brian Anderson | -0/+1 |
| 2016-01-20 | Fix associated const resolution on structs | Vadim Petrochenkov | -3/+26 |