| .. |
|
bootstrap
|
bootstrap: propagate test-args to miri and clippy test suites
|
2020-05-24 09:45:14 +02:00 |
|
build_helper
|
|
|
|
ci
|
Revert MSYS2 CI workaround
|
2020-05-22 19:08:39 +02:00 |
|
doc
|
Auto merge of #71718 - NeoRaider:ffi_const_pure, r=Amanieu
|
2020-05-21 15:02:08 +00:00 |
|
etc
|
|
|
|
liballoc
|
Adjust the zero check in RawVec::grow.
|
2020-05-20 09:57:14 +10:00 |
|
libarena
|
Be less aggressive with DroplessArena/TypedArena growth.
|
2020-05-13 11:35:32 +10:00 |
|
libcore
|
Rollup merge of #72431 - RalfJung:ub-warning, r=shepmaster
|
2020-05-23 19:09:58 +02:00 |
|
libfmt_macros
|
Fix tests
|
2020-05-18 14:41:34 +01:00 |
|
libgraphviz
|
|
|
|
libpanic_abort
|
Bump bootstrap compiler
|
2020-04-25 09:25:33 -04:00 |
|
libpanic_unwind
|
make abort intrinsic safe, and correct its documentation
|
2020-05-17 11:23:42 +02:00 |
|
libproc_macro
|
Add test for proc_macro::LineColumn
|
2020-05-21 17:15:13 -07:00 |
|
libprofiler_builtins
|
|
|
|
librustc_apfloat
|
Dogfood more or_patterns in the compiler
|
2020-04-19 07:33:58 -07:00 |
|
librustc_ast
|
Use a fixed-point iteration when breaking tokens
|
2020-05-19 19:47:23 -04:00 |
|
librustc_ast_lowering
|
Use OnceCell instead of Once
|
2020-05-22 13:31:02 -07:00 |
|
librustc_ast_passes
|
Disallow forbidden usage of non-ascii identifiers.
|
2020-05-17 01:31:18 +08:00 |
|
librustc_ast_pretty
|
Move InlineAsmTemplatePiece and InlineAsmOptions to librustc_ast
|
2020-05-18 14:41:33 +01:00 |
|
librustc_attr
|
Fix clippy warnings
|
2020-05-11 17:13:32 +02:00 |
|
librustc_builtin_macros
|
Auto merge of #70705 - lcnr:generic_discriminant, r=nikomatsakis
|
2020-05-21 03:48:47 +00:00 |
|
librustc_codegen_llvm
|
Use OnceCell instead of Once
|
2020-05-22 13:31:02 -07:00 |
|
librustc_codegen_ssa
|
Use OnceCell instead of Once
|
2020-05-22 13:31:02 -07:00 |
|
librustc_data_structures
|
Replace rustc_data_structures::sync::Once with OnceCell
|
2020-05-22 13:26:39 -07:00 |
|
librustc_driver
|
Use OnceCell instead of Once
|
2020-05-22 13:31:02 -07:00 |
|
librustc_error_codes
|
Rollup merge of #72461 - GuillaumeGomez:cleanup-e0600, r=Dylan-DPC
|
2020-05-22 21:45:04 +02:00 |
|
librustc_errors
|
Simplify the error Registry methods a little
|
2020-05-04 11:52:15 -07:00 |
|
librustc_expand
|
Auto merge of #68717 - petrochenkov:stabexpat, r=varkor
|
2020-05-19 03:11:32 +00:00 |
|
librustc_feature
|
Implement #[ffi_const] and #[ffi_pure] function attributes
|
2020-05-20 01:16:11 +02:00 |
|
librustc_fs_util
|
|
|
|
librustc_hir
|
Auto merge of #70705 - lcnr:generic_discriminant, r=nikomatsakis
|
2020-05-21 03:48:47 +00:00 |
|
librustc_hir_pretty
|
Move InlineAsmTemplatePiece and InlineAsmOptions to librustc_ast
|
2020-05-18 14:41:33 +01:00 |
|
librustc_incremental
|
Change WorkProduct::saved_files to an Option.
|
2020-05-12 17:55:07 +10:00 |
|
librustc_index
|
|
|
|
librustc_infer
|
Rollup merge of #72125 - tshepang:broken-link, r=nikomatsakis
|
2020-05-22 08:54:47 +02:00 |
|
librustc_interface
|
Use OnceCell instead of Once
|
2020-05-22 13:31:02 -07:00 |
|
librustc_lexer
|
Replace some usages of the old unescape_ functions in AST, clippy and tests.
|
2020-05-13 10:05:04 +02:00 |
|
librustc_lint
|
introduce newtype'd Predicate<'tcx>
|
2020-05-20 15:44:34 +02:00 |
|
librustc_llvm
|
Don't skip building LLVM if already built
|
2020-05-02 18:43:55 -04:00 |
|
librustc_macros
|
Monomorphise load_from_disk_and_cache_in_memory.
|
2020-05-01 14:29:35 +02:00 |
|
librustc_metadata
|
Use OnceCell instead of Once
|
2020-05-22 13:31:02 -07:00 |
|
librustc_middle
|
Rollup merge of #72400 - Aaron1011:fix/asm-incr-ice, r=Amanieu
|
2020-05-24 00:00:48 +02:00 |
|
librustc_mir
|
fix discriminant type in generator transform
|
2020-05-23 15:41:57 +02:00 |
|
librustc_mir_build
|
Auto merge of #71930 - Nadrieril:exhaustiveness-remove-tyerr, r=varkor
|
2020-05-21 18:52:46 +00:00 |
|
librustc_parse
|
Rollup merge of #72254 - ehuss:double-backtick, r=dtolnay
|
2020-05-16 19:46:37 +02:00 |
|
librustc_passes
|
Use OnceCell instead of Once
|
2020-05-22 13:31:02 -07:00 |
|
librustc_plugin_impl
|
Remove ast::{Ident, Name} reexports.
|
2020-05-08 13:13:15 +02:00 |
|
librustc_privacy
|
introduce newtype'd Predicate<'tcx>
|
2020-05-20 15:44:34 +02:00 |
|
librustc_query_system
|
Rollup merge of #72126 - nnethercote:change-WorkProduct-saved_files, r=alexcrichton
|
2020-05-14 18:21:50 +02:00 |
|
librustc_resolve
|
Alter wording for use foo::self help
|
2020-05-19 22:12:41 +02:00 |
|
librustc_save_analysis
|
Use OnceCell instead of Once
|
2020-05-22 13:31:02 -07:00 |
|
librustc_session
|
Use OnceCell instead of Once
|
2020-05-22 13:31:02 -07:00 |
|
librustc_span
|
Implement #[ffi_const] and #[ffi_pure] function attributes
|
2020-05-20 01:16:11 +02:00 |
|
librustc_symbol_mangling
|
Remove unused dependencies
|
2020-05-19 14:34:23 -07:00 |
|
librustc_target
|
Fix ice-72487
|
2020-05-23 07:33:09 +01:00 |
|
librustc_trait_selection
|
Rollup merge of #71618 - ecstatic-morse:issue-71394, r=nikomatsakis
|
2020-05-24 00:00:42 +02:00 |
|
librustc_traits
|
Use OnceCell instead of Once
|
2020-05-22 13:31:02 -07:00 |
|
librustc_ty
|
Use OnceCell instead of Once
|
2020-05-22 13:31:02 -07:00 |
|
librustc_typeck
|
Rollup merge of #72292 - ldm0:derefsteps, r=estebank
|
2020-05-23 19:09:57 +02:00 |
|
librustdoc
|
Rollup merge of #72092 - workingjubilee:patch-2, r=GuillaumeGomez
|
2020-05-24 00:00:45 +02:00 |
|
libserialize
|
linker: More systematic handling of CRT objects
|
2020-05-14 10:45:11 +03:00 |
|
libstd
|
Correct small typo: 'not' -> 'note'
|
2020-05-23 07:29:22 -04:00 |
|
libterm
|
Replace filter_map().next() calls with find_map()
|
2020-04-24 20:03:45 -07:00 |
|
libtest
|
Fix clippy warnings
|
2020-05-11 17:13:32 +02:00 |
|
libunwind
|
rustc_target: Avoid an inappropriate use of post_link_objects
|
2020-05-20 21:33:37 +03:00 |
|
llvm-project@943dbddc8e
|
Update LLVM submodule
|
2020-05-20 20:14:16 +02:00 |
|
rtstartup
|
|
|
|
rustc
|
|
|
|
rustllvm
|
rustllvm: Fix warnings about unused function parameters
|
2020-05-21 22:05:19 +03:00 |
|
stdarch@ec6fccd34c
|
Update stdarch
|
2020-05-09 16:03:40 -04:00 |
|
test
|
Rollup merge of #72502 - RalfJung:generator-discr-ty, r=jonas-schievink
|
2020-05-24 00:00:52 +02:00 |
|
tools
|
Auto merge of #72478 - Dylan-DPC:rollup-vval8du, r=Dylan-DPC
|
2020-05-23 07:18:17 +00:00 |
|
README.md
|
|
|
|
stage0.txt
|
Bump rustfmt to most recently shipped
|
2020-04-25 09:25:33 -04:00 |