about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-10-25auto merge of #18176 : jkleint/rust/guide-borrow-wording, r=steveklabnikbors-15/+18
2014-10-25auto merge of #18171 : jakub-/rust/match-typeck, r=pcwaltonbors-747/+490
2014-10-25auto merge of #18080 : veddan/rust/assume, r=thestingerbors-0/+40
2014-10-24Update tests with the new error messagesJakub Bukaj-29/+56
2014-10-24Overhaul typechecking of patternsJakub Bukaj-717/+415
2014-10-24Do not accept functions in enum patterns past resolveJakub Bukaj-1/+19
2014-10-24auto merge of #16388 : Zoxc/rust/stmesg, r=alexcrichtonbors-43/+774
2014-10-24auto merge of #17813 : P1start/rust/lint-field-shorthand, r=huonwbors-203/+266
2014-10-24Print stack overflow messages for Windows, Linux and OS XJohn Kåre Alsaker-33/+774
2014-10-24auto merge of #17896 : mahkoh/rust/intmax, r=alexcrichtonbors-0/+16
2014-10-24Add a lint for not using field pattern shorthandsP1start-203/+266
2014-10-24Fix sigaction on OS XJohn Kåre Alsaker-10/+0
2014-10-24auto merge of #17960 : mahkoh/rust/clone_from_slice, r=pcwaltonbors-4/+7
2014-10-23auto merge of #17683 : gereeter/rust/ident-to-name, r=pcwaltonbors-371/+355
2014-10-23auto merge of #18253 : steveklabnik/rust/small_doc_fixes, r=huonwbors-1/+1
2014-10-23Improve code in the intro.Steve Klabnik-1/+1
2014-10-23auto merge of #18217 : mikedilger/rust/bug_report_instructions, r=pnkfelixbors-3/+15
2014-10-23auto merge of #17868 : nick29581/rust/valgrind, r=alexcrichtonbors-5/+45
2014-10-23Error if we should be able to Valgrind but can'tNick Cameron-3/+14
2014-10-22Part of #6993. Moved a bunch of uses of Ident to NameJonathan S-371/+355
2014-10-23Move some tests to run-pass-valgrindNick Cameron-0/+0
2014-10-23Add run-pass-valgrind testsNick Cameron-4/+33
2014-10-22auto merge of #18224 : nikomatsakis/rust/issue-17594, r=alexcrichtonbors-0/+33
2014-10-22auto merge of #18092 : michaelwoerister/rust/lldb-test-versioning, r=alexcric...bors-33/+131
2014-10-22auto merge of #17846 : tomjakubowski/rust/rustdoc-hide-private-traits, r=alex...bors-1/+12
2014-10-22Guide: Adapt range values to variable nameDaniel Hofstetter-2/+2
2014-10-22auto merge of #18223 : nikomatsakis/rust/coherence-orphan-18222, r=pcwaltonbors-3/+42
2014-10-22debuginfo: Print more output in lldb_batchmode.py for better error logs.Michael Woerister-2/+9
2014-10-22debuginfo: Let LLDB tests run in parallel again since our min-supported versi...Michael Woerister-11/+1
2014-10-22debuginfo: Make some path LLDB-related paths in the test runner absolute to h...Michael Woerister-4/+21
2014-10-22debuginfo: Gate all LLDB debuginfo tests on a minimum LLDB version being avai...Michael Woerister-16/+100
2014-10-22auto merge of #18141 : phildawes/rust/master, r=brsonbors-3/+49
2014-10-22auto merge of #18213 : pcwalton/rust/pcg-default, r=aturonbors-1/+14
2014-10-21Add test for issue #17594Niko Matsakis-0/+33
2014-10-21Adjust orphan rules to consider all input types, not just self type.Niko Matsakis-3/+42
2014-10-22Fix issue #17848 (Questionable advice in bug report instructions)Mike Dilger-3/+15
2014-10-22auto merge of #18121 : nikomatsakis/rust/method-call-use-trait-matching-infra...bors-864/+1464
2014-10-21enable parallel codegen by defaultStuart Pernsteiner-1/+14
2014-10-21Patch up broken error messagesNiko Matsakis-2/+3
2014-10-21auto merge of #18203 : mahkoh/rust/cstring, r=thestingerbors-9/+1
2014-10-21Address nits by @pcwaltonNiko Matsakis-9/+12
2014-10-21Coherence tests that seemed to be missing.Niko Matsakis-0/+72
2014-10-21Tests for method resolution in the face of various ambiguities or non-ambigui...Niko Matsakis-13/+204
2014-10-21Various minor cases where errors are reported in slightly different ways.Niko Matsakis-12/+19
2014-10-21Test where the old infrastructure failed to detect the (applicable) impl of `...Niko Matsakis-1/+3
2014-10-21The new method lookup mechanism typechecks calls against the method type decl...Niko Matsakis-19/+34
2014-10-21Correct case where the old version of method lookup was incorrectly matching,Niko Matsakis-2/+2
2014-10-21Change method lookup infrastructure to use the trait methods. InsteadNiko Matsakis-661/+640
2014-10-21rustdoc: hide private traits in strip-private passTom Jakubowski-1/+12
2014-10-21Generalize the replace-late-bound-regions function to operateNiko Matsakis-31/+35