| .. |
|
bootstrap
|
Make tests compatible with musl host
|
2019-05-10 16:12:47 +02:00 |
|
build_helper
|
|
|
|
ci
|
Conditionally provide cc in musl-toolchain.sh
|
2019-05-10 16:12:47 +02:00 |
|
doc
|
Update cargo, books
|
2019-04-23 21:39:27 -07:00 |
|
etc
|
|
|
|
grammar
|
|
|
|
liballoc
|
Auto merge of #60396 - cuviper:ordered-retain, r=scottmcm
|
2019-05-12 06:24:10 +00:00 |
|
libarena
|
Deny internal in stage0
|
2019-04-17 05:15:00 +02:00 |
|
libcore
|
Auto merge of #60244 - SimonSapin:dangling, r=oli-obk
|
2019-05-12 14:32:11 +00: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
|
libprofiler_builtins: Set compilation flags more correctly for C code.
|
2019-05-08 17:02:58 +02:00 |
|
librustc
|
Rollup merge of #60752 - shiatsumat:minor-typos-hir, r=wesleywiser
|
2019-05-12 21:14:11 +02: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
|
Auto merge of #60195 - varkor:commontypes-to-common, r=eddyb
|
2019-05-01 09:32:58 +00:00 |
|
librustc_codegen_llvm
|
removing param_env from pointee_info_at
|
2019-05-04 18:06:40 +05:30 |
|
librustc_codegen_ssa
|
Auto merge of #60464 - eddyb:not-overly-specific-pipelining, r=alexcrichton
|
2019-05-07 02:58:40 +00:00 |
|
librustc_codegen_utils
|
Move metadata encoding earlier.
|
2019-04-30 14:55:10 +10:00 |
|
librustc_cratesio_shim
|
|
|
|
librustc_data_structures
|
Delegate SmallVec's stable_hash to array's stable_hash.
|
2019-05-04 20:29:35 +02:00 |
|
librustc_driver
|
cleanup: Remove DefIndexAddressSpace
|
2019-05-09 00:46:38 +03:00 |
|
librustc_errors
|
Remove hir::ExprKind::If and replace it with lowering to hir::ExprKind::Match.
|
2019-05-10 19:41:10 +02:00 |
|
librustc_fs_util
|
|
|
|
librustc_incremental
|
Deny internal in stage0
|
2019-04-17 05:15:00 +02:00 |
|
librustc_interface
|
rustc: rename -Z emit-directives to -Z emit-artifact-notifications and simplify the output.
|
2019-05-07 04:49:54 +03:00 |
|
librustc_lint
|
Implement built-in await syntax
|
2019-05-07 14:45:53 -07: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
|
cleanup: Remove DefIndexAddressSpace
|
2019-05-09 00:46:38 +03:00 |
|
librustc_mir
|
Remove redundant "let mut" in write_graph_label
|
2019-05-12 01:47:20 +09:00 |
|
librustc_msan
|
Update cmake, cc and compiler_builtins for VS 2019 support
|
2019-04-10 21:17:31 +02:00 |
|
librustc_passes
|
ast_validation: comments -> doc comments
|
2019-05-12 01:52:46 +02:00 |
|
librustc_plugin
|
Rollup merge of #60131 - agnxy:doc-link, r=ehuss
|
2019-05-05 12:37:26 -07:00 |
|
librustc_privacy
|
rustc: rename hir::def::Def to Res (short for "resolution").
|
2019-05-03 22:50:19 +03:00 |
|
librustc_resolve
|
cleanup: Remove DefIndexAddressSpace
|
2019-05-09 00:46:38 +03:00 |
|
librustc_save_analysis
|
Remove Res::Label
|
2019-05-04 17:22:00 +03:00 |
|
librustc_target
|
Omit the vendor component in the WASI triple
|
2019-05-09 11:35:10 -07:00 |
|
librustc_traits
|
rustc: collapse relevant DefPathData variants into TypeNs.
|
2019-05-04 05:10:46 +03: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 #60720 - estebank:no-ice-thanks, r=zackmdavis
|
2019-05-11 23:41:37 +02:00 |
|
librustdoc
|
cleanup: Remove DefIndexAddressSpace
|
2019-05-09 00:46:38 +03:00 |
|
libserialize
|
serialize: add missing Encodable impl for Path.
|
2019-05-07 02:47:45 +03:00 |
|
libstd
|
Auto merge of #60684 - jethrogb:jb/sgx-test, r=joshtriplett
|
2019-05-10 09:56:56 +00:00 |
|
libsyntax
|
Rollup merge of #60751 - Centril:general-cleanup, r=petrochenkov
|
2019-05-12 21:14:10 +02:00 |
|
libsyntax_ext
|
Auto merge of #60039 - rasendubi:assert-trailing-junk, r=alexcrichton
|
2019-04-29 14:50:17 +00:00 |
|
libsyntax_pos
|
Auto merge of #60700 - petrochenkov:preintern, r=nnethercote
|
2019-05-11 06:42:36 +00:00 |
|
libterm
|
Revert "Auto merge of #57842 - gnzlbg:extract_libtest, r=gnzlbg"
|
2019-04-07 03:16:31 -04:00 |
|
libtest
|
Update getopts to 0.2.19
|
2019-05-05 10:45:10 +01: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
|
Rollup merge of #60694 - Pulkit07:issue60662, r=alexreg
|
2019-05-12 21:14:07 +02:00 |
|
tools
|
Auto merge of #60474 - mati865:musl_toolchain, r=alexcrichton
|
2019-05-12 09:19:28 +00:00 |
|
.gitignore
|
|
|
|
README.md
|
|
|
|
stage0.txt
|
bump bootstrap => 2019-04-11
|
2019-04-17 05:15:00 +02:00 |