summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-09-14Auto merge of #28383 - semarie:openbsd-jemalloc, r=alexcrichtonbors-3/+6
2015-09-13Refactor ty_infer invocationSean Bowe-11/+16
2015-09-13Add test for overflowing powPeter Reid-0/+16
2015-09-14Auto merge of #28368 - lfairy:write-impl, r=alexcrichtonbors-0/+15
2015-09-13Auto merge of #28357 - semmaz:libfmt-macros, r=alexcrichtonbors-112/+79
2015-09-13Add an attribute to mark function as unwindingBjörn Steinbrink-1/+6
2015-09-13Centralise the handling of attributes on extern functionsBjörn Steinbrink-10/+6
2015-09-13Auto merge of #28178 - christopherdumas:fix_ice, r=nikomatsakisbors-2/+20
2015-09-13ensure projections are prohibited when type parameters areAriel Ben-Yehuda-33/+66
2015-09-13Fixed regression in associated item resolution with default type parameters t...Sean Bowe-1/+61
2015-09-13Auto merge of #28339 - alexcrichton:stabilize-1.4, r=aturonbors-140/+121
2015-09-13don't duplicate the code snippet in the "trait unimplemented" errorAriel Ben-Yehuda-41/+46
2015-09-13sort the existential bounds list in tydecodeAriel Ben-Yehuda-11/+59
2015-09-13Implement more traits for function pointersVadim Petrochenkov-69/+71
2015-09-13Update musl build in light of llvm 3.7 releaseAidan Hobson Sayers-17/+14
2015-09-13Auto merge of #28286 - matklad:remove-dead-code, r=eddybbors-38/+31
2015-09-13Auto merge of #28370 - ranma42:slow_pat_gen, r=alexcrichtonbors-1/+10
2015-09-13Add a blanket impl for &mut std::fmt::WriteChris Wong-0/+15
2015-09-12Rwind LLVMchristopherdumas-0/+0
2015-09-12Auto merge of #28375 - tbu-:pr_sip_write, r=alexcrichtonbors-8/+3
2015-09-12Auto merge of #28371 - killercup:docs/trpl-markup-fixes, r=steveklabnikbors-36/+39
2015-09-12disable jemalloc tests for openbsdSébastien Marie-3/+6
2015-09-12Add a comment to explain the `#[inline(never)]` annotationAndrea Canciani-1/+9
2015-09-12Stop a private method on `SipHasher` from shadowing `Hasher::write`Tobias Bucher-8/+3
2015-09-12Nomicon: Fix LinksPascal Hertleif-8/+8
2015-09-12TRPL: Fix Headlines, Links in "Error Handling"Pascal Hertleif-36/+39
2015-09-12Fix generator.py to avoid pathological inliningAndrea Canciani-0/+1
2015-09-11Auto merge of #28350 - dotdash:llvm_fix, r=eddybbors-2/+6
2015-09-11Auto merge of #28306 - alexcrichton:less-rt, r=brsonbors-431/+272
2015-09-11Fixed testchristopherdumas-1/+3
2015-09-11std: Internalize almost all of `std::rt`Alex Crichton-431/+272
2015-09-11Auto merge of #28348 - petrochenkov:novirt, r=alexcrichtonbors-22/+8
2015-09-11std: Stabilize/deprecate features for 1.4Alex Crichton-140/+121
2015-09-11some code improvements in libfmt_macrosSimon Mazur-108/+74
2015-09-11Changed libfmt_macros Parse iterator to PeekableSimon Mazur-25/+26
2015-09-11Update LLVM to fix nightly build failuresBjörn Steinbrink-2/+6
2015-09-11Auto merge of #28354 - dotdash:slow_plat, r=eddybbors-0/+3
2015-09-11Avoid triggering a pathological case in the LLVM inlinerBjörn Steinbrink-0/+3
2015-09-11Auto merge of #28338 - erickt:str-cmp, r=blussbors-15/+20
2015-09-11Don't print duplicate macro backtrace framesJonas Schievink-6/+12
2015-09-11manual fixupsNick Cameron-12/+12
2015-09-11rustfmt libgraphvizNick Cameron-74/+100
2015-09-11Remove some remains of virtual structs from the parserVadim Petrochenkov-22/+8
2015-09-11Auto merge of #28328 - tshepang:unusual, r=brsonbors-10/+10
2015-09-11Auto merge of #28312 - GuillaumeGomez:privacy, r=Manishearthbors-11/+252
2015-09-10Added testchristopherdumas-0/+16
2015-09-11Auto merge of #28337 - apasel422:tests, r=alexcrichtonbors-0/+13
2015-09-10Fix ICE per #28172christopherdumas-2/+2
2015-09-10Optimize string comparison by using memcmpErick Tryzelaar-15/+20
2015-09-10Auto merge of #28321 - nikomatsakis:issue-27616, r=pnkfelixbors-11/+35