]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-10-03 Alex Crichtontravis: Fix for real this time
2014-10-03 borsauto merge of #16995 : kmcallister/rust/plugin-tutorial...
2014-10-03 borsauto merge of #17725 : alexcrichton/rust/rollup, r...
2014-10-03 Alex CrichtonMerge branch 'travis' into rollup
2014-10-02 borsauto merge of #17715 : aturon/rust/revert-slice-ops...
2014-10-02 Alex CrichtonTest fixes from the rollup
2014-10-02 Alex Crichtontravis: Stop building and testing rust
2014-10-02 Alex Crichtonrollup merge of #17666 : eddyb/take-garbage-out
2014-10-02 Alex Crichtonrollup merge of #17723 : alexcrichton/travis
2014-10-02 Alex Crichtonrollup merge of #17722 : jakub-/issue-17169
2014-10-02 Alex Crichtonrollup merge of #17721 : jakub-/resolved-issues
2014-10-02 Alex Crichtonrollup merge of #17720 : ben0x539/shifts
2014-10-02 Alex Crichtonrollup merge of #17717 : steveklabnik/gh17190
2014-10-02 Alex Crichtonrollup merge of #17708 : bnoordhuis/fix-ctags-makefile...
2014-10-02 Alex Crichtonrollup merge of #17706 : thestinger/supp
2014-10-02 Alex Crichtonrollup merge of #17705 : thestinger/realloc
2014-10-02 Alex Crichtonrollup merge of #17702 : nick29581/enable-dots-test
2014-10-02 Alex Crichtonrollup merge of #17698 : jistr/guide_export
2014-10-02 Alex Crichtonrollup merge of #17695 : steveklabnik/various_docs
2014-10-02 Alex Crichtonrollup merge of #17686 : lucidd/fix
2014-10-02 Alex Crichtonrollup merge of #17682 : nodakai/librustc-handy-version
2014-10-02 Alex Crichtonrollup merge of #17646 : bkoropoff/cast-ice
2014-10-02 Alex Crichtonrollup merge of #16993 : dschatzberg/items-bounds
2014-10-02 Alex Crichtonrollup merge of #17719 : alexcrichton/diagnose
2014-10-02 Alex Crichtonrollup merge of #17715 : aturon/revert-slice-ops-libs
2014-10-02 Alex Crichtontravis: Stop building and testing rust
2014-10-02 Jakub WieczorekAdd tests for a few resolved issues
2014-10-02 Alex Crichtonstd: Help diagnose a flaky test
2014-10-02 Jakub WieczorekFix cross-crate tuple structs in statics
2014-10-02 Benjamin Herrnative: fix passing errno to parent after fork
2014-10-02 Daniel Micayalloc: fix reallocate_inplace implementation
2014-10-02 Steve Klabnikextra comment about macros
2014-10-02 Steve KlabnikI am bad at math
2014-10-02 Aaron TuronRevert "Use slice syntax instead of slice_to, etc."
2014-10-02 Aaron TuronRevert "Remove the `_` suffix from slice methods."
2014-10-02 Aaron TuronRevert "Put slicing syntax behind a feature gate."
2014-10-02 Aaron TuronRevert "Review and rebasing changes"
2014-10-02 Keegan McAllisterDisable the Roman numerals test on Android due to cross...
2014-10-02 Dan SchatzbergAdd fixes for new lifetime bounds
2014-10-02 borsauto merge of #17590 : bjadamson/rust/rustc-improvement...
2014-10-02 Dan SchatzbergAdd tests for MoveItems
2014-10-02 Dan SchatzbergUse RawPtr::offset when size_of::<T>() > 0
2014-10-02 Dan SchatzbergAdd lifetime bounds on Items and MutItems.
2014-10-02 Eduard Burtescutests: remove uses of Gc.
2014-10-02 Eduard Burtescusyntax: remove ObsoleteManaged{Type,Expr}.
2014-10-02 Eduard Burtescusyntax: mark the managed_boxes feature as Removed.
2014-10-02 Eduard Burtescudocs: remove mentions of Gc.
2014-10-02 Eduard Burtescurustdoc: remove handling of Gc.
2014-10-02 Eduard Burtescurustc: remove support for Gc.
2014-10-02 Eduard Burtescusyntax: ast: remove TyBox and UnBox.
2014-10-02 Eduard Burtescusyntax: remove unused imports of Gc and GC.
2014-10-02 Eduard Burtescudebug: remove Gc support from Repr.
2014-10-02 Eduard Burtescuserialize: remove proxy impls for Gc<T>.
2014-10-02 Eduard Burtescustd: remove gc module.
2014-10-02 Eduard Burtescurustrt: remove local_heap implementation.
2014-10-02 Eduard Burtescucore: remove raw::GcBox.
2014-10-02 borsauto merge of #17663 : eddyb/rust/method-origin-subst...
2014-10-02 borsauto merge of #17434 : P1start/rust/borrowck-messages...
2014-10-02 Daniel Micayremove the uv_support code
2014-10-02 Daniel Micayrm libuv-auto-clean-trigger
2014-10-02 Daniel Micayrm obsolete valgrind suppressions
2014-10-02 borsauto merge of #17681 : jgallagher/rust/dep-info-escape...
2014-10-02 Nick CameronEnable a test for .. in range patterns.
2014-10-02 borsauto merge of #17620 : nick29581/rust/slice4, r=aturon
2014-10-02 P1startChange the `use of moved value` error to be more accurate
2014-10-02 Nick CameronReview and rebasing changes
2014-10-02 Ben NoordhuisFix `make TAGS.vi` target
2014-10-02 borsauto merge of #17381 : tbu-/rust/pr_mapinplace2, r...
2014-10-02 Nick CameronPut slicing syntax behind a feature gate.
2014-10-02 Nick CameronRemove the `_` suffix from slice methods.
2014-10-02 Nick CameronUse slice syntax instead of slice_to, etc.
2014-10-01 P1startClarify some borrowck errors
2014-10-01 P1startAdd an explanatory note when calling a closure via `&`
2014-10-01 P1startOutput a note when lifetimes cannot be elided from...
2014-10-01 borsauto merge of #17673 : aturon/rust/remove-uv, r=alexcri...
2014-10-01 Steve KlabnikFix incorrect statement about ok()
2014-10-01 Steve KlabnikDon't compare () to null.
2014-10-01 Steve Klabnikuse similar syntax in all arms
2014-10-01 Steve Klabnik:fire: τ
2014-10-01 Keegan McAllisterLink plugins guide from elsewhere
2014-10-01 Keegan McAllisterAdd a guide to compiler plugins
2014-10-01 Keegan McAllisterAdd a red-box warning to the macros guide
2014-10-01 Keegan McAllisterUpdate some old references to rust.md
2014-10-01 Keegan McAllisterUse relative doc URLs in top-level guides
2014-10-01 Keegan McAllisterAdd some notes about macro scoping
2014-10-01 Jiří StránskýGuide: clarify exporting
2014-10-01 Aaron TuronRemove std::io::signal
2014-10-01 Aaron TuronRemove libuv, gyp
2014-10-01 borsauto merge of #17678 : fhahn/rust/issue-17628-infinite...
2014-10-01 Keegan McAllisterrust.css: Make it more clear when code spans are links
2014-10-01 NODA, Kailibrustc/driver: expose build information of rustc.
2014-10-01 Aaron TuronRemove librustuv
2014-10-01 Aaron TuronRemove iotest macro
2014-10-01 Aaron TuronRemove all use of librustuv
2014-10-01 John GallagherMake --dep-info escape spaces in filenames
2014-10-01 borsauto merge of #17667 : wizeman/rust/fix-override-env...
2014-10-01 Kevin WalterFix async assertion in test_sendable_future
2014-10-01 borsauto merge of #17654 : gereeter/rust/no-unnecessary...
2014-10-01 John GallagherMake find->tidy resilient to filenames with spaces
2014-10-01 borsauto merge of #17653 : kaini/rust/master, r=alexcrichton
next