about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2014-05-01auto merge of #13886 : japaric/rust/fix-an-typos, r=alexcrichtonbors-1/+1
2014-05-01Fix a/an typosJorge Aparicio-1/+1
2014-05-01auto merge of #13877 : thestinger/rust/de-tilde-str-vec, r=alexcrichtonbors-19/+19
2014-05-01remove leftover obsolete string literalsDaniel Micay-19/+19
2014-05-01auto merge of #13724 : nikomatsakis/rust/expr-use-visitor, r=pnkfelixbors-2/+2
2014-04-30rustc: Fix def ids of xcrate-reexported itemsAlex Crichton-0/+62
2014-04-30auto merge of #12740 : nical/rust/json-streaming, r=ericktbors-1/+1
2014-04-29auto merge of #13857 : alexcrichton/rust/add-dylib-paths, r=brsonbors-0/+78
2014-04-29rustc: Add search paths to dylib load pathsAlex Crichton-0/+78
2014-04-29auto merge of #13833 : alexcrichton/rust/ffunction-sections, r=thestingerbors-0/+10
2014-04-29rustc: Enable -f{function,data}-sectionsAlex Crichton-0/+10
2014-04-28Refactor ty_str to use a ~(str) representation.Nick Cameron-2/+2
2014-04-27auto merge of #13811 : alexcrichton/rust/closed-issues, r=sfacklerbors-0/+214
2014-04-27test: Add tests for closed issuesAlex Crichton-0/+214
2014-04-28test: Fix run-make on windowsklutzy-12/+94
2014-04-27Fix test issue-4016.rs with the json API changeNicolas Silva-1/+1
2014-04-27test: Rename a test to bypass UAC on windowsklutzy-0/+0
2014-04-26auto merge of #13769 : alexcrichton/rust/restrict-some-scopes, r=huonwbors-0/+20
2014-04-25rustc: Restrict the scope of a borrow on def_mapAlex Crichton-0/+20
2014-04-25auto merge of #13741 : klutzy/rust/test-reachable, r=alexcrichtonbors-157/+66
2014-04-25test: Remove/update some old ignored testsklutzy-148/+42
2014-04-25test: Enable extern-fn-reachable testklutzy-19/+34
2014-04-24auto merge of #13700 : BurntSushi/rust/regexp, r=alexcrichtonbors-0/+124
2014-04-25Ignore regex tests (regular, cfail and benchmark) on Windows (for now).Andrew Gallant-0/+4
2014-04-25Cleaned up os::consts. The module only exposes constants for the target OS an...Michael Darakananda-4/+4
2014-04-25Add a regex crate to the Rust distribution.Andrew Gallant-0/+120
2014-04-24auto merge of #13671 : dcrewi/rust/lint-directives-on-use-items, r=alexcrichtonbors-0/+33
2014-04-24Pre-step towards issue #12624 and others: Introduce ExprUseVisitor, remove theNiko Matsakis-2/+2
2014-04-24auto merge of #13715 : nick29581/rust/unsized-assign2, r=nikomatsakisbors-12/+44
2014-04-24auto merge of #13713 : edwardw/rust/methodcall-span, r=alexcrichtonbors-0/+30
2014-04-24auto merge of #13559 : FlaPer87/rust/remove-special-root, r=nikomatsakisbors-10/+50
2014-04-24auto merge of #13531 : alexcrichton/rust/fix-some-ices, r=brsonbors-0/+39
2014-04-23auto merge of #12812 : sfackler/rust/attr-arm, r=alexcrichtonbors-0/+26
2014-04-23Allow attributes on match armsSteven Fackler-0/+26
2014-04-23auto merge of #13675 : sfackler/rust/taskbuilder-new, r=alexcrichtonbors-21/+27
2014-04-23Move task::task() to TaskBuilder::new()Steven Fackler-21/+27
2014-04-24Prevent unsized types being stored in variablesNick Cameron-12/+44
2014-04-24Calibrate span for method call error messagesEdward Wang-0/+30
2014-04-23auto merge of #13584 : rcxdude/rust/cross-syntax-ext, r=alexcrichtonbors-27/+3
2014-04-23Enable use of syntax extensions when cross compiling.Douglas Young-27/+3
2014-04-23auto merge of #13686 : alexcrichton/rust/issue-12224, r=nikomatsakisbors-13/+78
2014-04-23rustc: Don't die when a crate id can't be inferredAlex Crichton-0/+20
2014-04-23rustc: Give a friendlier error when writing depsAlex Crichton-0/+19
2014-04-23Fix other bugs with new closure borrowingAlex Crichton-13/+14
2014-04-23rustc: Tweak the borrow on closure invocationsAlex Crichton-0/+64
2014-04-23auto merge of #13689 : alexcrichton/rust/ignore-tcp-connect-freebsd, r=brsonbors-4/+4
2014-04-23rustc: Remove moved_variables_setFlavio Percoco-7/+14
2014-04-23Update tests and move other tests aroundFlavio Percoco-1/+283
2014-04-23rustc: Remove root_map usage from lifetimeFlavio Percoco-58/+0
2014-04-23Remove special rooting code from transFlavio Percoco-191/+0