]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2012-12-01 Jimmy Luadd option validation to configure, now it will error...
2012-12-01 Patrick Waltonlibrustc: Implement explicit @self and ~self for object...
2012-12-01 Patrick Waltonlibrustc: Implement simple explicit self for objects...
2012-12-01 Brian AndersonAdd Bilal Husain to AUTHORS
2012-12-01 Brian AndersonMerge remote-tracking branch 'bilalhusain/patch-1'
2012-11-30 Brian AndersonAdd the check-fast run_pass_stage2 lib to 'make clean'
2012-11-30 Tim ChevalierAdd Andrew Dunham to AUTHORS
2012-11-30 Tim ChevalierMerge pull request #4085 from andrew-d/andrew-fix-typo
2012-11-30 Tim ChevalierDisallow dereferencing enum types when the variant...
2012-11-30 Andrew DunhamFix small typo in kinds documentation
2012-11-30 Graydon HoareMerge pull request #4081 from graydon/iterbytes-and...
2012-11-30 Brian Andersonmanual: Clarify that Drop types cannot be Copy
2012-11-30 Graydon Hoarelibs: Remove transitionary material on iter_bytes,...
2012-11-30 Brian Andersoncore: Add docs about kind traits
2012-11-30 Brian Andersoncore: Make core.rc more readable. Cleanup
2012-11-30 Brian Andersonimpls of traits cannot define methods on the anonymous...
2012-11-30 Brian AndersonImplement trait inheritance for bounded type parameters
2012-11-30 Brian Andersonrustc: Remove existing inheritance code from coherence
2012-11-30 Brian Andersoncore: Add impls of Eq and Ord for f32, f64
2012-11-30 Brian AndersonEnable trait-inheritance-simple.rs
2012-11-30 Patrick Waltonlibrustc: Eliminate most expressions of the form `a...
2012-11-30 Brian AndersonRemove more uses of #[merge]
2012-11-30 Brian AndersonFix tutorial's use of Drop
2012-11-29 Patrick Waltontest: Remove obsolete tests. rs=buildbot
2012-11-29 Brian AndersonLong lines
2012-11-29 Tim ChevalierDisallow importing private items
2012-11-29 Graydon Hoaresyntax: slight improvement in fidelity of printing...
2012-11-29 Graydon HoareAdd some missing details from the AUTHORS.txt file.
2012-11-29 Paul StansiferProperly sync macro_parser.rs after it escapes out...
2012-11-29 Paul StansiferFix trace_macros so that it works.
2012-11-29 Paul StansiferMacros can now also be stmts and items.
2012-11-29 Paul StansiferTest statement macros.
2012-11-29 Paul StansiferForbid attrs on macros, since we don't handle them...
2012-11-29 Paul StansiferRespect semicolons always when expanding statments.
2012-11-29 Paul StansiferUpdate tests to respect the way that macros work now.
2012-11-29 Paul StansiferForbid item macros from occuring where statement macros...
2012-11-29 Paul StansiferDistinguish `stmt_mac`s that are followed by semicolons...
2012-11-29 Paul StansiferMake the parser handle stmt macros that might be exprs...
2012-11-29 Paul StansiferAllow parsing of macros in statement position.
2012-11-29 Paul StansiferNo longer parse the delimiters of the RHS of a macro...
2012-11-29 Paul StansiferAllow the expansion of old-style expr macros in stmt...
2012-11-29 Paul StansiferUse `biased_match!` to avoid over-deep indentation...
2012-11-29 Paul StansiferMake it possible to expand stmt macros.
2012-11-29 Paul StansiferAllow for macros to occur in statement position.
2012-11-29 Paul StansiferMake it possible to invoke item macros without passing...
2012-11-29 Paul StansiferGrammaticalinate an error message.
2012-11-29 Paul StansiferAllow `macro_rules!` macros to expand to expressions...
2012-11-29 Patrick Waltonlibsyntax: Remove the "by-mutable-ref" obsolete syntax...
2012-11-29 Patrick Waltontest: Fix broken resource-cycle.rs. r=tinderbox
2012-11-29 Patrick Waltontest: Add a test that function argument patterns take...
2012-11-29 Patrick Waltontest: Add a test for generic objects. r=test-only
2012-11-29 Patrick Waltonlibrustc: Make the Drop trait use explicit self
2012-11-29 Bilal HusainUpdate src/README.txt
2012-11-29 Brian Andersoncore: Convert some records to structs
2012-11-29 Brian Andersonrustdoc: More pipe conversion
2012-11-29 Brian AndersonRemove uses of #[merge]
2012-11-28 Brian Andersoncore: Remove old template files
2012-11-28 Brian AndersonMerge remote-tracking branch 'erickt/time'
2012-11-28 Brian AndersonRemove parser hack
2012-11-28 Patrick Waltontest: Implement a test for the Drop trait on a generic...
2012-11-28 Brian AndersonMerge remote-tracking branch 'brson/companion' into...
2012-11-28 Brian AndersonRegister snapshots
2012-11-28 Patrick Waltonlibrustc: Add explicit self to IterBytes. r=nmatsakis
2012-11-28 Patrick Waltonlibrustc: Allow &T to be assigned to *T. r=nmatsakis
2012-11-28 Patrick Waltonlibsyntax: Implement a macro `die!` to replace the...
2012-11-28 Patrick Waltonlibrustc: Parse `extern "C" { ... }`. r=brson
2012-11-28 Michael Arntzeniuslibcore/to_bytes.rs: add IterBytes impls for pairs...
2012-11-28 Patrick Waltonlibrustc: Make overloaded operators with explicit self...
2012-11-28 Graydon HoareMerge pull request #4032 from catamorphism/getopts
2012-11-27 Brian Andersonrustdoc: Make fold require Clone instead of Copy
2012-11-27 Brian Andersoncore: Add Clone trait
2012-11-27 Patrick Waltonlibrustc: Implement @mut [T] as the new replacement...
2012-11-27 Erick Tryzelaarauto_serialize should use explicit refs (fixes #4044)
2012-11-27 Erick Tryzelaarlibstd: turn time::Tm and time::Timespec into structs
2012-11-27 Jesse JonesMade Tm_ a struct instead of a record and added seriali...
2012-11-27 Patrick Waltonlibcore: Add explicit self to all overloaded operators...
2012-11-27 Brian AndersonRemove the crate language
2012-11-27 Brian AndersonAdd a temporary hack to divert the parser to an alterna...
2012-11-27 Brian Andersonsyntax: Add a hack to support the int-template pattern
2012-11-27 Patrick Waltonlibrustc: Fix translation of cross-crate inline or...
2012-11-26 Brian AndersonIgnore two failure tests on windows
2012-11-26 Damien GrassartFix sample code in the tutorial
2012-11-26 Gareth Daniel... Add insert and remove methods to vecs - as proposed...
2012-11-26 Brian AndersonAdd a FIXME about the problems closing /dev/urandom
2012-11-26 Jesse JonesLog errors from close instead of ignoring them.
2012-11-26 Jesse JonesSome isaac_ssed fixes:
2012-11-26 Brian AndersonFix test breakage
2012-11-25 Brian AndersonFix test
2012-11-25 Brian AndersonIgnore a should_fail test on windows
2012-11-25 Brian AndersonRename insert_with functions to update, update_with_key
2012-11-25 Kevin CantuAdd improvements to insert_with_key
2012-11-25 Kevin CantuTest insert_with_key...
2012-11-25 Kevin CantuAdd an insert_with_key function to the Map trait
2012-11-24 Tim Chevalier[libs] Remove unread_byte method from core::io::Reader
2012-11-24 Tim Chevalier[tests] Add passing test
2012-11-24 Tim ChevalierLong lines
2012-11-24 Tim ChevalierSplit EBML module into a reader and a writer module
2012-11-24 Tim Chevalier[tests] Add test for #4033
2012-11-24 Tim Chevalier[libstd] getopts, now with fewer copies
2012-11-24 Tim Chevalier[tutorial] Use a less confusing closure example
next