rust/src
Niko Matsakis f702bd6a52 rewrite constants to use NewType::MAX instead of u32::MAX
Also, adjust the MAX to be `u32::MAX - 1`, leaving room for `u32::MAX`
to become a sentinel value in the future.
2018-09-07 11:37:47 -04:00
..
bootstrap Rollup merge of #54023 - matthiaskrgr:clippy, r=oli-obk 2018-09-07 18:14:28 +08:00
build_helper
ci [RISCV] Add riscv32imc-unknown-none-elf target. 2018-08-30 16:03:37 +02:00
dlmalloc@c99638dc2e
doc Rollup merge of #53550 - brson:recurring, r=estebank 2018-09-07 15:26:40 +08:00
etc Fix direction of slashes in the help text example. 2018-08-30 20:23:41 +01:00
grammar
jemalloc@1f5a28755e
liballoc Rollup merge of #53874 - withoutboats:pin-ptr-impls, r=RalfJung 2018-09-07 15:26:49 +08:00
liballoc_jemalloc Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis 2018-08-27 17:42:45 +00:00
liballoc_system Replace usages of 'bad_style' with 'nonstandard_style'. 2018-08-29 09:01:35 -05:00
libarena check that adding infer-outlives requirement to all crates works 2018-08-24 17:10:50 -04:00
libbacktrace@f4d02bbdbf
libcompiler_builtins@0703bfa725 Update the compiler-builtins submodule 2018-09-05 09:12:17 -07:00
libcore Rollup merge of #53979 - alexcrichton:remove-repr-transparent-atomics-master, r=sfackler 2018-09-07 18:13:57 +08:00
libfmt_macros check that adding infer-outlives requirement to all crates works 2018-08-24 17:10:50 -04:00
libgraphviz check that adding infer-outlives requirement to all crates works 2018-08-24 17:10:50 -04:00
liblibc@1844a772b6 Update libc to include Fuchsia fixes 2018-08-24 11:52:49 -07:00
libpanic_abort Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis 2018-08-27 17:42:45 +00:00
libpanic_unwind Replace usages of 'bad_style' with 'nonstandard_style'. 2018-08-29 09:01:35 -05:00
libproc_macro check that adding infer-outlives requirement to all crates works 2018-08-24 17:10:50 -04:00
libprofiler_builtins check that adding infer-outlives requirement to all crates works 2018-08-24 17:10:50 -04:00
librustc rewrite constants to use NewType::MAX instead of u32::MAX 2018-09-07 11:37:47 -04:00
librustc_allocator Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis 2018-08-27 17:42:45 +00:00
librustc_apfloat check that adding infer-outlives requirement to all crates works 2018-08-24 17:10:50 -04:00
librustc_asan check that adding infer-outlives requirement to all crates works 2018-08-24 17:10:50 -04:00
librustc_borrowck Rename hir::map::NodeKind to hir::Node 2018-08-27 21:46:23 +01:00
librustc_codegen_llvm make field always private, add From impls 2018-09-07 11:37:46 -04:00
librustc_codegen_utils Rename hir::map::NodeKind to hir::Node 2018-08-27 21:46:23 +01:00
librustc_cratesio_shim Breaking change upgrades 2018-09-04 13:22:08 -06:00
librustc_data_structures rewrite constants to use NewType::MAX instead of u32::MAX 2018-09-07 11:37:47 -04:00
librustc_driver Move #[test_case] to a syntax extension 2018-09-04 22:33:23 -07:00
librustc_errors Breaking change upgrades 2018-09-04 13:22:08 -06:00
librustc_fs_util Move path2cstr to rustc_fs_util 2018-08-09 10:00:25 -06:00
librustc_incremental Breaking change upgrades 2018-09-04 13:22:08 -06:00
librustc_lint Rollup merge of #53550 - brson:recurring, r=estebank 2018-09-07 15:26:40 +08:00
librustc_llvm check that adding infer-outlives requirement to all crates works 2018-08-24 17:10:50 -04:00
librustc_lsan check that adding infer-outlives requirement to all crates works 2018-08-24 17:10:50 -04:00
librustc_metadata Auto merge of #53721 - arielb1:exhaustively-unpun, r=nikomatsakis 2018-09-06 06:42:19 +00:00
librustc_metadata_utils Move unused trait functions to inherent functions 2018-08-03 11:44:09 -06:00
librustc_mir make field always private, add From impls 2018-09-07 11:37:46 -04:00
librustc_msan check that adding infer-outlives requirement to all crates works 2018-08-24 17:10:50 -04:00
librustc_passes Auto merge of #53815 - F001:if-let-guard, r=petrochenkov 2018-09-01 20:31:29 +00:00
librustc_platform_intrinsics Replace usages of 'bad_style' with 'nonstandard_style'. 2018-08-29 09:01:35 -05:00
librustc_plugin Add deprecated_name argument to the register lint group functions 2018-08-31 00:46:55 -07:00
librustc_privacy Auto merge of #53721 - arielb1:exhaustively-unpun, r=nikomatsakis 2018-09-06 06:42:19 +00:00
librustc_resolve rustc_resolve: allow use crate_name; under uniform_paths. 2018-09-06 22:07:56 +03:00
librustc_save_analysis A few cleanups and minor improvements to save_analysis 2018-09-03 18:37:54 +02:00
librustc_target Auto merge of #53878 - alexcrichton:wasm-atomics-feature, r=eddyb 2018-09-05 13:19:19 +00:00
librustc_traits Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis 2018-08-27 17:42:45 +00:00
librustc_tsan check that adding infer-outlives requirement to all crates works 2018-08-24 17:10:50 -04:00
librustc_typeck Auto merge of #53707 - eddyb:phantom-waffles, r=oli-obk 2018-09-06 09:32:23 +00:00
librustdoc Auto merge of #53707 - eddyb:phantom-waffles, r=oli-obk 2018-09-06 09:32:23 +00:00
libserialize rewrite constants to use NewType::MAX instead of u32::MAX 2018-09-07 11:37:47 -04:00
libstd Rollup merge of #53376 - frewsxcv:frewsxcv-copy, r=GuillaumeGomez 2018-09-07 15:26:30 +08:00
libsyntax Move #[test_case] to a syntax extension 2018-09-04 22:33:23 -07:00
libsyntax_ext Move #[test_case] to a syntax extension 2018-09-04 22:33:23 -07:00
libsyntax_pos Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc. 2018-08-28 17:04:04 +03:00
libterm check that adding infer-outlives requirement to all crates works 2018-08-24 17:10:50 -04:00
libtest Auto merge of #53867 - cwndrws:json-test-formatter-test-count-as-num, r=nrc 2018-09-05 09:57:56 +00:00
libunwind Replace usages of 'bad_style' with 'nonstandard_style'. 2018-08-29 09:01:35 -05:00
llvm@2a1cdeadd3 Update LLVM submodule 2018-08-31 16:00:41 -07:00
llvm-emscripten@2717444753
rtstartup
rustc Update libc and activate align feature 2018-08-08 10:52:10 +02:00
rustllvm Auto merge of #53673 - michaelwoerister:incr-thinlto-2000, r=alexcrichton 2018-09-03 13:59:57 +00:00
stdsimd@05c2f61c38
test Auto merge of #54021 - kennytm:rollup, r=kennytm 2018-09-07 12:48:20 +00:00
tools Rollup merge of #54023 - matthiaskrgr:clippy, r=oli-obk 2018-09-07 18:14:28 +08:00
.gitignore move file-extension based .gitignore down to src/ 2018-08-28 20:04:52 +02:00
Cargo.lock update clippy submodule 2018-09-07 09:18:03 +02:00
Cargo.toml Update Cargo submodule 2018-08-02 18:09:19 -07:00
README.md
stage0.txt Switch to bootstrapping from 1.29 beta 2018-08-01 11:59:08 -06:00

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.

Their is also useful content in the following READMEs, which are gradually being moved over to the guide: