rust/src
2020-05-26 05:07:00 +09:00
..
bootstrap Auto merge of #72000 - cuviper:dist-llvm, r=Mark-Simulacrum 2020-05-22 04:52:38 +00:00
build_helper
ci Workaround MSYS2/chocolatey issue again 2020-05-20 17:40:58 +02:00
doc Auto merge of #71718 - NeoRaider:ffi_const_pure, r=Amanieu 2020-05-21 15:02:08 +00:00
etc
liballoc Adjust the zero check in RawVec::grow. 2020-05-20 09:57:14 +10:00
libarena Be less aggressive with DroplessArena/TypedArena growth. 2020-05-13 11:35:32 +10:00
libcore Add bit twiddling 2020-05-26 05:07:00 +09:00
libfmt_macros Fix tests 2020-05-18 14:41:34 +01:00
libgraphviz
libpanic_abort
libpanic_unwind make abort intrinsic safe, and correct its documentation 2020-05-17 11:23:42 +02:00
libproc_macro Rollup merge of #72233 - dtolnay:literal, r=petrochenkov 2020-05-17 01:51:30 +02:00
libprofiler_builtins
librustc_apfloat
librustc_ast Use a fixed-point iteration when breaking tokens 2020-05-19 19:47:23 -04:00
librustc_ast_lowering Rollup merge of #72275 - marmeladema:fix-issue-71104-2, r=ecstatic-morse 2020-05-20 14:21:07 +02:00
librustc_ast_passes Disallow forbidden usage of non-ascii identifiers. 2020-05-17 01:31:18 +08:00
librustc_ast_pretty Move InlineAsmTemplatePiece and InlineAsmOptions to librustc_ast 2020-05-18 14:41:33 +01:00
librustc_attr Fix clippy warnings 2020-05-11 17:13:32 +02:00
librustc_builtin_macros Auto merge of #70705 - lcnr:generic_discriminant, r=nikomatsakis 2020-05-21 03:48:47 +00:00
librustc_codegen_llvm Rollup merge of #72435 - petrochenkov:cratetypesopt, r=Mark-Simulacrum 2020-05-22 16:58:37 +02:00
librustc_codegen_ssa Auto merge of #72460 - RalfJung:rollup-28fs06y, r=RalfJung 2020-05-22 11:24:24 +00:00
librustc_data_structures Rollup merge of #72161 - nbdd0121:master, r=cuviper 2020-05-22 11:32:21 +02:00
librustc_driver rustc_driver::main: more informative return type 2020-05-11 00:11:42 +02:00
librustc_error_codes Rollup merge of #72345 - GuillaumeGomez:cleanup-e0593, r=Dylan-DPC 2020-05-22 16:58:29 +02:00
librustc_errors Simplify the error Registry methods a little 2020-05-04 11:52:15 -07:00
librustc_expand Auto merge of #68717 - petrochenkov:stabexpat, r=varkor 2020-05-19 03:11:32 +00:00
librustc_feature Implement #[ffi_const] and #[ffi_pure] function attributes 2020-05-20 01:16:11 +02:00
librustc_fs_util
librustc_hir Auto merge of #70705 - lcnr:generic_discriminant, r=nikomatsakis 2020-05-21 03:48:47 +00:00
librustc_hir_pretty Move InlineAsmTemplatePiece and InlineAsmOptions to librustc_ast 2020-05-18 14:41:33 +01:00
librustc_incremental Change WorkProduct::saved_files to an Option. 2020-05-12 17:55:07 +10:00
librustc_index
librustc_infer Rollup merge of #72125 - tshepang:broken-link, r=nikomatsakis 2020-05-22 08:54:47 +02:00
librustc_interface Eliminate some Option<NativeLibKind>s 2020-05-20 21:57:16 +03:00
librustc_lexer Replace some usages of the old unescape_ functions in AST, clippy and tests. 2020-05-13 10:05:04 +02:00
librustc_lint introduce newtype'd Predicate<'tcx> 2020-05-20 15:44:34 +02:00
librustc_llvm
librustc_macros
librustc_metadata Eliminate some Option<NativeLibKind>s 2020-05-20 21:57:16 +03:00
librustc_middle Auto merge of #72460 - RalfJung:rollup-28fs06y, r=RalfJung 2020-05-22 11:24:24 +00:00
librustc_mir Rollup merge of #71610 - divergentdave:InvalidUndefBytes-range, r=RalfJung 2020-05-22 11:32:18 +02:00
librustc_mir_build Auto merge of #71930 - Nadrieril:exhaustiveness-remove-tyerr, r=varkor 2020-05-21 18:52:46 +00:00
librustc_parse Rollup merge of #72254 - ehuss:double-backtick, r=dtolnay 2020-05-16 19:46:37 +02:00
librustc_passes Move InlineAsmTemplatePiece and InlineAsmOptions to librustc_ast 2020-05-18 14:41:33 +01:00
librustc_plugin_impl Remove ast::{Ident, Name} reexports. 2020-05-08 13:13:15 +02:00
librustc_privacy introduce newtype'd Predicate<'tcx> 2020-05-20 15:44:34 +02:00
librustc_query_system Rollup merge of #72126 - nnethercote:change-WorkProduct-saved_files, r=alexcrichton 2020-05-14 18:21:50 +02:00
librustc_resolve Alter wording for use foo::self help 2020-05-19 22:12:41 +02:00
librustc_save_analysis Fix ICE in -Zsave-analysis 2020-05-18 22:55:04 +01:00
librustc_session Rollup merge of #72309 - petrochenkov:linkunspec, r=matthewjasper 2020-05-22 08:54:53 +02:00
librustc_span Implement #[ffi_const] and #[ffi_pure] function attributes 2020-05-20 01:16:11 +02:00
librustc_symbol_mangling Remove unused dependencies 2020-05-19 14:34:23 -07:00
librustc_target Rollup merge of #72304 - petrochenkov:sgxunwind, r=nikomatsakis,jethrogb,dingelish 2020-05-22 08:54:51 +02:00
librustc_trait_selection Rollup merge of #71829 - kper:issue71136, r=matthewjasper 2020-05-22 16:58:19 +02:00
librustc_traits intern PredicateKind 2020-05-20 15:44:34 +02:00
librustc_ty Rollup merge of #72055 - lcnr:predicate-kind, r=nikomatsakis 2020-05-21 21:10:36 +02:00
librustc_typeck Auto merge of #72433 - RalfJung:rollup-srft8nx, r=RalfJung 2020-05-21 22:14:26 +00:00
librustdoc Rollup merge of #72421 - GuillaumeGomez:fix-impl-hover-anchor, r=kinnison 2020-05-21 21:10:45 +02:00
libserialize linker: More systematic handling of CRT objects 2020-05-14 10:45:11 +03:00
libstd Add total_cmp to f32 and f64, plus tests 2020-05-25 20:30:55 +09:00
libterm
libtest Fix clippy warnings 2020-05-11 17:13:32 +02:00
libunwind rustc_target: Avoid an inappropriate use of post_link_objects 2020-05-20 21:33:37 +03:00
llvm-project@943dbddc8e Update LLVM submodule 2020-05-20 20:14:16 +02:00
rtstartup
rustc
rustllvm rustllvm: Fix warnings about unused function parameters 2020-05-21 22:05:19 +03:00
stdarch@ec6fccd34c Update stdarch 2020-05-09 16:03:40 -04:00
test Rollup merge of #72123 - jsgf:stabilize-arg0, r=sfackler 2020-05-22 16:58:24 +02:00
tools introduce newtype'd Predicate<'tcx> 2020-05-20 15:44:34 +02: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 dev guide.