.. |
bootstrap
|
Auto merge of #69115 - ehuss:update-books, r=Dylan-DPC
|
2020-02-14 19:59:05 +00:00 |
build_helper
|
|
|
ci
|
Rollup merge of #68947 - chrissimpkins:python-fmt, r=alexcrichton
|
2020-02-12 18:55:41 +09:00 |
doc
|
Update books.
|
2020-02-13 08:11:09 -08:00 |
etc
|
Rollup merge of #69049 - pthariensflame:improvement/imgbot, r=GuillaumeGomez
|
2020-02-13 02:52:53 +01:00 |
liballoc
|
Rollup merge of #69058 - TimDiekmann:box, r=Amanieu
|
2020-02-12 18:55:48 +09:00 |
libarena
|
|
|
libcore
|
implement LowerExp and UpperExp for integers
|
2020-02-14 18:42:51 -08:00 |
libfmt_macros
|
|
|
libgraphviz
|
|
|
libpanic_abort
|
|
|
libpanic_unwind
|
|
|
libproc_macro
|
|
|
libprofiler_builtins
|
|
|
librustc
|
Auto merge of #67681 - matthewjasper:infer-regions-in-borrowck, r=nikomatsakis
|
2020-02-15 02:24:04 +00:00 |
librustc_apfloat
|
|
|
librustc_ast_lowering
|
Auto merge of #67681 - matthewjasper:infer-regions-in-borrowck, r=nikomatsakis
|
2020-02-15 02:24:04 +00:00 |
librustc_ast_passes
|
ast_validation: tweak diagnostic output
|
2020-02-13 10:40:17 +01:00 |
librustc_ast_pretty
|
parser: unify item list parsing.
|
2020-02-13 15:16:29 +01:00 |
librustc_attr
|
Auto merge of #68491 - pnkfelix:hide-niches-under-unsafe-cell, r=oli
|
2020-02-11 20:48:27 +00:00 |
librustc_builtin_macros
|
rustc_bulltin_macros: tweak span_labels
|
2020-02-13 10:40:17 +01:00 |
librustc_codegen_llvm
|
add selfprofiling for new llvm passmanager
|
2020-02-13 08:02:18 +01:00 |
librustc_codegen_ssa
|
rename PanicInfo -> AssertKind
|
2020-02-13 11:04:49 +01:00 |
librustc_codegen_utils
|
|
|
librustc_data_structures
|
Rollup merge of #68475 - Aaron1011:fix/forest-caching, r=nikomatsakis
|
2020-02-15 07:17:45 +09:00 |
librustc_driver
|
Rollup merge of #69059 - ljedrz:unused_stuff, r=Dylan-DPC
|
2020-02-12 14:21:14 +01:00 |
librustc_error_codes
|
clean up E0321 explanation
|
2020-02-20 14:26:43 +01:00 |
librustc_errors
|
|
|
librustc_expand
|
Rollup merge of #69150 - nnethercote:68848-follow-up, r=petrochenkov
|
2020-02-15 07:17:52 +09:00 |
librustc_feature
|
|
|
librustc_fs_util
|
|
|
librustc_hir
|
Distinguish RPIT from other impl trait
|
2020-02-14 20:12:46 +00:00 |
librustc_incremental
|
|
|
librustc_index
|
|
|
librustc_interface
|
Move resolve_instance to rustc_ty.
|
2020-02-13 18:53:21 +01:00 |
librustc_lexer
|
Spelling error "represening" to "representing"
|
2020-02-13 11:14:21 -05:00 |
librustc_lint
|
Constness -> enum Const { Yes(Span), No }
|
2020-02-13 10:39:23 +01:00 |
librustc_llvm
|
|
|
librustc_macros
|
|
|
librustc_metadata
|
|
|
librustc_mir
|
Rollup merge of #69166 - JohnTitor:ice-const-enum, r=matthewjasper
|
2020-02-15 09:45:48 +01:00 |
librustc_mir_build
|
Generate more accurate MIR in construct_error
|
2020-02-14 22:40:02 +00:00 |
librustc_parse
|
Suggest a comma if a struct initializer field fails to parse
|
2020-02-14 22:28:13 -05:00 |
librustc_passes
|
Rollup merge of #68554 - cjgillot:lang_items, r=Zoxc
|
2020-02-12 18:55:37 +09:00 |
librustc_plugin_impl
|
|
|
librustc_privacy
|
|
|
librustc_resolve
|
Rollup merge of #69108 - cjgillot:trait_candidate, r=Zoxc
|
2020-02-13 21:28:06 +01:00 |
librustc_save_analysis
|
IsAsync -> enum Async { Yes { span: Span, .. }, No }
|
2020-02-13 10:39:24 +01:00 |
librustc_session
|
add selfprofiling for new llvm passmanager
|
2020-02-13 08:02:18 +01:00 |
librustc_span
|
Auto merge of #68491 - pnkfelix:hide-niches-under-unsafe-cell, r=oli
|
2020-02-11 20:48:27 +00:00 |
librustc_target
|
Properly use the darwin archive format on Apple targets
|
2020-02-12 12:06:14 +01:00 |
librustc_traits
|
|
|
librustc_ty
|
Move resolve_instance to rustc_ty.
|
2020-02-13 18:53:21 +01:00 |
librustc_typeck
|
Rollup merge of #69154 - JohnTitor:fix-macro-ices, r=petrochenkov
|
2020-02-15 09:45:46 +01:00 |
librustdoc
|
Rollup merge of #69164 - GuillaumeGomez:update-pulldown-cmark, r=Dylan-DPC
|
2020-02-15 07:17:53 +09:00 |
libserialize
|
Rollup merge of #69050 - nnethercote:micro-optimize-leb128, r=michaelwoerister
|
2020-02-13 02:52:54 +01:00 |
libstd
|
Rollup merge of #69106 - RReverser:wasi-fs-copy, r=KodrAus
|
2020-02-15 09:45:45 +01:00 |
libsyntax
|
parser: fuse free fn parsing together.
|
2020-02-13 10:39:24 +01:00 |
libterm
|
|
|
libtest
|
|
|
libunwind
|
|
|
llvm-project@d7cdb43592
|
|
|
rtstartup
|
|
|
rustc
|
|
|
rustllvm
|
Auto merge of #69144 - Dylan-DPC:rollup-apt6zjj, r=Dylan-DPC
|
2020-02-13 22:20:58 +00:00 |
stdarch@dea57529b3
|
|
|
test
|
Rollup merge of #69180 - Aaron1011:feature/comma-struct-init, r=petrochenkov
|
2020-02-15 09:45:49 +01:00 |
tools
|
Auto merge of #69115 - ehuss:update-books, r=Dylan-DPC
|
2020-02-14 19:59:05 +00:00 |
README.md
|
|
|
stage0.txt
|
|
|