| .. |
|
compiler-rt@b6087e82ba
|
Update compiler-rt
|
2015-11-07 00:26:44 +08:00 |
|
compiletest
|
Add a build-aux-docs directive to compiletest
|
2015-12-03 22:20:29 +01:00 |
|
doc
|
Auto merge of #29850 - Kimundi:attributes_that_make_a_statement, r=pnkfelix
|
2015-12-04 08:46:29 +00:00 |
|
driver
|
Run rustfmt on driver.
|
2015-10-11 23:41:43 -07:00 |
|
error-index-generator
|
Run rustfmt on error-index-generator.
|
2015-10-11 23:44:32 -07:00 |
|
etc
|
Remove AUTHORS.txt and add-authors.sh
|
2015-12-02 22:16:08 +00:00 |
|
grammar
|
fix rustc-test
|
2015-11-26 19:19:54 +02:00 |
|
jemalloc@e24a1a025a
|
|
|
|
liballoc
|
Auto merge of #30015 - petrochenkov:staged, r=brson
|
2015-11-26 10:22:37 +00:00 |
|
liballoc_jemalloc
|
Auto merge of #30015 - petrochenkov:staged, r=brson
|
2015-11-26 10:22:37 +00:00 |
|
liballoc_system
|
MIN_ALIGN is definitely 8 on 32-bit x86, at least on Windows.
|
2015-12-02 21:03:21 -05:00 |
|
libarena
|
Auto merge of #30015 - petrochenkov:staged, r=brson
|
2015-11-26 10:22:37 +00:00 |
|
libbacktrace
|
Clean whitespace
|
2015-10-19 11:16:31 -04:00 |
|
libcollections
|
Auto merge of #30146 - steveklabnik:doc_string_intro, r=brson
|
2015-12-02 20:40:58 +00:00 |
|
libcollectionstest
|
Add assertions to test_total_ord for str
|
2015-10-24 19:53:42 +01:00 |
|
libcore
|
libcore/iter: fix typos
|
2015-11-29 14:52:29 +01:00 |
|
libcoretest
|
Implement conversion traits for primitive float types
|
2015-10-17 16:27:31 -07:00 |
|
libflate
|
Auto merge of #30015 - petrochenkov:staged, r=brson
|
2015-11-26 10:22:37 +00:00 |
|
libfmt_macros
|
Auto merge of #30015 - petrochenkov:staged, r=brson
|
2015-11-26 10:22:37 +00:00 |
|
libgetopts
|
Auto merge of #30015 - petrochenkov:staged, r=brson
|
2015-11-26 10:22:37 +00:00 |
|
libgraphviz
|
Auto merge of #30015 - petrochenkov:staged, r=brson
|
2015-11-26 10:22:37 +00:00 |
|
liblibc@867c6ff0b8
|
Better docs for the str primitive
|
2015-11-30 16:10:47 -05:00 |
|
liblog
|
Auto merge of #30015 - petrochenkov:staged, r=brson
|
2015-11-26 10:22:37 +00:00 |
|
librand
|
Auto merge of #30015 - petrochenkov:staged, r=brson
|
2015-11-26 10:22:37 +00:00 |
|
librbml
|
Remove all uses of #[staged_api]
|
2015-11-25 21:55:26 +03:00 |
|
librustc
|
Auto merge of #30084 - oli-obk:const_fn, r=pnkfelix
|
2015-12-04 17:47:18 +00:00 |
|
librustc_back
|
Remove all uses of #[staged_api]
|
2015-11-25 21:55:26 +03:00 |
|
librustc_bitflags
|
Remove all uses of #[staged_api]
|
2015-11-25 21:55:26 +03:00 |
|
librustc_borrowck
|
s/isize/i32
|
2015-12-02 09:06:28 +00:00 |
|
librustc_data_structures
|
Remove all uses of #[staged_api]
|
2015-11-25 21:55:26 +03:00 |
|
librustc_driver
|
Auto merge of #29850 - Kimundi:attributes_that_make_a_statement, r=pnkfelix
|
2015-12-04 08:46:29 +00:00 |
|
librustc_front
|
Rebase fixup for lower.rs
|
2015-11-26 21:47:44 +01:00 |
|
librustc_lint
|
Add syntax support for attributes on expressions and all syntax
|
2015-11-26 21:46:12 +01:00 |
|
librustc_llvm
|
Remove all uses of #[staged_api]
|
2015-11-25 21:55:26 +03:00 |
|
librustc_metadata
|
Use the extern item-path for documentation links
|
2015-12-03 23:11:19 +01:00 |
|
librustc_mir
|
Also move the MIR visitor to librustc.
|
2015-11-30 10:03:33 +01:00 |
|
librustc_platform_intrinsics
|
Remove all uses of #[staged_api]
|
2015-11-25 21:55:26 +03:00 |
|
librustc_plugin
|
split the metadata code into rustc_metadata
|
2015-11-26 18:22:40 +02:00 |
|
librustc_privacy
|
Remove all uses of #[staged_api]
|
2015-11-25 21:55:26 +03:00 |
|
librustc_resolve
|
Fixes #30089
|
2015-12-01 08:13:41 +00:00 |
|
librustc_trans
|
s/isize/i32
|
2015-12-02 09:06:28 +00:00 |
|
librustc_typeck
|
s/isize/i32
|
2015-12-02 09:06:28 +00:00 |
|
librustc_unicode
|
Remove all uses of #[staged_api]
|
2015-11-25 21:55:26 +03:00 |
|
librustdoc
|
Use the extern item-path for documentation links
|
2015-12-03 23:11:19 +01:00 |
|
libserialize
|
Remove all uses of #[staged_api]
|
2015-11-25 21:55:26 +03:00 |
|
libstd
|
Auto merge of #30173 - sgrif:sg-fix-time-bug, r=alexcrichton
|
2015-12-04 21:01:03 +00:00 |
|
libsyntax
|
Auto merge of #29850 - Kimundi:attributes_that_make_a_statement, r=pnkfelix
|
2015-12-04 08:46:29 +00:00 |
|
libterm
|
libterm: bring across changes from term
|
2015-12-03 19:27:59 +13:00 |
|
libtest
|
libterm: bring across changes from term
|
2015-12-03 19:27:59 +13:00 |
|
llvm@3564439515
|
Disable the null check elimination pass
|
2015-12-02 18:19:10 +01:00 |
|
rt
|
Add test case for #28676.
|
2015-10-14 14:51:26 -06:00 |
|
rtstartup
|
Moar comments.
|
2015-10-21 10:05:27 -07:00 |
|
rust-installer@c37d3747da
|
|
|
|
rustbook
|
fixes #17017 (update padding:11px line 142 of rustbook.css)
|
2015-09-28 12:11:18 -05:00 |
|
rustllvm
|
Disable the null check elimination pass
|
2015-12-02 18:19:10 +01:00 |
|
test
|
Auto merge of #30084 - oli-obk:const_fn, r=pnkfelix
|
2015-12-04 17:47:18 +00:00 |
|
snapshots.txt
|
adding openbsd snapshot
|
2015-09-04 15:01:06 -07:00 |