summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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
2016-02-04Auto merge of #31069 - sfackler:file-try-clone, r=alexcrichtonbors-39/+87
2016-02-04Implement ToSocketAddrs for &[SocketAddr]Steven Fackler-0/+11
2016-02-04Add File::try_cloneSteven Fackler-39/+87
2016-02-04Auto merge of #31378 - nagisa:target-man, r=alexcrichtonbors-5/+1
2016-02-04Fix unclear make_mut docsRichard Bradfield-3/+3
2016-02-04Auto merge of #31326 - sdleffler:master, r=nikomatsakisbors-2/+71
2016-02-04test #[derive(FromPrimitive)] triggers custom-derive errorAlex Burka-23/+4
2016-02-04Auto merge of #30962 - Amanieu:non_volatile_atomic, r=alexcrichtonbors-2/+0
2016-02-03remove dead #[derive(FromPrimitive)] codeAlex Burka-145/+0
2016-02-04Auto merge of #30796 - GuillaumeGomez:impl_box_error, r=alexcrichtonbors-0/+11
2016-02-03Remove unneeded borrows and slicesJeffrey Seyfried-15/+15
2016-02-03Remove unneeded use of CellJeffrey Seyfried-6/+6
2016-02-03Refactor away resolve_item_by_name_in_lexical_scopeJeffrey Seyfried-45/+10
2016-02-03Refactor resolve_import_for_moduleJeffrey Seyfried-77/+32
2016-02-03Refactor away resolve_module_in_lexical_scopeJeffrey Seyfried-34/+11
2016-02-03Refactor block_needs_anonymous_moduleJeffrey Seyfried-19/+7
2016-02-03Refactor more functionality into record_import_useJeffrey Seyfried-30/+15
2016-02-03Refactor resolve_item_in_lexical_scopeJeffrey Seyfried-56/+18
2016-02-03Improve detection of unused importsJeffrey Seyfried-18/+24
2016-02-04Avoid quadratic growth of functions due to cleanupsBjörn Steinbrink-13/+71
2016-02-03Auto merge of #31078 - nbaksalyar:illumos, r=alexcrichtonbors-38/+376