]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2012-10-05 Erick Tryzelaarconfigure should recursively sync submodules
2012-10-05 Brian AndersonHack around llvm 14013
2012-10-05 Brian Andersonstd: Revert demoding of uv_ll. It can't be done without...
2012-10-05 Brian AndersonUpdate src/README.txt
2012-10-05 Brian Andersoncore: Correct description of cast::forget
2012-10-05 Brian Andersondocs: Fix example
2012-10-05 Brian Andersondocs: Explain a little bit about dtors
2012-10-05 Tim ChevalierRemove by-copy mode from std, mostly
2012-10-05 Brian Andersondocs: Tweaks to section on constants
2012-10-05 Tim ChevalierFix FIXME that's no longer blocked by #2611
2012-10-05 Brian Andersondocs: Add section on constants to tutorial
2012-10-05 Brian Andersondocs: Minor tutorial tweaks
2012-10-05 Brian Andersondocs: Don't talk about mutable vecs in tutorial. Use...
2012-10-05 Tim ChevalierAdd Andrew Paseltiner to AUTHORS
2012-10-05 Tim ChevalierMerge pull request #3665 from apasel422/tutorial-fix
2012-10-05 Andrew Paseltinerdocs: minor tutorial fixes
2012-10-05 Brian Andersondocs: Tweaks
2012-10-05 Kevin CantuMore looking at the tutorial, small changes
2012-10-05 Tim ChevalierFix snapshots.txt date
2012-10-05 Tim ChevalierRegister snapshots
2012-10-04 Tim ChevalierKill bootstrapping code in ptr
2012-10-04 Tim ChevalierForbid deprecated modes again in core
2012-10-04 Tim ChevalierDe-mode comm::Chan
2012-10-04 Tim ChevalierRemove code that was waiting for a snapshot
2012-10-04 Graydon HoareRemove some residue, core is effectively de-exported...
2012-10-04 Brian Andersonrt: Remove check_claims from the export list
2012-10-04 Graydon HoareMerge pull request #3661 from auREAX/grsec-compat
2012-10-04 Brian Andersoncore: Improve option docs a little
2012-10-04 auREAXRename configure --enable-pax-marks flag to --enable...
2012-10-04 Brian AndersonRemove arg vectors from main functions. Stop supporting...
2012-10-04 auREAXFix unnecessary tool detection at non-Linux OSes, fix...
2012-10-04 Brian Andersondocs: Explain underscore prefix in tutorial
2012-10-04 Brian AndersonAdd Gonçalo Cabrita to AUTHORS.txt
2012-10-04 Brian AndersonMerge pull request #3659 from gmcabrita/fix-typos
2012-10-04 Brian Andersonrt: Remove CHECK_CLAIMS
2012-10-04 Graydon HoareFix long line.
2012-10-04 Graydon HoareDe-export extfmt. Part of #3583.
2012-10-04 Graydon HoareFinish de-exporting std. Part of #3583.
2012-10-04 Gonçalo CabritaFixed a few typos in the tutorials.
2012-10-04 Graydon HoareAdd auREAX to AUTHORS.txt.
2012-10-04 auREAXAdd GRSecurity compatibility with --enable-pax-marks...
2012-10-04 Brian Andersondocs: Fix a broken test
2012-10-04 Brian AndersonRevert "docs: Call () 'unit' instead of 'nil'"
2012-10-04 Brian Andersonxfail-pretty reexport-star
2012-10-04 Brian Andersoncore: Make some parts of task private
2012-10-04 Patrick Waltontest: Fix error message in vtable-res-trait-param
2012-10-04 Brian Andersondocs: Typo
2012-10-04 Brian Andersondocs: Call () 'unit' instead of 'nil'
2012-10-04 Brian Andersondocs: The real answer
2012-10-04 Brian AndersonMerge pull request #3652 from killerswan/review_tutorial
2012-10-04 Patrick Waltonlibstd: Make vec_from_set pure
2012-10-04 Patrick Waltonlibcore: De-export core.rc and core.rs
2012-10-04 Kevin CantuA run through the tutorial, small changes
2012-10-04 Brian Andersonstd: Fix double free in uv
2012-10-04 Patrick Waltonrustc: Fix ICE when de-exporting rt
2012-10-04 Brian AndersonFix the 0.4 header in release notes
2012-10-04 Brian AndersonAdd Orphée Lafond-Lummis to AUTHORS.txt
2012-10-04 Brian AndersonMerge pull request #3650 from orftz/usage_nitpicks
2012-10-04 Brian Anderson0.4 slipped to October. So sad
2012-10-04 Brian AndersonUpdate 0.4 release notes
2012-10-04 Orphée Lafond... rustc man page and usage text update.
2012-10-04 Patrick Waltonrustc: Unbreak old-style boxed traits
2012-10-04 Patrick Waltonrustc: Implement "@Foo as @Bar" for boxed traits
2012-10-04 Patrick Waltontest: Add a test case for "pub use a::*"
2012-10-04 Graydon HoareDe-export net::*. Part of #3583.
2012-10-03 Tim ChevalierChange default mode for fns to be by-copy, except for fn&
2012-10-03 Graydon HoareSub-uses from libc should be pub.
2012-10-03 Graydon HoareAttempt to fix os::args errors on various platforms.
2012-10-03 Brian Andersontest: Use println instead of debug in hello.rs
2012-10-03 Tim ChevalierRemove crud
2012-10-03 Tim ChevalierRegister snapshots
2012-10-03 Tim ChevalierRevert "rustc: Don't error out early when constructing...
2012-10-03 Tim ChevalierRemove uses of + mode from libstd
2012-10-03 Graydon HoareDe-export std::{json, getopts}. Part of #3583.
2012-10-03 Graydon HoareDe-export std::{ebml, ebml2}. Part of #3583.
2012-10-03 Brian AndersonAdd Luca Bruno to AUTHORS.txt
2012-10-03 Brian AndersonMerge pull request #3644 from lucab/lucab/to-upstream...
2012-10-03 Brian Andersondoc: Minor tutorial improvements
2012-10-03 Patrick Waltonrustc: Only allow imports marked with "pub" to be impor...
2012-10-02 Graydon HoareFix long line.
2012-10-02 Graydon HoareDe-export the submodules of task. Part of #3583.
2012-10-02 Patrick Waltonrustc: Add a side table for legacy boxed traits, not...
2012-10-02 Patrick Waltonlibcore: Implement os::args() on Windows
2012-10-02 Patrick Waltonrustc: Don't error out early when constructing a boxed...
2012-10-02 Tim ChevalierRemoving explicit uses of + mode
2012-10-02 Brian AndersonMerge pull request #3642 from dbp/random
2012-10-02 Daniel Pattersoncore::rand - adding rand::random(), a shortcut to gener...
2012-10-02 Patrick Waltonlibstd: Switch off legacy modes in both core and std.
2012-10-02 Graydon HoareDe-export comm, task. Part of #3583.
2012-10-02 Graydon HoareDe-export std::{fun_treemap, list, map}. Part of #3583.
2012-10-02 Niko MatsakisUpdate to current rules, make (more) examples build
2012-10-02 Daniel Pattersoncore::rand - adding test for task_rng()
2012-10-02 Daniel Pattersoncore::rand - adding task local lazily initialized rng...
2012-10-02 Brian Andersoncore: Add implementation of real_args for FreeBSD
2012-10-02 Brian AndersonDon't warn about non-camel-case types by default
2012-10-02 Brian Andersondocs: Typo
2012-10-02 Niko Matsakissilence warning
2012-10-02 Erick TryzelaarSplit auto_serialize2 into two macros
2012-10-02 Erick TryzelaarAdd struct to auto_serialize2 test
2012-10-02 Erick TryzelaarFactor out auto_serialize2's impls from each other.
next