]> git.lizzy.rs Git - rust.git/history - src
rollup merge of #19820: alexcrichton/deprecate-some-more-libs
[rust.git] / src /
2014-12-17 Alex Crichtonrollup merge of #19820: alexcrichton/deprecate-some...
2014-12-17 Alex Crichtonrollup merge of #19818: emk/regex_at_name_opt
2014-12-17 Alex Crichtonrollup merge of #19770: csouth3/iterator-wrapperstructs
2014-12-17 Alex Crichtonrollup merge of #19766: nick29581/coerce-raw
2014-12-17 Alex Crichtonrollup merge of #19764: lifthrasiir/that-stray-nul
2014-12-17 Alex Crichtonrollup merge of #19755: alexcrichton/rust-serialize
2014-12-17 Alex Crichtonrollup merge of #19753: brson/rust-installer
2014-12-17 Alex Crichtonrollup merge of #19743: steveklabnik/gh16143
2014-12-17 Alex Crichtonrollup merge of #19729: vhbit/ios-oibit-fix
2014-12-17 Alex Crichtonrollup merge of #19720: csouth3/vecmap-newtypes
2014-12-17 borsauto merge of #19800 : sfackler/rust/core-hash, r=alexc...
2014-12-17 borsauto merge of #19799 : alexcrichton/rust/stop-panicking...
2014-12-17 borsauto merge of #19789 : nick29581/rust/assoc-ufcs2,...
2014-12-17 borsauto merge of #19761 : nick29581/rust/coerce-double...
2014-12-16 borsauto merge of #19921 : FlaPer87/rust/snapshot, r=nikoma...
2014-12-16 Valerii HioraFixed iOS build after oibit
2014-12-16 borsauto merge of #19647 : nielsegberts/rust/master, r...
2014-12-16 Flavio PercocoCreate a snapshot on top of 1b97cd3
2014-12-16 borsauto merge of #19782 : gereeter/rust/cleanup-btree...
2014-12-16 borsauto merge of #19777 : nikomatsakis/rust/warn-on-shadow...
2014-12-16 Steven FacklerMove hash module from collections to core
2014-12-16 borsauto merge of #19478 : nick29581/rust/assoc-ice-test...
2014-12-16 Nick CameronTest for associated types ICE
2014-12-16 Nick CameronRemove the double auto-ref on arrays/strings as receivers
2014-12-16 borsauto merge of #19747 : alexcrichton/rust/slice-one...
2014-12-16 Chase SouthwoodUse wrapper structs for `HashSet`'s iterators.
2014-12-16 Chase SouthwoodUse wrapper structs for `HashMap`'s iterators.
2014-12-16 Chase SouthwoodUse wrapper structs for `BTreeSet`'s iterators.
2014-12-16 Chase SouthwoodUse wrapper structs for `BTreeMap`'s iterators.
2014-12-16 Nick CameronReview changes
2014-12-16 Nick CameronPath types to associated types with form `T::A`
2014-12-15 borsauto merge of #19448 : japaric/rust/binops-by-value...
2014-12-15 borsauto merge of #19882 : steveklabnik/rust/fix_download...
2014-12-15 borsauto merge of #19785 : brson/rust/rollup, r=brson
2014-12-15 Niko MatsakisRemove all shadowed lifetimes.
2014-12-15 Niko MatsakisEmit warning when lifetime names are shadowed.
2014-12-15 Steve KlabnikFix windows download links
2014-12-15 Brian Andersonrollup merge of #19814: jbranchaud/fix-a-typo-in-owners...
2014-12-15 Brian Andersonrollup merge of #19812: frewsxcv/expansion-include...
2014-12-15 Brian Andersonrollup merge of #19804: kballard/vim-new-unicode-escapes
2014-12-15 Brian Andersonrollup merge of #19802: jbranchaud/add-btreeset-new...
2014-12-15 Brian Andersonrollup merge of #19793: tomjakubowski/metadata-const...
2014-12-15 Brian Andersonrollup merge of #19787: akiss77/fix-i8-c_char
2014-12-15 Brian Andersonrollup merge of #19784: csouth3/vim-syntax-iter
2014-12-15 Brian Andersonrollup merge of #19779: Noctune/master
2014-12-15 Brian Andersonrollup merge of #19775: SimonSapin/gedit-new-unicode...
2014-12-15 Brian Andersonrollup merge of #19774: tomjakubowski/rustdoc-consts...
2014-12-15 Brian Andersonrollup merge of #19771: jbranchaud/add-btreeset-iter...
2014-12-15 Brian Andersonrollup merge of #19763: csouth3/remove-featuregates
2014-12-15 Brian Andersonrollup merge of #19754: steveklabnik/remove_sundown
2014-12-15 Brian Andersonrollup merge of #19746: steveklabnik/gh9266
2014-12-15 Brian Andersonrollup merge of #19738: steveklabnik/gh19717
2014-12-15 Brian Andersonrollup merge of #19735: sethpollack/patch-1
2014-12-15 Brian Andersonrollup merge of #19714: steveklabnik/gh16219
2014-12-15 Brian Andersonrollup merge of #19710: steveklabnik/gh15449
2014-12-15 Brian Andersonrollup merge of #19709: steveklabnik/po4a_fix
2014-12-15 borsauto merge of #19778 : aochagavia/rust/ice, r=alexcrichton
2014-12-15 borsauto merge of #19750 : murarth/rust/rusti-support,...
2014-12-15 Alex Crichtonstd: Collapse SlicePrelude traits
2014-12-15 borsauto merge of #19742 : vhbit/rust/copy-for-bitflags...
2014-12-14 borsauto merge of #19703 : nikomatsakis/rust/unsafe-trait...
2014-12-14 Niko MatsakisAdd a bunch of new tests per Alex's suggestion.
2014-12-14 Niko MatsakisImplement `unsafe trait` semantics.
2014-12-14 Niko MatsakisParse `unsafe impl` but don't do anything particularly...
2014-12-14 Niko MatsakisParse `unsafe trait` but do not do anything with it...
2014-12-14 Niko MatsakisRename FnStyle trait to Unsafety.
2014-12-14 borsauto merge of #19725 : vadimcn/rust/inst-path, r=alexcr...
2014-12-14 Eric KiddModify `regex::Captures::{at,name}` to return `Option`
2014-12-14 borsauto merge of #19338 : nikomatsakis/rust/unboxed-closur...
2014-12-14 borsauto merge of #19690 : barosl/rust/struct-variant-as...
2014-12-14 Niko MatsakisStop using diagnostics to avoid merge conflicts.
2014-12-14 Niko MatsakisTemporarily remove issue #14039; it is fixed and re...
2014-12-14 Niko MatsakisAdd some tests for obsolete code, sugar used in appropr...
2014-12-14 Niko MatsakisUpdate emacs and vi modes.
2014-12-14 Niko MatsakisUpdate guide/intro to take into account the removal...
2014-12-14 Niko MatsakisDelete tests that are either no longer relevant or...
2014-12-14 Niko MatsakisMostly rote conversion of `proc()` to `move||` (and...
2014-12-14 Niko MatsakisRewrite WorkItem not to use `proc()`.
2014-12-14 Niko MatsakisPatch rustdoc to include missing types, make the match...
2014-12-14 Niko MatsakisRemove `proc` types/expressions from the parser, compil...
2014-12-14 Niko MatsakisAdjust feature gates to allow for parenthetical notatio...
2014-12-14 Niko MatsakisPurge the hack that allows `FnOnce` to be used with...
2014-12-14 Niko MatsakisRewrite threading infrastructure, introducing `Thunk...
2014-12-14 borsauto merge of #19677 : japaric/rust/deprecate-tupleN...
2014-12-14 Alex Crichtonrustc: Start the deprecation of libserialize
2014-12-14 Chase SouthwoodChange `VecMap`'s iterators to use wrapper structs...
2014-12-14 Jorge Apariciolibcollections: convert `BTreeSet` binops to by value
2014-12-14 Jorge Apariciolibcollections: convert `TreeSet` binops to by value
2014-12-14 Jorge Apariciolibcollections: convert `TrieSet` binops to by value
2014-12-14 Jorge AparicioTest binops move semantics
2014-12-14 Jorge Apariciolibcollections: add commutative version of `Vec`/`Strin...
2014-12-14 Jorge AparicioAddress Niko's comments
2014-12-14 Jorge Apariciolibcore: fix doctests
2014-12-14 Jorge Apariciolibstd: fix unit tests
2014-12-14 Jorge Apariciolibcoretest: fix unit tests
2014-12-14 Jorge Apariciolibcollections: fix unit tests
2014-12-14 Jorge AparicioFix compile-fail tests
2014-12-14 Jorge AparicioFix run-pass tests
2014-12-14 Jorge AparicioTest that binops consume their arguments
2014-12-14 Jorge Apariciolibrustdoc: convert `Counts` binops to by value
next