.. |
bootstrap
|
Rollup merge of #66317 - cuviper:bindir_relative, r=Mark-Simulacrum
|
2019-11-13 22:09:23 +09:00 |
build_helper
|
|
|
ci
|
Rollup merge of #66090 - pietroalbini:ci-improvements, r=alexcrichton
|
2019-11-19 13:10:09 +01:00 |
doc
|
Auto merge of #54733 - GuillaumeGomez:stabilize-rustdoc-theme, r=ollie27,Dylan-DPC
|
2019-11-18 19:03:21 +00:00 |
etc
|
|
|
liballoc
|
Revise the text of vec::split_off() per review in #65739
|
2019-11-16 14:15:07 -06:00 |
libarena
|
|
|
libcore
|
Redefine core::convert::Infallible as ! .
|
2019-11-21 14:55:33 +01:00 |
libfmt_macros
|
|
|
libgraphviz
|
|
|
libpanic_abort
|
Revert "Auto merge of #65134 - davidtwco:issue-19834-improper-ctypes-in-extern-C-fn, r=rkruppe"
|
2019-11-13 17:00:47 +01:00 |
libpanic_unwind
|
avoid linking errors
|
2019-11-16 09:37:45 +01:00 |
libproc_macro
|
Snap cfgs
|
2019-11-12 16:36:57 -05:00 |
libprofiler_builtins
|
|
|
librustc
|
review comments: remove unnecessary &str to String conversions
|
2019-11-23 18:45:18 -08:00 |
librustc_apfloat
|
|
|
librustc_asan
|
|
|
librustc_codegen_llvm
|
Applied suggestions from code review.
|
2019-11-21 18:50:40 +00:00 |
librustc_codegen_ssa
|
Aggregation of drive-by cosmetic changes.
|
2019-11-21 18:50:38 +00:00 |
librustc_codegen_utils
|
Stabilize the never_type , written ! .
|
2019-11-21 14:55:32 +01:00 |
librustc_data_structures
|
Rollup merge of #66013 - nnethercote:avoid-hashing-twice-in-get_query, r=Zoxc
|
2019-11-15 18:36:20 +09:00 |
librustc_driver
|
Rollup merge of #66546 - aradzie:remove_duplicate_function, r=Dylan-DPC
|
2019-11-20 12:58:33 +01:00 |
librustc_error_codes
|
Stabilize the never_type , written ! .
|
2019-11-21 14:55:32 +01:00 |
librustc_errors
|
review comments: remove unnecessary &str to String conversions
|
2019-11-23 18:45:18 -08:00 |
librustc_fs_util
|
|
|
librustc_incremental
|
|
|
librustc_index
|
|
|
librustc_interface
|
Rename directory rustc_plugin -> rustc_plugin_impl
|
2019-11-17 11:04:49 +03:00 |
librustc_lexer
|
|
|
librustc_lint
|
rustc_plugin: Remove Registry::register_attribute
|
2019-11-16 18:50:23 +03:00 |
librustc_llvm
|
|
|
librustc_lsan
|
|
|
librustc_macros
|
Rename generated lifetime.
|
2019-11-18 08:41:28 +01:00 |
librustc_metadata
|
Rollup merge of #66496 - petrochenkov:metapriv2, r=eddyb
|
2019-11-20 18:32:09 +01:00 |
librustc_mir
|
Aggregation of drive-by cosmetic changes.
|
2019-11-21 18:50:38 +00:00 |
librustc_msan
|
|
|
librustc_parse
|
Address review comments
|
2019-11-17 01:11:28 +03:00 |
librustc_passes
|
reduce size of hir::ExprKind
|
2019-11-21 01:23:29 +01:00 |
librustc_plugin_impl
|
Rename directory rustc_plugin -> rustc_plugin_impl
|
2019-11-17 11:04:49 +03:00 |
librustc_privacy
|
Remove unused error_codes.rs files
|
2019-11-14 13:05:56 +01:00 |
librustc_resolve
|
Auto merge of #66104 - yodaldevoid:generic-arg-disambiguation, r=petrochenkov
|
2019-11-20 03:07:39 +00:00 |
librustc_save_analysis
|
ast: Keep extern qualifiers in functions more precisely
|
2019-11-16 21:21:37 +03:00 |
librustc_target
|
[RISCV] Disable Atomics on all Non-A RISC-V targets
|
2019-11-19 15:29:43 +00:00 |
librustc_traits
|
Retire BraceStructLiftImpl.
|
2019-11-18 08:41:28 +01:00 |
librustc_tsan
|
|
|
librustc_typeck
|
Auto merge of #66610 - alexreg:trait-upcasting-cosmetic, r=Centril
|
2019-11-21 21:01:14 +00:00 |
librustdoc
|
Rollup merge of #66602 - GuillaumeGomez:revert-font, r=GuillaumeGomez
|
2019-11-21 15:29:08 +01:00 |
libserialize
|
Stabilize the never_type , written ! .
|
2019-11-21 14:55:32 +01:00 |
libstd
|
Redefine core::convert::Infallible as ! .
|
2019-11-21 14:55:33 +01:00 |
libsyntax
|
Gate fallback via #![feature(never_type_fallback)] .
|
2019-11-21 14:55:33 +01:00 |
libsyntax_expand
|
expand: Stop marking derive helper attributes as known
|
2019-11-16 18:31:47 +03:00 |
libsyntax_ext
|
Address review comments
|
2019-11-17 01:11:28 +03:00 |
libsyntax_pos
|
Gate fallback via #![feature(never_type_fallback)] .
|
2019-11-21 14:55:33 +01:00 |
libterm
|
|
|
libtest
|
Add --force-run-in-process unstable libtest option
|
2019-11-15 05:52:06 -08:00 |
libunwind
|
|
|
llvm-project@de1a7dbf6c
|
Update src/llvm-project to include rust-lang/llvm-project#27.
|
2019-11-15 22:56:40 +02:00 |
rtstartup
|
|
|
rustc
|
|
|
rustllvm
|
|
|
stdarch@e0ab2c165a
|
|
|
test
|
Highlight parts of fn in type errors
|
2019-11-23 16:50:28 -08:00 |
tools
|
Rollup merge of #66060 - traxys:test_65401, r=michaelwoerister
|
2019-11-20 18:32:04 +01:00 |
README.md
|
|
|
stage0.txt
|
Bump version to 1.41
|
2019-11-12 16:36:57 -05:00 |