]> git.lizzy.rs Git - rust.git/history - src/comp/front/test.rs
rustc: Allow the test runner to run unexported tests
[rust.git] / src / comp / front / test.rs
2012-01-06 Brian Andersonrustc: Allow the test runner to run unexported tests
2012-01-06 Brian Andersonrustc: Configure out #[test] functions when not testing
2012-01-05 Niko Matsakisrequire a non-semi expr acting as a stmt to have unit...
2012-01-05 Stefan PlantikowMerge branch 'master' into kmath
2012-01-05 Marijn HaverbekeSwitch to new param kind bound syntax
2012-01-03 Brian AndersonMerge pull request #1392 from Lenny222/list
2011-12-30 Niko Matsakissplit proto from fn_decl, as not all fn_decls know...
2011-12-24 Graydon HoareMerge pull request #1377 from Lenny222/icu
2011-12-22 Graydon HoareMerge branch 'master' of github.com:graydon/rust
2011-12-22 Graydon HoareRegister snapshots and switch logging over to use of...
2011-12-22 Marijn HaverbekeUnify some data structures in syntax::ast that were...
2011-12-19 Niko Matsakisresolve capture clauses
2011-12-16 Graydon HoareMerge pull request #1317 from boggle/fix1315
2011-12-16 Niko Matsakisreorder args to the various vec, option fns so blk...
2011-12-14 Niko Matsakischange syntax from lambda[send] to sendfn
2011-12-14 Niko Matsakispush changes through to get things compiling, if not...
2011-12-14 Graydon HoareMerge pull request #1292 from boggle/fix1291
2011-12-14 Graydon HoareCopy first batch of material from libstd to libcore.
2011-12-06 Niko MatsakisMerge branch 'master' of github.com:graydon/rust
2011-12-06 Graydon HoareFix next-node-id "hackasaurus" in comp/front/test.rs.
2011-11-30 Marijn HaverbekeBox ast::path values
2011-11-23 Marijn HaverbekeAllow import directives in any block
2011-11-18 Marijn HaverbekeUpdate stdlib, compiler, and tests to new kind system
2011-11-17 Niko MatsakisMerge branch 'master' of github.com:graydon/rust
2011-11-17 Niko Matsakisremove compile-command from local variable blocks
2011-11-11 Haitao LiCleanup unused imports
2011-11-01 Matt BrubeckAdd should_fail annotation for unit tests
2011-10-30 Brian AndersonAdd the ability to ignore tests by compiler config
2011-10-25 Marijn HaverbekeUpdate our code to new type parameter kind syntax
2011-10-21 Marijn HaverbekeChange the way block calls are parsed, mark them as...
2011-10-21 Brian AndersonRemove unused empty_fn_ty from rustc::front::test
2011-10-21 Brian AndersonMerge ast::proto_shared and ast::proto_closure
2011-10-21 Brian AndersonRename ast::proto_fn to ast::proto_shared
2011-10-21 Brian AndersonMake fn denote a bare function. Convert fn to fn@ as...
2011-10-21 Brian AndersonConvert the test runners to typesafe spawn
2011-10-12 Niko Matsakismake a good error msg if you try to use an unsafe fn...
2011-10-12 Niko Matsakisimprove the span used in test generation
2011-10-12 Niko Matsakismake treatment of unchecked/unsafe blocks more uniform
2011-10-12 Niko MatsakisExtend the unchecked block stuff to allow unsafe blocks...
2011-10-10 Marijn HaverbekeMake vectors and strings immediates again
2011-10-07 Marijn HaverbekeGive up on providing a by-value version of map, convert...
2011-10-07 Marijn HaverbekeParse and typecheck by-value and by-ref arg specs
2011-09-19 Brian AndersonBreak fold's circular reference during unwinding
2011-09-16 Marijn HaverbekeRemove autoderef for calls
2011-09-14 Marijn HaverbekeRename ast::controlflow to ast::ret_style
2011-09-12 Graydon HoareFactor imports mindlessly.
2011-09-12 Brian AndersonMerge branch 'unwind'
2011-09-12 Marijn HaverbekeReformat for new mode syntax, step 1
2011-09-12 Marijn HaverbekeMake the names of the arg mode tag reflect their (revis...
2011-09-08 Graydon HoareMerge pull request #867 from paulstansifer/master
2011-09-06 Tim ChevalierMerge remote-tracking branch 'graydon/master'
2011-09-03 Brian AndersonRename ty_istr to ty_str. Issue #855
2011-09-03 Brian AndersonReformat. Issue #855
2011-09-02 Brian AndersonRemove lots of estr code from rustc. Issue #855
2011-09-02 Brian AndersonConvert all uses of #ifmt to #fmt. Issue #855
2011-09-02 Brian AndersonRename std::istr to std::str. Issue #855
2011-09-01 Brian AndersonConvert std::test to istrs. Issue #855
2011-08-31 Brian AndersonConvert uses of #fmt to #ifmt. Issue #855
2011-08-27 Brian AndersonConvert rustc::syntax::ast_util to istrs. Issue #855
2011-08-27 Brian AndersonConvert pretty-printer to istrs. Issue #855
2011-08-27 Brian AndersonConvert rest of the AST to istrs. Issue #855
2011-08-27 Brian AndersonConvert ast::ident to istr. Issue #855
2011-08-26 Tim ChevalierSupport unchecked blocks
2011-08-23 Graydon HoareAdd kind-checking for assign-op, copy, ret, be, fail...
2011-08-22 Brian AndersonMove functions from syntax::ast to syntax::ast_util
2011-08-20 Brian AndersonReformat
2011-08-18 Brian AndersonRename various things from ivec to vec
2011-08-18 Brian AndersonChange ast::ty_ivec, ty::ty_ivec to ty_vec
2011-08-18 Brian AndersonRemove seq_kind from ast::expr_vec
2011-08-18 Marijn HaverbekeRemove or _-prefix all unused function arguments
2011-08-17 Brian AndersonPurge vecs from the std::test interface
2011-08-16 Erick TryzelaarPort the compiler to foo<T> decl syntax.
2011-08-16 Erick TryzelaarPort the compiler to the typaram foo<T> syntax.
2011-08-16 Brian AndersonRename std::ivec to std::vec
2011-08-16 Brian AndersonAdd and use an ivec interface to std::test
2011-08-16 Lindsey KuperThe wonky for...in... whitespace was bothering me....
2011-08-15 Paul StansiferMake spans into stacks (to store expansion backtraces).
2011-08-12 Michael SullivanDon't rely on binop autoderef in the compiler.
2011-08-09 Erick TryzelaarPort the compiler to the ivec type [T] syntax.
2011-08-05 Eric HolkMerge branch 'master' of github.com:graydon/rust
2011-08-05 Patrick Waltonrustc: Add inlineness to the fn decl instead
2011-08-05 Patrick WaltonRevert "rustc: Introduce the concept of inline to the...
2011-08-05 Patrick Waltonrustc: Introduce the concept of inline to the AST
2011-07-29 robarnoldMerge pull request #781 from robarnold/upstream-stable
2011-07-27 Marijn HaverbekeReformat for new syntax
2011-07-25 Michael SullivanRename the block type to be blk also. Sorry.
2011-07-14 Brian AndersonAdd a facility for ignoring tests. Issue #428
2011-07-14 Brian AndersonThe test runner's main returns unit, not int. Issue...
2011-07-13 Graydon HoareProhibit trailing whitespace under 'tidy' script. Clean...
2011-07-12 Brian AndersonSimplify the code for generating tests. Issue #428
2011-07-12 Brian AndersonLog the synthesized __test module. Issue #428
2011-07-12 Brian AndersonElide existing main function when building a test runne...
2011-07-12 Brian AndersonPass command-line args to the test runner. Issue #428
2011-07-11 Patrick Waltonrustc: Implement explicit global scope resolution via...
2011-07-10 Brian AndersonGenerate code to load a crate's tests into the std...
2011-07-09 Brian AndersonCollect functions that look like unit tests. Issue...
2011-07-09 Brian AndersonTrack the path as we fold over the AST looking for...
2011-07-08 Patrick Waltonrustc: Remove all exterior vectors from the AST
2011-07-07 Patrick WaltonMerge pull request #634 from robarnold/upstream-stable
2011-07-07 Patrick Waltonrustc: Change lots of AST nodes to use interior vectors
next