]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-04-30 Alex Crichtonrustc: Add search paths to dylib load paths
2014-04-28 borsauto merge of #13791 : lifthrasiir/rust/mod-inner-span...
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 borsauto merge of #13809 : prattmic/rust/tutorial_debug...
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 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 klutzytest: Rename a test to bypass UAC on windows
2014-04-27 Kang Seonghoonsyntax: `Mod` records the span for inner contents.
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 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...
2014-04-25 borsauto merge of #13697 : pongad/rust/consts, r=alexcrichton
2014-04-25 Michael DarakanandaCleaned up os::consts. The module only exposes constant...
2014-04-25 Andrew Gallantmk: Copy fewer libraries into the host artifacts
2014-04-25 Andrew GallantAdd a regex crate to the Rust distribution.
2014-04-25 borsauto merge of #13723 : alexcrichton/rust/pipe-connect...
2014-04-25 borsauto merge of #13711 : alexcrichton/rust/snapshots...
2014-04-25 borsauto merge of #13671 : dcrewi/rust/lint-directives...
2014-04-25 Aaron Turonadd min_pos_value constant for floats
2014-04-24 Alex Crichtonstd: Add timeouts to unix connect/accept
2014-04-24 Alex Crichtonnative: Remove unused and untested UnixDatagram
2014-04-24 borsauto merge of #13729 : chris-morgan/rust/fix-vim-indent...
2014-04-24 borsauto merge of #13720 : aturon/rust/walk_dir-perf, r...
2014-04-24 borsauto merge of #13706 : alexcrichton/rust/test-nocapture...
2014-04-24 Aaron Turonfix O(n^2) perf bug for std::io::fs::walk_dir
2014-04-24 borsauto merge of #13619 : alexcrichton/rust/update-libuv...
2014-04-24 Alex Crichtontest: Add an option to not capture output
2014-04-24 Alex CrichtonUpdate libuv
2014-04-24 borsauto merge of #13715 : nick29581/rust/unsized-assign2...
2014-04-24 borsauto merge of #13713 : edwardw/rust/methodcall-span...
2014-04-24 Chris MorganFix Vim indent regressions from #13600.
2014-04-24 borsauto merge of #13559 : FlaPer87/rust/remove-special...
2014-04-24 borsauto merge of #13710 : aturon/rust/float-constants...
2014-04-24 Niko Matsakisrustdoc: fix de-@rooting fallout
2014-04-24 borsauto merge of #13531 : alexcrichton/rust/fix-some-ices...
2014-04-24 borsauto merge of #12812 : sfackler/rust/attr-arm, r=alexcr...
2014-04-24 Steven FacklerAllow attributes on match arms
2014-04-24 borsauto merge of #13704 : edwardw/rust/doc-hidden, r=alexc...
2014-04-24 borsauto merge of #13675 : sfackler/rust/taskbuilder-new...
2014-04-24 Steven FacklerMove task::task() to TaskBuilder::new()
2014-04-24 borsauto merge of #13688 : alexcrichton/rust/accept-timeout...
2014-04-24 Alex Crichtonstd: Add support for an accept() timeout
2014-04-23 Nick CameronPrevent unsized types being stored in variables
2014-04-23 Edward WangCalibrate span for method call error messages
2014-04-23 Alex CrichtonRegister new snapshots
2014-04-23 borsauto merge of #13705 : edwardw/rust/rcboxptr-doc, r...
2014-04-23 Aaron Turonfix std::f32 and std::f64 constants
2014-04-23 borsauto merge of #13584 : rcxdude/rust/cross-syntax-ext...
2014-04-23 Douglas YoungEnable use of syntax extensions when cross compiling.
2014-04-23 borsauto merge of #13686 : alexcrichton/rust/issue-12224...
2014-04-23 Alex Crichtonrustc: Don't die when a crate id can't be inferred
2014-04-23 Alex Crichtonrustc: Give a friendlier error when writing deps
2014-04-23 Alex Crichtonrustc: Fix passing errors from LLVM to rustc
2014-04-23 Alex CrichtonFix other bugs with new closure borrowing
2014-04-23 Alex Crichtonstd: Change Finally to take `&mut self`
2014-04-23 Alex Crichtonstd: Change CharEq to take `&mut self`
2014-04-23 Alex Crichtonstd: Change RandomAccessIterator to use `&mut self`
2014-04-23 Alex Crichtonrustc: Tweak the borrow on closure invocations
2014-04-23 borsauto merge of #13689 : alexcrichton/rust/ignore-tcp...
2014-04-23 Flavio Percocorustc: fix de-@rooting fallout
2014-04-23 Flavio Percocosyntax: fix de-@rooting fallout
2014-04-23 Flavio Percocorustc: Remove moved_variables_set
next