about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2015-12-10Fix `& ref ident` patterns for DSTsJames Miller-4/+44
2015-12-09Auto merge of #30266 - oli-obk:expr_type_checked, r=luqmanabors-40/+23
2015-12-09Auto merge of #30263 - pnkfelix:rsbegin-rsend-are-window-gnu-only, r=alexcric...bors-0/+4
2015-12-09Auto merge of #30246 - untitaker:insaller, r=alexcrichtonbors-7/+7
2015-12-09Auto merge of #30278 - steveklabnik:rollup, r=steveklabnikbors-68/+89
2015-12-09Rollup merge of #30274 - tshepang:mere-renames, r=steveklabnikSteve Klabnik-52/+5
2015-12-09Rollup merge of #30273 - Xmasreturns:patch-1, r=steveklabnikSteve Klabnik-14/+10
2015-12-09Rollup merge of #30261 - oli-obk:add_regression_test, r=pnkfelixSteve Klabnik-0/+37
2015-12-09Rollup merge of #30224 - matklad:super-docs, r=steveklabnikSteve Klabnik-0/+19
2015-12-09Rollup merge of #30201 - GuillaumeGomez:patch-3, r=ManishearthSteve Klabnik-2/+18
2015-12-09Auto merge of #30245 - Aatch:dynamic-align-dst, r=pnkfelixbors-63/+365
2015-12-09Auto merge of #30208 - pnkfelix:fix-issue-30063, r=alexcrichtonbors-1/+92
2015-12-09Auto merge of #30145 - petrochenkov:hyg, r=nrcbors-86/+170
2015-12-09doc: these are just renames, so avoid duplicationTshepang Lekhonkhobe-52/+5
2015-12-08Update traits.mdXmasreturns-1/+1
2015-12-08Update traits.mdXmasreturns-14/+10
2015-12-08Auto merge of #30271 - steveklabnik:reorder_book, r=aturonbors-12/+12
2015-12-08std: Use mem::replace in TLS initializationAlex Crichton-1/+67
2015-12-08Auto merge of #30036 - mitaa:doc_id, r=alexcrichtonbors-59/+203
2015-12-08Re-order the sections in TRPLSteve Klabnik-12/+12
2015-12-08Fix a typo in `fd.rs`. Fixes #30231.Richard Diamond-2/+2
2015-12-08Auto merge of #29995 - DanielJCampbell:Expanded-Span-Printing, r=nrcbors-0/+204
2015-12-09Warn no_mangle on generic functionsSeo Sanghyeon-10/+25
2015-12-08shorten common if let patterns to function callsOliver Schneider-40/+23
2015-12-08prettify some statementsOliver Schneider-23/+17
2015-12-08move ConstVal -> ValueRef translation to trans::constsOliver Schneider-42/+40
2015-12-08Remove STARTUP_OBJS from Makefile deps for non win-gnu targets.Felix S. Klock II-0/+4
2015-12-08Unused error codesGuillaume Gomez-3/+3
2015-12-08add tests for ensuring const indexing does not cause compile-time errors in r...Oliver Schneider-0/+37
2015-12-08regression test for issue #30063Felix S. Klock II-0/+46
2015-12-08When given `rustc -C codegen-units=4 -o output --emit=obj`, reset units back ...Felix S. Klock II-1/+46
2015-12-07Fix some str docs to refer to patternsWilliam Throwe-10/+13
2015-12-07Let str::replace take a patternWilliam Throwe-1/+10
2015-12-08Fix unsized structs with destructorsJames Miller-7/+33
2015-12-08Added pretty-printing for span expansion chains through span_to_expanded_string.Daniel Campbell-0/+204
2015-12-07Auto merge of #30087 - petrochenkov:indi, r=nrcbors-193/+176
2015-12-07Auto merge of #30256 - GuillaumeGomez:patch-5, r=Manishearthbors-3/+27
2015-12-07introduce a region unification table and use it in dropckAriel Ben-Yehuda-11/+123
2015-12-07Add comments for Ident::from_name and identifiers in path segmentsVadim Petrochenkov-0/+14
2015-12-07Add E0264 error explanationGuillaume Gomez-3/+27
2015-12-07Remove some unnecessary indirection from HIR structuresVadim Petrochenkov-193/+176
2015-12-07Auto merge of #30202 - oli-obk:fix/const_index_feature_gate, r=Aatchbors-11/+41
2015-12-08Align pointers to DST fields properlyJames Miller-61/+337
2015-12-07Auto merge of #30188 - tshepang:lookup_addr-example, r=alexcrichtonbors-0/+16
2015-12-07Auto merge of #30247 - bluss:revert-array-clone, r=alexcrichtonbors-28/+26
2015-12-07Add regression test for Clone for [[T; 256]; 4] where T: Copy and not CloneUlrik Sverdrup-0/+18
2015-12-07README.md - RAM requirement on 32-bit *nixpetevine-1/+1
2015-12-07Revert "PR #30130 Implement `Clone` for more arrays"Ulrik Sverdrup-28/+8
2015-12-07Fix typo in make varMarkus Unterwaditzer-7/+7
2015-12-06doc: add example for std::net::lookup_addrTshepang Lekhonkhobe-0/+16