]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-03-13 Alex CrichtonAdd basic backtrace functionality
2014-03-12 Alex CrichtonBundle libbacktrace with the compiler
2014-03-12 borsauto merge of #12650 : huonw/rust/librand, r=alexcrichton
2014-03-12 Huon Wilsonrand: deprecate `rng`.
2014-03-12 Huon WilsonUpdate users for the std::rand -> librand move.
2014-03-12 Huon WilsonRemove the dependence of std::io::test on rand.
2014-03-12 Huon Wilsonstd: Move rand to librand.
2014-03-11 borsauto merge of #12783 : adrientetar/rust/more-docs,...
2014-03-11 borsauto merge of #12780 : zslayton/rust/json-nav, r=alexcr...
2014-03-11 borsauto merge of #12556 : alexcrichton/rust/weak-linkage...
2014-03-11 Adrien Tétardoc: remove outdated tutorial entry, restore removed...
2014-03-11 Adrien Tétardoc: auto-generate LaTeX includes
2014-03-11 zslaytonAdded convenience methods and accompanying tests to...
2014-03-11 Alex Crichtonrustc: Support various flavors of linkages
2014-03-11 borsauto merge of #12765 : TeXitoi/rust/fix-shootout-revers...
2014-03-11 Guillaume Pinotfix a bug in shootout-reverse-complement, official...
2014-03-11 borsauto merge of #12617 : sfackler/rust/item-modifier...
2014-03-11 Steven FacklerAdd an ItemModifier syntax extension type
2014-03-11 borsauto merge of #12793 : brson/rust/installer, r=alexcrichton
2014-03-11 borsauto merge of #12766 : TeXitoi/rust/fix-shootout-spectr...
2014-03-11 borsauto merge of #12652 : rcxdude/rust/hexfloatext, r...
2014-03-10 Douglas YoungImplement hexadecimal floating point literals via a...
2014-03-10 borsauto merge of #12733 : edwardw/rust/rw-liveness, r...
2014-03-10 borsauto merge of #12670 : dmski/rust/master, r=nick29581
2014-03-09 Dmitry Promskysyntax: fixed ICEs and incorrect line nums when reporti...
2014-03-09 Brian Andersoninstall.sh: untabify
2014-03-09 Brian Andersoninstall.sh: Improve error handling
2014-03-09 Brian Andersonmk: Put all distribution artifacts in dist/
2014-03-09 Brian Andersonmk: forcibly delete dest dir when PREPARE_CLEAN
2014-03-09 Brian Andersonmk: Tweak the status messages for prepare.mk to say...
2014-03-09 Brian Andersonmk: Use the correct permissions for man pages
2014-03-09 Brian AndersonAdd /dist/ to .gitignore
2014-03-09 Brian Andersonconfigure: Create the dist directory
2014-03-09 Brian Andersonmk: dist-installer builds a binary installer
2014-03-09 Brian Andersonmk: Optionally clean the destination when preparing...
2014-03-09 Brian Andersonmk: Put man pages in correct directory
2014-03-09 Brian AndersonBugfixes and cleanup to configure script
2014-03-09 Adrien Tétardoc: CSS fixes
2014-03-09 Adrien Tétardoc: have a real switch b/w LaTeX compilers
2014-03-09 Edward Wangborrowck: classify expressions as assignees, uses or...
2014-03-09 Guillaume Pinotfix shootout-spectralnorm, broken since Arc cannot...
2014-03-09 Adrien Tétardoc: remove node.js dependency
2014-03-09 borsauto merge of #12747 : huonw/rust/rustdoc-markdown...
2014-03-09 Huon Wilsonmk: only build PDFs of the manual and tutorial.
2014-03-09 Huon Wilsondocs: render rustdoc docs with rustdoc, hack around...
2014-03-09 Huon Wilsontutorial: hack a code snippet to make it compile.
2014-03-09 Huon Wilsonmk: rename `check-...-doc-<crate>` to `check-...-doc...
2014-03-09 Huon Wilsonmk: rewrite the documentation handling.
2014-03-09 Huon Wilsondocs: adjust code blocks to pass with rustdoc.
2014-03-09 Huon Wilsonrustdoc: adding some common feature gates when testing...
2014-03-09 Huon Wilsonrustdoc: hardcode each header as a link.
2014-03-09 Huon Wilsonrustdoc: add table-of-contents recording & rendering...
2014-03-09 Huon Wilsonrustdoc: run on plain Markdown files.
2014-03-09 borsauto merge of #12777 : sfackler/rust/no_run, r=alexcrichton
2014-03-09 borsauto merge of #12758 : rgawdzik/rust/master, r=alexcrichton
2014-03-09 Steven FacklerAdd an option to not run rustdoc blocks
2014-03-09 borsauto merge of #12706 : pongad/rust/issue_12698, r=brson
2014-03-09 Robert GawdzikRefactored get_metadata_section to return a Result...
2014-03-09 borsauto merge of #12759 : lucab/rust/char-doc, r=alexcrichton
2014-03-08 borsauto merge of #12768 : pnkfelix/rust/fsk-devecing,...
2014-03-08 Felix S. Klock IIIncorporated review feedback atop pcwalton's original...
2014-03-08 Patrick Waltonlibrustdoc: Fix librustdoc for the `Vec<T>` change.
2014-03-08 Felix S. Klock IIlibrustc: Fix up fallout from the automatic conversion.
2014-03-08 Patrick Waltonlibrustc: Automatically change uses of `~[T]` to `Vec...
2014-03-08 Michael DarakanandaRemoved DeepClone. Issue #12698.
2014-03-08 Patrick Waltonlibstd: Add some more functionality to Vec<T>
2014-03-08 Luca Brunodoc: add two missing char methods doc-strings
2014-03-08 Luca Brunodoc: uniform std::char doc-strings
2014-03-08 Luca Brunodoc: don't refer to 'char' as characters
2014-03-08 borsauto merge of #12520 : thestinger/rust/cmp, r=brson
2014-03-08 Daniel Micaycreate a sensible comparison trait hierarchy
2014-03-08 borsauto merge of #12748 : liigo/rust/rust-birthday, r...
2014-03-08 borsauto merge of #12752 : edwardw/rust/rdoc, r=alexcrichton
2014-03-07 Edward WangIndex cross-mod type definition and implementation...
2014-03-07 borsauto merge of #12753 : huonw/rust/vec-macro, r=cmr
2014-03-07 borsauto merge of #12750 : liigo/rust/De-extern-mod, r...
2014-03-07 Liigo Zhuangrename ast::ViewItemExternMod to ast::ViewItemExternCra...
2014-03-07 borsauto merge of #12749 : tedhorst/rust/master, r=huonw
2014-03-07 Ted Horstchange FVN hash function to the FVN-1a variant
2014-03-07 Liigo ZhuangExplicitly write down 0.1 release date in RELEASES...
2014-03-07 Huon Wilsonstd: stop `vec!()` warning about unused mutability.
2014-03-07 borsauto merge of #12746 : alexcrichton/rust/issue-12743...
2014-03-07 borsauto merge of #12635 : alexcrichton/rust/speedy-hash...
2014-03-07 Alex Crichtonsyntax: Conditionally deriving(Hash) with Writers
2014-03-07 Alex Crichtoncollections: Correct with_capacity_and_hasher
2014-03-07 Alex Crichtonrustc: Move to FNV hashing for node/def ids
2014-03-06 borsauto merge of #12738 : alexcrichton/rust/needstest...
2014-03-06 borsauto merge of #12737 : alexcrichton/rust/issue-12736...
2014-03-06 borsauto merge of #12732 : klutzy/rust/this-is-windows...
2014-03-06 Alex Crichtontest: Add some tests for closed issues
2014-03-06 borsauto merge of #12720 : iliekturtles/rust/master, r...
2014-03-06 Alex Crichtonrustdoc: Don't escape contents of headers
2014-03-06 Mike BoutinAdded missing possessive apostrophe.
2014-03-06 klutzyrustc: Get LLVM error message safely
2014-03-06 borsauto merge of #12727 : lifthrasiir/rust/buffalo-buffalo...
2014-03-06 borsauto merge of #12726 : alexcrichton/rust/travis, r...
2014-03-06 Kang Seonghoonfix typos with with repeated words, just like this...
2014-03-06 borsauto merge of #12719 : alexcrichton/rust/fix-llvm-33...
2014-03-06 borsauto merge of #12714 : michaelwoerister/rust/limited...
2014-03-06 borsauto merge of #12705 : alexcrichton/rust/issue-12692...
next