| Age | Commit message (Expand) | Author | Lines |
| 2016-01-23 | Resolve: stop requiring that use declarations precede statements in blocks | Jeffrey Seyfried | -25/+0 |
| 2016-01-21 | Auto merge of #30882 - petrochenkov:varnamesp, r=nrc | bors | -23/+85 |
| 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 | Auto merge of #31028 - erickt:ast-json, r=michaelwoerister | bors | -5/+20 |
| 2016-01-21 | Auto merge of #31043 - shahn:arc_weak, r=alexcrichton | bors | -4/+4 |
| 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 | 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-21 | Auto merge of #31037 - nrc:cached-ids, r=nikomatsakis | bors | -52/+61 |
| 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 | Fix associated const resolution on structs | Vadim Petrochenkov | -3/+26 |
| 2016-01-20 | Refactor definitions of ADTs in rustc::middle::def | Vadim Petrochenkov | -223/+250 |
| 2016-01-20 | syntax: Fix encoding and decoding spans | Erick Tryzelaar | -5/+20 |
| 2016-01-20 | Downgrade bundled jemalloc version | Alex Crichton | -5/+5 |
| 2016-01-20 | Auto merge of #30872 - pitdicker:expand_open_options, r=alexcrichton | bors | -177/+480 |
| 2016-01-20 | std: Use the fallback impl for memrchr on non-linux | Ulrik Sverdrup | -1/+1 |
| 2016-01-20 | Add tests for collections to work with ZSTs | Keith Yeung | -0/+126 |
| 2016-01-20 | Add tests for various diverging & converging loops | Simonas Kazlauskas | -1/+73 |
| 2016-01-20 | Auto merge of #31038 - gereeter:btree-panic, r=Gankro | bors | -2/+2 |
| 2016-01-20 | Remove raw pointer from OpenOptions struct | Paul Dicker | -3/+9 |
| 2016-01-20 | Fix incorrect stability annotations for arc::Weak | Sebastian Hahn | -4/+4 |
| 2016-01-20 | Fix incorrect stability annotations for Weak | Sebastian Hahn | -4/+4 |
| 2016-01-20 | Auto merge of #30894 - antrik:debug-mpsc, r=brson | bors | -0/+69 |
| 2016-01-19 | In BTreeMap's merge function, adjust the length of the node before moving ele... | Jonathan S | -2/+2 |
| 2016-01-20 | Fix a bug with caching ids in the HIR lowering with nested lowered nodes | Nick Cameron | -52/+61 |
| 2016-01-19 | Auto merge of #30820 - oli-obk:docs/wrapping_ops, r=alexcrichton | bors | -50/+43 |
| 2016-01-19 | [MIR] Reintroduce the unit temporary | Simonas Kazlauskas | -62/+90 |
| 2016-01-19 | Auto merge of #30696 - steveklabnik:gh30655, r=brson | bors | -0/+10 |
| 2016-01-19 | Auto merge of #31018 - gutworth:doc-loc, r=alexcrichton | bors | -1/+1 |
| 2016-01-19 | Auto merge of #30845 - nagisa:mir-extern-calls, r=dotdash | bors | -13/+109 |
| 2016-01-19 | [MIR] Implement extern call support | Simonas Kazlauskas | -13/+109 |
| 2016-01-19 | Auto merge of #31014 - nrc:fmt-term, r=sfackler | bors | -6/+6 |
| 2016-01-19 | fix the docs and simplify the implementation of unsigned wrapping ops | Oliver Schneider | -50/+43 |
| 2016-01-19 | Auto merge of #31015 - nrc:fmt-test, r=sfackler | bors | -510/+519 |
| 2016-01-18 | fix path to region inference documentation | Benjamin Peterson | -1/+1 |
| 2016-01-19 | manual fixups | Nick Cameron | -20/+13 |
| 2016-01-19 | rustfmt libtest | Nick Cameron | -522/+538 |
| 2016-01-19 | rustfmt libterm | Nick Cameron | -6/+6 |
| 2016-01-19 | Auto merge of #31013 - nrc:fmt-rbml, r=sfackler | bors | -450/+505 |
| 2016-01-19 | manual fixups | Nick Cameron | -10/+23 |
| 2016-01-19 | rustfmt librbml | Nick Cameron | -468/+510 |
| 2016-01-18 | Auto merge of #31006 - Manishearth:rollup, r=Manishearth | bors | -35/+37 |