| .. |
|
bootstrap
|
Ignore untracked paths when running rustfmt on repository.
|
2020-02-27 15:52:09 -05:00 |
|
build_helper
|
|
|
|
ci
|
Rollup merge of #68863 - pietroalbini:azure-macos-10.15, r=Mark-Simulacrum
|
2020-02-19 18:12:07 +01:00 |
|
doc
|
Add documentation for the -Zself-profile-events flag
|
2020-02-20 21:32:15 -05:00 |
|
etc
|
Rollup merge of #69049 - pthariensflame:improvement/imgbot, r=GuillaumeGomez
|
2020-02-13 02:52:53 +01:00 |
|
liballoc
|
Rollup merge of #69538 - JohnTitor:boxed-slice-try-from, r=Centril
|
2020-02-28 17:17:33 +01:00 |
|
libarena
|
|
|
|
libcore
|
Rollup merge of #69501 - matthiaskrgr:find_note, r=ecstatic-morse
|
2020-02-28 01:55:46 +01:00 |
|
libfmt_macros
|
|
|
|
libgraphviz
|
Add option to dot::render for monospace font
|
2020-02-09 10:33:06 -08:00 |
|
libpanic_abort
|
|
|
|
libpanic_unwind
|
Drop cfg(bootstrap) code
|
2020-01-31 12:31:09 -05:00 |
|
libproc_macro
|
|
|
|
libprofiler_builtins
|
|
|
|
librustc
|
Rollup merge of #69452 - Centril:typeck-pat, r=estebank
|
2020-02-28 17:17:28 +01:00 |
|
librustc_apfloat
|
|
|
|
librustc_ast_lowering
|
don't use .into() to convert types into identical types.
|
2020-02-27 23:32:46 +01:00 |
|
librustc_ast_passes
|
Auto merge of #68434 - varkor:astconv-mismatch-error, r=nikomatsakis
|
2020-02-27 18:38:19 +00:00 |
|
librustc_ast_pretty
|
Rollup merge of #69423 - petrochenkov:nont, r=Centril
|
2020-02-26 02:07:14 +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
|
Rollup merge of #69481 - matthiaskrgr:single_char, r=ecstatic-morse
|
2020-02-28 17:17:30 +01:00 |
|
librustc_codegen_llvm
|
use char instead of &str for single char patterns
|
2020-02-27 14:57:22 +01:00 |
|
librustc_codegen_ssa
|
Rollup merge of #69529 - matthiaskrgr:clippy_identity_conversion, r=Mark-Simulacrum
|
2020-02-28 01:55:49 +01:00 |
|
librustc_codegen_utils
|
use char instead of &str for single char patterns
|
2020-02-27 14:57:22 +01:00 |
|
librustc_data_structures
|
Rollup merge of #69500 - cuviper:par_for_each_in-item, r=Mark-Simulacrum
|
2020-02-27 14:38:09 +09:00 |
|
librustc_driver
|
Rollup merge of #69541 - dotdash:format, r=Mark-Simulacrum
|
2020-02-28 17:17:36 +01:00 |
|
librustc_error_codes
|
Auto merge of #68434 - varkor:astconv-mismatch-error, r=nikomatsakis
|
2020-02-27 18:38:19 +00:00 |
|
librustc_errors
|
Rename CodeMap to SourceMap follow up
|
2020-02-22 16:17:31 +02:00 |
|
librustc_expand
|
Rollup merge of #69541 - dotdash:format, r=Mark-Simulacrum
|
2020-02-28 17:17:36 +01:00 |
|
librustc_feature
|
Revert "Mark attributes consumed by check_mod_attrs as normal"
|
2020-02-27 00:00:00 +00:00 |
|
librustc_fs_util
|
|
|
|
librustc_hir
|
Rollup merge of #69481 - matthiaskrgr:single_char, r=ecstatic-morse
|
2020-02-28 17:17:30 +01:00 |
|
librustc_incremental
|
Rollup merge of #69541 - dotdash:format, r=Mark-Simulacrum
|
2020-02-28 17:17:36 +01:00 |
|
librustc_index
|
index ReEmpty by universe
|
2020-02-06 15:58:00 -05:00 |
|
librustc_infer
|
Rollup merge of #69547 - matthiaskrgr:more_misc, r=Mark-Simulacrum
|
2020-02-28 17:17:38 +01:00 |
|
librustc_interface
|
Rollup merge of #69481 - matthiaskrgr:single_char, r=ecstatic-morse
|
2020-02-28 17:17:30 +01:00 |
|
librustc_lexer
|
Spelling error "represening" to "representing"
|
2020-02-13 11:14:21 -05:00 |
|
librustc_lint
|
parse/ast: move Defaultness into variants.
|
2020-02-24 00:59:38 +01:00 |
|
librustc_llvm
|
use char instead of &str for single char patterns
|
2020-02-27 14:57:22 +01:00 |
|
librustc_macros
|
librustc_macros: remove redundant single component path import
|
2020-02-24 14:56:30 +01:00 |
|
librustc_metadata
|
Rollup merge of #69541 - dotdash:format, r=Mark-Simulacrum
|
2020-02-28 17:17:36 +01:00 |
|
librustc_mir
|
Rollup merge of #69547 - matthiaskrgr:more_misc, r=Mark-Simulacrum
|
2020-02-28 17:17:38 +01:00 |
|
librustc_mir_build
|
don't use .into() to convert types into identical types.
|
2020-02-27 23:32:46 +01:00 |
|
librustc_parse
|
Rollup merge of #69547 - matthiaskrgr:more_misc, r=Mark-Simulacrum
|
2020-02-28 17:17:38 +01:00 |
|
librustc_passes
|
Rollup merge of #69541 - dotdash:format, r=Mark-Simulacrum
|
2020-02-28 17:17:36 +01:00 |
|
librustc_plugin_impl
|
|
|
|
librustc_privacy
|
Move more into decorate functions.
|
2020-02-11 19:50:26 +10:00 |
|
librustc_resolve
|
Rollup merge of #69547 - matthiaskrgr:more_misc, r=Mark-Simulacrum
|
2020-02-28 17:17:38 +01:00 |
|
librustc_save_analysis
|
parse/ast: move Defaultness into variants.
|
2020-02-24 00:59:38 +01:00 |
|
librustc_session
|
Remove unneeded calls to format!()
|
2020-02-27 15:25:19 +01:00 |
|
librustc_span
|
rustc_span: Add Symbol::to_ident_string for use in diagnostic messages
|
2020-02-26 22:02:43 +03:00 |
|
librustc_target
|
use char instead of &str for single char patterns
|
2020-02-27 14:57:22 +01:00 |
|
librustc_traits
|
don't use .into() to convert types into identical types.
|
2020-02-27 23:32:46 +01:00 |
|
librustc_ty
|
Construct AssociatedItems from an iterator instead of a Vec
|
2020-02-19 12:55:59 -08:00 |
|
librustc_typeck
|
Auto merge of #69555 - Centril:rollup-e53lxz4, r=Centril
|
2020-02-28 17:53:10 +00:00 |
|
librustdoc
|
Rollup merge of #69547 - matthiaskrgr:more_misc, r=Mark-Simulacrum
|
2020-02-28 17:17:38 +01:00 |
|
libserialize
|
Inline various simple emit_* and read_* methods in Decoder.
|
2020-02-18 16:46:50 +11:00 |
|
libstd
|
Rollup merge of #69477 - Pulkit07:issue69298, r=cramertj
|
2020-02-29 02:16:17 +01:00 |
|
libsyntax
|
Rollup merge of #69384 - petrochenkov:nounnorm, r=Centril
|
2020-02-28 17:17:26 +01:00 |
|
libterm
|
|
|
|
libtest
|
Respect --nocapture in panic=abort test mode
|
2020-02-06 14:43:53 -08:00 |
|
libunwind
|
|
|
|
llvm-project@9f65ad0573
|
update llvm to silence gcc 9 warnings
|
2020-02-26 10:27:01 +08:00 |
|
rtstartup
|
|
|
|
rustc
|
|
|
|
rustllvm
|
Auto merge of #69144 - Dylan-DPC:rollup-apt6zjj, r=Dylan-DPC
|
2020-02-13 22:20:58 +00:00 |
|
stdarch@dea57529b3
|
stdarch: update submodule.
|
2020-02-01 22:04:18 -05:00 |
|
test
|
Auto merge of #69555 - Centril:rollup-e53lxz4, r=Centril
|
2020-02-28 17:53:10 +00:00 |
|
tools
|
Rollup merge of #69449 - JohnTitor:toolstate-ping, r=Mark-Simulacrum
|
2020-02-28 01:55:40 +01:00 |
|
README.md
|
|
|
|
stage0.txt
|
Bump rustfmt and stage0
|
2020-01-31 12:31:09 -05:00 |