rust/src
Niko Matsakis 19dcecb225 Refactor object-safety into its own (cached) module so that we can
check it more easily; also extend object safety to cover sized types
as well as static methods.  This makes it sufficient so that we can
always ensure that `Foo : Foo` holds for any trait `Foo`.
2015-01-02 12:08:36 -05:00
..
compiler-rt@62a4ca6055
compiletest rollup merge of #20061: aturon/stab-2-vec-slice 2014-12-30 18:51:51 -08:00
doc More fallout 2015-01-02 10:28:19 +13:00
driver Separate the driver into its own crate that uses trans, typeck. 2014-12-04 10:04:52 -05:00
etc debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty printers enabled. 2014-12-30 17:26:13 +01:00
grammar Update src/grammar/README.md 2014-12-30 16:49:27 +01:00
jemalloc@b001609960 update jemalloc 2014-10-05 22:17:25 -04:00
liballoc Reviewer change 2015-01-01 18:00:32 +13:00
libarena Test fixes and rebase conflicts 2014-12-29 23:55:49 -08:00
libbacktrace
libcollections More fallout 2015-01-02 10:28:19 +13:00
libcore Fix fallout from change, adding explicit Sized annotations where necessary. 2015-01-02 12:06:59 -05:00
libcoretest Fallout - change array syntax to use ; 2015-01-02 10:28:19 +13:00
libflate Rename TaskRng to ThreadRng 2014-12-28 13:46:35 +02:00
libfmt_macros Fallout of std::str stabilization 2014-12-21 23:31:42 -08:00
libgetopts getopts: unbox closures used in let bindings 2014-12-31 22:50:26 -05:00
libgraphviz Rebasing and reviewer changes 2014-12-30 13:06:25 +13:00
liblibc More fallout 2015-01-02 10:28:19 +13:00
liblog Fallout - change array syntax to use ; 2015-01-02 10:28:19 +13:00
librand Fix fallout from change, adding explicit Sized annotations where necessary. 2015-01-02 12:06:59 -05:00
librbml Fallout - change array syntax to use ; 2015-01-02 10:28:19 +13:00
libregex rollup merge of #20061: aturon/stab-2-vec-slice 2014-12-30 18:51:51 -08:00
libregex_macros More fallout 2015-01-02 10:28:19 +13:00
librustc Refactor object-safety into its own (cached) module so that we can 2015-01-02 12:08:36 -05:00
librustc_back Fallout - change array syntax to use ; 2015-01-02 10:28:19 +13:00
librustc_borrowck Fallout - change array syntax to use ; 2015-01-02 10:28:19 +13:00
librustc_driver Refactor object-safety into its own (cached) module so that we can 2015-01-02 12:08:36 -05:00
librustc_llvm debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty printers enabled. 2014-12-30 17:26:13 +01:00
librustc_resolve auto merge of #19388 : nick29581/rust/rc-show, r=alexcrichto 2015-01-01 06:36:24 +00:00
librustc_trans auto merge of #20412 : nikomatsakis/rust/assoc-types, r=aturon 2015-01-02 08:11:19 +00:00
librustc_typeck Refactor object-safety into its own (cached) module so that we can 2015-01-02 12:08:36 -05:00
librustdoc Fix fallout from change, adding explicit Sized annotations where necessary. 2015-01-02 12:06:59 -05:00
libserialize More fallout 2015-01-02 10:28:19 +13:00
libstd Fix fallout from change, adding explicit Sized annotations where necessary. 2015-01-02 12:06:59 -05:00
libsyntax Fix fallout from change, adding explicit Sized annotations where necessary. 2015-01-02 12:06:59 -05:00
libterm Fallout - change array syntax to use ; 2015-01-02 10:28:19 +13:00
libtest Fallout - change array syntax to use ; 2015-01-02 10:28:19 +13:00
libtime time: unbox closures used in let bindings 2014-12-31 22:50:27 -05:00
libunicode Fallout - change array syntax to use ; 2015-01-02 10:28:19 +13:00
llvm@ec1fdb3b9d Update LLVM to get slightly better memcpy elision 2014-10-17 17:16:18 +02:00
rt Removed unused context-switching assembly code. 2014-12-22 19:12:35 +02:00
rust-installer@3a37981744 Fallout from stabilization 2014-12-30 17:06:08 -08:00
rustllvm debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty printers enabled. 2014-12-30 17:26:13 +01:00
test Refactor object-safety into its own (cached) module so that we can 2015-01-02 12:08:36 -05:00
snapshots.txt Register new snapshots 2014-12-30 15:04:43 -08:00