summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2013-11-25auto merge of #10652 : jld/rust/enum-unstruct, r=thestingerbors-0/+39
2013-11-26Add tests for attribute lintklutzy-0/+38
2013-11-26std: Remove unused attributesklutzy-1/+0
2013-11-26rustc: Add lint for obsolete attributesklutzy-15/+0
2013-11-25Fix the usual check-fast scoping mistake.Jed Davis-1/+1
2013-11-25auto merge of #10628 : huonw/rust/3614, r=alexcrichtonbors-0/+33
2013-11-25syntax: parse inner attributes on impls.Huon Wilson-0/+33
2013-11-24auto merge of #10641 : cmr/rust/close_delims, r=alexcrichtonbors-0/+26
2013-11-24auto merge of #10635 : alexcrichton/rust/issue-10626, r=cmrbors-0/+40
2013-11-24Represent C-like enums with a plain LLVM integer, not a struct.Jed Davis-0/+39
2013-11-24auto merge of #10603 : alexcrichton/rust/no-linked-failure, r=brsonbors-19/+25
2013-11-24Cache a task's stderr loggerAlex Crichton-0/+40
2013-11-24Remove linked failure from the runtimeAlex Crichton-19/+25
2013-11-24Add a note for unclosed delimitersCorey Richardson-0/+26
2013-11-24auto merge of #10475 : astrieanna/rust/issue8763, r=alexcrichtonbors-3/+24
2013-11-24Fix issue #8763Leah Hanson-3/+24
2013-11-23Move mutable::Mut to cell::RefCellSteven Fackler-15/+15
2013-11-22More Mut testsSteven Fackler-0/+38
2013-11-22Strip down Cell functionalitySteven Fackler-10/+8
2013-11-22Remove RcMutSteven Fackler-10/+14
2013-11-22Introduce Mut<T> to libstdSteven Fackler-0/+18
2013-11-22auto merge of #10605 : huonw/rust/ascii-ident-gate, r=pcwaltonbors-0/+54
2013-11-23Put non-ascii identifiers behind a feature gate.Huon Wilson-0/+54
2013-11-22auto merge of #10583 : alexcrichton/rust/privacy-reexport, r=pcwaltonbors-0/+48
2013-11-22Move more of the exportation burden into privacyAlex Crichton-0/+48
2013-11-22auto merge of #10606 : huonw/rust/lint-unsafe-in-macro, r=thestingerbors-0/+9
2013-11-22test: test that the `unsafe_block` lint picks up `unsafe` blocks inHuon Wilson-0/+9
2013-11-21auto merge of #10588 : huonw/rust/un@mutilate-task_rng, r=alexcrichtonbors-0/+18
2013-11-22std::rand: move TaskRng off @mut.Huon Wilson-0/+18
2013-11-21add lint for `unsafe` blocksDaniel Micay-0/+20
2013-11-20auto merge of #10527 : eholk/rust/win64, r=alexcrichtonbors-0/+57
2013-11-19auto merge of #10495 : alexcrichton/rust/more-native-io, r=brsonbors-2/+2
2013-11-19Implement more native file I/OAlex Crichton-2/+2
2013-11-19Don't use win64 calling convention on 32-bit machines.Eric Holk-3/+13
2013-11-18auto merge of #10561 : pcwalton/rust/procify, r=alexcrichtonbors-147/+45
2013-11-18auto merge of #10458 : yichoi/rust/make_check_pass_android2, r=brsonbors-2/+13
2013-11-18libsyntax: Remove `~fn()` from the languagePatrick Walton-16/+2
2013-11-18librustc: Convert `~fn()` to `proc()` everywhere.Patrick Walton-131/+43
2013-11-18Add Win64 calling convention.Eric Holk-0/+47
2013-11-18Use '..' as slice wildcard in vectorsBrian Anderson-6/+12
2013-11-18Use '..' as multi-field wildcard in enums and structs.Brian Anderson-0/+44
2013-11-19android support added to test caseYoung-il Choi-0/+1
2013-11-19fix #10450Young-il Choi-2/+12
2013-11-18auto merge of #10555 : TeXitoi/rust/pidigits-resurected, r=alexcrichtonbors-137/+66
2013-11-18pidigits resurectedGuillaume Pinot-137/+66
2013-11-18auto merge of #10539 : alexcrichton/rust/external-linkage, r=pcwaltonbors-0/+39
2013-11-18Don't mark reachable extern fns as internalAlex Crichton-0/+39
2013-11-17auto merge of #10443 : alexcrichton/rust/meaninless-pub-priv, r=cmrbors-1/+27
2013-11-17Forbid privacy in inner functionsAlex Crichton-1/+27
2013-11-17auto merge of #10363 : astrieanna/rust/fix-x86stdcall, r=huonwbors-8/+9