about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-07-03Fix 'Relaaxed' typo in code commentCorey Farwell-1/+1
2015-07-03Refactor how the parser looks for sub-modulesNick Cameron-68/+108
2015-07-03Auto merge of #26740 - steveklabnik:gh26737, r=gankrobors-3/+18
2015-07-03Auto merge of #26610 - aturon:fix_make_unique, r=alexcrichtonbors-79/+177
2015-07-02Auto merge of #26733 - nhowell:update-jquery, r=steveklabnikbors-6/+6
2015-07-02Auto merge of #26725 - tshepang:patch-2, r=blussbors-1/+1
2015-07-02Fix race condition in Arc's get_mut and make_unqiueAaron Turon-79/+177
2015-07-02Auto merge of #26738 - dotdash:trans_args, r=luqmanabors-187/+113
2015-07-02Auto merge of #26682 - posix4e:netbsd, r=alexcrichtonbors-41/+245
2015-07-02Add more description for from_raw_parts's unsafetySteve Klabnik-3/+18
2015-07-02rustc_trans: Disable landing pads on 32-bit MSVCAlex Crichton-6/+57
2015-07-02windows: Don't link rust_builtinAlex Crichton-40/+35
2015-07-02Directly construct lvalue datums for function argumentsBjörn Steinbrink-162/+101
2015-07-02Avoid a needless vector copy in type_of_rust_fnBjörn Steinbrink-14/+12
2015-07-02Skip the pointless tupling/untupling of argument types in trans_closureBjörn Steinbrink-12/+1
2015-07-02Auto merge of #26724 - tshepang:patch-1, r=blussbors-2/+0
2015-07-02Auto merge of #26713 - GuillaumeGomez:patch-3, r=Manishearthbors-4/+36
2015-07-02Auto merge of #26715 - steveklabnik:gh26497, r=huonwbors-0/+42
2015-07-02Auto merge of #26712 - GuillaumeGomez:patch-2, r=Manishearthbors-2/+69
2015-07-02Auto merge of #26727 - remram44:coerceunsized-weak, r=eddybbors-2/+10
2015-07-02Auto merge of #26722 - arielb1:log-deadlock, r=eddybbors-56/+68
2015-07-02Auto merge of #26718 - nham:test-8640, r=alexcrichtonbors-0/+20
2015-07-02Auto merge of #26691 - nrc:mem, r=alexcrichtonbors-2/+39
2015-07-01rustdoc: Update jQuery from 2.1.0 to 2.1.4Nick Howell-6/+6
2015-07-01rustdoc: Reset the title when pressing the back buttonNick Howell-0/+6
2015-07-02Auto merge of #26677 - jroesch:fulfillment-context-refactor, r=nrcbors-604/+477
2015-07-01Update librustc_driver/test.rsJared Roesch-1/+1
2015-07-01Add netbsd amd64 supportAlex Newman-41/+245
2015-07-02Auto merge of #26688 - nrc:map-parent-2, r=manishearthbors-37/+138
2015-07-01Implement CoerceUnsized for arc::WeakRemi Rampin-0/+2
2015-07-01Add test to dst-coerce-rc.rsRemi Rampin-2/+6
2015-07-02Report memory use in time-passesNick Cameron-2/+39
2015-07-01doc: add missing spaceTshepang Lekhonkhobe-1/+1
2015-07-01doc: there is just one trait in hereTshepang Lekhonkhobe-2/+0
2015-07-02RefactoringNick Cameron-67/+70
2015-07-01Fix deadlocks with RUST_LOG=rustc::middle::tyAriel Ben-Yehuda-56/+68
2015-07-01Address nitsJared Roesch-8/+19
2015-07-01Implement CoerceUnsized for rc::WeakRemi Rampin-0/+2
2015-07-01Auto merge of #26658 - alexcrichton:windows-net-no-inherit, r=aturonbors-16/+34
2015-07-01Auto merge of #26034 - Gankro:deprecate-bits, r=alexcrichtonbors-0/+15
2015-07-01fallout of bitvec/bitset deprecationAlexis Beingessner-1/+11
2015-07-01Add a regression test for #8640.Nick Hamann-0/+20
2015-07-01Add E0277 error explanationGuillaume Gomez-2/+49
2015-07-01Add examples in error explanation E0267 and E0268Guillaume Gomez-4/+36
2015-07-01msvc: Fix the link name for the lgammaAlex Crichton-1/+1
2015-07-01msvc: Ignore extern-pass-empty on MSVCAlex Crichton-0/+1
2015-07-01msvc: Fix TLS destructorsAlex Crichton-2/+7
2015-07-01msvc: Lookup linker in windows registryAlex Crichton-18/+426
2015-07-01msvc: Enable landing pads by defaultAlex Crichton-7/+23
2015-07-01Expand docs for recvSteve Klabnik-0/+42