.. |
bootstrap
|
Auto merge of #51725 - Mark-Simulacrum:no-llvm, r=kennytm
|
2018-06-26 16:26:00 +00:00 |
build_helper
|
|
|
ci
|
Revert "Auto merge of #51662 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum"
|
2018-06-21 06:53:26 -06:00 |
dlmalloc@c99638dc2e
|
|
|
doc
|
Auto merge of #49469 - Nokel81:allow-irrefutable-let-patterns, r=nikomatsakis
|
2018-06-26 09:20:33 +00:00 |
etc
|
slightly improve rustdoc xml path error
|
2018-06-04 09:51:41 +02:00 |
grammar
|
|
|
jemalloc@1f5a28755e
|
|
|
liballoc
|
Add str::split_ascii_whitespace.
|
2018-06-27 17:54:27 -04:00 |
liballoc_jemalloc
|
Mark alloc_jemalloc as perma-unstable
|
2018-06-11 13:48:57 -07:00 |
liballoc_system
|
Move Unstable Book sections for #[global_allocator] and System to std::alloc docs
|
2018-06-11 13:48:57 -07:00 |
libarena
|
Make &Slice a thin pointer
|
2018-05-27 17:28:35 +02:00 |
libbacktrace@f4d02bbdbf
|
Replace libbacktrace with a submodule
|
2018-05-30 05:58:23 -07:00 |
libcompiler_builtins@4cfd7101eb
|
|
|
libcore
|
Auto merge of #51630 - joshlf:map-split-perf, r=dtolnay
|
2018-06-28 13:23:07 +00:00 |
libfmt_macros
|
|
|
libgraphviz
|
|
|
liblibc@a7e78a78e1
|
|
|
libpanic_abort
|
|
|
libpanic_unwind
|
|
|
libproc_macro
|
hygiene: Do not reset expansion info for quote!
|
2018-06-23 20:40:25 +03:00 |
libprofiler_builtins
|
|
|
librustc
|
Auto merge of #51687 - japaric:gh51671, r=alexcrichton
|
2018-06-28 15:34:17 +00:00 |
librustc_allocator
|
Implement #[macro_export(local_inner_macros)]
|
2018-06-27 13:10:16 +03:00 |
librustc_apfloat
|
migrate codebase to ..= inclusive range patterns
|
2018-06-26 07:53:30 -07:00 |
librustc_asan
|
Remove some '#[feature]' attributes for stabilized features
|
2018-06-11 13:48:57 -07:00 |
librustc_borrowck
|
Use Ident s in a number of structures in HIR
|
2018-06-28 11:04:50 +03:00 |
librustc_codegen_llvm
|
Make opaque::Encoder append-only and make it infallible
|
2018-06-27 11:43:15 +02:00 |
librustc_codegen_utils
|
migrate codebase to ..= inclusive range patterns
|
2018-06-26 07:53:30 -07:00 |
librustc_cratesio_shim
|
|
|
librustc_data_structures
|
Auto merge of #51613 - nnethercote:ob-forest-cleanup, r=nikomatsakis
|
2018-06-26 07:06:18 +00:00 |
librustc_driver
|
Use Ident s for associated item definitions in HIR
|
2018-06-28 11:04:50 +03:00 |
librustc_errors
|
Also prevent overflow in debug builds
|
2018-06-03 11:24:58 +02:00 |
librustc_incremental
|
Make opaque::Encoder append-only and make it infallible
|
2018-06-27 11:43:15 +02:00 |
librustc_lint
|
Use Ident s for associated item definitions in HIR
|
2018-06-28 11:04:50 +03:00 |
librustc_llvm
|
|
|
librustc_lsan
|
Remove some '#[feature]' attributes for stabilized features
|
2018-06-11 13:48:57 -07:00 |
librustc_metadata
|
Auto merge of #50997 - michaelwoerister:pre-analyze-filemaps, r=Mark-Simulacrum
|
2018-06-28 11:20:41 +00:00 |
librustc_mir
|
Auto merge of #51687 - japaric:gh51671, r=alexcrichton
|
2018-06-28 15:34:17 +00:00 |
librustc_msan
|
Remove some '#[feature]' attributes for stabilized features
|
2018-06-11 13:48:57 -07:00 |
librustc_passes
|
Auto merge of #51727 - varkor:expragain-to-exprcontinue, r=petrochenkov
|
2018-06-23 14:33:10 +00:00 |
librustc_platform_intrinsics
|
|
|
librustc_plugin
|
Implement #[macro_export(local_inner_macros)]
|
2018-06-27 13:10:16 +03:00 |
librustc_privacy
|
Use Ident s for path segments in HIR
|
2018-06-28 11:04:50 +03:00 |
librustc_resolve
|
Fix rebase
|
2018-06-28 11:04:51 +03:00 |
librustc_save_analysis
|
Use Ident s for associated item definitions in HIR
|
2018-06-28 11:04:50 +03:00 |
librustc_target
|
migrate codebase to ..= inclusive range patterns
|
2018-06-26 07:53:30 -07:00 |
librustc_traits
|
Use Ident s for associated item definitions in HIR
|
2018-06-28 11:04:50 +03:00 |
librustc_tsan
|
Remove some '#[feature]' attributes for stabilized features
|
2018-06-11 13:48:57 -07:00 |
librustc_typeck
|
Fix rebase
|
2018-06-28 11:04:51 +03:00 |
librustdoc
|
Fix rebase
|
2018-06-28 11:04:51 +03:00 |
libserialize
|
Make opaque::Encoder append-only and make it infallible
|
2018-06-27 11:43:15 +02:00 |
libstd
|
Make msvc symbol extraction/printing functions generic.
|
2018-06-28 21:57:03 +00:00 |
libstd_unicode
|
|
|
libsyntax
|
Auto merge of #50997 - michaelwoerister:pre-analyze-filemaps, r=Mark-Simulacrum
|
2018-06-28 11:20:41 +00:00 |
libsyntax_ext
|
Implement #[macro_export(local_inner_macros)]
|
2018-06-27 13:10:16 +03:00 |
libsyntax_pos
|
Auto merge of #50997 - michaelwoerister:pre-analyze-filemaps, r=Mark-Simulacrum
|
2018-06-28 11:20:41 +00:00 |
libterm
|
migrate codebase to ..= inclusive range patterns
|
2018-06-26 07:53:30 -07:00 |
libtest
|
|
|
libunwind
|
|
|
llvm@9ad4b7e8d7
|
|
|
llvm-emscripten@2717444753
|
|
|
rtstartup
|
|
|
rustc
|
|
|
rustllvm
|
|
|
stdsimd@a19ca1cd91
|
|
|
test
|
Auto merge of #51687 - japaric:gh51671, r=alexcrichton
|
2018-06-28 15:34:17 +00:00 |
tools
|
add edition compiletest header + fix tests
|
2018-06-26 19:32:00 -05:00 |
Cargo.lock
|
Add SSE2 accelerated version of FileMap analysis.
|
2018-06-27 14:00:34 +02:00 |
Cargo.toml
|
Change the comment on opt-level = 2 to point to https://github.com/rust-lang/rust/issues/50867
|
2018-05-29 17:38:23 +02:00 |
README.md
|
rustc: rename ty::maps to ty::query.
|
2018-06-14 18:05:12 +03:00 |
stage0.txt
|
Revert "Auto merge of #51662 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum"
|
2018-06-21 06:53:26 -06:00 |