| .. |
|
bootstrap
|
Rollup merge of #69705 - ehuss:toolstate-remove-redundant-beta, r=Mark-Simulacrum
|
2020-03-12 16:32:15 +01:00 |
|
build_helper
|
|
|
|
ci
|
Rollup merge of #69705 - ehuss:toolstate-remove-redundant-beta, r=Mark-Simulacrum
|
2020-03-12 16:32:15 +01:00 |
|
doc
|
Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrum
|
2020-03-13 22:43:06 +00:00 |
|
etc
|
Rollup merge of #69049 - pthariensflame:improvement/imgbot, r=GuillaumeGomez
|
2020-02-13 02:52:53 +01:00 |
|
liballoc
|
Rollup merge of #69661 - lopopolo:string-from-mut-str, r=sfackler
|
2020-03-15 15:40:07 +01:00 |
|
libarena
|
|
|
|
libcore
|
Rollup merge of #69528 - HeroicKatora:finalize-ref-cell, r=dtolnay
|
2020-03-15 15:40:03 +01:00 |
|
libfmt_macros
|
fix various typos
|
2020-03-06 15:19:31 +01:00 |
|
libgraphviz
|
Add option to dot::render for monospace font
|
2020-02-09 10:33:06 -08:00 |
|
libpanic_abort
|
Simplify the try intrinsic by using a callback in the catch block
|
2020-03-05 17:36:50 +00:00 |
|
libpanic_unwind
|
fix comment, rustfmt
|
2020-03-14 13:09:02 +01:00 |
|
libproc_macro
|
Give LexError more descriptive Display impl
|
2020-03-11 11:57:58 -05:00 |
|
libprofiler_builtins
|
|
|
|
librustc
|
Auto merge of #68944 - Zoxc:hir-map, r=eddyb
|
2020-03-15 20:40:16 +00:00 |
|
librustc_apfloat
|
|
|
|
librustc_ast
|
Rollup merge of #69988 - petrochenkov:nomacrodef, r=Centril
|
2020-03-15 15:40:08 +01:00 |
|
librustc_ast_lowering
|
Auto merge of #68944 - Zoxc:hir-map, r=eddyb
|
2020-03-15 20:40:16 +00:00 |
|
librustc_ast_passes
|
Rollup merge of #69589 - petrochenkov:maccall, r=Centril
|
2020-03-15 15:40:05 +01:00 |
|
librustc_ast_pretty
|
Rollup merge of #69589 - petrochenkov:maccall, r=Centril
|
2020-03-15 15:40:05 +01:00 |
|
librustc_attr
|
Rename syntax to rustc_ast in source code
|
2020-02-29 21:59:09 +03:00 |
|
librustc_builtin_macros
|
ast: Mac/Macro -> MacCall
|
2020-03-12 22:26:52 +03:00 |
|
librustc_codegen_llvm
|
Rollup merge of #69357 - tmiasko:debuginfo-column, r=michaelwoerister
|
2020-03-15 02:44:13 +01:00 |
|
librustc_codegen_ssa
|
Update krate_attrs and get_module
|
2020-03-14 22:52:29 +01:00 |
|
librustc_codegen_utils
|
fix various typos
|
2020-03-06 15:19:31 +01:00 |
|
librustc_data_structures
|
Rollup merge of #69967 - mark-i-m:rinfctx, r=matthewjasper
|
2020-03-15 02:44:18 +01:00 |
|
librustc_driver
|
Index HIR after creating TyCtxt
|
2020-03-14 22:52:30 +01:00 |
|
librustc_error_codes
|
Rollup merge of #69917 - GuillaumeGomez:cleanup-e0412, r=Dylan-DPC
|
2020-03-16 01:30:31 +01:00 |
|
librustc_errors
|
rustc_errors: Use ensure_source_file_source_present where necessary.
|
2020-03-10 07:26:27 +01:00 |
|
librustc_expand
|
ast: Mac/Macro -> MacCall
|
2020-03-12 22:26:52 +03:00 |
|
librustc_feature
|
Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnison
|
2020-03-10 06:47:47 +01:00 |
|
librustc_fs_util
|
|
|
|
librustc_hir
|
Auto merge of #68944 - Zoxc:hir-map, r=eddyb
|
2020-03-15 20:40:16 +00:00 |
|
librustc_incremental
|
Replace HirBody with hir_owner_items in tests
|
2020-03-14 22:52:31 +01:00 |
|
librustc_index
|
mem::zeroed/uninit: panic on types that do not permit zero-initialization
|
2020-02-29 09:27:25 +01:00 |
|
librustc_infer
|
Index HIR after creating TyCtxt
|
2020-03-14 22:52:30 +01:00 |
|
librustc_interface
|
Auto merge of #68944 - Zoxc:hir-map, r=eddyb
|
2020-03-15 20:40:16 +00:00 |
|
librustc_lexer
|
fix various typos
|
2020-03-06 15:19:31 +01:00 |
|
librustc_lint
|
Auto merge of #68944 - Zoxc:hir-map, r=eddyb
|
2020-03-15 20:40:16 +00:00 |
|
librustc_llvm
|
use char instead of &str for single char patterns
|
2020-02-27 14:57:22 +01:00 |
|
librustc_macros
|
Auto merge of #66364 - Centril:cleanup-macro-def, r=petrochenkov,eddyb
|
2020-03-10 17:12:48 +00:00 |
|
librustc_metadata
|
Auto merge of #68944 - Zoxc:hir-map, r=eddyb
|
2020-03-15 20:40:16 +00:00 |
|
librustc_mir
|
Auto merge of #68944 - Zoxc:hir-map, r=eddyb
|
2020-03-15 20:40:16 +00:00 |
|
librustc_mir_build
|
Auto merge of #68944 - Zoxc:hir-map, r=eddyb
|
2020-03-15 20:40:16 +00:00 |
|
librustc_parse
|
Rollup merge of #69589 - petrochenkov:maccall, r=Centril
|
2020-03-15 15:40:05 +01:00 |
|
librustc_passes
|
Auto merge of #68944 - Zoxc:hir-map, r=eddyb
|
2020-03-15 20:40:16 +00:00 |
|
librustc_plugin_impl
|
Rename syntax to rustc_ast in source code
|
2020-02-29 21:59:09 +03:00 |
|
librustc_privacy
|
Auto merge of #68944 - Zoxc:hir-map, r=eddyb
|
2020-03-15 20:40:16 +00:00 |
|
librustc_resolve
|
Auto merge of #68944 - Zoxc:hir-map, r=eddyb
|
2020-03-15 20:40:16 +00:00 |
|
librustc_save_analysis
|
Rollup merge of #69988 - petrochenkov:nomacrodef, r=Centril
|
2020-03-15 15:40:08 +01:00 |
|
librustc_session
|
rustc_metadata: Remove rmeta::MacroDef
|
2020-03-14 00:27:13 +03:00 |
|
librustc_span
|
Update visit_item_likes_in_module
|
2020-03-14 22:52:29 +01:00 |
|
librustc_target
|
Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrum
|
2020-03-13 22:43:06 +00:00 |
|
librustc_trait_selection
|
Index HIR after creating TyCtxt
|
2020-03-14 22:52:30 +01:00 |
|
librustc_traits
|
Index HIR after creating TyCtxt
|
2020-03-14 22:52:30 +01:00 |
|
librustc_ty
|
Index HIR after creating TyCtxt
|
2020-03-14 22:52:30 +01:00 |
|
librustc_typeck
|
Auto merge of #68944 - Zoxc:hir-map, r=eddyb
|
2020-03-15 20:40:16 +00:00 |
|
librustdoc
|
Rollup merge of #69686 - varkor:rustdoc-attributes, r=GuillaumeGomez
|
2020-03-16 01:30:24 +01:00 |
|
libserialize
|
Inline various simple emit_* and read_* methods in Decoder.
|
2020-02-18 16:46:50 +11:00 |
|
libstd
|
Rollup merge of #69858 - da-x:windows-precise-time, r=Dylan-DPC
|
2020-03-16 01:30:28 +01:00 |
|
libterm
|
|
|
|
libtest
|
Rollup merge of #69802 - matthiaskrgr:cl1ppy, r=Dylan-DPC
|
2020-03-14 04:03:24 +09:00 |
|
libunwind
|
Link to libgcc dynamically on windows-gnu when using dylib crates
|
2020-03-05 17:36:50 +00:00 |
|
llvm-project@9f65ad0573
|
update llvm to silence gcc 9 warnings
|
2020-02-26 10:27:01 +08:00 |
|
rtstartup
|
Fix MinGW termination callbacks not being invoked
|
2020-03-05 17:36:50 +00:00 |
|
rustc
|
|
|
|
rustllvm
|
librustc_codegen_llvm: Use slices instead of 0-terminated strings
|
2020-03-11 08:10:21 +01:00 |
|
stdarch@dea57529b3
|
|
|
|
test
|
Rollup merge of #69917 - GuillaumeGomez:cleanup-e0412, r=Dylan-DPC
|
2020-03-16 01:30:31 +01:00 |
|
tools
|
Auto merge of #69961 - RalfJung:miri, r=RalfJung
|
2020-03-15 14:18:14 +00: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
|
nightly: bootstrap from 1.42.0-beta.5 (4e1c5f0e9 2020-02-28)
|
2020-02-29 11:44:09 +01:00 |