| .. |
|
compiler-rt@58ab642c30
|
|
|
|
compiletest
|
Replace usage of String::from_str with String:from
|
2015-06-08 16:55:35 +02:00 |
|
doc
|
Auto merge of #26137 - steveklabnik:gh25623, r=alexcrichton
|
2015-06-10 06:59:31 +00:00 |
|
driver
|
|
|
|
error-index-generator
|
Error index style tweaks.
|
2015-05-05 11:17:00 +10:00 |
|
etc
|
Correctly map upper-case Sigma to lower-case in word-final position. Fix #26035.
|
2015-06-06 12:37:11 +02:00 |
|
grammar
|
Replace usage of String::from_str with String:from
|
2015-06-08 16:55:35 +02:00 |
|
jemalloc@e24a1a025a
|
|
|
|
liballoc
|
Auto merge of #25823 - oli-obk:static_to_const_lint, r=alexcrichton
|
2015-06-08 04:54:59 +00:00 |
|
libarena
|
libs: Move favicon URLs to HTTPS
|
2015-05-15 16:04:01 -07:00 |
|
libbacktrace
|
Reapply rust-specific changes to libbacktrace
|
2015-04-11 22:30:17 +10:00 |
|
libcollections
|
Auto merge of #26130 - steveklabnik:gh25986, r=alexcrichton
|
2015-06-10 05:28:03 +00:00 |
|
libcollectionstest
|
Auto merge of #26039 - SimonSapin:case-mapping, r=alexcrichton
|
2015-06-09 20:00:32 +00:00 |
|
libcore
|
Auto merge of #25823 - oli-obk:static_to_const_lint, r=alexcrichton
|
2015-06-08 04:54:59 +00:00 |
|
libcoretest
|
Move collectionstest::char into coretest::char
|
2015-06-09 13:08:29 +02:00 |
|
libflate
|
libs: Move favicon URLs to HTTPS
|
2015-05-15 16:04:01 -07:00 |
|
libfmt_macros
|
libs: Move favicon URLs to HTTPS
|
2015-05-15 16:04:01 -07:00 |
|
libgetopts
|
libs: Move favicon URLs to HTTPS
|
2015-05-15 16:04:01 -07:00 |
|
libgraphviz
|
libs: Move favicon URLs to HTTPS
|
2015-05-15 16:04:01 -07:00 |
|
liblibc
|
crate libc: Correct signature of WriteFile
|
2015-06-04 21:45:35 +08:00 |
|
liblog
|
change some statics to constants
|
2015-06-07 19:50:13 +02:00 |
|
librand
|
change some statics to constants
|
2015-06-07 19:50:13 +02:00 |
|
librbml
|
Return TaggedDocsIterator from reader::tagged_docs.
|
2015-05-24 17:30:42 +02:00 |
|
librustc
|
Auto merge of #26058 - Kimundi:issue15609, r=nikomatsakis
|
2015-06-10 03:15:16 +00:00 |
|
librustc_back
|
Add ability to change ar tool from target specification json
|
2015-06-08 09:01:32 -04:00 |
|
librustc_bitflags
|
Fallout
|
2015-04-29 08:55:31 -07:00 |
|
librustc_borrowck
|
Auto merge of #25790 - eddyb:oh-snap-ctfe-arrived, r=alexcrichton
|
2015-05-27 08:47:53 +00:00 |
|
librustc_data_structures
|
Change name of unit test sub-module to "tests".
|
2015-04-24 23:06:41 +02:00 |
|
librustc_driver
|
Remove build date from the output of --version
|
2015-05-27 11:28:41 +02:00 |
|
librustc_lint
|
Address a review comment and fix a bootstrapping issue
|
2015-06-08 19:50:28 +02:00 |
|
librustc_llvm
|
Auto merge of #25627 - murarth:execution-engine-fix, r=nrc
|
2015-06-09 04:28:57 +00:00 |
|
librustc_privacy
|
libs: Move favicon URLs to HTTPS
|
2015-05-15 16:04:01 -07:00 |
|
librustc_resolve
|
Make the maximum edit distance of typo suggestions a function of the typo'd name's length.
|
2015-06-07 18:01:33 -07:00 |
|
librustc_trans
|
Use the correct type of undef value for ignored return values in trans_named_tuple_constructor
|
2015-06-10 00:07:47 +02:00 |
|
librustc_typeck
|
Add error explanation for E0057, E0059–E0061
|
2015-06-10 20:28:51 +02:00 |
|
librustc_unicode
|
Address a review comment and fix a bootstrapping issue
|
2015-06-08 19:50:28 +02:00 |
|
librustdoc
|
Auto merge of #26077 - SimonSapin:patch-6, r=alexcrichton
|
2015-06-08 20:52:33 +00:00 |
|
libserialize
|
Replace usage of String::from_str with String:from
|
2015-06-08 16:55:35 +02:00 |
|
libstd
|
fix example in comments about demangling
|
2015-06-09 20:47:51 +02:00 |
|
libsyntax
|
Auto merge of #26091 - chellmuth:pub-struct-field-span, r=nrc
|
2015-06-08 14:35:27 +00:00 |
|
libterm
|
libs: Move favicon URLs to HTTPS
|
2015-05-15 16:04:01 -07:00 |
|
libtest
|
Auto merge of #26068 - bluss:bench-sigfigs, r=huonw
|
2015-06-09 09:12:09 +00:00 |
|
llvm@bff6907697
|
|
|
|
rt
|
Auto merge of #25632 - alexcrichton:dt-dir, r=brson
|
2015-05-23 12:47:16 +00:00 |
|
rust-installer@e54d4823d2
|
Update rust-installer
|
2015-05-11 15:05:57 -07:00 |
|
rustbook
|
fix path in toc links
|
2015-06-06 23:27:35 +03:00 |
|
rustllvm
|
Auto merge of #25627 - murarth:execution-engine-fix, r=nrc
|
2015-06-09 04:28:57 +00:00 |
|
test
|
Auto merge of #26153 - dotdash:issue26127, r=luqmana
|
2015-06-10 10:05:39 +00:00 |
|
snapshots.txt
|
Register snapshots (2015-05-24 ba0e1cd).
|
2015-05-27 11:19:02 +03:00 |