]> git.lizzy.rs Git - rust.git/history - src
Use wrapper structs for `BTreeSet`'s iterators.
[rust.git] / src /
2014-12-16 Chase SouthwoodUse wrapper structs for `BTreeSet`'s iterators.
2014-12-16 Chase SouthwoodUse wrapper structs for `BTreeMap`'s iterators.
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 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 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 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 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
2014-12-14 Jorge Apariciolibrustc: convert `TypeContents` binops to by value
2014-12-14 Jorge Apariciolibsyntax: convert `LockstepIterSize` binops to by...
2014-12-14 Jorge Apariciolibsyntax: convert `BytePos`/`CharPos` binops to by...
2014-12-14 Jorge Apariciolibtime: convert `Timespec` binops to by value
2014-12-14 Jorge Apariciolibstd: convert `Duration` binops to by value
2014-12-14 Jorge Apariciolibstd: convert `BitFlags` binops to by value
2014-12-14 Jorge Apariciolibcollections: make `EnumSet` binops by value
2014-12-14 Jorge Apariciolibcollections: String + &str
2014-12-14 Jorge Apariciolibcollections: Vec<T> + &[T]
2014-12-14 Jorge Apariciolibcore: fix move semantics fallout
2014-12-14 Jorge Apariciolibcore: convert binop traits to by value
2014-12-14 Jorge AparicioTell regionck which binops are by value
2014-12-14 Jorge AparicioTell expr_use_visitor which binops are by value
2014-12-14 Jorge AparicioTell trans which binops are by value
2014-12-14 Jorge AparicioTell typeck which binops are by value
2014-12-14 Jorge Apariciosyntax/ast_util: add `is_by_value_binop()`
2014-12-14 borsauto merge of #19669 : alfie/rust/master, r=sanxiyn
2014-12-14 Jorge AparicioGet rid of all the remaining uses of `refN`/`valN`...
2014-12-14 Jorge Apariciolibcore: allow deprecated `valN` methods on doc tests
2014-12-14 Jorge Apariciolibgraphviz: use tuple indexing
2014-12-14 Jorge Apariciolibcoretest: use tuple indexing
2014-12-14 Jorge Apariciolibrustdoc: use tuple indexing
2014-12-14 Jorge Apariciolibrustc_trans: use tuple indexing
2014-12-14 Jorge Apariciolibrustc: use tuple indexing
2014-12-14 Jorge Apariciolibsyntax: use tuple indexing
2014-12-14 Jorge Apariciolibregex: use tuple indexing
2014-12-14 Jorge Apariciolibstd: use tuple indexing
2014-12-14 Jorge Apariciolibcollections: use tuple indexing
2014-12-14 Jorge Apariciolibunicode: use tuple indexing
2014-12-14 Jorge AparicioDeprecate the `TupleN` traits
2014-12-13 borsauto merge of #19467 : japaric/rust/uc, r=alexcrichton
2014-12-13 Jorge Apariciolibrustc_borrowck: add `#![feature(unboxed_closures)]`
2014-12-13 Jorge Apariciolibstd: add missing imports
2014-12-13 Jorge AparicioRemove some unnecessary `move` keywords
2014-12-13 Jorge Apariciolibtest: use unboxed closures
next