summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-11-07Rollup merge of #45782 - frewsxcv:frewsxcv-shorthands-helpers, r=manishearthkennytm-13/+35
2017-11-07Rollup merge of #45778 - Havvy:patch-1, r=steveklabnikkennytm-1/+1
2017-11-07Rollup merge of #45764 - QuietMisdreavus:rustdoc-doctest-lints, r=GuillaumeGomezkennytm-8/+16
2017-11-07Rollup merge of #45751 - estebank:issue-44684, r=nikomatsakiskennytm-42/+95
2017-11-07Rollup merge of #45714 - sdroege:thread-panic-docs, r=dtolnaykennytm-5/+9
2017-11-07Rollup merge of #45682 - RalfJung:rwlock-guards, r=alexcrichtonkennytm-3/+8
2017-11-07Rollup merge of #45588 - Keruspe:master, r=alexcrichtonkennytm-2/+5
2017-11-07Rollup merge of #45470 - GuillaumeGomez:unix-metadata-ext, r=QuietMisdreavuskennytm-0/+246
2017-11-07Auto merge of #45666 - Amanieu:tls-model, r=alexcrichtonbors-13/+84
2017-11-07incr.comp.: Add -Zincremental-verify-ich, which allows to perform a consisten...Michael Woerister-2/+32
2017-11-07incr.comp.: Don't filter out StmtDecls from hir::Block during hashing as thes...Michael Woerister-27/+1
2017-11-07incr.comp.: Sort exported symbols list in order to achieve stable incr. comp....Michael Woerister-1/+12
2017-11-07incr.comp.: Always require Session when decoding Spans (as to avoid silently ...Michael Woerister-57/+71
2017-11-07incr.comp.: Make assertion in try_mark_green() more targeted.Michael Woerister-4/+14
2017-11-07incr.comp.: Mark more input nodes as inputs.Michael Woerister-18/+18
2017-11-07incr.comp.: Allow for forcing input nodes lazily.Michael Woerister-51/+70
2017-11-07Remove `send` lang item.leonardo.yvens-2/+1
2017-11-07Remove deprecated messageKornel-21/+0
2017-11-07Fix some rebasing fallout.Michael Woerister-5/+8
2017-11-07Don't duplicate logic of when an Instance requests to be inlined.Michael Woerister-7/+5
2017-11-07Update run-make tests.Michael Woerister-2/+16
2017-11-07Update mir-opt tests.Michael Woerister-5/+20
2017-11-07Update compile-fail tests.Michael Woerister-33/+36
2017-11-07Update codegen tests.Michael Woerister-20/+20
2017-11-07Fix incremental tests after change to instantiation strategy.Michael Woerister-275/+285
2017-11-07incr.comp.: Improve error message for unknown fingerprint.Michael Woerister-1/+6
2017-11-07Update invalid inline arg test.Michael Woerister-1/+3
2017-11-07Add regression tests for non-instantiation of inline and const fns.Michael Woerister-0/+45
2017-11-07Update codegen-unit tests.Michael Woerister-47/+47
2017-11-07Fix translation item collection for inline and const fns.Michael Woerister-10/+24
2017-11-07Auto merge of #45620 - ollie27:rustdoc_impl_generic_dupe, r=QuietMisdreavusbors-4/+29
2017-11-06Update comments in cast-lt.ppAlec Theriault-3/+1
2017-11-06review commentsEsteban Küber-4/+4
2017-11-06Add RefCell<T>::replace_withHavvy-13/+38
2017-11-07Auto merge of #45571 - zackmdavis:regenerate_char_private, r=alexcrichtonbors-76/+85
2017-11-06Display all emission types in error msg if user inputs invalid option.Corey Farwell-13/+35
2017-11-06Auto merge of #45668 - nikomatsakis:nll-free-region, r=arielb1bors-222/+660
2017-11-06Fix navbar click while in a searchGuillaume Gomez-0/+9
2017-11-06collect unused unsafe codeAriel Ben-Yehuda-74/+221
2017-11-06run unsafety checking before dead block collectionAriel Ben-Yehuda-6/+33
2017-11-06tweak notes on ignore/compile_fail examplesQuietMisdreavus-5/+5
2017-11-06Move tls-model to a -Z option since it is unstableAmanieu d'Antras-7/+7
2017-11-06Auto merge of #45811 - DSpeckhals:update-rustfmt-rls, r=nikomatsakisbors-27/+13
2017-11-06Test error for `...` in expressionsBadel2-0/+38
2017-11-06Using `...` in expressions is now an errorBadel2-16/+21
2017-11-06Auto merge of #45322 - infinity0:master, r=alexcrichtonbors-9/+9
2017-11-06tools: Fix rustfmt and the RLSDustin Speckhals-27/+13
2017-11-07Forbid casting to/from a pointer of unknown kindWonwoo Choi-23/+111
2017-11-06Update tests for new format! error messageTommy Ip-2/+2
2017-11-06Add tests for new format! error messageTommy Ip-23/+26