about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-04-07auto merge of #13288 : alexcrichton/rust/remove-check-fast, r=brsonbors-456/+280
2014-04-07Fix some windows rpass testsAlex Crichton-30/+72
2014-04-07auto merge of #13358 : tbu-/rust/pr_doc_equivrel, r=cmrbors-63/+72
2014-04-07auto merge of #13356 : alexcrichton/rust/ignore-flaky, r=huonwbors-1/+1
2014-04-07auto merge of #13354 : alexcrichton/rust/fixup-some-signals, r=sfacklerbors-10/+9
2014-04-07auto merge of #13347 : HeroesGrave/rust/master, r=alexcrichtonbors-1/+1
2014-04-06auto merge of #13165 : sfackler/rust/io-vec, r=alexcrichtonbors-177/+187
2014-04-06rmake: Fix a test on FreeBSDAlex Crichton-2/+13
2014-04-06Remove ignore-fast that has cropped upAlex Crichton-13/+2
2014-04-06Use ignore-freebsd for tests broken on FreeBSDBrian Anderson-2/+2
2014-04-06Ignore another test that fails mysteriously on BSDBrian Anderson-0/+2
2014-04-06test: Ignore run-make tests that don't work on BSDBrian Anderson-0/+13
2014-04-06mk: Pass the name of the make command to maketest.pyBrian Anderson-7/+8
2014-04-06test: Ignore compile-fail/issue-5806.rsBrian Anderson-0/+2
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-404/+168
2014-04-06De-~[] IO utilsSteven Fackler-6/+6
2014-04-06De-~[] Mem{Reader,Writer}Steven Fackler-65/+66
2014-04-06De-~[] Reader and WriterSteven Fackler-108/+117
2014-04-06auto merge of #13346 : ben0x539/rust/priv-field-in, r=alexcrichtonbors-38/+135
2014-04-06auto merge of #13345 : bjz/rust/irc, r=alexcrichtonbors-1/+5
2014-04-06Remove use of block comments in src/libstd/cmp.rsTobias Bucher-84/+72
2014-04-06auto merge of #13340 : FlaPer87/rust/code-model, r=cmrbors-1/+43
2014-04-06Add requirements of TotalEq and TotalOrdTobias Bucher-2/+23
2014-04-06Add support for different relocation modelsFlavio Percoco-1/+43
2014-04-06auto merge of #13344 : eddyb/rust/kill-unboxed-vec, r=cmrbors-375/+208
2014-04-06rustc: remove ty_unboxed_vec.Eduard Burtescu-375/+208
2014-04-06auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,mebors-523/+624
2014-04-06std: Ignore a flaky std::comm testAlex Crichton-1/+1
2014-04-06syntax: Tweak parsing lifetime bounds on closuresAlex Crichton-169/+293
2014-04-05std: Fix a doc example on io::signalAlex Crichton-10/+9
2014-04-05auto merge of #13319 : alexcrichton/rust/rustdoc-fields, r=brsonbors-7/+1
2014-04-05rustc: Pass --enable-long-section-names to gccAlex Crichton-1/+38
2014-04-06name struct in "field `...` is private" errorBenjamin Herr-38/+135
2014-04-06fix kate syntax highlightingHeroesGrave-1/+1
2014-04-05auto merge of #13260 : pnkfelix/rust/fsk-fix-13247, r=alexcrichtonbors-0/+3
2014-04-05auto merge of #13112 : ktt3ja/rust/issue-13058, r=pnkfelixbors-24/+157
2014-04-06Mention more IRC channels on the documentation homepageBrendan Zabarauskas-1/+5
2014-04-05auto merge of #13343 : tbu-/rust/pr_smallfix, r=pcwaltonbors-1/+1
2014-04-05Fix an unnecessary use of `cast::transmute`Tobias Bucher-1/+1
2014-04-05auto merge of #13339 : mozilla-servo/rust/semver-pub, r=cmrbors-5/+5
2014-04-05auto merge of #13333 : Ryman/rust/improve_incompatible_type_error, r=alexcric...bors-2/+33
2014-04-05auto merge of #13332 : mbrubeck/rust/doc-edit, r=huonwbors-6/+5
2014-04-05auto merge of #13331 : pongad/rust/remove-wrapper, r=thestingerbors-205/+84
2014-04-05Make the fields of semver::Version public again.Ms2ger-5/+5
2014-04-05auto merge of #13330 : huonw/rust/loop-error, r=alexcrichtonbors-11/+11
2014-04-05auto merge of #13329 : ckendell/rust/remmanaged_tutorial, r=brsonbors-10/+9
2014-04-04auto merge of #13284 : pnkfelix/rust/more-fs-info-on-crate-mismatch, r=alexcr...bors-36/+219
2014-04-05Rough regression test for #13266.Felix S. Klock II-0/+100
2014-04-05Accumulate list of paths for crate hash mismatch.Felix S. Klock II-23/+27
2014-04-05Added session.fileline_note() method and support infrastucture for it.Felix S. Klock II-8/+45