.. |
bootstrap
|
Building librustc_codegen_llvm in a separate directory
|
2018-08-06 07:00:34 -06:00 |
build_helper
|
Deny bare_trait_objects globally
|
2018-07-25 10:25:29 +09:00 |
ci
|
Rollup merge of #52940 - kennytm:move-checktool-protection-week, r=alexcrichton
|
2018-08-04 14:35:49 +08:00 |
dlmalloc@c99638dc2e
|
|
|
doc
|
Rollup merge of #52831 - dsciarra:rm-ref-to-author-file, r=alexcrichton
|
2018-08-01 10:12:47 +02:00 |
etc
|
Remove unnecessary or invalid feature attributes
|
2018-08-05 15:54:48 +01:00 |
grammar
|
|
|
jemalloc@1f5a28755e
|
|
|
liballoc
|
Rollup merge of #53068 - MajorBreakfast:spawn, r=cramertj
|
2018-08-07 16:55:42 +08:00 |
liballoc_jemalloc
|
enable jemalloc assertions when configured to do so
|
2018-07-31 17:01:39 +02:00 |
liballoc_system
|
Fix coding style.
|
2018-07-31 09:49:10 +02:00 |
libarena
|
Deny bare_trait_objects globally
|
2018-07-25 10:25:29 +09:00 |
libbacktrace@f4d02bbdbf
|
|
|
libcompiler_builtins@d549d85b17
|
Update LLVM submodule to 7.0
|
2018-08-04 17:30:14 -07:00 |
libcore
|
Auto merge of #51990 - oli-obk:unstable_union, r=nikomatsakis
|
2018-08-07 13:14:37 +00:00 |
libfmt_macros
|
Remove unused mut s
|
2018-07-29 18:04:09 +01:00 |
libgraphviz
|
Deny bare_trait_objects globally
|
2018-07-25 10:25:29 +09:00 |
liblibc@6bdbf5dc93
|
Update libc and activate align feature
|
2018-08-08 10:52:10 +02:00 |
libpanic_abort
|
Deny bare_trait_objects globally
|
2018-07-25 10:25:29 +09:00 |
libpanic_unwind
|
Fix failure on msvc
|
2018-08-05 17:42:58 +01:00 |
libproc_macro
|
Deny bare_trait_objects globally
|
2018-07-25 10:25:29 +09:00 |
libprofiler_builtins
|
Deny bare_trait_objects globally
|
2018-07-25 10:25:29 +09:00 |
librustc
|
Auto merge of #52993 - alexcrichton:fix-some-vis, r=michaelwoerister
|
2018-08-08 01:24:15 +00:00 |
librustc_allocator
|
rustc: Tweak visibility of some lang items
|
2018-08-07 08:42:38 -07:00 |
librustc_apfloat
|
Deny bare_trait_objects globally
|
2018-07-25 10:25:29 +09:00 |
librustc_asan
|
Deny bare_trait_objects globally
|
2018-07-25 10:25:29 +09:00 |
librustc_borrowck
|
Remove unnecessary feature attributes that sneaked in
|
2018-08-05 15:54:49 +01:00 |
librustc_codegen_llvm
|
rustc: Tweak visibility of some lang items
|
2018-08-07 08:42:38 -07:00 |
librustc_codegen_utils
|
Use diagnostic API on Session
|
2018-08-04 06:54:36 -06:00 |
librustc_cratesio_shim
|
|
|
librustc_data_structures
|
Auto merge of #52644 - varkor:lib-feature-gate-2, r=withoutboats
|
2018-08-06 16:58:27 +00:00 |
librustc_driver
|
Auto merge of #53002 - QuietMisdreavus:brother-may-i-have-some-loops, r=pnkfelix
|
2018-08-06 01:53:58 +00:00 |
librustc_errors
|
rustc: Disallow machine applicability in foreign macros
|
2018-07-30 07:48:59 -07:00 |
librustc_incremental
|
Remove unnecessary feature attributes that sneaked in
|
2018-08-05 15:54:49 +01:00 |
librustc_lint
|
Add HirId to VisibilityKind::Restricted
|
2018-08-07 10:13:17 -06:00 |
librustc_llvm
|
[RISCV] Enable LLVM backend.
|
2018-08-01 15:32:22 +02:00 |
librustc_lsan
|
Deny bare_trait_objects globally
|
2018-07-25 10:25:29 +09:00 |
librustc_metadata
|
Rollup merge of #52886 - petrochenkov:noga, r=alexcrichton
|
2018-08-07 16:55:37 +08:00 |
librustc_metadata_utils
|
Move unused trait functions to inherent functions
|
2018-08-03 11:44:09 -06:00 |
librustc_mir
|
Auto merge of #52993 - alexcrichton:fix-some-vis, r=michaelwoerister
|
2018-08-08 01:24:15 +00:00 |
librustc_msan
|
Deny bare_trait_objects globally
|
2018-07-25 10:25:29 +09:00 |
librustc_passes
|
Add HirId to VisibilityKind::Restricted
|
2018-08-07 10:13:17 -06:00 |
librustc_platform_intrinsics
|
Deny bare_trait_objects globally
|
2018-07-25 10:25:29 +09:00 |
librustc_plugin
|
Deny bare_trait_objects globally
|
2018-07-25 10:25:29 +09:00 |
librustc_privacy
|
Add HirId to VisibilityKind::Restricted
|
2018-08-07 10:13:17 -06:00 |
librustc_resolve
|
Move unused trait functions to inherent functions
|
2018-08-03 11:44:09 -06:00 |
librustc_save_analysis
|
Rollup merge of #52886 - petrochenkov:noga, r=alexcrichton
|
2018-08-07 16:55:37 +08:00 |
librustc_target
|
set emit_debug_gdb_scripts: false for riscv32imac-unknown-none target
|
2018-08-07 11:01:22 +10:00 |
librustc_traits
|
Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov
|
2018-07-29 09:33:37 +00:00 |
librustc_tsan
|
Deny bare_trait_objects globally
|
2018-07-25 10:25:29 +09:00 |
librustc_typeck
|
Rollup merge of #52885 - Mark-Simulacrum:cleanup-typeck, r=nikomatsakis
|
2018-08-07 16:55:36 +08:00 |
librustdoc
|
Add HirId to VisibilityKind::Restricted
|
2018-08-07 10:13:17 -06:00 |
libserialize
|
Rollup merge of #52778 - ljedrz:readable_serialize, r=kennytm
|
2018-08-01 10:12:40 +02:00 |
libstd
|
Simplify is_broadcast
|
2018-08-08 10:52:10 +02:00 |
libsyntax
|
Auto merge of #52397 - estebank:println-comma, r=oli-obk
|
2018-08-07 22:15:25 +00:00 |
libsyntax_ext
|
Point at correct span when missing comma in println
|
2018-08-06 20:54:51 -07:00 |
libsyntax_pos
|
Switch to bootstrapping from 1.29 beta
|
2018-08-01 11:59:08 -06:00 |
libterm
|
Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov
|
2018-07-29 09:33:37 +00:00 |
libtest
|
Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov
|
2018-07-30 06:29:39 +00:00 |
libunwind
|
Deny bare_trait_objects globally
|
2018-07-25 10:25:29 +09:00 |
llvm@e19f07f5a6
|
Update LLVM submodule to 7.0
|
2018-08-04 17:30:14 -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 #51007 - AstralSorcerer:master, r=nagisa
|
2018-08-07 02:12:35 +00:00 |
stdsimd@05c2f61c38
|
update the stdsimd submodule
|
2018-07-24 11:08:11 -05:00 |
test
|
Auto merge of #52993 - alexcrichton:fix-some-vis, r=michaelwoerister
|
2018-08-08 01:24:15 +00:00 |
tools
|
Prevent duplication of rust-ap-syntax
|
2018-08-08 18:09:36 +12:00 |
Cargo.lock
|
Update RLS and Rustfmt
|
2018-08-08 18:06:58 +12: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 |