]> git.lizzy.rs Git - rust.git/history - src
green: Fix a scheduler assertion on yielding
[rust.git] / src /
2014-03-12 Alex Crichtongreen: Fix a scheduler assertion on yielding
2014-03-12 Alex Crichtonstd: Relax an assertion in oneshot selection
2014-03-12 borsauto merge of #12797 : pczarn/rust/str_safety, r=huonw
2014-03-12 borsauto merge of #12816 : michaelwoerister/rust/limited...
2014-03-12 borsauto merge of #12807 : pnkfelix/rust/fsk-issue5121...
2014-03-12 borsauto merge of #12839 : alexcrichton/rust/fix-snap,...
2014-03-12 Felix S. Klock IIAdd proper support for early/late distinction for lifet...
2014-03-12 Felix S. Klock IIChanged lists of lifetimes in ast and ty to use Vec...
2014-03-12 Felix S. Klock IIIntroduce Scope<'a> shorthand for &'a ScopeChain<'a>.
2014-03-12 Felix S. Klock IIalpha-rename .ident to .name in Lifetime, including...
2014-03-12 Alex Crichtontest: Relax a debuginfo test
2014-03-12 Felix S. Klock IIAlpha-rename `.ident` fields of type `Name` to `.name`.
2014-03-12 Felix S. Klock IIPort partition method from ~[T] to Vec<T>, for use...
2014-03-12 borsauto merge of #12774 : alexcrichton/rust/proc-bounds...
2014-03-12 borsauto merge of #12650 : huonw/rust/librand, r=alexcrichton
2014-03-12 Alex Crichtonsyntax: Add support for trait bounds on procs
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 Michael Woeristerdebuginfo: Improve commandline option handling for...
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-10 Piotr Czarneckilibstd: Update docs for `slice_shift_char` and {shift...
2014-03-10 Piotr Czarneckilibstd: Add unit tests for `slice_shift_char`
2014-03-10 Piotr Czarneckilibstd: Change `slice_shift_char`, `shift_char`, `pop_c...
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: dist-installer builds a binary installer
2014-03-09 Adrien Tétardoc: CSS fixes
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 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: 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 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...
next