about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-05-01Fix alloc_jemalloc on windows gnu targetsOliver Middleton-8/+8
2016-04-30Auto merge of #33276 - bwinterton:btreeset-insert-doc-fix, r=GuillaumeGomezbors-2/+2
2016-04-30Auto merge of #32846 - jseyfried:allow_unconfigured_gated_expanded_items, r=nrcbors-22/+29
2016-04-29Auto merge of #33148 - sfackler:entry-key, r=alexcrichtonbors-0/+18
2016-04-29Auto merge of #33229 - timothy-mcroy:master, r=guillaumegomezbors-1/+45
2016-04-29Auto merge of #33232 - jseyfried:resolve_ast_groundwork, r=nrcbors-188/+132
2016-04-29Make Btreeset::Insert docs more consistentBrayden Winterton-2/+2
2016-04-29Rollup merge of #33258 - birkenfeld:fmt-dollar-syntax, r=brsonManish Goregaokar-2/+13
2016-04-29Rollup merge of #33253 - ergenekonyigit:master, r=alexcrichtonManish Goregaokar-3/+21
2016-04-29Rollup merge of #33248 - jseyfried:fix_save_analysis_bug, r=nrcManish Goregaokar-2/+2
2016-04-28Auto merge of #33093 - alexcrichton:rustbuild-rmake, r=nikomatsakisbors-116/+192
2016-04-28test: Move run-make tests into compiletestAlex Crichton-116/+192
2016-04-28Fix #33213, a bug in which glob imports are not included in save-analysis dataJeffrey Seyfried-2/+2
2016-04-28Auto merge of #33171 - michaelwoerister:collector-drop-glue, r=nikomatsakisbors-144/+325
2016-04-28Make the codegen unit partitioner also emit item declarations.Michael Woerister-113/+225
2016-04-28Auto merge of #33217 - aochagavia:fileloader, r=nrcbors-10/+34
2016-04-28Add FixedUnitCount codegen unit partitioning strategy.Michael Woerister-13/+59
2016-04-28Let the translation item collector make a distinction between drop-glue kindsMichael Woerister-32/+55
2016-04-28Auto merge of #33211 - alexcrichton:android-back-in-time, r=nagisabors-36/+138
2016-04-28Add detailed error message for E0434 #32777Timothy McRoy-1/+45
2016-04-28Clarify std::fmt width docs w.r.t. dollar syntax and give example.Georg Brandl-2/+13
2016-04-28Auto merge of #33257 - steveklabnik:rollup, r=steveklabnikbors-13/+64
2016-04-28Rollup merge of #33234 - TomasHubelbauer:TomasHubelbauer-patch-1, r=Guillaume...Steve Klabnik-1/+1
2016-04-28Rollup merge of #33218 - oli-obk:interned_str_cmp, r=nikomatsakisSteve Klabnik-3/+25
2016-04-28Rollup merge of #33212 - bombless:scope-of-function-body, r=nikomatsakisSteve Klabnik-1/+1
2016-04-28Rollup merge of #33152 - bwinterton:master, r=steveklabnikSteve Klabnik-2/+2
2016-04-28Rollup merge of #33095 - xogeny:xogeny-patch-1, r=steveklabnikSteve Klabnik-6/+6
2016-04-28Rollup merge of #33056 - GuillaumeGomez:as_mut_ptr_example, r=steveklabnikSteve Klabnik-0/+3
2016-04-28Rollup merge of #32991 - kindlychung:patch-2, r=steveklabnikSteve Klabnik-0/+26
2016-04-28Auto merge of #33208 - nrc:save-json, r=pnkfelixbors-280/+905
2016-04-28Auto merge of #33161 - jseyfried:parse_tuple_struct_field_vis, r=nikomatsakisbors-7/+108
2016-04-28Auto merge of #32980 - Aatch:better-mir-building, r=nagisabors-182/+298
2016-04-28update features RFCErgenekon Yigit-1/+1
2016-04-28update comments RFC and code snippetsErgenekon Yigit-2/+20
2016-04-27Auto merge of #33151 - ollie27:rustdoc_abi, r=alexcrichtonbors-15/+43
2016-04-28Address style nitsJeffrey Seyfried-5/+7
2016-04-27Auto merge of #32791 - LeoTestard:feature-gate-clean, r=nikomatsakisbors-676/+625
2016-04-28Factor out function call checking to a helper methodJames Miller-49/+30
2016-04-28Check when building invoke as well as callsJames Miller-15/+41
2016-04-28Handle immediate tuples in `trans_arguments_untupled`James Miller-36/+36
2016-04-28Fix codegen-units testsJames Miller-6/+2
2016-04-28Move zero-sized type handling logic to `new_operand`James Miller-14/+17
2016-04-28Fix translation of `Assign`/`AssignOp` as rvaluesJames Miller-2/+9
2016-04-28Fixup testsJames Miller-6/+0
2016-04-28Address commentsJames Miller-142/+163
2016-04-28Various improvements to MIR and LLVM IR ConstructionJames Miller-107/+195
2016-04-27Add testsJeffrey Seyfried-0/+70
2016-04-27Auto merge of #33199 - mitaa:tokenize-responsibly, r=nrcbors-74/+148
2016-04-27Make some fatal lexer errors recoverablemitaa-74/+148
2016-04-27rustdoc: Render `extern fn` instead of `extern "C" fn`Oliver Middleton-8/+9