| .. |
|
bootstrap
|
Rollup merge of #59309 - o01eg:verbose-copy-files, r=alexcrichton
|
2019-03-22 19:31:31 +01:00 |
|
build_helper
|
rustc: doc comments
|
2019-02-10 23:42:32 +00:00 |
|
ci
|
Auto merge of #58791 - denzp:asm-compile-tests, r=alexcrichton
|
2019-03-20 17:54:27 +00:00 |
|
doc
|
Add suggestion to use &*var when &str: From<String> is expected
|
2019-03-22 20:38:14 -07:00 |
|
etc
|
rust-lldb: fix crash when printing empty string
|
2019-03-06 12:28:38 -05:00 |
|
grammar
|
|
|
|
liballoc
|
Rollup merge of #59206 - sntdevco:master, r=dtolnay
|
2019-03-16 22:40:57 +08:00 |
|
libarena
|
libarena => 2018
|
2019-02-11 23:49:48 +01:00 |
|
libcore
|
Add suggestion to use &*var when &str: From<String> is expected
|
2019-03-22 20:38:14 -07:00 |
|
libfmt_macros
|
Revert removed #![feature(nll)]
|
2019-02-10 16:13:30 +09:00 |
|
libgraphviz
|
Auto merge of #58051 - SimonSapin:str_escape, r=alexcrichton
|
2019-02-12 23:30:16 +00:00 |
|
libpanic_abort
|
SGX target: fix panic = abort
|
2019-02-14 12:39:54 +05:30 |
|
libpanic_unwind
|
libpanic_unwind => 2018: remove unused extern crate.
|
2019-02-13 18:09:09 +01:00 |
|
libproc_macro
|
Use ? in some macros
|
2019-02-24 21:59:44 +09:00 |
|
libprofiler_builtins
|
Revert removed #![feature(nll)]
|
2019-02-10 16:13:30 +09:00 |
|
librustc
|
Rollup merge of #59273 - llogiq:hir-docs, r=matthewjasper
|
2019-03-22 19:31:25 +01:00 |
|
librustc_allocator
|
Auto merge of #58098 - oli-obk:maybe_allow_internal_unstable, r=petrochenkov
|
2019-02-12 12:10:10 +00:00 |
|
librustc_apfloat
|
Stabilize TryFrom and TryInto
|
2019-02-13 18:00:18 +01:00 |
|
librustc_asan
|
Revert removed #![feature(nll)]
|
2019-02-10 16:13:30 +09:00 |
|
librustc_borrowck
|
rustc: rename item_path to def_path (except the module in ty).
|
2019-03-15 13:25:10 +02:00 |
|
librustc_codegen_llvm
|
Rollup merge of #59152 - smmalis37:range_contains, r=SimonSapin
|
2019-03-16 22:40:23 +08:00 |
|
librustc_codegen_ssa
|
Revert the LazyConst PR
|
2019-03-16 21:04:10 +01:00 |
|
librustc_codegen_utils
|
Remove MetadataOnlyCodegenBackend
|
2019-03-16 10:54:38 +01:00 |
|
librustc_cratesio_shim
|
librustc_cratesio_shim => 2018
|
2019-02-08 20:55:12 +09:00 |
|
librustc_data_structures
|
Use derive macro for HashStable
|
2019-03-13 00:03:13 +01:00 |
|
librustc_driver
|
Auto merge of #58847 - bjorn3:remove_metadata_only_cg, r=alexcrichton
|
2019-03-18 11:28:12 +00:00 |
|
librustc_errors
|
Stabilize Range*::contains.
|
2019-03-12 21:00:37 -07:00 |
|
librustc_fs_util
|
rustc: doc comments
|
2019-02-10 23:42:32 +00:00 |
|
librustc_incremental
|
Add load_cached query modifier and keep dep node names consistent with query names
|
2019-03-18 08:20:09 +01:00 |
|
librustc_interface
|
Auto merge of #58847 - bjorn3:remove_metadata_only_cg, r=alexcrichton
|
2019-03-18 11:28:12 +00:00 |
|
librustc_lint
|
Fix rebase
|
2019-03-16 23:14:42 +03:00 |
|
librustc_llvm
|
Revert removed #![feature(nll)]
|
2019-02-10 16:13:30 +09:00 |
|
librustc_lsan
|
Revert removed #![feature(nll)]
|
2019-02-10 16:13:30 +09:00 |
|
librustc_macros
|
Preprocess query modifiers
|
2019-03-18 14:19:52 +01:00 |
|
librustc_metadata
|
Rollup merge of #59266 - estebank:struct-parse-recovery, r=petrochenkov
|
2019-03-22 19:31:24 +01:00 |
|
librustc_mir
|
Auto merge of #58902 - matthewjasper:generator-cleanup-blocks, r=davidtwco
|
2019-03-21 02:18:27 +00:00 |
|
librustc_msan
|
Revert removed #![feature(nll)]
|
2019-02-10 16:13:30 +09:00 |
|
librustc_passes
|
Refactor away NestedMetaItemKind
|
2019-03-16 23:14:42 +03:00 |
|
librustc_plugin
|
Refactor away NestedMetaItemKind
|
2019-03-16 23:14:42 +03:00 |
|
librustc_privacy
|
rustc: rename item_path to def_path (except the module in ty).
|
2019-03-15 13:25:10 +02:00 |
|
librustc_resolve
|
Rollup merge of #59323 - euclio:enum-instead-of-variant, r=varkor
|
2019-03-22 19:31:36 +01:00 |
|
librustc_save_analysis
|
Do not complain about non-existing fields after parse recovery
|
2019-03-17 20:09:53 -07:00 |
|
librustc_target
|
Rollup merge of #58976 - phil-opp:patch-2, r=alexcrichton
|
2019-03-16 14:56:25 +08:00 |
|
librustc_traits
|
Revert the LazyConst PR
|
2019-03-16 21:04:10 +01:00 |
|
librustc_tsan
|
Revert removed #![feature(nll)]
|
2019-02-10 16:13:30 +09:00 |
|
librustc_typeck
|
Rollup merge of #59321 - varkor:unify-E0109-E0110-E0111, r=davidtwco
|
2019-03-22 19:31:33 +01:00 |
|
librustdoc
|
Rollup merge of #59170 - varkor:const-generics-rustdoc, r=QuietMisdreavus,eddyb
|
2019-03-22 19:31:18 +01:00 |
|
libserialize
|
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
|
2019-02-12 19:09:24 +00:00 |
|
libstd
|
Auto merge of #59370 - Centril:rollup, r=Centril
|
2019-03-22 21:00:07 +00:00 |
|
libsyntax
|
Rollup merge of #59322 - estebank:diag-tweak, r=davidtwco
|
2019-03-22 19:31:34 +01:00 |
|
libsyntax_ext
|
Refactor away NestedMetaItemKind
|
2019-03-16 23:14:42 +03:00 |
|
libsyntax_pos
|
syntax: Introduce Ident::can_be_raw
|
2019-03-16 23:13:15 +03:00 |
|
libtest
|
Move some bench tests back from libtest
|
2019-03-20 01:22:19 +01:00 |
|
libunwind
|
Revert removed #![feature(nll)]
|
2019-02-10 16:13:30 +09:00 |
|
llvm-emscripten@7f23313edf
|
|
|
|
llvm-project@4fc9fb8245
|
Add back in MSVC version check for LLVM
|
2019-03-01 11:26:19 -08:00 |
|
rtstartup
|
|
|
|
rustc
|
Make the rustc driver and interface demand driven
|
2019-03-10 04:49:45 +01:00 |
|
rustllvm
|
Implement ffi_returns_twice attribute
|
2019-02-23 15:48:40 +01:00 |
|
stdsimd@359845eb7c
|
Update stdsimd
|
2019-02-24 11:31:49 +01:00 |
|
test
|
Add suggestion to use &*var when &str: From<String> is expected
|
2019-03-22 20:38:14 -07:00 |
|
tools
|
Rename miri component to miri-preview
|
2019-03-22 12:39:59 +01:00 |
|
.gitignore
|
|
|
|
README.md
|
remove link to removed readme
|
2019-01-15 19:48:37 -06:00 |
|
stage0.txt
|
Bootstrap compiler update for 1.35 release
|
2019-03-02 09:05:34 -07:00 |