summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-06-21rustc_trans: Use custom PATH for archive commandsAlex Crichton-10/+19
2015-06-22Auto merge of #26481 - nham:test-18655, r=arielb1bors-0/+50
2015-06-22Auto merge of #26394 - arielb1:implement-rfc401-part2, r=nrcbors-9/+25
2015-06-21Auto merge of #26479 - arielb1:expr-kind, r=eddybbors-140/+256
2015-06-21Auto merge of #26463 - sfackler:stdout-panic-fix, r=alexcrichtonbors-11/+12
2015-06-21Add regression tests for issues #18655 and #18988.Nick Hamann-0/+50
2015-06-21Make expr_is_lval more robustAriel Ben-Yehuda-140/+256
2015-06-21Auto merge of #25641 - geofft:execve-const, r=alexcrichtonbors-17/+19
2015-06-21Auto merge of #26457 - meqif:master, r=alexcrichtonbors-2/+1
2015-06-21Auto merge of #26455 - steveklabnik:gh26443, r=gankrobors-0/+34
2015-06-21Auto merge of #26450 - rick68:patch-7, r=alexcrichtonbors-2/+1
2015-06-21Auto merge of #26416 - retep998:error-debug, r=sfacklerbors-1/+21
2015-06-20Fix logic in panic printing with no stderrSteven Fackler-11/+12
2015-06-21Auto merge of #26460 - nham:test-18809, r=huonwbors-0/+21
2015-06-20Auto merge of #26198 - stygstra:issue-24258, r=huonwbors-11/+468
2015-06-20Add a regression test for issue #18809.Nick Hamann-0/+21
2015-06-20Auto merge of #26411 - dotdash:fat_in_registers, r=aatchbors-256/+322
2015-06-20TRPL: FFI: address panicsSteve Klabnik-0/+34
2015-06-20Auto merge of #26456 - Manishearth:rollup, r=Manishearthbors-93/+101
2015-06-20Remove mention of `UdpSocket` in `Shutdown` docs.Ricardo Martins-2/+1
2015-06-20Pass fat pointers in two immediate argumentsBjörn Steinbrink-120/+230
2015-06-20Rollup merge of #26452 - michaelsproul:the-second-coming, r=pnkfelixManish Goregaokar-91/+53
2015-06-20Rollup merge of #26451 - nham:fix_18058, r=arielb1Manish Goregaokar-0/+14
2015-06-20Rollup merge of #26439 - Gankro:marker, r=pnkfelixManish Goregaokar-0/+5
2015-06-20Rollup merge of #26434 - Munksgaard:issue24227-test, r=alexcrichtonManish Goregaokar-0/+27
2015-06-20Rollup merge of #26432 - steveklabnik:gh26424, r=alexcrichtonManish Goregaokar-2/+2
2015-06-20Auto merge of #26430 - dhuseby:updating_installer, r=alexcrichtonbors-0/+0
2015-06-20Auto merge of #26417 - brson:feature-err, r=steveklabnikbors-70/+50
2015-06-20Auto merge of #26407 - arielb1:paren-binding, r=eddybbors-5/+20
2015-06-20Auto merge of #26305 - Nashenas88:field-method-message-2392, r=eddybbors-7/+124
2015-06-20diagnostics: Resurrect the Compiler Error Index.Michael Sproul-91/+53
2015-06-20Update mod.rsWei-Ming Yang-2/+1
2015-06-20Auto merge of #26383 - frewsxcv:regression-tests-23649, r=alexcrichtonbors-0/+53
2015-06-20Add a regression test for #18058.Nick Hamann-0/+14
2015-06-20Auto merge of #26382 - alexcrichton:less-racy-path, r=brsonbors-8/+11
2015-06-19liblibc: Fix prototype of functions taking `char *const argv[]`Geoffrey Thomas-17/+19
2015-06-20Support checked Shl/Shr on SIMD typesDavid Stygstra-11/+468
2015-06-20Make trans_arg_datum fill a destination vector instead of returning its resultBjörn Steinbrink-61/+57
2015-06-20Simplify argument forwarding in the various shim generatorsBjörn Steinbrink-62/+28
2015-06-20Use a single match arm for all TyRef variants when deducing function argument...Björn Steinbrink-26/+20
2015-06-20Auto merge of #26200 - brson:relnotes, r=aturonbors-0/+32
2015-06-19fixup! Wrapped inferred context changes in a probe, handle fnOnce trait requi...Paul Faria-16/+12
2015-06-19Wrapped inferred context changes in a probe, handle fnOnce trait require erro...Paul Faria-27/+36
2015-06-19Handle error case safely with a fallbackPaul Faria-23/+32
2015-06-19fixup! Finished implementing proper function check (through FnOnce) and moved...Paul Faria-6/+9
2015-06-19Finished implementing proper function check (through FnOnce) and moved tests ...Paul Faria-47/+99
2015-06-19Fixed note message to display expression in recommendationsPaul Faria-9/+34
2015-06-19Uncomplete fix for #2392Paul Faria-5/+28
2015-06-19Auto merge of #24527 - nikomatsakis:issue-24085, r=nikomatsakisbors-16/+68
2015-06-19add note for future type-system adventurersAlexis Beingessner-0/+5