..
bootstrap
Rollup merge of #57929 - GuillaumeGomez:rustodc-remove-old-style-files, r=ollie27
2019-02-17 14:52:21 +08:00
build_helper
rustc: doc comments
2019-02-10 23:42:32 +00:00
ci
Auto merge of #58406 - Disasm:rv64-support, r=nagisa
2019-02-15 16:20:12 +00:00
doc
Rollup merge of #57856 - lzutao:fix-old-first-edition, r=steveklabnik
2019-02-14 02:41:16 +01:00
etc
Rollup merge of #58489 - xfix:fix-keyword-tests-runtime-error, r=alexcrichton
2019-02-17 14:52:20 +08:00
grammar
Remove licenses
2018-12-25 21:08:33 -07:00
liballoc
Rollup merge of #58468 - RalfJung:maybe-uninit-split, r=Centril
2019-02-16 14:11:55 +08:00
libarena
libarena => 2018
2019-02-11 23:49:48 +01:00
libcore
Rollup merge of #58468 - RalfJung:maybe-uninit-split, r=Centril
2019-02-16 14:11:55 +08:00
libfmt_macros
Revert removed #![feature(nll)]
2019-02-10 16:13:30 +09:00
libgraphviz
Auto merge of #58051 - SimonSapin:str_escape, r=alexcrichton
2019-02-12 23:30:16 +00:00
libpanic_abort
Revert removed #![feature(nll)]
2019-02-10 16:13:30 +09:00
libpanic_unwind
libpanic_unwind => 2018: remove unused extern crate.
2019-02-13 18:09:09 +01:00
libproc_macro
Rollup merge of #57856 - lzutao:fix-old-first-edition, r=steveklabnik
2019-02-14 02:41:16 +01:00
libprofiler_builtins
Revert removed #![feature(nll)]
2019-02-10 16:13:30 +09:00
librustc
Rollup merge of #58509 - phansch:add_myself_to_clippy_toolstate_maintainers, r=oli-obk
2019-02-17 14:52:25 +08:00
librustc_allocator
Auto merge of #58098 - oli-obk:maybe_allow_internal_unstable, r=petrochenkov
2019-02-12 12:10:10 +00:00
librustc_apfloat
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
2019-02-12 19:09:24 +00:00
librustc_asan
Revert removed #![feature(nll)]
2019-02-10 16:13:30 +09:00
librustc_borrowck
HirId-ify hir::BodyId
2019-02-13 09:54:58 +01:00
librustc_codegen_llvm
Rollup merge of #58440 - gnzlbg:v6, r=japaric
2019-02-16 14:11:50 +08:00
librustc_codegen_ssa
Rollup merge of #58074 - scottmcm:stabilize-sort_by_cached_key, r=SimonSapin
2019-02-16 14:11:28 +08:00
librustc_codegen_utils
Rollup merge of #58259 - taiki-e:librustc_codegen_utils-2018, r=Centril
2019-02-09 00:15:59 +01:00
librustc_cratesio_shim
librustc_cratesio_shim => 2018
2019-02-08 20:55:12 +09:00
librustc_data_structures
Always emit an error for a query cycle
2019-02-15 03:51:47 +01:00
librustc_driver
Rollup merge of #58074 - scottmcm:stabilize-sort_by_cached_key, r=SimonSapin
2019-02-16 14:11:28 +08:00
librustc_errors
Rollup merge of #58296 - estebank:hidden-suggestion, r=oli-obk
2019-02-14 02:41:21 +01:00
librustc_fs_util
rustc: doc comments
2019-02-10 23:42:32 +00:00
librustc_incremental
rustc: doc comments
2019-02-10 23:42:32 +00:00
librustc_lint
Rollup merge of #58407 - euclio:upper-camel-case, r=estebank
2019-02-14 08:24:17 +01:00
librustc_llvm
Revert removed #![feature(nll)]
2019-02-10 16:13:30 +09:00
librustc_lsan
Revert removed #![feature(nll)]
2019-02-10 16:13:30 +09:00
librustc_metadata
Rollup merge of #58074 - scottmcm:stabilize-sort_by_cached_key, r=SimonSapin
2019-02-16 14:11:28 +08:00
librustc_mir
Rollup merge of #58509 - phansch:add_myself_to_clippy_toolstate_maintainers, r=oli-obk
2019-02-17 14:52:25 +08:00
librustc_msan
Revert removed #![feature(nll)]
2019-02-10 16:13:30 +09:00
librustc_passes
Rollup merge of #57981 - Zoxc:fix-57979, r=nikomatsakis
2019-02-16 14:11:20 +08:00
librustc_plugin
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
2019-02-12 19:09:24 +00:00
librustc_privacy
HirId-ify hir::BodyId
2019-02-13 09:54:58 +01:00
librustc_resolve
Rollup merge of #58074 - scottmcm:stabilize-sort_by_cached_key, r=SimonSapin
2019-02-16 14:11:28 +08:00
librustc_save_analysis
Reduce the size of hir::Expr.
2019-02-14 11:52:03 +11:00
librustc_target
Auto merge of #58406 - Disasm:rv64-support, r=nagisa
2019-02-15 16:20:12 +00:00
librustc_traits
HirId-ify hir::BodyId
2019-02-13 09:54:58 +01:00
librustc_tsan
Revert removed #![feature(nll)]
2019-02-10 16:13:30 +09:00
librustc_typeck
Rollup merge of #58074 - scottmcm:stabilize-sort_by_cached_key, r=SimonSapin
2019-02-16 14:11:28 +08:00
librustdoc
Rollup merge of #57929 - GuillaumeGomez:rustodc-remove-old-style-files, r=ollie27
2019-02-17 14:52:21 +08:00
libserialize
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
2019-02-12 19:09:24 +00:00
libstd
Rollup merge of #58521 - sfackler:error-iter-issue, r=withoutboats
2019-02-17 14:54:00 +08:00
libsyntax
Rollup merge of #58074 - scottmcm:stabilize-sort_by_cached_key, r=SimonSapin
2019-02-16 14:11:28 +08:00
libsyntax_ext
Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper
2019-02-13 04:37:04 +01:00
libsyntax_pos
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
2019-02-12 19:09:24 +00:00
libterm
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
2019-02-12 19:09:24 +00:00
libtest
Rollup merge of #57856 - lzutao:fix-old-first-edition, r=steveklabnik
2019-02-14 02:41:16 +01:00
libunwind
Revert removed #![feature(nll)]
2019-02-10 16:13:30 +09:00
llvm-emscripten@ 7f23313edf
llvm-project@ 73a75d35b9
Update LLVM: apply patches for RISC-V 64-bit support
2019-02-12 18:58:06 +03:00
rtstartup
Remove licenses
2018-12-25 21:08:33 -07:00
rustc
rustc: Fix regression where jemalloc isn't used
2019-01-03 13:52:36 -08:00
rustllvm
rustc: Implement incremental "fat" LTO
2019-02-12 04:58:31 -08:00
stdsimd@ b23541340b
Update stdsimd
2019-01-29 10:48:54 +01:00
test
Rollup merge of #58509 - phansch:add_myself_to_clippy_toolstate_maintainers, r=oli-obk
2019-02-17 14:52:25 +08:00
tools
publish_toolstate.py: further fix the runtime errors
2019-02-17 23:39:50 +08:00
.gitignore
README.md
remove link to removed readme
2019-01-15 19:48:37 -06:00
stage0.txt
Bump bootstrap compiler to 1.33 beta
2019-01-26 08:02:08 -07:00