| .. |
|
binaryen@1c9bf65aa0
|
|
|
|
bootstrap
|
Auto merge of #46883 - QuietMisdreavus:faildown, r=GuillaumeGomez
|
2017-12-29 03:23:37 +00:00 |
|
build_helper
|
Revert "Add a file to trivially disable tool building or testing"
|
2017-12-27 00:00:45 +08:00 |
|
ci
|
Enable compiler docs testing in x86_64-gnu
|
2018-01-01 14:44:13 +01:00 |
|
dlmalloc@d3812c3acc
|
|
|
|
doc
|
Auto merge of #46895 - ricochet1k:macro-lifetimes, r=jseyfried
|
2018-01-01 07:21:23 +00:00 |
|
etc
|
Correct the return type for x86_mm256_sad_epu8
|
2017-12-21 22:58:03 +00:00 |
|
grammar
|
|
|
|
jemalloc@1f5a28755e
|
|
|
|
liballoc
|
Auto merge of #47064 - kennytm:force-trailing-newlines, r=estebank
|
2018-01-01 04:09:51 +00:00 |
|
liballoc_jemalloc
|
Add CloudABI to the list of systems on which we stub out alloc_jemalloc.
|
2017-12-30 10:00:35 +01:00 |
|
liballoc_system
|
|
|
|
libarena
|
Fix docs for future pulldown migration
|
2018-01-01 14:44:12 +01:00 |
|
libbacktrace
|
|
|
|
libcompiler_builtins@0ba07e4926
|
Update compiler_builtins
|
2017-12-26 22:22:21 -02:00 |
|
libcore
|
Auto merge of #46735 - Manishearth:memchr-find, r=burntsushi
|
2018-01-01 19:04:33 +00:00 |
|
libfmt_macros
|
|
|
|
libgetopts
|
|
|
|
libgraphviz
|
Fix docs for future pulldown migration
|
2018-01-01 14:44:12 +01:00 |
|
liblibc@ef9eefb6df
|
add aarch64-unknown-openbsd support
|
2017-12-17 19:48:31 +01:00 |
|
libpanic_abort
|
|
|
|
libpanic_unwind
|
|
|
|
libproc_macro
|
Rollup merge of #46690 - mystor:pub_line_column, r=jseyfried
|
2017-12-15 09:26:58 -05:00 |
|
libprofiler_builtins
|
|
|
|
librustc
|
Auto merge of #47111 - rkruppe:repr-transparent, r=estebank
|
2018-01-02 08:34:27 +00:00 |
|
librustc_allocator
|
|
|
|
librustc_apfloat
|
Fix docs for future pulldown migration
|
2018-01-01 14:44:12 +01:00 |
|
librustc_asan
|
|
|
|
librustc_back
|
Fix docs for future pulldown migration
|
2018-01-01 14:44:12 +01:00 |
|
librustc_binaryen
|
|
|
|
librustc_borrowck
|
Delay panic for aliasing violation for static items.
|
2018-01-01 17:53:12 +00:00 |
|
librustc_const_eval
|
Various tweaks
|
2017-12-20 11:03:26 -08:00 |
|
librustc_const_math
|
|
|
|
librustc_cratesio_shim
|
|
|
|
librustc_data_structures
|
Fix docs for future pulldown migration
|
2018-01-01 14:44:12 +01:00 |
|
librustc_driver
|
Prefer to use attr::contains_name() and attr::find_by_name()
|
2017-12-28 12:32:24 +09:00 |
|
librustc_errors
|
Only bump error count when we are sure that the diagnostic is not a repetition.
|
2018-01-03 00:42:12 +01:00 |
|
librustc_incremental
|
incr.comp.: Use an IndexVec instead of a hashmap for storing result hashes.
|
2017-12-20 11:14:31 +01:00 |
|
librustc_lint
|
Prefer to use attr::contains_name() and attr::find_by_name()
|
2017-12-28 12:32:24 +09:00 |
|
librustc_llvm
|
Auto merge of #46941 - ScottAbbey:freebsd-build-update, r=alexcrichton
|
2017-12-26 11:16:12 +00:00 |
|
librustc_lsan
|
|
|
|
librustc_metadata
|
Update crates and submodules to pull doc fixes
|
2018-01-01 14:44:10 +01:00 |
|
librustc_mir
|
Fix docs for future pulldown migration
|
2018-01-01 14:44:12 +01:00 |
|
librustc_msan
|
|
|
|
librustc_passes
|
Prefer to use attr::contains_name() and attr::find_by_name()
|
2017-12-28 12:32:24 +09:00 |
|
librustc_platform_intrinsics
|
Correct the return type for x86_mm256_sad_epu8
|
2017-12-21 22:58:03 +00:00 |
|
librustc_plugin
|
Fix broken links in internal docs
|
2018-01-01 14:44:11 +01:00 |
|
librustc_privacy
|
Add GenericParam, refactor Generics in ast, hir, rustdoc
|
2017-12-21 13:38:10 +01:00 |
|
librustc_resolve
|
Auto merge of #47031 - topecongiro:issue-41719, r=jseyfried
|
2017-12-28 10:28:16 +00:00 |
|
librustc_save_analysis
|
Add GenericParam, refactor Generics in ast, hir, rustdoc
|
2017-12-21 13:38:10 +01:00 |
|
librustc_trans
|
Update crates and submodules to pull doc fixes
|
2018-01-01 14:44:10 +01:00 |
|
librustc_trans_utils
|
Update crates and submodules to pull doc fixes
|
2018-01-01 14:44:10 +01:00 |
|
librustc_tsan
|
|
|
|
librustc_typeck
|
Adds termination_trait feature gate
|
2017-12-26 12:26:39 +01:00 |
|
librustdoc
|
Auto merge of #46883 - QuietMisdreavus:faildown, r=GuillaumeGomez
|
2017-12-29 03:23:37 +00:00 |
|
libserialize
|
Add trailing newlines to files which have no trailing newlines.
|
2017-12-30 15:50:52 +08:00 |
|
libstd
|
Auto merge of #47042 - redox-os:redox, r=estebank
|
2018-01-02 11:22:40 +00:00 |
|
libstd_unicode
|
|
|
|
libsyntax
|
Fix docs for future pulldown migration
|
2018-01-01 14:44:12 +01:00 |
|
libsyntax_ext
|
Prefer to use attr::contains_name() and attr::find_by_name()
|
2017-12-28 12:32:24 +09:00 |
|
libsyntax_pos
|
Fix docs for future pulldown migration
|
2018-01-01 14:44:12 +01:00 |
|
libterm
|
|
|
|
libtest
|
Auto merge of #47106 - EdSchouten:compiletest-cloudabi, r=alexcrichton
|
2018-01-02 00:31:07 +00:00 |
|
libunwind
|
Link against -lunwind on CloudABI.
|
2017-12-26 23:32:42 +01:00 |
|
llvm@6d08185a5c
|
|
|
|
rt
|
|
|
|
rtstartup
|
|
|
|
rustc
|
|
|
|
rustllvm
|
rustc: Set release mode cgus to 16 by default
|
2017-12-23 16:04:15 -08:00 |
|
test
|
Only bump error count when we are sure that the diagnostic is not a repetition.
|
2018-01-03 00:42:12 +01:00 |
|
tools
|
Auto merge of #47106 - EdSchouten:compiletest-cloudabi, r=alexcrichton
|
2018-01-02 00:31:07 +00:00 |
|
Cargo.lock
|
Update crates and submodules to pull doc fixes
|
2018-01-01 14:44:10 +01:00 |
|
Cargo.toml
|
cargo update and add miri as the rustc workspace member.
|
2017-12-27 00:00:44 +08:00 |
|
stage0.txt
|
|
|