| .. |
|
bootstrap
|
Rollup merge of #50961 - Zoxc:fix-filecheck, r=alexcrichton
|
2018-05-23 00:26:22 +08:00 |
|
build_helper
|
Run rustfmt on build_helper
|
2018-04-12 14:49:03 +09:00 |
|
ci
|
armebv7r-none-eabihf: default to ARM mode
|
2018-05-18 20:57:48 +02:00 |
|
dlmalloc@c99638dc2e
|
Update to most recent version of dlmalloc
|
2018-04-12 22:53:02 +02:00 |
|
doc
|
build the 2018 edition
|
2018-05-22 11:30:15 -04:00 |
|
etc
|
Use UFCS
|
2018-04-25 11:26:47 +01:00 |
|
grammar
|
Remove all unstable placement features
|
2018-04-03 11:02:34 +02:00 |
|
jemalloc@1f5a28755e
|
|
|
|
liballoc
|
Rollup merge of #50945 - stjepang:stabilize-from-ref, r=SimonSapin
|
2018-05-23 00:26:17 +08:00 |
|
liballoc_jemalloc
|
Switch to 1.26 bootstrap compiler
|
2018-05-17 08:47:25 -06:00 |
|
liballoc_system
|
Switch to 1.26 bootstrap compiler
|
2018-05-17 08:47:25 -06:00 |
|
libarena
|
Switch to 1.26 bootstrap compiler
|
2018-05-17 08:47:25 -06:00 |
|
libbacktrace
|
|
|
|
libcompiler_builtins@4cfd7101eb
|
update libcompiler_builtins
|
2018-05-13 07:14:36 +02:00 |
|
libcore
|
Rollup merge of #50945 - stjepang:stabilize-from-ref, r=SimonSapin
|
2018-05-23 00:26:17 +08:00 |
|
libfmt_macros
|
Improve format string errors
|
2018-05-10 09:09:58 -07:00 |
|
libgraphviz
|
Move deny(warnings) into rustbuild
|
2018-04-08 16:59:14 -06:00 |
|
liblibc@a7e78a78e1
|
Update liblibc submodule to the 0.2.40 release
|
2018-03-26 23:42:30 -04:00 |
|
libpanic_abort
|
std: Minimize size of panicking on wasm
|
2018-04-13 07:03:00 -07:00 |
|
libpanic_unwind
|
std: Minimize size of panicking on wasm
|
2018-04-13 07:03:00 -07:00 |
|
libproc_macro
|
Fix rebase
|
2018-05-17 23:32:47 +03:00 |
|
libprofiler_builtins
|
Inject the compiler_builtins crate whenever the core crate is injected
|
2018-04-07 09:24:35 +02:00 |
|
librustc
|
Tweak main type arguments and where clause spans
|
2018-05-22 21:09:57 -07:00 |
|
librustc_allocator
|
Add edition to expansion info
|
2018-05-17 23:13:08 +03:00 |
|
librustc_apfloat
|
Comment typo
|
2018-04-30 18:18:32 +02:00 |
|
librustc_asan
|
Inject the compiler_builtins crate whenever the core crate is injected
|
2018-04-07 09:24:35 +02:00 |
|
librustc_borrowck
|
Rename trans to codegen everywhere.
|
2018-05-17 15:08:30 +03:00 |
|
librustc_codegen_llvm
|
Introduce AllocType which indicates what AllocIds point to
|
2018-05-22 04:15:29 +02:00 |
|
librustc_codegen_utils
|
Added extra hashing step.
|
2018-05-17 16:41:33 -04:00 |
|
librustc_cratesio_shim
|
rustc_target: move in syntax::abi and flip dependency.
|
2018-04-26 17:49:16 +03:00 |
|
librustc_data_structures
|
use reset_unifications instead of creating new unification table
|
2018-05-18 15:58:23 -04:00 |
|
librustc_driver
|
Add edition to expansion info
|
2018-05-17 23:13:08 +03:00 |
|
librustc_errors
|
use fmt::Result where applicable
|
2018-05-09 02:01:37 +02:00 |
|
librustc_incremental
|
Rename trans to codegen everywhere.
|
2018-05-17 15:08:30 +03:00 |
|
librustc_lint
|
Auto merge of #50763 - KyleStach1678:unused-loop-label, r=petrochenkov
|
2018-05-19 14:52:30 +00:00 |
|
librustc_llvm
|
Rename trans to codegen everywhere.
|
2018-05-17 15:08:30 +03:00 |
|
librustc_lsan
|
Inject the compiler_builtins crate whenever the core crate is injected
|
2018-04-07 09:24:35 +02:00 |
|
librustc_metadata
|
rustc: introduce {ast,hir}::AnonConst to consolidate so-called "embedded constants".
|
2018-05-19 20:34:42 +03:00 |
|
librustc_mir
|
Rollup merge of #50958 - KiChjang:nit-50697, r=pnkfelix
|
2018-05-23 00:26:21 +08:00 |
|
librustc_msan
|
Inject the compiler_builtins crate whenever the core crate is injected
|
2018-04-07 09:24:35 +02:00 |
|
librustc_passes
|
Rollup merge of #50849 - est31:visit_closure_args, r=michaelwoerister
|
2018-05-23 00:26:08 +08:00 |
|
librustc_platform_intrinsics
|
Move deny(warnings) into rustbuild
|
2018-04-08 16:59:14 -06:00 |
|
librustc_plugin
|
Pass crate editions to macro expansions, update tests
|
2018-05-17 23:13:09 +03:00 |
|
librustc_privacy
|
rustc: move TypeParamDef's fields into GenericParamDefKind::Type.
|
2018-05-21 12:13:19 +03:00 |
|
librustc_resolve
|
Auto merge of #50969 - nikomatsakis:issue-50673-broken-migration-lint, r=alexcrichton
|
2018-05-22 18:55:54 +00:00 |
|
librustc_save_analysis
|
rustc: introduce {ast,hir}::AnonConst to consolidate so-called "embedded constants".
|
2018-05-19 20:34:42 +03:00 |
|
librustc_target
|
Auto merge of #50813 - paoloteti:cortex-r, r=alexcrichton
|
2018-05-20 03:29:49 +00:00 |
|
librustc_traits
|
rustc: use intern_* instead of mk_* where possible.
|
2018-05-21 12:13:19 +03:00 |
|
librustc_tsan
|
Inject the compiler_builtins crate whenever the core crate is injected
|
2018-04-07 09:24:35 +02:00 |
|
librustc_typeck
|
Tweak main type arguments and where clause spans
|
2018-05-22 21:09:57 -07:00 |
|
librustdoc
|
Rollup merge of #50947 - QuietMisdreavus:nice-tabs, r=GuillaumeGomez
|
2018-05-23 00:26:19 +08:00 |
|
libserialize
|
Move deny(warnings) into rustbuild
|
2018-04-08 16:59:14 -06:00 |
|
libstd
|
Switch to 1.26 bootstrap compiler
|
2018-05-17 08:47:25 -06:00 |
|
libstd_unicode
|
Mark the rest of the unicode feature flag as perma-unstable.
|
2018-04-12 00:13:53 +02:00 |
|
libsyntax
|
Rollup merge of #50946 - alexcrichton:fix-parse-lifetime, r=petrochenkov
|
2018-05-23 00:26:18 +08:00 |
|
libsyntax_ext
|
Rollup merge of #50846 - GuillaumeGomez:add-e0665, r=frewsxcv
|
2018-05-23 00:26:06 +08:00 |
|
libsyntax_pos
|
Auto merge of #50307 - petrochenkov:keyhyg2, r=nikomatsakis
|
2018-05-18 10:57:05 +00:00 |
|
libterm
|
Move deny(warnings) into rustbuild
|
2018-04-08 16:59:14 -06:00 |
|
libtest
|
Remove leftover tab in libtest outputs
|
2018-05-02 08:35:33 +02:00 |
|
libunwind
|
Remove unwanted auto-linking and update
|
2018-04-16 23:37:11 +02:00 |
|
llvm@56c931901c
|
Update LLVM to 56c931901cfb85cd6f7ed44c7d7520a8de1edf97
|
2018-05-18 09:24:11 +02:00 |
|
llvm-emscripten@2717444753
|
|
|
|
rtstartup
|
Switch to 1.26 bootstrap compiler
|
2018-05-17 08:47:25 -06:00 |
|
rustc
|
Fix rustc binary metadata overwriting librustc metadata
|
2018-05-17 08:47:25 -06:00 |
|
rustllvm
|
Rollup merge of #50827 - nox:llvmup, r=eddyb
|
2018-05-20 04:16:01 +08:00 |
|
stdsimd@a19ca1cd91
|
Update stdsimd module to include a19ca1cd91
|
2018-05-14 12:32:04 -04:00 |
|
test
|
Tweak main type arguments and where clause spans
|
2018-05-22 21:09:57 -07:00 |
|
tools
|
Update compiltest to use rustfix 0.3.1
|
2018-05-22 22:04:45 +02:00 |
|
Cargo.lock
|
Update compiltest to use rustfix 0.3.1
|
2018-05-22 22:04:45 +02:00 |
|
Cargo.toml
|
Update clippy
|
2018-05-19 13:18:02 +02:00 |
|
README.md
|
|
|
|
stage0.txt
|
Switch to 1.26 bootstrap compiler
|
2018-05-17 08:47:25 -06:00 |