| .. |
|
bootstrap
|
Tweak assertion note in fmt
|
2020-01-14 07:09:15 +09:00 |
|
build_helper
|
Remove sanitizer runtime crates
|
2020-01-09 07:54:02 +01:00 |
|
ci
|
Auto merge of #67831 - mati865:ci-images-upgrade, r=pietroalbini
|
2020-01-12 14:52:48 +00:00 |
|
doc
|
Document sanitizers in unstable-book
|
2020-01-09 09:33:49 +01:00 |
|
etc
|
Auto merge of #67334 - estebank:ignore-triple, r=nikomatsakis
|
2019-12-28 23:02:09 +00:00 |
|
liballoc
|
Revert "Rollup merge of #67727 - Dylan-DPC:stabilise/remove_item, r=alexcrichton"
|
2020-01-11 03:04:39 +00:00 |
|
libarena
|
Format the world
|
2019-12-22 17:42:47 -05:00 |
|
libcore
|
Constify alloc::Layout
|
2020-01-11 16:59:15 +01:00 |
|
libfmt_macros
|
Rename syntax_pos to rustc_span in source code
|
2020-01-01 09:15:18 +03:00 |
|
libgraphviz
|
Format the world
|
2019-12-22 17:42:47 -05:00 |
|
libpanic_abort
|
Format the world
|
2019-12-22 17:42:47 -05:00 |
|
libpanic_unwind
|
Fix destructor in emcc.rs
|
2020-01-13 12:54:16 +00:00 |
|
libproc_macro
|
Remove unnecessary const_fn feature gates
|
2020-01-10 18:51:12 -08:00 |
|
libprofiler_builtins
|
Handle changed InstrProfilingRuntime path
|
2020-01-07 21:28:22 +01:00 |
|
librustc
|
Code review changes and fix rustdoc test.
|
2020-01-14 07:47:45 +13:00 |
|
librustc_apfloat
|
Format the world
|
2019-12-22 17:42:47 -05:00 |
|
librustc_ast_lowering
|
Rollup merge of #68143 - skinny121:const-param-type-elided-lifetime, r=petrochenkov
|
2020-01-14 14:02:23 +09:00 |
|
librustc_ast_passes
|
Rollup merge of #68045 - Centril:liberate-lints, r=Mark-Simulacrum
|
2020-01-12 03:27:59 +01:00 |
|
librustc_builtin_macros
|
Rollup merge of #68084 - estebank:ice-68000, r=varkor
|
2020-01-11 04:02:28 +01:00 |
|
librustc_codegen_llvm
|
Auto merge of #67711 - Amanieu:fix_unwind_leak, r=alexcrichton
|
2020-01-14 15:29:43 +00:00 |
|
librustc_codegen_ssa
|
Auto merge of #67458 - pnkfelix:fix-66530-by-propagating-fatal-error-from-worker, r=matthewjasper
|
2020-01-11 21:01:02 +00:00 |
|
librustc_codegen_utils
|
Remove rustc_hir reexports in rustc::hir.
|
2020-01-05 12:49:22 +01:00 |
|
librustc_data_structures
|
Rollup merge of #67948 - llogiq:gallop, r=Mark-Simulacrum
|
2020-01-12 03:27:57 +01:00 |
|
librustc_driver
|
move rustc::lint::{context, passes} to rustc_lint.
|
2020-01-11 07:42:26 +01:00 |
|
librustc_error_codes
|
Rollup merge of #68176 - GuillaumeGomez:clean-up-err-codes, r=Dylan-DPC
|
2020-01-14 14:02:28 +09:00 |
|
librustc_errors
|
Fix invalid bounding box
|
2020-01-10 11:03:26 -08:00 |
|
librustc_expand
|
Rollup merge of #68084 - estebank:ice-68000, r=varkor
|
2020-01-11 04:02:28 +01:00 |
|
librustc_feature
|
Fix crate paths in comments
|
2020-01-13 01:07:43 +09:00 |
|
librustc_fs_util
|
Format src/librustc_fs_util.
|
2019-12-21 20:23:39 -05:00 |
|
librustc_hir
|
Rollup merge of #68114 - ecstatic-morse:fix-feature-gating, r=Centril
|
2020-01-11 12:36:14 +01:00 |
|
librustc_incremental
|
Label unmarked time
|
2020-01-09 22:38:40 +01:00 |
|
librustc_index
|
Improve hygiene of newtype_index
|
2020-01-06 20:43:10 +00:00 |
|
librustc_interface
|
Auto merge of #67901 - matthewjasper:split-mir-build, r=nagisa
|
2020-01-12 09:44:55 +00:00 |
|
librustc_lexer
|
Format the world
|
2019-12-22 17:42:47 -05:00 |
|
librustc_lint
|
Rollup merge of #67854 - afnanenayet:afnan/report-external-macro-lints, r=petrochenkov
|
2020-01-14 14:02:16 +09:00 |
|
librustc_llvm
|
Format the world
|
2019-12-22 17:42:47 -05:00 |
|
librustc_macros
|
Format the world
|
2019-12-22 17:42:47 -05:00 |
|
librustc_metadata
|
Auto merge of #65912 - estebank:variants-orig, r=petrochenkov
|
2020-01-11 06:15:59 +00:00 |
|
librustc_mir
|
Promoteds can contain raw pointers, but these must still only point to immutable allocations
|
2020-01-15 10:48:22 +01:00 |
|
librustc_mir_build
|
Code review changes and fix rustdoc test.
|
2020-01-14 07:47:45 +13:00 |
|
librustc_parse
|
Rollup merge of #68135 - calebcartwright:rustc-parse-visibilities, r=Centril
|
2020-01-13 16:44:18 +09:00 |
|
librustc_passes
|
lints: promote levels.rs to lint.rs & extract passes.rs
|
2020-01-11 07:42:26 +01:00 |
|
librustc_plugin_impl
|
move rustc::lint::{context, passes} to rustc_lint.
|
2020-01-11 07:42:26 +01:00 |
|
librustc_privacy
|
Fix issue with using self module via indirection
|
2020-01-10 23:30:13 +00:00 |
|
librustc_resolve
|
Auto merge of #65912 - estebank:variants-orig, r=petrochenkov
|
2020-01-11 06:15:59 +00:00 |
|
librustc_save_analysis
|
Remove rustc_hir reexports in rustc::hir.
|
2020-01-05 12:49:22 +01:00 |
|
librustc_session
|
feature_gate: Remove GateStrength
|
2020-01-11 11:55:09 +03:00 |
|
librustc_span
|
Use report_in_external_macro for internal lints
|
2020-01-12 23:21:02 -08:00 |
|
librustc_target
|
Auto merge of #67900 - nikic:prepare-llvm-10, r=nagisa
|
2020-01-13 04:01:00 +00:00 |
|
librustc_traits
|
normalize rustc::hir::intravisit imports
|
2020-01-08 22:09:42 +01:00 |
|
librustc_typeck
|
Code review changes and fix rustdoc test.
|
2020-01-14 07:47:45 +13:00 |
|
librustdoc
|
Rollup merge of #68179 - JohnTitor:nll-scope, r=varkor
|
2020-01-14 14:02:29 +09:00 |
|
libserialize
|
Deprecate Error::description for real
|
2019-12-24 22:39:49 -08:00 |
|
libstd
|
Auto merge of #67711 - Amanieu:fix_unwind_leak, r=alexcrichton
|
2020-01-14 15:29:43 +00:00 |
|
libsyntax
|
Code review changes and fix rustdoc test.
|
2020-01-14 07:47:45 +13:00 |
|
libterm
|
parse extended terminfo format
|
2020-01-11 14:27:52 -05:00 |
|
libtest
|
Clarify test timeout evironment variables
|
2020-01-10 21:00:29 +03:00 |
|
libunwind
|
Auto merge of #66899 - msizanoen1:riscv-std, r=alexcrichton
|
2020-01-06 19:07:42 +00:00 |
|
llvm-project@9330ec5a4c
|
Update LLVM
|
2020-01-01 09:52:29 +07:00 |
|
rtstartup
|
Format the world
|
2019-12-22 17:42:47 -05:00 |
|
rustc
|
Remove unused dependencies
|
2020-01-09 11:52:03 +09:00 |
|
rustllvm
|
Switch to using MaybeAlign APIs
|
2020-01-07 21:28:22 +01:00 |
|
stdarch@e0ab2c165a
|
|
|
|
test
|
Promoteds can contain raw pointers, but these must still only point to immutable allocations
|
2020-01-15 10:48:22 +01:00 |
|
tools
|
Update Clippy
|
2020-01-13 23:45:20 +09:00 |
|
README.md
|
|
|
|
stage0.txt
|
Implement rustfmt running manually using ignore crate
|
2019-12-21 20:23:55 -05:00 |