| .. |
|
compiler-rt@58ab642c30
|
|
|
|
compiletest
|
Auto merge of #29296 - zazdxscf:compiletest_noargs_show_help, r=alexcrichton
|
2015-10-26 00:19:51 +00:00 |
|
doc
|
Auto merge of #29310 - mdinger:book_playpen, r=steveklabnik
|
2015-10-26 15:50:45 +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
|
mk: Package libstdc++-6.dll on x86_64 MinGW
|
2015-10-25 10:32:11 -07:00 |
|
grammar
|
Cleanup interfaces of Name, SyntaxContext and Ident
|
2015-09-24 23:05:02 +03:00 |
|
jemalloc@e24a1a025a
|
|
|
|
liballoc
|
Remove some trivial transmutes
|
2015-10-17 20:29:49 -04:00 |
|
liballoc_jemalloc
|
Run rustfmt on liballoc_jemalloc.
|
2015-10-11 22:18:51 -07:00 |
|
liballoc_system
|
Run rustfmt on liballoc_system.
|
2015-10-11 23:35:08 -07:00 |
|
libarena
|
Auto merge of #29020 - goyox86:goyox86/rustfmting-libarena, r=nrc
|
2015-10-16 14:20:25 +00:00 |
|
libbacktrace
|
Clean whitespace
|
2015-10-19 11:16:31 -04:00 |
|
libcollections
|
Auto merge of #29254 - alexcrichton:stabilize-1.5, r=brson
|
2015-10-25 16:38:38 +00:00 |
|
libcollectionstest
|
Add assertions to test_total_ord for str
|
2015-10-24 19:53:42 +01:00 |
|
libcore
|
Auto merge of #29266 - apasel422:wf, r=alexcrichton
|
2015-10-25 18:34:29 +00:00 |
|
libcoretest
|
Add unused modules to libcoretest
|
2015-10-16 21:15:23 +02:00 |
|
libflate
|
Update Libflate Formatting
|
2015-10-10 19:00:20 +01:00 |
|
libfmt_macros
|
Rollup merge of #29022 - apasel422:spell, r=steveklabnik
|
2015-10-15 13:41:32 +05:30 |
|
libgetopts
|
some more clippy-based improvements
|
2015-09-08 00:36:29 +02:00 |
|
libgraphviz
|
Correct spelling in docs
|
2015-10-13 09:44:11 -04:00 |
|
liblibc
|
Unsafety -> Safety in doc headings
|
2015-10-23 11:42:14 -04:00 |
|
liblog
|
Remove the unnecessary local variable in set_logger.
|
2015-10-14 14:17:06 +02:00 |
|
librand
|
std: Stabilize library APIs for 1.5
|
2015-10-25 09:36:32 -07:00 |
|
librbml
|
Remove some trivial transmutes
|
2015-10-17 20:29:49 -04:00 |
|
librustc
|
Auto merge of #29303 - petrochenkov:unistrimp, r=eddyb
|
2015-10-26 08:27:59 +00:00 |
|
librustc_back
|
std: Stabilize library APIs for 1.5
|
2015-10-25 09:36:32 -07:00 |
|
librustc_bitflags
|
Rustfmt-ing librustc_bitflags.
|
2015-10-13 23:14:32 +01:00 |
|
librustc_borrowck
|
typos: fix a grabbag of typos all over the place
|
2015-10-08 19:49:31 +01:00 |
|
librustc_data_structures
|
move fnv hashing support into librustc_data_structures
|
2015-09-06 07:27:22 -04:00 |
|
librustc_driver
|
fix bug in hir,identified
|
2015-10-22 16:58:08 -04:00 |
|
librustc_front
|
syntax/rustc_front: Simplify VariantData::fields
|
2015-10-25 18:33:51 +03:00 |
|
librustc_lint
|
std: Stabilize library APIs for 1.5
|
2015-10-25 09:36:32 -07:00 |
|
librustc_llvm
|
Remove some trivial transmutes
|
2015-10-17 20:29:49 -04:00 |
|
librustc_mir
|
std: Stabilize library APIs for 1.5
|
2015-10-25 09:36:32 -07:00 |
|
librustc_platform_intrinsics
|
Add a comment to explain the #[inline(never)] annotation
|
2015-09-12 17:05:29 +02:00 |
|
librustc_privacy
|
syntax/rustc_front: Simplify VariantData::fields
|
2015-10-25 18:33:51 +03:00 |
|
librustc_resolve
|
Auto merge of #29303 - petrochenkov:unistrimp, r=eddyb
|
2015-10-26 08:27:59 +00:00 |
|
librustc_trans
|
Print the codegen worker # when using time-passes
|
2015-10-26 21:03:03 +01:00 |
|
librustc_typeck
|
Auto merge of #29303 - petrochenkov:unistrimp, r=eddyb
|
2015-10-26 08:27:59 +00:00 |
|
librustc_unicode
|
std: Stabilize library APIs for 1.5
|
2015-10-25 09:36:32 -07:00 |
|
librustdoc
|
Auto merge of #29303 - petrochenkov:unistrimp, r=eddyb
|
2015-10-26 08:27:59 +00:00 |
|
libserialize
|
Miscellaneous cleanup for old issues.
|
2015-09-20 11:37:08 +01:00 |
|
libstd
|
Auto merge of #29301 - reddraggone9:patch-1, r=alexcrichton
|
2015-10-26 06:37:12 +00:00 |
|
libsyntax
|
Auto merge of #29303 - petrochenkov:unistrimp, r=eddyb
|
2015-10-26 08:27:59 +00:00 |
|
libterm
|
Auto merge of #29254 - alexcrichton:stabilize-1.5, r=brson
|
2015-10-25 16:38:38 +00:00 |
|
libtest
|
Remove bare semicolons
|
2015-10-24 00:35:44 +02:00 |
|
llvm@cde1ed3196
|
Update LLVM fork to include a backported fix for broken debug locations
|
2015-10-18 16:40:45 +02:00 |
|
rt
|
Add test case for #28676.
|
2015-10-14 14:51:26 -06:00 |
|
rust-installer@c37d3747da
|
Fix error message spans
|
2015-07-25 19:57:59 -07:00 |
|
rustbook
|
fixes #17017 (update padding:11px line 142 of rustbook.css)
|
2015-09-28 12:11:18 -05:00 |
|
rustllvm
|
rustllvm: Update to LLVM trunk
|
2015-10-24 18:42:23 +09:00 |
|
test
|
Auto merge of #29312 - apasel422:issue-21410, r=alexcrichton
|
2015-10-26 10:16:52 +00:00 |
|
snapshots.txt
|
adding openbsd snapshot
|
2015-09-04 15:01:06 -07:00 |