..
bootstrap
Rollup merge of #53076 - QuietMisdreavus:cfg-rustdoc, r=GuillaumeGomez
2018-09-01 23:18:41 +08:00
build_helper
Deny bare_trait_objects globally
2018-07-25 10:25:29 +09:00
ci
[RISCV] Add riscv32imc-unknown-none-elf target.
2018-08-30 16:03:37 +02:00
dlmalloc@ c99638dc2e
doc
Rollup merge of #53076 - QuietMisdreavus:cfg-rustdoc, r=GuillaumeGomez
2018-09-01 23:18:41 +08:00
etc
Fix direction of slashes in the help text example.
2018-08-30 20:23:41 +01:00
grammar
jemalloc@ 1f5a28755e
liballoc
Breaking change upgrades
2018-09-04 13:22:08 -06:00
liballoc_jemalloc
Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis
2018-08-27 17:42:45 +00:00
liballoc_system
Replace usages of 'bad_style' with 'nonstandard_style'.
2018-08-29 09:01:35 -05:00
libarena
check that adding infer-outlives requirement to all crates works
2018-08-24 17:10:50 -04:00
libbacktrace@ f4d02bbdbf
libcompiler_builtins@ f3a13eb238
Update LLVM submodule
2018-08-31 16:00:41 -07:00
libcore
Breaking change upgrades
2018-09-04 13:22:08 -06:00
libfmt_macros
check that adding infer-outlives requirement to all crates works
2018-08-24 17:10:50 -04:00
libgraphviz
check that adding infer-outlives requirement to all crates works
2018-08-24 17:10:50 -04:00
liblibc@ 1844a772b6
Update libc to include Fuchsia fixes
2018-08-24 11:52:49 -07:00
libpanic_abort
Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis
2018-08-27 17:42:45 +00:00
libpanic_unwind
Replace usages of 'bad_style' with 'nonstandard_style'.
2018-08-29 09:01:35 -05:00
libproc_macro
check that adding infer-outlives requirement to all crates works
2018-08-24 17:10:50 -04:00
libprofiler_builtins
check that adding infer-outlives requirement to all crates works
2018-08-24 17:10:50 -04:00
librustc
Breaking change upgrades
2018-09-04 13:22:08 -06:00
librustc_allocator
Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis
2018-08-27 17:42:45 +00:00
librustc_apfloat
check that adding infer-outlives requirement to all crates works
2018-08-24 17:10:50 -04:00
librustc_asan
check that adding infer-outlives requirement to all crates works
2018-08-24 17:10:50 -04:00
librustc_borrowck
Rename hir::map::NodeKind to hir::Node
2018-08-27 21:46:23 +01:00
librustc_codegen_llvm
Auto merge of #53926 - japaric:arm-features, r=alexcrichton
2018-09-03 20:59:09 +00:00
librustc_codegen_utils
Rename hir::map::NodeKind to hir::Node
2018-08-27 21:46:23 +01:00
librustc_cratesio_shim
Breaking change upgrades
2018-09-04 13:22:08 -06:00
librustc_data_structures
Breaking change upgrades
2018-09-04 13:22:08 -06:00
librustc_driver
Add deprecated_name argument to the register lint group functions
2018-08-31 00:46:55 -07:00
librustc_errors
Breaking change upgrades
2018-09-04 13:22:08 -06:00
librustc_fs_util
Move path2cstr to rustc_fs_util
2018-08-09 10:00:25 -06:00
librustc_incremental
Breaking change upgrades
2018-09-04 13:22:08 -06:00
librustc_lint
Add deprecated_name argument to the register lint group functions
2018-08-31 00:46:55 -07:00
librustc_llvm
check that adding infer-outlives requirement to all crates works
2018-08-24 17:10:50 -04:00
librustc_lsan
check that adding infer-outlives requirement to all crates works
2018-08-24 17:10:50 -04:00
librustc_metadata
Rollup merge of #53472 - eddyb:fx-pls, r=pnkfelix
2018-08-30 20:15:29 +02:00
librustc_metadata_utils
Move unused trait functions to inherent functions
2018-08-03 11:44:09 -06:00
librustc_mir
Auto merge of #53883 - RalfJung:miri-assert, r=oli-obk
2018-09-03 23:20:31 +00:00
librustc_msan
check that adding infer-outlives requirement to all crates works
2018-08-24 17:10:50 -04:00
librustc_passes
Auto merge of #53815 - F001:if-let-guard, r=petrochenkov
2018-09-01 20:31:29 +00:00
librustc_platform_intrinsics
Replace usages of 'bad_style' with 'nonstandard_style'.
2018-08-29 09:01:35 -05:00
librustc_plugin
Add deprecated_name argument to the register lint group functions
2018-08-31 00:46:55 -07:00
librustc_privacy
Rename hir::map::NodeKind to hir::Node
2018-08-27 21:46:23 +01:00
librustc_resolve
Auto merge of #53815 - F001:if-let-guard, r=petrochenkov
2018-09-01 20:31:29 +00:00
librustc_save_analysis
A few cleanups and minor improvements to save_analysis
2018-09-03 18:37:54 +02:00
librustc_target
Auto merge of #53604 - oli-obk:min_const_fn, r=Centril,varkor
2018-09-01 11:26:24 +00:00
librustc_traits
Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis
2018-08-27 17:42:45 +00:00
librustc_tsan
check that adding infer-outlives requirement to all crates works
2018-08-24 17:10:50 -04:00
librustc_typeck
Auto merge of #53842 - estebank:various, r=petrochenkov
2018-09-01 23:34:14 +00:00
librustdoc
Auto merge of #53599 - matthiaskrgr:split_str__to__split_char, r=frewsxcv
2018-09-02 15:27:56 +00:00
libserialize
check that adding infer-outlives requirement to all crates works
2018-08-24 17:10:50 -04:00
libstd
Auto merge of #53075 - Mark-Simulacrum:update-cargolock, r=alexcrichton
2018-09-05 03:04:20 +00:00
libsyntax
Breaking change upgrades
2018-09-04 13:22:08 -06:00
libsyntax_ext
Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc.
2018-08-28 17:04:04 +03:00
libsyntax_pos
Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc.
2018-08-28 17:04:04 +03:00
libterm
check that adding infer-outlives requirement to all crates works
2018-08-24 17:10:50 -04:00
libtest
Replace usages of 'bad_style' with 'nonstandard_style'.
2018-08-29 09:01:35 -05:00
libunwind
Replace usages of 'bad_style' with 'nonstandard_style'.
2018-08-29 09:01:35 -05:00
llvm@ 2a1cdeadd3
Update LLVM submodule
2018-08-31 16:00:41 -07:00
llvm-emscripten@ 2717444753
rtstartup
rustc
Update libc and activate align feature
2018-08-08 10:52:10 +02:00
rustllvm
Auto merge of #53673 - michaelwoerister:incr-thinlto-2000, r=alexcrichton
2018-09-03 13:59:57 +00:00
stdsimd@ 05c2f61c38
update the stdsimd submodule
2018-07-24 11:08:11 -05:00
test
Auto merge of #53697 - Cyres:const-fn-int-ops, r=oli-obk
2018-09-03 16:31:34 +00:00
tools
Breaking change upgrades
2018-09-04 13:22:08 -06:00
.gitignore
move file-extension based .gitignore down to src/
2018-08-28 20:04:52 +02:00
Cargo.lock
Breaking change upgrades
2018-09-04 13:22:08 -06:00
Cargo.toml
Update Cargo submodule
2018-08-02 18:09:19 -07:00
README.md
stage0.txt
Switch to bootstrapping from 1.29 beta
2018-08-01 11:59:08 -06:00