summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-02-05std: When duplicating fds, skip extra set_cloexecAlex Crichton-6/+15
2016-02-05std: Only have extra set_cloexec for files on LinuxAlex Crichton-4/+12
2016-02-06Ignore a test on MSVCSimonas Kazlauskas-0/+2
2016-02-05Auto merge of #31304 - nikomatsakis:incr-comp-read-from-hir-map, r=michaelwoe...bors-69/+289
2016-02-05Address nits.Niko Matsakis-5/+5
2016-02-05Update collect to use the standard visit routine, rather than rollingNiko Matsakis-5/+1
2016-02-05Instrument a bunch of tasks that employ the HIR map in one way orNiko Matsakis-42/+123
2016-02-05Instrument the AST map so that it registers reads when data isNiko Matsakis-18/+118
2016-02-05Add a local counter that tracks how many tasks are pushed or not pushed,Niko Matsakis-4/+47
2016-02-05Auto merge of #31349 - nikomatsakis:issue-31157-obligation-forest-cache, r=at...bors-152/+314
2016-02-05Auto merge of #31400 - durka:civilized-deriving, r=alexcrichtonbors-168/+4
2016-02-05Auto merge of #31390 - dotdash:fix_quadratic_drop, r=nagisabors-13/+71
2016-02-05Auto merge of #31389 - mitaa:schars, r=nrcbors-10/+10
2016-02-05Remove MutexGuard::map, as it is not safe in combination with Condvar.Jonathan Reem-60/+1
2016-02-05Remove an unnecessary 'static bound in the impl of Debug for Mutex.Jonathan Reem-1/+1
2016-02-05Auto merge of #31386 - tbu-:pr_cow_from_vec, r=alexcrichtonbors-0/+36
2016-02-05Auto merge of #31321 - jseyfried:cleanup, r=nrcbors-290/+128
2016-02-05Auto merge of #30865 - alexcrichton:mtime-system-time, r=aturonbors-8/+183
2016-02-04Auto merge of #31416 - steveklabnik:rollup, r=steveklabnikbors-12/+33
2016-02-04ICE more gracefully in constant evaluation when float parsing failsRobin Kruppe-3/+24
2016-02-04Rollup merge of #31415 - tshepang:2-space-indent, r=steveklabnikSteve Klabnik-3/+3
2016-02-04Rollup merge of #31413 - tshepang:improve, r=steveklabnikSteve Klabnik-2/+2
2016-02-04Rollup merge of #31412 - tshepang:add-trailing-commas, r=steveklabnikSteve Klabnik-5/+5
2016-02-04Rollup merge of #31411 - tshepang:idiom, r=steveklabnikSteve Klabnik-1/+1
2016-02-04Rollup merge of #31401 - frewsxcv:clarify-ascii, r=steveklabnikSteve Klabnik-0/+21
2016-02-04Rollup merge of #31396 - mbrubeck:grammar-stmts, r=alexcrichtonSteve Klabnik-1/+1
2016-02-04doc: Rust indents are 4-space wide by conventionTshepang Lekhonkhobe-3/+3
2016-02-04std: Expose SystemTime accessors on fs::MetadataAlex Crichton-8/+183
2016-02-04Auto merge of #30759 - Manishearth:attr-tls, r=alexcrichtonbors-23/+43
2016-02-04reference: add trailing commasTshepang Lekhonkhobe-5/+5
2016-02-04reference: make the line a little more readableTshepang Lekhonkhobe-2/+2
2016-02-04reference: explicit return at function end is not idiomaticTshepang Lekhonkhobe-1/+1
2016-02-04Auto merge of #31360 - pitdicker:fs_tests_cleanup, r=alexcrichtonbors-183/+192
2016-02-04Test for unsafe code in TLS macroManish Goregaokar-0/+16
2016-02-04Stop using unsafe code in TLS macro expansion (fixes #30756)Manish Goregaokar-23/+27
2016-02-04Clarify scenario where AsciiExt appears to operate on non-ASCIICorey Farwell-0/+21
2016-02-04Auto merge of #31382 - DanielJCampbell:SaveSpans, r=nrcbors-8/+51
2016-02-04Allow dead code for `symlink_junction()`Paul Dicker-0/+2
2016-02-04drive-by doc fixesRobin Kruppe-6/+7
2016-02-04Enable unit tests for literals that overflow. I have no idea why this conditi...Robin Kruppe-7/+5
2016-02-04Prevent the immediate panic uncovered by #31109 and add a test.Robin Kruppe-8/+39
2016-02-04Add the kind of input from #31109 to the expensive tests (not run by default)Robin Kruppe-16/+43
2016-02-04Use the right target ratio in Algorithm M quickstart.Robin Kruppe-1/+1
2016-02-04Address nits on build/scope.rsSimonas Kazlauskas-101/+141
2016-02-04Translation part of drop panic recoverySimonas Kazlauskas-7/+66
2016-02-04Convert Drop statement into terminatorSimonas Kazlauskas-161/+309
2016-02-04Remove the CallKindSimonas Kazlauskas-145/+53
2016-02-04Change successor{,_mut} to return a VecSimonas Kazlauskas-28/+28
2016-02-04Synthesize calls to box_free language itemSimonas Kazlauskas-69/+127
2016-02-04Auto merge of #31161 - sfackler:slice-to-socket-addrs, r=alexcrichtonbors-0/+11