]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2012-04-16 Brian AndersonMerge pull request #2184 from evanmcc/local_rust
2012-04-16 Brian Andersonrustc: -L also indicates the location of native libraries
2012-04-16 Brian Andersoncore: Factor out uint/u8/16/32/64 mods into uint-template
2012-04-16 Brian Andersoncore: Factor out int/i8/16/32/64 mods into int-template
2012-04-16 Brian Andersoncore: Add extension methods for is_null, is_not_null
2012-04-15 Brian AndersonAdd Alexander Stavonin to AUTHORS.txt
2012-04-15 Brian AndersonMerge pull request #2211 from astavonin/master
2012-04-15 Brian Andersonsyntax: Remove unused lexer field
2012-04-15 Brian Andersonsyntax: Cleanup in diagnostic
2012-04-15 Brian Andersonsyntax: Limit exports in codemap
2012-04-15 Brian Andersonsyntax: Some minor lexer refactoring
2012-04-15 Brian Andersonsyntax: lexer doesn't need to store the src length
2012-04-15 Brian Andersonsyntax: lexer doesn't need a codemap
2012-04-15 Brian Andersonsyntax: Limit exports from lexer
2012-04-15 Brian Andersonsyntax: Eliminate token's dependency on lexer
2012-04-15 Brian Andersonsyntax: Move comment-extraction code to its own module
2012-04-15 Brian Andersonsyntax: Cleanup attr module. Closes #1545
2012-04-15 Tim ChevalierForbid deinitializing upvars in typestate
2012-04-15 Alexander Stavoninexport buf_len from ptr
2012-04-15 Brian AndersonRegister snapshots
2012-04-15 Niko Matsakisimplement evec/estr subtyping/lub/glb/etc
2012-04-15 Brian Andersoncore: Use tilde-fences in docs
2012-04-14 Brian AndersonMerge pull request #2205 from grahame/floatstrfixes
2012-04-14 Grahame Bowlandadd inf/-inf/NaN parsing to float::from_str
2012-04-14 Brian Andersontest: Simulate abstract methods with template modules
2012-04-14 Brian Andersontest: Add a test for interesting module template polymo...
2012-04-14 Brian Andersonrustc: Don't hardcode -lm
2012-04-14 Niko Matsakisintegrate simple notion of borrowing into trans
2012-04-14 Niko Matsakisstore into the borrowings table
2012-04-14 Niko Matsakisnew borrowing tests (not all passing)
2012-04-14 Niko Matsakisadd initial code re: slices to borrowing, improve ty_to_str
2012-04-14 Graydon HoareTrivial change to force a doc rebuild.
2012-04-13 Niko Matsakisadd test for issue #1466 that runs with CC ZEAL enabled.
2012-04-13 Niko Matsakisadd option exec-env to set env variables during test...
2012-04-13 Niko Matsakisuse find not echo; this also brings fuzzer under the...
2012-04-13 Niko Matsakisfirst stab at type checking for borrow: not integrated...
2012-04-13 Niko Matsakischange to use && mode (can't move from upvar)
2012-04-13 Haitao LiRevert "libstd: Handle test results in serial"
2012-04-13 Haitao LiRevert "libstd: Colorify test results when run in parallel"
2012-04-13 Tim ChevalierAnnotate FIXMEs in syntax::ast and syntax::ast_util
2012-04-13 Tim ChevalierAnnotate FIXMEs in core::vec
2012-04-13 Tim ChevalierAnnotate FIXMEs in core::task
2012-04-13 Tim ChevalierRemove or annotate FIXMEs in core::str
2012-04-13 Tim ChevalierAdd a run-fail test for result::get, get rid of a FIXME...
2012-04-13 Brian Andersonrustc: Fix handling of - and _ in lint pass
2012-04-13 Brian Andersontest: Add test for #1763
2012-04-13 Graydon HoareSupport general warnings and errors in lint pass via...
2012-04-12 Haitao Lilibstd: Colorify test results when run in parallel
2012-04-12 Haitao Lilibstd: Handle test results in serial
2012-04-12 Brian Andersonrustc: Long lines
2012-04-12 Brian Andersontest: Add compile-fail test for shadowing in-scope...
2012-04-12 Brian Andersonrustc: Fix typo in error message
2012-04-12 Tim ChevalierTest that a class can implement an interface defined...
2012-04-12 Brian AndersonBreak up make tidy even more
2012-04-12 Niko Matsakisbreakup tidy command
2012-04-12 Niko Matsakisrewrite lookup_method(), lookup_method_inner(), and...
2012-04-12 Niko Matsakisrefactor fixup_self
2012-04-12 Niko Matsakisfirst attempt at an assignability check
2012-04-12 Niko Matsakissimplify demand module
2012-04-11 Tim ChevalierAllow classes to implement ifaces
2012-04-11 Graydon HoareAdd ptr::position and ptr::buf_len, close #2183.
2012-04-11 Brian Andersonrustsyntax: i64, not int
2012-04-11 Graydon HoareTranslate slice-strings and make fixed-strings carry...
2012-04-11 Graydon HoareImprove region code surrounding slice types.
2012-04-11 Graydon HoareAdd enough tyencode stuff to stop faulting when we...
2012-04-11 Graydon HoareFix name.
2012-04-11 Graydon HoareAdd vstore/evec/estr to compiler.
2012-04-11 Graydon HoareAdd some xfailed estr tests.
2012-04-11 Graydon HoareFix up LIBRUSTSYNTAX_INPUTS and tidy rule.
2012-04-11 Graydon HoareAdd description of by-move mode.
2012-04-11 Evan McClanahanadd the option --enable-local-rust to pull rust from...
2012-04-10 Tim ChevalierGeneric classes and generic class methods work cross...
2012-04-10 Haitao LiPrint configure script found toolchain version
2012-04-10 Haitao Litest: Remove duplicated auxliary tests
2012-04-10 Haitao Litest: Build auxiliary libraries for each test
2012-04-10 Brian Andersoncore: Make str::as_bytes handle failure. Closes #2156
2012-04-10 Patrick Waltonllvm: Update llvm to use new gcnoteroot infrastructure
2012-04-10 Brian Andersonbuild: Split up tidy command further to make arg list...
2012-04-09 Niko Matsakismake anything used in a resource body always reachable
2012-04-09 Brian Andersonrt: Fix typo
2012-04-09 Brian Andersonrt: Allow 2x normal stack during unwinding. Closes...
2012-04-09 Brian Andersonrt: Don't limit the amount of stack available during...
2012-04-09 Brian Andersonrustc: Add more creader logging
2012-04-09 Brian AndersonUpdate src/README.txt. Closes #2147
2012-04-09 Brian AndersonMerge pull request #2168 from lht/issue-2167
2012-04-09 Haitao Lirustc: External fns declared as fns not global variables
2012-04-09 Haitao Lirustc: Declare rust_start as a function
2012-04-08 Brian Andersoncore: Add tests for the string repr of infinity
2012-04-08 Brian AndersonMerge pull request #2164 from grahame/floatinfstr
2012-04-08 Brian Andersonrustdoc: Use parallel map by default
2012-04-08 Grahame Bowlandwrite out "inf"/"-inf" in float::to_str_common
2012-04-08 Haitao Litest: Don't share auxiliary modules
2012-04-08 Haitao LiXfail-fast a case on window
2012-04-08 Haitao LiFix a missing un-xfailed case
2012-04-08 Haitao LiCheck metadata hash when loading transitive dependent...
2012-04-08 Haitao LiRemove a FIXME note about closed issue #1001
2012-04-08 Brian Andersoncore: Add priv::weaken_task
2012-04-08 Brian Andersonrustc: Hash the CMH into symbol names
2012-04-08 Brian Andersontest: Add test for mismatched nominal types when using...
2012-04-08 Brian Andersontest: Add another test using multiple versions of the...
next