| .. |
|
compiler-rt@58ab642c30
|
|
|
|
compiletest
|
Fix compile-fail tests on windows
|
2015-08-24 04:53:56 +01:00 |
|
doc
|
Auto merge of #28078 - apasel422:patch-1, r=alexcrichton
|
2015-08-29 04:58:45 +00:00 |
|
driver
|
|
|
|
error-index-generator
|
diagnostics: Resurrect the Compiler Error Index.
|
2015-06-20 16:57:40 +10:00 |
|
etc
|
Auto merge of #27684 - alexcrichton:remove-deprecated, r=aturon
|
2015-08-13 23:32:30 +00:00 |
|
grammar
|
rustc: rename multiple imports in a list
|
2015-08-08 11:54:15 -07:00 |
|
jemalloc@e24a1a025a
|
|
|
|
liballoc
|
Move the Borrow and BorrowMut traits to libcore.
|
2015-08-22 13:58:39 +02:00 |
|
liballoc_jemalloc
|
test: Fix tests for requiring issues
|
2015-08-15 19:35:52 -07:00 |
|
liballoc_system
|
test: Fix tests for requiring issues
|
2015-08-15 19:35:52 -07:00 |
|
libarena
|
rustdoc: Removed issue_tracker_base_url from crates not in public API docs
|
2015-08-17 20:37:30 +02:00 |
|
libbacktrace
|
'iff' for docs to 'if and only if'
|
2015-07-08 21:17:13 -05:00 |
|
libcollections
|
Auto merge of #28043 - apasel422:rfc-1194, r=alexcrichton
|
2015-08-29 00:06:04 +00:00 |
|
libcollectionstest
|
implement RFC 1194
|
2015-08-28 12:41:54 -04:00 |
|
libcore
|
Add .as_str() to str::Chars and str::CharIndices. See #27775.
|
2015-08-28 22:44:17 +02:00 |
|
libcoretest
|
Rollup merge of #28045 - apasel422:iter, r=sfackler
|
2015-08-28 03:38:38 +05:30 |
|
libflate
|
rustdoc: Removed issue_tracker_base_url from crates not in public API docs
|
2015-08-17 20:37:30 +02:00 |
|
libfmt_macros
|
rustdoc: Removed issue_tracker_base_url from crates not in public API docs
|
2015-08-17 20:37:30 +02:00 |
|
libgetopts
|
rustdoc: Removed issue_tracker_base_url from crates not in public API docs
|
2015-08-17 20:37:30 +02:00 |
|
libgraphviz
|
rustdoc: Removed issue_tracker_base_url from crates not in public API docs
|
2015-08-17 20:37:30 +02:00 |
|
liblibc
|
libc: Fix constants used by libc::pathconf
|
2015-08-28 03:15:15 +09:00 |
|
liblog
|
rustdoc: Removed issue_tracker_base_url from crates not in public API docs
|
2015-08-17 20:37:30 +02:00 |
|
librand
|
Auto merge of #27823 - eefriedman:float-dep-core, r=alexcrichton
|
2015-08-18 04:23:25 +00:00 |
|
librbml
|
rustdoc: Removed issue_tracker_base_url from crates not in public API docs
|
2015-08-17 20:37:30 +02:00 |
|
librustc
|
Handle gateage of built-in attributes seperately
|
2015-08-29 11:37:40 +02:00 |
|
librustc_back
|
Auto merge of #27957 - overminder:aug23-i686-android, r=alexcrichton
|
2015-08-25 03:04:30 +00:00 |
|
librustc_bitflags
|
Add issue for the rustc_private feature everywhere
|
2015-08-15 18:09:17 -07:00 |
|
librustc_borrowck
|
move destructors_for_type into AdtDef
|
2015-08-25 21:52:15 +03:00 |
|
librustc_data_structures
|
Fix panic in docs for librustc_data_structures
|
2015-08-23 18:17:27 +05:30 |
|
librustc_driver
|
fix other test
|
2015-08-24 23:41:02 +03:00 |
|
librustc_lint
|
Handle gateage of built-in attributes seperately
|
2015-08-29 11:37:40 +02:00 |
|
librustc_llvm
|
rustdoc: Removed issue_tracker_base_url from crates not in public API docs
|
2015-08-17 20:37:30 +02:00 |
|
librustc_platform_intrinsics
|
Tweak aarch64 SIMD intrinsics.
|
2015-08-19 14:21:21 -07:00 |
|
librustc_privacy
|
fallout from moving def-id
|
2015-08-24 05:35:34 -04:00 |
|
librustc_resolve
|
Auto merge of #27857 - Manishearth:improve-fnkind, r=pnkfelix
|
2015-08-24 12:47:57 +00:00 |
|
librustc_trans
|
Auto merge of #27999 - dotdash:lt, r=eddyb
|
2015-08-27 20:09:15 +00:00 |
|
librustc_typeck
|
Rollup merge of #28010 - GuillaumeGomez:patch-2, r=Manishearth
|
2015-08-28 03:38:36 +05:30 |
|
librustc_unicode
|
Refactor low-level UTF-16 decoding.
|
2015-08-23 00:28:56 +02:00 |
|
librustdoc
|
Auto merge of #27945 - Eljay:upgrade-hoedown, r=alexcrichton
|
2015-08-25 01:10:55 +00:00 |
|
libserialize
|
Refactor low-level UTF-16 decoding.
|
2015-08-23 00:28:56 +02:00 |
|
libstd
|
Implement RFC 839 for {HashMap, HashSet}
|
2015-08-31 13:57:59 -04:00 |
|
libsyntax
|
Auto merge of #28077 - jonas-schievink:attr-gateage, r=huonw
|
2015-08-29 21:59:24 +00:00 |
|
libterm
|
rustdoc: Removed issue_tracker_base_url from crates not in public API docs
|
2015-08-17 20:37:30 +02:00 |
|
libtest
|
test: Don't panic if some tests failed
|
2015-08-17 12:58:19 -07:00 |
|
llvm@874dc4ee4c
|
Update LLVM
|
2015-07-16 20:25:51 -07:00 |
|
rt
|
Reduce the reliance on PATH_MAX
|
2015-08-28 04:46:55 +09:00 |
|
rust-installer@c37d3747da
|
Fix error message spans
|
2015-07-25 19:57:59 -07:00 |
|
rustbook
|
Remove redundant overflowing rule
|
2015-08-26 16:28:31 +03:00 |
|
rustllvm
|
Remove morestack support
|
2015-08-10 16:35:44 -07:00 |
|
test
|
Auto merge of #28077 - jonas-schievink:attr-gateage, r=huonw
|
2015-08-29 21:59:24 +00:00 |
|
snapshots.txt
|
Fixes #27805 - adds missing snapshots for Bitrig and FreeBSD
|
2015-08-13 13:45:04 -07:00 |