rust/src
Michael Woerister 197cc1e43a Add projection query for upstream drop-glue instances.
This reduces the amount of invalidated data when new types are
add to upstream crates.
2020-01-23 16:56:59 +01:00
..
bootstrap bootstrap: update clippy subcmd decription 2020-01-22 01:06:36 +01:00
build_helper
ci for now, do not build rust-std for the armv7a-none-eabihf target 2020-01-21 17:18:37 +01:00
doc Update cargo, books 2020-01-21 09:55:43 -08:00
etc
liballoc Rollup merge of #67686 - ssomers:keys_start_slasher, r=Mark-Simulacrum 2020-01-21 19:42:17 +01:00
libarena
libcore Auto merge of #68405 - JohnTitor:rollup-kj0x4za, r=JohnTitor 2020-01-20 23:35:50 +00:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Add projection query for upstream drop-glue instances. 2020-01-23 16:56:59 +01:00
librustc_apfloat
librustc_ast_lowering Rollup merge of #68416 - Centril:lowering-cleanup-hofs, r=pietroalbini 2020-01-21 19:42:28 +01:00
librustc_ast_passes Rollup merge of #68140 - ecstatic-morse:const-trait-bound-opt-out, r=oli-obk 2020-01-21 19:42:20 +01:00
librustc_builtin_macros Rollup merge of #68140 - ecstatic-morse:const-trait-bound-opt-out, r=oli-obk 2020-01-21 19:42:20 +01:00
librustc_codegen_llvm Add projection query for upstream drop-glue instances. 2020-01-23 16:56:59 +01:00
librustc_codegen_ssa Add projection query for upstream drop-glue instances. 2020-01-23 16:56:59 +01:00
librustc_codegen_utils Add projection query for upstream drop-glue instances. 2020-01-23 16:56:59 +01:00
librustc_data_structures
librustc_driver
librustc_error_codes Rollup merge of #68365 - GuillaumeGomez:clean-up-err-codes-2, r=Dylan-DPC 2020-01-20 11:14:51 +05:30
librustc_errors
librustc_expand Revert "Add a constness field to ast::TraitRef" 2020-01-20 00:00:08 -08:00
librustc_feature
librustc_fs_util
librustc_hir Add -Z no-link flag 2020-01-23 11:00:36 +11:00
librustc_incremental
librustc_index
librustc_interface Privatize private fields of OutputFilenames 2020-01-22 08:10:05 +09:00
librustc_lexer
librustc_lint Rollup merge of #68140 - ecstatic-morse:const-trait-bound-opt-out, r=oli-obk 2020-01-21 19:42:20 +01:00
librustc_llvm
librustc_macros
librustc_metadata Auto merge of #68298 - Mark-Simulacrum:binary-depdep-fix, r=petrochenkov 2020-01-23 03:48:07 +00:00
librustc_mir Add projection query for upstream drop-glue instances. 2020-01-23 16:56:59 +01:00
librustc_mir_build check_match: simplify check_arm 2020-01-20 23:39:24 +01:00
librustc_parse Rollup merge of #68140 - ecstatic-morse:const-trait-bound-opt-out, r=oli-obk 2020-01-21 19:42:20 +01:00
librustc_passes
librustc_plugin_impl
librustc_privacy Rollup merge of #68140 - ecstatic-morse:const-trait-bound-opt-out, r=oli-obk 2020-01-21 19:42:20 +01:00
librustc_resolve Auto merge of #68267 - estebank:lt-sugg, r=petrochenkov 2020-01-21 06:28:33 +00:00
librustc_save_analysis Add constness field to ast::ItemKind::Impl 2020-01-19 23:41:42 -08:00
librustc_session Rollup merge of #68409 - sinkuu:temp_path, r=Mark-Simulacrum 2020-01-22 16:02:14 -08:00
librustc_span Auto merge of #65672 - ecstatic-morse:unified-dataflow-proto, r=pnkfelix 2020-01-21 15:29:18 +00:00
librustc_target Rollup merge of #68361 - t6:patch-freebsd-lld-i386, r=alexcrichton 2020-01-22 16:02:11 -08:00
librustc_traits Add constness field to ty::Predicate::Trait 2020-01-20 00:00:08 -08:00
librustc_ty Add ConstnessAnd that implements ToPredicate 2020-01-20 00:00:08 -08:00
librustc_typeck Auto merge of #68069 - JohnTitor:fix-closure-ice, r=matthewjasper 2020-01-22 13:10:49 +00:00
librustdoc Auto merge of #68192 - GuillaumeGomez:remove-inlined-types, r=kinnison 2020-01-22 18:04:56 +00:00
libserialize
libstd Rollup merge of #68313 - batrla:master, r=alexcrichton 2020-01-21 19:42:22 +01:00
libsyntax Rollup merge of #68441 - Centril:pprust-as_deref, r=Mark-Simulacrum 2020-01-22 16:02:20 -08:00
libterm
libtest
libunwind
llvm-project@a6f4c1bb07 Update LLVM 2020-01-21 15:11:54 -08:00
rtstartup
rustc
rustllvm
stdarch@e0ab2c165a
test Make drop-glue take advantage of -Zshare-generics. 2020-01-23 13:15:15 +01:00
tools Rollup merge of #68253 - japaric:bare-metal-cortex-a, r=alexcrichton 2020-01-22 16:02:09 -08:00
README.md
stage0.txt

This directory contains the source code of the rust project, including:

  • rustc and its tests
  • libstd
  • Various submodules for tools, like rustdoc, rls, etc.

For more information on how various parts of the compiler work, see the rustc guide.