| Age | Commit message (Expand) | Author | Lines |
| 2015-12-10 | Fix `& ref ident` patterns for DSTs | James Miller | -4/+44 |
| 2015-12-09 | Auto merge of #30266 - oli-obk:expr_type_checked, r=luqmana | bors | -40/+23 |
| 2015-12-09 | Auto merge of #30263 - pnkfelix:rsbegin-rsend-are-window-gnu-only, r=alexcric... | bors | -0/+4 |
| 2015-12-09 | Auto merge of #30246 - untitaker:insaller, r=alexcrichton | bors | -7/+7 |
| 2015-12-09 | Auto merge of #30278 - steveklabnik:rollup, r=steveklabnik | bors | -68/+89 |
| 2015-12-09 | Rollup merge of #30274 - tshepang:mere-renames, r=steveklabnik | Steve Klabnik | -52/+5 |
| 2015-12-09 | Rollup merge of #30273 - Xmasreturns:patch-1, r=steveklabnik | Steve Klabnik | -14/+10 |
| 2015-12-09 | Rollup merge of #30261 - oli-obk:add_regression_test, r=pnkfelix | Steve Klabnik | -0/+37 |
| 2015-12-09 | Rollup merge of #30224 - matklad:super-docs, r=steveklabnik | Steve Klabnik | -0/+19 |
| 2015-12-09 | Rollup merge of #30201 - GuillaumeGomez:patch-3, r=Manishearth | Steve Klabnik | -2/+18 |
| 2015-12-09 | Auto merge of #30245 - Aatch:dynamic-align-dst, r=pnkfelix | bors | -63/+365 |
| 2015-12-09 | Auto merge of #30208 - pnkfelix:fix-issue-30063, r=alexcrichton | bors | -1/+92 |
| 2015-12-09 | Auto merge of #30145 - petrochenkov:hyg, r=nrc | bors | -86/+170 |
| 2015-12-09 | doc: these are just renames, so avoid duplication | Tshepang Lekhonkhobe | -52/+5 |
| 2015-12-08 | Update traits.md | Xmasreturns | -1/+1 |
| 2015-12-08 | Update traits.md | Xmasreturns | -14/+10 |
| 2015-12-08 | Auto merge of #30271 - steveklabnik:reorder_book, r=aturon | bors | -12/+12 |
| 2015-12-08 | std: Use mem::replace in TLS initialization | Alex Crichton | -1/+67 |
| 2015-12-08 | Auto merge of #30036 - mitaa:doc_id, r=alexcrichton | bors | -59/+203 |
| 2015-12-08 | Re-order the sections in TRPL | Steve Klabnik | -12/+12 |
| 2015-12-08 | Fix a typo in `fd.rs`. Fixes #30231. | Richard Diamond | -2/+2 |
| 2015-12-08 | Auto merge of #29995 - DanielJCampbell:Expanded-Span-Printing, r=nrc | bors | -0/+204 |
| 2015-12-09 | Warn no_mangle on generic functions | Seo Sanghyeon | -10/+25 |
| 2015-12-08 | shorten common if let patterns to function calls | Oliver Schneider | -40/+23 |
| 2015-12-08 | prettify some statements | Oliver Schneider | -23/+17 |
| 2015-12-08 | move ConstVal -> ValueRef translation to trans::consts | Oliver Schneider | -42/+40 |
| 2015-12-08 | Remove STARTUP_OBJS from Makefile deps for non win-gnu targets. | Felix S. Klock II | -0/+4 |
| 2015-12-08 | Unused error codes | Guillaume Gomez | -3/+3 |
| 2015-12-08 | add tests for ensuring const indexing does not cause compile-time errors in r... | Oliver Schneider | -0/+37 |
| 2015-12-08 | regression test for issue #30063 | Felix S. Klock II | -0/+46 |
| 2015-12-08 | When given `rustc -C codegen-units=4 -o output --emit=obj`, reset units back ... | Felix S. Klock II | -1/+46 |
| 2015-12-07 | Fix some str docs to refer to patterns | William Throwe | -10/+13 |
| 2015-12-07 | Let str::replace take a pattern | William Throwe | -1/+10 |
| 2015-12-08 | Fix unsized structs with destructors | James Miller | -7/+33 |
| 2015-12-08 | Added pretty-printing for span expansion chains through span_to_expanded_string. | Daniel Campbell | -0/+204 |
| 2015-12-07 | Auto merge of #30087 - petrochenkov:indi, r=nrc | bors | -193/+176 |
| 2015-12-07 | Auto merge of #30256 - GuillaumeGomez:patch-5, r=Manishearth | bors | -3/+27 |
| 2015-12-07 | introduce a region unification table and use it in dropck | Ariel Ben-Yehuda | -11/+123 |
| 2015-12-07 | Add comments for Ident::from_name and identifiers in path segments | Vadim Petrochenkov | -0/+14 |
| 2015-12-07 | Add E0264 error explanation | Guillaume Gomez | -3/+27 |
| 2015-12-07 | Remove some unnecessary indirection from HIR structures | Vadim Petrochenkov | -193/+176 |
| 2015-12-07 | Auto merge of #30202 - oli-obk:fix/const_index_feature_gate, r=Aatch | bors | -11/+41 |
| 2015-12-08 | Align pointers to DST fields properly | James Miller | -61/+337 |
| 2015-12-07 | Auto merge of #30188 - tshepang:lookup_addr-example, r=alexcrichton | bors | -0/+16 |
| 2015-12-07 | Auto merge of #30247 - bluss:revert-array-clone, r=alexcrichton | bors | -28/+26 |
| 2015-12-07 | Add regression test for Clone for [[T; 256]; 4] where T: Copy and not Clone | Ulrik Sverdrup | -0/+18 |
| 2015-12-07 | README.md - RAM requirement on 32-bit *nix | petevine | -1/+1 |
| 2015-12-07 | Revert "PR #30130 Implement `Clone` for more arrays" | Ulrik Sverdrup | -28/+8 |
| 2015-12-07 | Fix typo in make var | Markus Unterwaditzer | -7/+7 |
| 2015-12-06 | doc: add example for std::net::lookup_addr | Tshepang Lekhonkhobe | -0/+16 |