rust/src
2014-12-19 03:29:30 -05:00
..
compiler-rt@62a4ca6055
compiletest rollup merge of #19818: emk/regex_at_name_opt 2014-12-17 11:50:24 -08:00
doc librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
driver
etc librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
grammar Modify regex::Captures::{at,name} to return Option 2014-12-14 08:56:51 -05:00
jemalloc@b001609960
liballoc rollup merge of #19947: csouth3/arc-borrowfrom 2014-12-17 11:50:31 -08:00
libarena libarena: use unboxed closures 2014-12-13 17:03:46 -05:00
libbacktrace
libcollections remove TreeMap, TreeSet, TrieMap, TrieSet, LruCache. deprecate EnumSet's std re-export 2014-12-18 16:20:31 -05:00
libcore libcore: convert unop traits to by value 2014-12-18 15:02:27 -05:00
libcoretest librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
libflate Mostly rote conversion of proc() to move|| (and occasionally Thunk::new) 2014-12-14 04:21:56 -05:00
libfmt_macros Remove all shadowed lifetimes. 2014-12-15 10:23:48 -05:00
libgetopts rollup merge of #19820: alexcrichton/deprecate-some-more-libs 2014-12-17 11:50:24 -08:00
libgraphviz rollup merge of #19892: pnkfelix/region-graphviz 2014-12-17 11:50:29 -08:00
liblibc
liblog librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
librand librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
librbml librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
libregex librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
libregex_macros rollup merge of #19820: alexcrichton/deprecate-some-more-libs 2014-12-17 11:50:24 -08:00
librustc Centralize on using Binder to introduce new binding levels, rather than having FnSig carry an implicit binding level. This means that we be more typesafe in general, since things that instantiate bound regions can drop the Binder to reflect that. 2014-12-19 03:29:30 -05:00
librustc_back librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
librustc_borrowck librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
librustc_driver Centralize on using Binder to introduce new binding levels, rather than having FnSig carry an implicit binding level. This means that we be more typesafe in general, since things that instantiate bound regions can drop the Binder to reflect that. 2014-12-19 03:29:30 -05:00
librustc_llvm librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
librustc_trans Centralize on using Binder to introduce new binding levels, rather than having FnSig carry an implicit binding level. This means that we be more typesafe in general, since things that instantiate bound regions can drop the Binder to reflect that. 2014-12-19 03:29:30 -05:00
librustc_typeck Centralize on using Binder to introduce new binding levels, rather than having FnSig carry an implicit binding level. This means that we be more typesafe in general, since things that instantiate bound regions can drop the Binder to reflect that. 2014-12-19 03:29:30 -05:00
librustdoc Centralize on using Binder to introduce new binding levels, rather than having FnSig carry an implicit binding level. This means that we be more typesafe in general, since things that instantiate bound regions can drop the Binder to reflect that. 2014-12-19 03:29:30 -05:00
librustrt librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
libserialize enumset fallout 2014-12-18 16:20:32 -05:00
libstd auto merge of #19899 : japaric/rust/unops-by-value, r=nikomatsakis 2014-12-19 06:12:01 +00:00
libsyntax syntax/ast_util: add is_by_value_unop() 2014-12-18 14:56:00 -05:00
libterm librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
libtest enumset fallout 2014-12-18 16:20:32 -05:00
libtime libtime: convert Timespec binops to by value 2014-12-13 20:15:39 -05:00
libunicode std: Collapse SlicePrelude traits 2014-12-14 19:03:56 -08:00
llvm@ec1fdb3b9d
rt
rust-installer@aed7347241
rustllvm
test Fix a bug in the opt-in-copy work: it was failing to liberate the regions bound in the impl before searching for Copy implements for all fields, leading to problems in the "copyability check". Basically the copyability check would wind up looking for an impl of for<'tcx> Foo<&'tcx T>. The impl that exists however is impl<T> Copy for Foo<T> and the current rules do not consider that a match (something I would like to revise in a later PR). 2014-12-19 03:29:30 -05:00
snapshots.txt Create a snapshot on top of 1b97cd3 2014-12-16 14:39:18 +01:00