| .. |
|
bootstrap
|
Rollup merge of #60315 - pietroalbini:fix-tools-version, r=Mark-Simulacrum
|
2019-04-27 14:12:41 +02:00 |
|
build_helper
|
|
|
|
ci
|
tidy: Fix false positives from long URLs
|
2019-04-27 20:29:27 +03:00 |
|
doc
|
Update cargo, books
|
2019-04-23 21:39:27 -07:00 |
|
etc
|
|
|
|
grammar
|
|
|
|
liballoc
|
Use "capacity" as parameter name in with_capacity() methods
|
2019-04-26 18:43:24 +02:00 |
|
libarena
|
Deny internal in stage0
|
2019-04-17 05:15:00 +02:00 |
|
libcore
|
Rollup merge of #60356 - JohnTitor:stabilize-as-mut-ptr, r=Centril
|
2019-04-29 22:22:42 +02:00 |
|
libfmt_macros
|
Deny internal in stage0
|
2019-04-17 05:15:00 +02:00 |
|
libgraphviz
|
|
|
|
libpanic_abort
|
|
|
|
libpanic_unwind
|
Stabilize the alloc crate.
|
2019-04-12 20:07:30 +02:00 |
|
libproc_macro
|
proc_macro: stop using LEB128 for RPC.
|
2019-04-09 21:05:15 +03:00 |
|
libprofiler_builtins
|
|
|
|
librustc
|
Auto merge of #60006 - nnethercote:json-for-pipelining, r=alexcrichton
|
2019-04-29 23:35:01 +00:00 |
|
librustc_allocator
|
Deny internal in stage0
|
2019-04-17 05:15:00 +02:00 |
|
librustc_apfloat
|
ignore-tidy-filelength on all files with greater than 3000 lines
|
2019-04-25 21:39:09 +01:00 |
|
librustc_asan
|
Update cmake, cc and compiler_builtins for VS 2019 support
|
2019-04-10 21:17:31 +02:00 |
|
librustc_borrowck
|
Update region_scope_tree
|
2019-04-25 18:23:32 +02:00 |
|
librustc_codegen_llvm
|
Move metadata encoding earlier.
|
2019-04-30 14:55:10 +10:00 |
|
librustc_codegen_ssa
|
Inline and remove link_binary_output.
|
2019-05-01 10:33:08 +10:00 |
|
librustc_codegen_utils
|
Move metadata encoding earlier.
|
2019-04-30 14:55:10 +10:00 |
|
librustc_cratesio_shim
|
|
|
|
librustc_data_structures
|
Auto merge of #60288 - Zoxc:update-rayon, r=nikomatsakis
|
2019-04-27 17:08:11 +00:00 |
|
librustc_driver
|
Update rustc-rayon version
|
2019-04-26 19:08:36 +02:00 |
|
librustc_errors
|
In JSON output, emit a directive after metadata is generated.
|
2019-04-30 08:51:57 +10:00 |
|
librustc_fs_util
|
|
|
|
librustc_incremental
|
Deny internal in stage0
|
2019-04-17 05:15:00 +02:00 |
|
librustc_interface
|
Move metadata encoding earlier.
|
2019-04-30 14:55:10 +10:00 |
|
librustc_lint
|
Implement internal lints
|
2019-04-28 21:19:25 +02:00 |
|
librustc_llvm
|
|
|
|
librustc_lsan
|
Update cmake, cc and compiler_builtins for VS 2019 support
|
2019-04-10 21:17:31 +02:00 |
|
librustc_macros
|
Promote regular comments to rustdoc comments
|
2019-04-17 12:03:39 +03:00 |
|
librustc_metadata
|
Fix lint findings in librustc_metadata
|
2019-04-28 21:19:26 +02:00 |
|
librustc_mir
|
Remove unused TyCtxt argument from allow_two_phase_borrow function
|
2019-04-28 22:17:15 +02:00 |
|
librustc_msan
|
Update cmake, cc and compiler_builtins for VS 2019 support
|
2019-04-10 21:17:31 +02:00 |
|
librustc_passes
|
Auto merge of #59540 - Zoxc:the-arena-2, r=michaelwoerister
|
2019-04-27 05:24:11 +00:00 |
|
librustc_plugin
|
Rename modules
|
2019-04-17 18:21:34 +09:00 |
|
librustc_privacy
|
Auto merge of #59042 - ljedrz:HirIdification_rework_map, r=Zoxc
|
2019-04-25 00:53:28 +00:00 |
|
librustc_resolve
|
resolve: Consider erroneous imports used to avoid duplicate diagnostics
|
2019-04-28 22:36:57 +03:00 |
|
librustc_save_analysis
|
Rollup merge of #59823 - davidtwco:issue-54716, r=cramertj
|
2019-04-23 21:50:52 +02:00 |
|
librustc_target
|
Deny internal in stage0
|
2019-04-17 05:15:00 +02:00 |
|
librustc_traits
|
Fix lint findings in librustc_traits
|
2019-04-28 21:19:27 +02:00 |
|
librustc_tsan
|
Update cmake, cc and compiler_builtins for VS 2019 support
|
2019-04-10 21:17:31 +02:00 |
|
librustc_typeck
|
Rollup merge of #60358 - nickolay:patch-1, r=GuillaumeGomez
|
2019-04-29 22:22:44 +02:00 |
|
librustdoc
|
Fix lint findings in librustdoc
|
2019-04-28 21:19:27 +02:00 |
|
libserialize
|
Allow unused_extern_crates for rustc_libserialize
|
2019-04-21 10:52:12 +02:00 |
|
libstd
|
Rollup merge of #60334 - sfackler:stable-iovec, r=alexcrichton
|
2019-04-29 22:22:40 +02:00 |
|
libsyntax
|
Auto merge of #60006 - nnethercote:json-for-pipelining, r=alexcrichton
|
2019-04-29 23:35:01 +00:00 |
|
libsyntax_ext
|
Auto merge of #60039 - rasendubi:assert-trailing-junk, r=alexcrichton
|
2019-04-29 14:50:17 +00:00 |
|
libsyntax_pos
|
Promote rust comments to rustdoc
|
2019-04-22 21:38:28 +03:00 |
|
libterm
|
Revert "Auto merge of #57842 - gnzlbg:extract_libtest, r=gnzlbg"
|
2019-04-07 03:16:31 -04:00 |
|
libtest
|
Revert "Auto merge of #57842 - gnzlbg:extract_libtest, r=gnzlbg"
|
2019-04-07 03:16:31 -04:00 |
|
libunwind
|
Support using LLVM's libunwind as the unwinder implementation
|
2019-04-03 11:21:40 -07:00 |
|
llvm-emscripten@7f23313edf
|
|
|
|
llvm-project@84abffda0e
|
Support using LLVM's libunwind as the unwinder implementation
|
2019-04-03 11:21:40 -07:00 |
|
rtstartup
|
|
|
|
rustc
|
Remove leading newlines
|
2019-04-22 17:01:33 +01:00 |
|
rustllvm
|
Limit internalization in LLVM 8 ThinLTO
|
2019-04-26 08:58:14 -07:00 |
|
stdsimd@4bf456c35e
|
Breaking update of stdsimd
|
2019-04-22 09:07:25 +02:00 |
|
test
|
Move metadata encoding earlier.
|
2019-04-30 14:55:10 +10:00 |
|
tools
|
Auto merge of #60006 - nnethercote:json-for-pipelining, r=alexcrichton
|
2019-04-29 23:35:01 +00:00 |
|
.gitignore
|
|
|
|
README.md
|
|
|
|
stage0.txt
|
bump bootstrap => 2019-04-11
|
2019-04-17 05:15:00 +02:00 |