| .. |
|
bootstrap
|
Auto merge of #59089 - petrhosek:llvm-unwind, r=petrhosek
|
2019-04-04 05:24:54 +00:00 |
|
build_helper
|
|
|
|
ci
|
Add dist builder for Armv8-M Baseline and HF
|
2019-04-03 15:02:13 +01:00 |
|
doc
|
Updated the environment description in rustc.
|
2019-04-03 15:50:20 +02:00 |
|
etc
|
rust-lldb: fix crash when printing empty string
|
2019-03-06 12:28:38 -05:00 |
|
grammar
|
|
|
|
liballoc
|
Rollup merge of #59186 - ssomers:btreeset_intersection_revisited_again, r=KodrAus
|
2019-04-03 04:36:11 +02:00 |
|
libarena
|
Deny internal lints on non conflicting crates
|
2019-04-03 18:24:21 +02:00 |
|
libcore
|
Rollup merge of #59664 - DevQps:improve-yield-spinlock-docs, r=alexcrichton
|
2019-04-04 01:49:09 +02:00 |
|
libfmt_macros
|
Deny internal lints on two more crates
|
2019-04-03 19:18:07 +02:00 |
|
libgraphviz
|
|
|
|
libpanic_abort
|
|
|
|
libpanic_unwind
|
|
|
|
libproc_macro
|
Auto merge of #55780 - ogoffart:span_source_text, r=petrochenkov
|
2019-03-27 08:58:40 +00:00 |
|
libprofiler_builtins
|
|
|
|
librustc
|
Placate tidy
|
2019-04-04 18:50:03 +01:00 |
|
librustc_allocator
|
Deny internal lints on non conflicting crates
|
2019-04-03 18:24:21 +02:00 |
|
librustc_apfloat
|
|
|
|
librustc_asan
|
|
|
|
librustc_borrowck
|
Deny internal lints on non conflicting crates
|
2019-04-03 18:24:21 +02:00 |
|
librustc_codegen_llvm
|
Fix cases of conflicting two-phase borrows
|
2019-04-04 18:47:10 +01:00 |
|
librustc_codegen_ssa
|
Deny internal lints on non conflicting crates
|
2019-04-03 18:24:21 +02:00 |
|
librustc_codegen_utils
|
Deny internal lints on non conflicting crates
|
2019-04-03 18:24:21 +02:00 |
|
librustc_cratesio_shim
|
|
|
|
librustc_data_structures
|
Update ena to version 0.13.0
|
2019-03-27 09:44:55 +00:00 |
|
librustc_driver
|
Deny internal lints on non conflicting crates
|
2019-04-03 18:24:21 +02:00 |
|
librustc_errors
|
Deny internal lints on non conflicting crates
|
2019-04-03 18:24:21 +02:00 |
|
librustc_fs_util
|
|
|
|
librustc_incremental
|
Auto merge of #59517 - Zoxc:new-queries, r=oli-obk
|
2019-04-04 08:26:18 +00:00 |
|
librustc_interface
|
Deny internal lints on librustc_interface
|
2019-04-03 18:24:21 +02:00 |
|
librustc_lint
|
add mutable_borrow_reservation_conflict future-incompatibility lint.
|
2019-04-04 18:50:02 +01:00 |
|
librustc_llvm
|
|
|
|
librustc_lsan
|
|
|
|
librustc_macros
|
Allow unused query arguments
|
2019-03-30 18:43:25 +01:00 |
|
librustc_metadata
|
Deny internal lints on non conflicting crates
|
2019-04-03 18:24:21 +02:00 |
|
librustc_mir
|
Use more accurate lint root for mutable_borrow_reservation_conflict
|
2019-04-04 18:50:04 +01:00 |
|
librustc_msan
|
|
|
|
librustc_passes
|
Deny internal lints on non conflicting crates
|
2019-04-03 18:24:21 +02:00 |
|
librustc_plugin
|
Make meta-item API compatible with LocalInternedString::get soundness fix
|
2019-03-17 17:04:58 +03:00 |
|
librustc_privacy
|
Deny internal lints on non conflicting crates
|
2019-04-03 18:24:21 +02:00 |
|
librustc_resolve
|
Deny internal lints on non conflicting crates
|
2019-04-03 18:24:21 +02:00 |
|
librustc_save_analysis
|
Deny internal lints on non conflicting crates
|
2019-04-03 18:24:21 +02:00 |
|
librustc_target
|
Deny internal lints on non conflicting crates
|
2019-04-03 18:24:21 +02:00 |
|
librustc_traits
|
Deny internal lints on non conflicting crates
|
2019-04-03 18:24:21 +02:00 |
|
librustc_tsan
|
|
|
|
librustc_typeck
|
Compare Tys directly instead of their TyKinds
|
2019-04-03 19:18:07 +02:00 |
|
librustdoc
|
Deny internal lints on two more crates
|
2019-04-03 19:18:07 +02:00 |
|
libserialize
|
|
|
|
libstd
|
Auto merge of #59619 - alexcrichton:wasi-fs, r=fitzgen
|
2019-04-04 12:46:20 +00:00 |
|
libsyntax
|
Deny internal lints on non conflicting crates
|
2019-04-03 18:24:21 +02:00 |
|
libsyntax_ext
|
Fix cases of conflicting two-phase borrows
|
2019-04-04 18:47:10 +01:00 |
|
libsyntax_pos
|
Deny internal lints on non conflicting crates
|
2019-04-03 18:24:21 +02:00 |
|
libtest
|
Moves test::black_box to core::hint
|
2019-03-25 11:44:06 +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
|
Update jemalloc-sys to version 0.3.0
|
2019-03-26 11:03:19 +01:00 |
|
rustllvm
|
replace llvm-rebuild-trigger with commit hash
|
2019-03-27 10:05:32 -04:00 |
|
stdsimd@12bdc2ed6b
|
Update stdsimd
|
2019-03-28 10:13:08 +01:00 |
|
test
|
Adjust the mutable_borrow_reservation_conflict message
|
2019-04-04 18:50:03 +01:00 |
|
tools
|
Rollup merge of #59677 - phansch:rustfix_coverage_handle_other_error_formats, r=oli-obk
|
2019-04-04 01:49:13 +02:00 |
|
.gitignore
|
|
|
|
README.md
|
|
|
|
stage0.txt
|
bump bootstrap => 2019-03-20
|
2019-03-26 09:53:47 +01:00 |