| .. |
|
bootstrap
|
Upgrade rustc and bootstrap dependencies
|
2020-03-26 14:11:23 +01:00 |
|
build_helper
|
|
|
|
ci
|
ci: add notice on top of the azure pipelines configuration
|
2020-03-24 15:36:17 +01:00 |
|
doc
|
Rename asm! to llvm_asm!
|
2020-03-26 15:49:22 +00:00 |
|
etc
|
Auto merge of #70282 - ssomers:btreemap_gdb_pretty_print, r=Mark-Simulacrum
|
2020-03-27 09:54:02 +00:00 |
|
liballoc
|
introduce negative_impls feature gate and document
|
2020-03-26 06:52:55 -04:00 |
|
libarena
|
separate out an arena for HIR
|
2020-03-21 22:18:57 +01:00 |
|
libcore
|
Rollup merge of #65222 - Lucretiel:fold_self, r=kodrAus
|
2020-03-27 15:09:48 +01:00 |
|
libfmt_macros
|
fix various typos
|
2020-03-06 15:19:31 +01:00 |
|
libgraphviz
|
|
|
|
libpanic_abort
|
Simplify the try intrinsic by using a callback in the catch block
|
2020-03-05 17:36:50 +00:00 |
|
libpanic_unwind
|
remove unused imports
|
2020-03-19 07:53:32 +01:00 |
|
libproc_macro
|
introduce negative_impls feature gate and document
|
2020-03-26 06:52:55 -04:00 |
|
libprofiler_builtins
|
Remove -ffreestanding from libprofiler_builtins because we do need the standard library
|
2020-03-18 15:55:26 -04:00 |
|
librustc
|
rename Scalar::{ptr_null -> null_ptr}
|
2020-03-28 16:57:33 +01:00 |
|
librustc_apfloat
|
|
|
|
librustc_ast
|
Rename asm! to llvm_asm!
|
2020-03-26 15:49:22 +00:00 |
|
librustc_ast_lowering
|
Rename asm! to llvm_asm!
|
2020-03-26 15:49:22 +00:00 |
|
librustc_ast_passes
|
Rename asm! to llvm_asm!
|
2020-03-26 15:49:22 +00:00 |
|
librustc_ast_pretty
|
Rename asm! to llvm_asm!
|
2020-03-26 15:49:22 +00:00 |
|
librustc_attr
|
Split long derive lists into two derive attributes.
|
2020-03-23 14:48:59 +00:00 |
|
librustc_builtin_macros
|
Rename asm! to llvm_asm!
|
2020-03-26 15:49:22 +00:00 |
|
librustc_codegen_llvm
|
Auto merge of #70483 - Centril:rollup-slli4yf, r=Centril
|
2020-03-28 00:36:57 +00:00 |
|
librustc_codegen_ssa
|
Rollup merge of #70345 - nnethercote:rm-no_integrated_as, r=alexcrichton
|
2020-03-27 22:39:37 +01:00 |
|
librustc_data_structures
|
Auto merge of #69916 - oli-obk:mir_bless, r=eddyb
|
2020-03-27 12:58:34 +00:00 |
|
librustc_driver
|
rustc: remove rustc_hir_pretty dependency.
|
2020-03-24 08:44:55 +01:00 |
|
librustc_error_codes
|
Rollup merge of #70470 - GuillaumeGomez:cleanup-e0463, r=Dylan-DPC
|
2020-03-27 15:09:59 +01:00 |
|
librustc_errors
|
introduce negative_impls feature gate and document
|
2020-03-26 06:52:55 -04:00 |
|
librustc_expand
|
suggest semi on expr mac!() good as stmt mac!().
|
2020-03-27 07:02:50 +01:00 |
|
librustc_feature
|
bump negative impls version to 1.44.0
|
2020-03-26 06:52:58 -04:00 |
|
librustc_fs_util
|
|
|
|
librustc_hir
|
clarify hir_id <-> node_id method names
|
2020-03-27 16:43:20 +01:00 |
|
librustc_hir_pretty
|
Auto merge of #68404 - Amanieu:llvm-asm, r=estebank
|
2020-03-27 03:27:09 +00:00 |
|
librustc_incremental
|
Auto merge of #70297 - nnethercote:clean-up-debugging-options, r=michaelwoerister
|
2020-03-25 14:46:51 +00:00 |
|
librustc_index
|
Add requisite feature gates for const assert
|
2020-03-17 11:15:40 -07:00 |
|
librustc_infer
|
Rename def_span to guess_head_span
|
2020-03-25 16:45:12 -07:00 |
|
librustc_interface
|
Remove no_integrated_as mode.
|
2020-03-27 11:59:10 +11:00 |
|
librustc_lexer
|
remove redundant returns (clippy::needless_return)
|
2020-03-20 20:23:03 +01:00 |
|
librustc_lint
|
Rename def_span to guess_head_span
|
2020-03-25 16:45:12 -07:00 |
|
librustc_llvm
|
rustc_llvm: don't use -g when LLVM_NDEBUG is set.
|
2020-03-23 02:36:36 +02:00 |
|
librustc_macros
|
Remove the QueryGetter trait.
|
2020-03-27 07:35:32 +01:00 |
|
librustc_metadata
|
Auto merge of #70162 - cjgillot:split_query, r=Zoxc
|
2020-03-27 21:36:51 +00:00 |
|
librustc_mir
|
rename Scalar::{ptr_null -> null_ptr}
|
2020-03-28 16:57:33 +01:00 |
|
librustc_mir_build
|
Rollup merge of #70457 - Centril:non-exhaustive-scrutinee-type, r=estebank
|
2020-03-27 22:39:39 +01:00 |
|
librustc_parse
|
Rollup merge of #70428 - Centril:move-to-mod, r=petrochenkov
|
2020-03-26 21:44:06 +01:00 |
|
librustc_passes
|
Auto merge of #68404 - Amanieu:llvm-asm, r=estebank
|
2020-03-27 03:27:09 +00:00 |
|
librustc_plugin_impl
|
use direct imports for rustc::{lint, session}.
|
2020-03-16 02:52:06 +01:00 |
|
librustc_privacy
|
Rollup merge of #70344 - Centril:hir-pretty, r=eddyb
|
2020-03-27 01:23:53 +01:00 |
|
librustc_query_system
|
Implement HashStable directly.
|
2020-03-27 08:33:37 +01:00 |
|
librustc_resolve
|
Rename def_span to guess_head_span
|
2020-03-25 16:45:12 -07:00 |
|
librustc_save_analysis
|
clarify hir_id <-> node_id method names
|
2020-03-27 16:43:20 +01:00 |
|
librustc_session
|
Remove no_integrated_as mode.
|
2020-03-27 11:59:10 +11:00 |
|
librustc_span
|
Rename asm! to llvm_asm!
|
2020-03-26 15:49:22 +00:00 |
|
librustc_symbol_mangling
|
normalize some imports, prefer direct ones.
|
2020-03-24 22:47:23 +01:00 |
|
librustc_target
|
Remove no_integrated_as mode.
|
2020-03-27 11:59:10 +11:00 |
|
librustc_trait_selection
|
Rollup merge of #70344 - Centril:hir-pretty, r=eddyb
|
2020-03-27 01:23:53 +01:00 |
|
librustc_traits
|
Rollup merge of #70319 - lcnr:issue63695, r=eddyb
|
2020-03-25 19:28:09 +01:00 |
|
librustc_ty
|
rustc: keep upvars tupled in {Closure,Generator}Substs.
|
2020-03-21 14:23:50 +02:00 |
|
librustc_typeck
|
Rollup merge of #70478 - lcnr:refactor-type_of, r=varkor
|
2020-03-27 22:39:41 +01:00 |
|
librustdoc
|
clarify hir_id <-> node_id method names
|
2020-03-27 16:43:20 +01:00 |
|
libserialize
|
|
|
|
libstd
|
Auto merge of #68404 - Amanieu:llvm-asm, r=estebank
|
2020-03-27 03:27:09 +00:00 |
|
libterm
|
|
|
|
libtest
|
Rename asm! to llvm_asm!
|
2020-03-26 15:49:22 +00:00 |
|
libunwind
|
Link to libgcc dynamically on windows-gnu when using dylib crates
|
2020-03-05 17:36:50 +00:00 |
|
llvm-project@9f65ad0573
|
|
|
|
rtstartup
|
Fix MinGW termination callbacks not being invoked
|
2020-03-05 17:36:50 +00:00 |
|
rustc
|
|
|
|
rustllvm
|
Update CreateMemSet() usage for LLVM 10
|
2020-03-19 20:09:57 +01:00 |
|
stdarch@abe96ca3b8
|
Update stdarch submodule
|
2020-03-19 14:38:09 +00:00 |
|
test
|
Rollup merge of #70457 - Centril:non-exhaustive-scrutinee-type, r=estebank
|
2020-03-27 22:39:39 +01:00 |
|
tools
|
Enable --blessing of MIR dumps
|
2020-03-26 15:26:33 +01:00 |
|
README.md
|
rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org
|
2020-03-10 17:08:18 -03:00 |
|
stage0.txt
|
Bump the bootstrap compiler
|
2020-03-15 19:43:25 +01:00 |