]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-05-01 borsauto merge of #13873 : alexcrichton/rust/issue-13872...
2014-05-01 Alex Crichtonrustc: Fix def ids of xcrate-reexported items
2014-04-30 borsauto merge of #13648 : gereeter/rust/removed-rev, r...
2014-04-30 borsauto merge of #13864 : adrientetar/rust/fix-it-some...
2014-04-30 borsauto merge of #13072 : bjz/rust/bitset, r=alexcrichton
2014-04-30 Brendan ZabarauskasUpdate for language changes
2014-04-30 Brendan ZabarauskasMove bitflags module to libstd
2014-04-30 borsauto merge of #13863 : huonw/rust/re-tweaks, r=pcwalton
2014-04-30 Adrien Tétarrustdoc: fix overly broad selectors
2014-04-30 borsauto merge of #12740 : nical/rust/json-streaming, r...
2014-04-30 borsauto merge of #13857 : alexcrichton/rust/add-dylib...
2014-04-30 Alex Crichtonrustc: Add search paths to dylib load paths
2014-04-30 Brendan ZabarauskasDocument derived traits for bitset! macro
2014-04-30 Brendan ZabarauskasDocument how generated bitflags can be extended with...
2014-04-30 Brendan ZabarauskasAdd a bitflags! macro
2014-04-30 borsauto merge of #13776 : adrientetar/rust/rustdoc-fix...
2014-04-30 Huon Wilsonregex: General style tweaks.
2014-04-29 borsauto merge of #13833 : alexcrichton/rust/ffunction...
2014-04-29 borsauto merge of #13772 : brson/rust/cratedocs, r=alexcrichton
2014-04-29 borsauto merge of #13845 : alexcrichton/rust/regex-deps...
2014-04-29 Alex Crichtonrustc: Enable -f{function,data}-sections
2014-04-29 Alex Crichtonmk: Depend on regex_macros for tests appropriately
2014-04-29 Huon Wilsonregex: remove the use of ~[] & some unnecessary ~'s.
2014-04-29 borsauto merge of #13807 : ipetkov/rust/issue-13771, r...
2014-04-29 borsauto merge of #13829 : alexcrichton/rust/dead-strip...
2014-04-29 Ivan Petkovrustdoc: #13771: Make html links inside paragraphs...
2014-04-29 borsauto merge of #13834 : nick29581/rust/str_fix, r=luqmana
2014-04-29 Nick CameronRemove internal support for fixed length strings
2014-04-29 borsauto merge of #13830 : noamraph/rust/doc-browser-histor...
2014-04-28 borsauto merge of #13827 : lifthrasiir/rust/rustdoc-hidden...
2014-04-28 Noam Yorav... rustdoc: Make going back in browser history work after...
2014-04-28 Jonathan SDeprecate the rev_iter pattern in all places where...
2014-04-28 Jonathan SProvide an implementation of DoubleEndedIterator for...
2014-04-28 borsauto merge of #13819 : nick29581/rust/ty_str, r=pcwalton
2014-04-28 Alex Crichtonrustc: Pass -dead_strip on OSX
2014-04-28 borsauto merge of #13812 : alxgnon/rust/master, r=alexcrichton
2014-04-28 Kang Seonghoonrustdoc: Make strip_hidden use a dedicated hidden item...
2014-04-28 borsauto merge of #13797 : lifthrasiir/rust/std-mem-replace...
2014-04-28 Adrien Tétarrustdoc: fix a few inconsistencies
2014-04-28 borsauto merge of #13821 : aochagavia/rust/pr3, r=alexcrichton
2014-04-28 Adolfo OchagavíaFixed typo in std::vec
2014-04-28 Kang Seonghoonstd: Add more docs to `std::mem::replace`.
2014-04-28 borsauto merge of #13791 : lifthrasiir/rust/mod-inner-span...
2014-04-28 Nick CameronRefactor ty_str to use a ~(str) representation.
2014-04-28 borsauto merge of #13811 : alexcrichton/rust/closed-issues...
2014-04-28 Alex Crichtontest: Add tests for closed issues
2014-04-28 borsauto merge of #13795 : klutzy/rust/win-make-check,...
2014-04-28 klutzytest: Fix run-make on windows
2014-04-28 Alexandre GagnonFix repeated module documentation
2014-04-28 borsauto merge of #13809 : prattmic/rust/tutorial_debug...
2014-04-28 Brian Andersonstd: Rewrite crate docs
2014-04-28 borsauto merge of #13801 : ryantm/rust/master, r=alexcrichton
2014-04-27 borsauto merge of #13799 : m-r-r/rust/patch-std-io-standard...
2014-04-27 Michael Prattdoc: Remove out-of-place debug! note
2014-04-27 borsauto merge of #13792 : jacob-hegna/rust/master, r=alexc...
2014-04-27 Nicolas SilvaFix test issue-4016.rs with the json API change
2014-04-27 Nicolas SilvaUpdate libworkcache with libserialize's json changes
2014-04-27 Nicolas SilvaFix a code formatting issue in json.rs
2014-04-27 Nicolas SilvaAdd a streaming parser to serialize::json.
2014-04-27 Jacob HegnaRewrote documentation for parse_bytes and to_str_bytes...
2014-04-27 borsauto merge of #13798 : aochagavia/rust/pr, r=alexcrichton
2014-04-27 borsauto merge of #13796 : ema-fox/rust/patch-1, r=kballard
2014-04-27 Ryan Mulliganadd BigUint subtraction underflow error message
2014-04-27 Adolfo OchagavíaFixed typo in std::iter
2014-04-27 m-r-rAdded missing values in std::io::standard_error()
2014-04-27 Emanuel RylkeFix link to hashmap.rs and json.rs in sample code FAQ
2014-04-27 Kang Seonghoonrustdoc: External module item links to the module conte...
2014-04-27 borsauto merge of #13783 : wackywendell/rust/permfix, r...
2014-04-27 Adrien Tétarrustdoc: style tweaks
2014-04-27 klutzytest: Rename a test to bypass UAC on windows
2014-04-27 Kang Seonghoonsyntax: `Mod` records the span for inner contents.
2014-04-27 Adrien Tétardoc: perform some 80-chars wrappings
2014-04-27 Wendell SmithFixing permutation of small lists, such that [], [x...
2014-04-27 borsauto merge of #13777 : lifthrasiir/rust/no-multi-viewit...
2014-04-26 borsauto merge of #13769 : alexcrichton/rust/restrict-some...
2014-04-26 Kang Seonghoonrustdoc: Moved `SCHEMA_VERSION` to `clean`.
2014-04-26 Kang Seonghoonsyntax: ViewItemUse no longer contains multiple view...
2014-04-26 Adrien Tétarrustdoc: refactor and unstyle inline section headers
2014-04-26 borsauto merge of #13766 : BurntSushi/rust/regex-dynamic...
2014-04-26 borsauto merge of #13758 : sodaplayer/rust/patch-1, r=alexc...
2014-04-26 borsauto merge of #13750 : aturon/rust/issue-12583, r=alexc...
2014-04-26 borsauto merge of #13748 : hjr3/rust/guide-container-update...
2014-04-26 borsauto merge of #13744 : adrientetar/rust/derp, r=brson
2014-04-25 Aaron Turonclarify docs for std:io::fs::Path::{is_dir,is_file...
2014-04-25 Alex Crichtonrustc: Restrict the scope of a borrow on def_map
2014-04-25 Andrew GallantTests for dynamic regexes will now run during 'check...
2014-04-25 John FrescoUpdate FFI signature table to use pipe format
2014-04-25 borsauto merge of #13735 : aturon/rust/float-consts-take...
2014-04-25 borsauto merge of #13741 : klutzy/rust/test-reachable,...
2014-04-25 borsauto merge of #13747 : michaelfairley/rust/patch-1...
2014-04-25 Herman J. Radtke IIIdoc: Update modules for containers
2014-04-25 Michael FairleyFix variable name in prose to match code it's describing
2014-04-25 klutzytest: Remove/update some old ignored tests
2014-04-25 Adrien Tétarrustdoc: bring it inline
2014-04-25 klutzytest: Enable extern-fn-reachable test
2014-04-25 Adrien Tétardoc,rustdoc: store webfonts locally
2014-04-25 Adrien Tétardoc: slight design refresh
2014-04-25 Adrien Tétarrustdoc: fixes
2014-04-25 borsauto merge of #13700 : BurntSushi/rust/regexp, r=alexcr...
2014-04-25 Andrew GallantIgnore regex tests (regular, cfail and benchmark) on...
next