]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2012-11-14 Graydon Hoareconfigure: force clang when on freebsd.
2012-11-14 Brian AndersonRevert "Convert libstd to use the Drop trait"
2012-11-14 Brian Andersonrustc: Only strip out the main function when generating...
2012-11-14 Brian Andersonrustc: Generate test code when in the 'test' config
2012-11-14 Ben StriegelConvert libstd to use the Drop trait
2012-11-14 Brian AndersonMove two fn assignability tests from compile-fail to...
2012-11-14 Brian AndersonLong lines
2012-11-14 Brian AndersonRemove obsolete const pattern test
2012-11-14 Patrick Waltonlibrustc: Require the #[derivable] attribute, remove...
2012-11-14 Patrick Waltonrustc: Implement let assignability. r=nmatsakis
2012-11-14 Patrick Waltonrustc: Allow constants to be used in patterns. r=nmatsakis
2012-11-14 Brian AndersonTools should not be build prereqs of tests. Closes...
2012-11-13 Patrick Waltonlibrustc: Stop reexporting all of core in every crate...
2012-11-13 Graydon Hoarewhitespace police 2
2012-11-13 Graydon Hoarewhitespace police
2012-11-13 Graydon Hoarerustc: fix pp build breakage.
2012-11-13 Brian AndersonAdd Chris Pressey to AUTHORS.txt
2012-11-13 Patrick Waltonlibrustc: Implement deriving with a unit return type...
2012-11-13 Graydon Hoarerustc: add new token-tree based quasiquoter.
2012-11-13 Graydon Hoarerustc: Remove the case of foo![...] as invocation synta...
2012-11-13 Graydon HoareRevert "`m1!{...}` is now forbidden. Use `m1!(...)...
2012-11-13 Graydon Hoarecleanup: convert some remaining #foo invocations to...
2012-11-13 Patrick Waltonrustc: Make static methods not leak out of traits....
2012-11-13 Brian AndersonMerge remote-tracking branch 'catseye/tutorial-grammar...
2012-11-13 Brian AndersonMerge pull request #3954 from burg/result-chain
2012-11-13 Brian J. BurgFix Result::chain, Result::chain_err to not require...
2012-11-12 Patrick Waltonrustc: Implement floating point literal inference....
2012-11-11 Cat's Eye TechnologiesMinor grammatical edits; use preferred nomenclature...
2012-11-09 Brian AndersonAdd a test for multiple main functions
2012-11-09 Brian Andersonxfail-fast run-pass/pub-use-xcrate
2012-11-09 Brian Andersonstd: Eliminate copy warning
2012-11-09 Brian AndersonWhitespace
2012-11-09 Brian Andersonrustc: Fix cross-crate reexports. #3908. r=pcwalton
2012-11-09 Brian J. BurgChange option::expect to not require a Copy bound,...
2012-11-08 Brian AndersonMerge pull request #3923 from am0d/master
2012-11-08 Brian AndersonAttempt to fix tools.mk under cross-compile
2012-11-08 a_m0dFix whitespace issues from previous commits.
2012-11-08 Patrick Waltonrustc: Support irrefutable patterns in function argumen...
2012-11-07 Patrick Waltonrustc: Autovivify modules even when a type def is prese...
2012-11-07 Brian AndersonFix make install rules for new libraries
2012-11-07 Brian AndersonFix install target for new libraries
2012-11-07 Brian AndersonRename src/rustc to src/librustc. Use the driver crate
2012-11-07 Patrick Waltonrustc: Long lines
2012-11-07 Patrick Waltonrustc: Implement the Drop trait. r=brson
2012-11-07 Patrick Waltonlibstd: Implement a thread pool. r=brson
2012-11-07 Brian AndersonMerge pull request #3932 from z0w0/mutptr
2012-11-07 Zack CorrImplement Ptr trait for mutable unsafe pointers. Closes...
2012-11-07 Graydon Hoarerustc: reuse const vals, translate fn paths as consts...
2012-11-07 a_m0dFix trailing whitespace issues
2012-11-07 a_m0dAdd end_of_file handling to TcpBufferedSocket.
2012-11-06 Niko MatsakisCleanup how we handle proto in types, remove unsound...
2012-11-05 Brian Andersonrt: Remove shape code
2012-11-05 Brian Andersonrustc: Stop declaring unused upcalls
2012-11-05 Patrick Waltonrustc: Implement deriving involving generic bounded...
2012-11-05 Patrick Waltonrustc: Implement parsing and typechecking for "once fn"
2012-11-05 Brian AndersonMake std::rl unsafe. #3921
2012-11-05 Brian AndersonMerge pull request #3919 from dbp/install-fix
2012-11-05 Daniel Pattersonmake: change to LIB prefixed for fuzzer, carge, rustdoc...
2012-11-05 Brian Andersonrusti: main must be public
2012-11-05 Brian Andersonrusti's crate type is 'lib'
2012-11-05 Brian AndersonFix rusti check targets some more
2012-11-05 Brian AndersonAdd missing rusti check targets
2012-11-05 Brian AndersonLibrarify rusti, etc.
2012-11-04 Brian AndersonFix tidy for new linenoise
2012-11-04 Brian AndersonUse 0.5 crates in rusti
2012-11-04 Brian AndersonLong lines
2012-11-04 Brian AndersonMerge remote-tracking branch 'brson/repl'
2012-11-04 Brian AndersonUse a linenoise with win32 support
2012-11-04 Brian AndersonMerge pull request #3916 from Dretch/iofix
2012-11-04 Gareth Daniel... Add more doc-comments for Reader, ReaderUtil, Writer...
2012-11-04 Gareth Daniel... Add size-specific int reading methods to ReaderUtil...
2012-11-04 Zack CorrMove rusti::rl to std::rl
2012-11-04 Zack CorrRemove linenoise files from the tidy check
2012-11-04 Daniel Pattersonlibrary-tool-conversion: update tests.mk for librustdoc...
2012-11-04 Daniel Pattersonlibrary-ifying of tools - turning cargo, rustdoc, fuzze...
2012-11-03 Tim ChevalierRemove the last use of rustrt::rust_compare_and_swap_ptr
2012-11-03 Tim ChevalierRemove stage0 stuff that was awaiting snapshot
2012-11-03 Tim ChevalierMerge pull request #3912 from Dretch/iofix
2012-11-03 Gareth Daniel... Fix a bug where .write([]) would always fail.
2012-11-03 Tim ChevalierRevert "Register snapshots"
2012-11-03 Tim ChevalierRegister snapshots
2012-11-03 Brian Andersonsyntax: Fold macros in default methods. Closes #3911
2012-11-03 Patrick Waltonrustc: Refactor vtable lookup to use a vtable context...
2012-11-03 Patrick Waltonrustc: Eliminate the necessity of having an expr in...
2012-11-02 Brian AndersonAdd xfailed test for #3908
2012-11-02 Brian AndersonAdd xfailed test for #3907
2012-11-02 Tim ChevalierFix #1996 (pending snapshot)
2012-11-02 Patrick Waltontest: Fix error messages in compile-fail tests. rs...
2012-11-02 Patrick Waltonlibcore: Implement a memory-safe "each_val" for data...
2012-11-02 Patrick Waltonrustc: Implement ~Trait. r=nmatsakis
2012-11-02 Patrick Waltonrustc: Implement dereference via unary '*' for structs...
2012-11-02 Patrick Waltonrustc: Implement translation of pattern matching for...
2012-11-02 Patrick Waltonrustc: Implement typechecking, exhaustiveness checking...
2012-11-02 Brian Andersoncore: peek returns false for terminated pipes. Closes...
2012-11-02 Brian Andersonxfail issue-2061
2012-11-01 Brian AndersonLong lines
2012-11-01 Tim ChevalierAdd run-fail test for #2061
2012-11-01 Brian AndersonSupport #[cfg] on methods
2012-11-01 Tim ChevalierTests for #1896
2012-11-01 Tim ChevalierAdding xfailed test for #3874
next