| .. |
|
bootstrap
|
Address review comments
|
2018-07-05 19:30:06 +02:00 |
|
build_helper
|
|
|
|
ci
|
Fix the tool's path in toolstate verification.
|
2018-07-03 05:22:35 +08:00 |
|
dlmalloc@c99638dc2e
|
|
|
|
doc
|
Auto merge of #51803 - lucasem:rustdoc-code-hash-escape, r=GuillaumeGomez
|
2018-07-04 20:21:01 +00:00 |
|
etc
|
Add some more additional functions to the shim
|
2018-07-02 18:23:57 +02:00 |
|
grammar
|
|
|
|
jemalloc@1f5a28755e
|
|
|
|
liballoc
|
Rollup merge of #51914 - nikomatsakis:nll-fix-issue-issue-btreemap-annotations, r=gankro
|
2018-07-03 11:31:00 +02:00 |
|
liballoc_jemalloc
|
Mark alloc_jemalloc as perma-unstable
|
2018-06-11 13:48:57 -07:00 |
|
liballoc_system
|
Move Unstable Book sections for #[global_allocator] and System to std::alloc docs
|
2018-06-11 13:48:57 -07:00 |
|
libarena
|
Make raw_vec perma-unstable and hidden
|
2018-06-29 14:01:33 +02:00 |
|
libbacktrace@f4d02bbdbf
|
Replace libbacktrace with a submodule
|
2018-05-30 05:58:23 -07:00 |
|
libcompiler_builtins@4cfd7101eb
|
|
|
|
libcore
|
Auto merge of #51395 - SimonSapin:repr-transparent, r=SimonSapin
|
2018-07-04 16:21:42 +00:00 |
|
libfmt_macros
|
|
|
|
libgraphviz
|
|
|
|
liblibc@b6d23ed45d
|
Update liblibc
|
2018-07-01 20:23:41 +02:00 |
|
libpanic_abort
|
|
|
|
libpanic_unwind
|
NetBSD on EABI ARM does not use ARM EHABI
|
2018-05-18 09:29:58 -05:00 |
|
libproc_macro
|
Address comments
|
2018-06-30 01:53:32 +03:00 |
|
libprofiler_builtins
|
|
|
|
librustc
|
Auto merge of #51967 - varkor:const-body-break-continue, r=estebank
|
2018-07-05 09:40:08 +00:00 |
|
librustc_allocator
|
Implement #[macro_export(local_inner_macros)]
|
2018-06-27 13:10:16 +03:00 |
|
librustc_apfloat
|
migrate codebase to ..= inclusive range patterns
|
2018-06-26 07:53:30 -07:00 |
|
librustc_asan
|
Bootstrap from 1.28.0-beta.3
|
2018-06-30 13:17:49 -07:00 |
|
librustc_borrowck
|
Add more safeguards to "missing binding mode" errors
|
2018-07-02 19:44:27 +01:00 |
|
librustc_codegen_llvm
|
Rollup merge of #51982 - michaelwoerister:hash-modules-properly, r=nikomatsakis
|
2018-07-03 11:31:10 +02:00 |
|
librustc_codegen_utils
|
migrate codebase to ..= inclusive range patterns
|
2018-06-26 07:53:30 -07:00 |
|
librustc_cratesio_shim
|
|
|
|
librustc_data_structures
|
improve comments
|
2018-07-02 11:40:49 -04:00 |
|
librustc_driver
|
Remove early error abort
|
2018-07-02 19:44:27 +01:00 |
|
librustc_errors
|
Fortify dummy span checking
|
2018-06-30 01:53:32 +03:00 |
|
librustc_incremental
|
Make opaque::Encoder append-only and make it infallible
|
2018-06-27 11:43:15 +02:00 |
|
librustc_lint
|
Auto merge of #51450 - estebank:inner-fn-test, r=@pnkfelix
|
2018-07-03 18:00:16 +00:00 |
|
librustc_llvm
|
Initialize LLVM's AMDGPU target machine, if available.
|
2018-06-14 01:18:10 -05:00 |
|
librustc_lsan
|
Bootstrap from 1.28.0-beta.3
|
2018-06-30 13:17:49 -07:00 |
|
librustc_metadata
|
Auto merge of #51895 - nikomatsakis:move-self-trait-predicate-to-items, r=scalexm
|
2018-07-04 09:33:33 +00:00 |
|
librustc_mir
|
Auto merge of #51967 - varkor:const-body-break-continue, r=estebank
|
2018-07-05 09:40:08 +00:00 |
|
librustc_msan
|
Bootstrap from 1.28.0-beta.3
|
2018-06-30 13:17:49 -07:00 |
|
librustc_passes
|
Fix issue-50585 test
|
2018-07-02 19:44:27 +01:00 |
|
librustc_platform_intrinsics
|
|
|
|
librustc_plugin
|
Implement #[macro_export(local_inner_macros)]
|
2018-06-27 13:10:16 +03:00 |
|
librustc_privacy
|
Get rid of TyImplTraitExistential
|
2018-07-02 09:17:38 +02:00 |
|
librustc_resolve
|
absoluate -> absolute
|
2018-07-01 17:37:42 +09:00 |
|
librustc_save_analysis
|
call it hir::VisibilityKind instead of hir::Visibility_:*
|
2018-07-01 11:05:10 -07:00 |
|
librustc_target
|
Auto merge of #51936 - japaric:rust-lld, r=alexcrichton
|
2018-07-05 06:44:16 +00:00 |
|
librustc_traits
|
introduce predicates_defined_on for traits
|
2018-07-02 11:33:24 -04:00 |
|
librustc_tsan
|
Bootstrap from 1.28.0-beta.3
|
2018-06-30 13:17:49 -07:00 |
|
librustc_typeck
|
Auto merge of #51967 - varkor:const-body-break-continue, r=estebank
|
2018-07-05 09:40:08 +00:00 |
|
librustdoc
|
Auto merge of #51803 - lucasem:rustdoc-code-hash-escape, r=GuillaumeGomez
|
2018-07-04 20:21:01 +00:00 |
|
libserialize
|
Make opaque::Encoder append-only and make it infallible
|
2018-06-27 11:43:15 +02:00 |
|
libstd
|
Rollup merge of #51973 - estk:master, r=abonander
|
2018-07-03 11:31:03 +02:00 |
|
libstd_unicode
|
|
|
|
libsyntax
|
Rollup merge of #51958 - euclio:attr-refactor, r=petrochenkov
|
2018-07-03 11:31:01 +02:00 |
|
libsyntax_ext
|
Implement #[macro_export(local_inner_macros)]
|
2018-06-27 13:10:16 +03:00 |
|
libsyntax_pos
|
Address comments
|
2018-06-30 01:53:32 +03:00 |
|
libterm
|
migrate codebase to ..= inclusive range patterns
|
2018-06-26 07:53:30 -07:00 |
|
libtest
|
|
|
|
libunwind
|
NetBSD on EABI ARM does not use ARM EHABI
|
2018-05-18 09:29:58 -05:00 |
|
llvm@1c817c7a0c
|
Update LLVM to 1c817c7a0c828b8fc8e8e462afbe5db41c7052d1
|
2018-06-29 13:58:17 +09:00 |
|
llvm-emscripten@2717444753
|
|
|
|
rtstartup
|
|
|
|
rustc
|
|
|
|
rustllvm
|
Rollup merge of #50827 - nox:llvmup, r=eddyb
|
2018-05-20 04:16:01 +08:00 |
|
stdsimd@886ff388fb
|
Update stdsimd
|
2018-07-02 12:53:46 +02:00 |
|
test
|
Auto merge of #51967 - varkor:const-body-break-continue, r=estebank
|
2018-07-05 09:40:08 +00:00 |
|
tools
|
Update the clippy submodule
|
2018-07-05 13:42:12 +02:00 |
|
Cargo.lock
|
Make sure clippy does not duplicate depenencies
|
2018-07-02 10:36:07 +02:00 |
|
Cargo.toml
|
Change the comment on opt-level = 2 to point to https://github.com/rust-lang/rust/issues/50867
|
2018-05-29 17:38:23 +02:00 |
|
README.md
|
rustc: rename ty::maps to ty::query.
|
2018-06-14 18:05:12 +03:00 |
|
stage0.txt
|
Bootstrap from 1.28.0-beta.3
|
2018-06-30 13:17:49 -07:00 |