rust/src
bors 8830a03043 Auto merge of #50020 - oli-obk:clippy, r=Manishearth
Update clippy

r? @Manishearth
2018-04-19 16:39:57 +00:00
..
bootstrap Auto merge of #49900 - pnkfelix:compare-mode-nll-followup-3, r=nikomatsakis 2018-04-19 11:13:10 +00:00
build_helper Run rustfmt on build_helper 2018-04-12 14:49:03 +09:00
ci Auto merge of #49488 - alexcrichton:small-wasm-panic, r=sfackler 2018-04-16 23:19:41 +00:00
dlmalloc@c99638dc2e Update to most recent version of dlmalloc 2018-04-12 22:53:02 +02:00
doc stabilize `slice_rsplit` feature 2018-04-17 00:48:23 -04:00
etc Auto merge of #49881 - varkor:partialord-opt, r=Manishearth 2018-04-15 03:54:15 +00:00
grammar Remove all unstable placement features 2018-04-03 11:02:34 +02:00
jemalloc@1f5a28755e
liballoc Auto merge of #50017 - tinaun:stabilize-all-the-things, r=sfackler 2018-04-18 19:47:56 +00:00
liballoc_jemalloc Restore Global.oom() functionality 2018-04-12 22:53:21 +02:00
liballoc_system Rename alloc::Void to alloc::Opaque 2018-04-12 22:53:22 +02:00
libarena Make arenas thread safe 2018-04-15 20:53:03 +02:00
libbacktrace
libcompiler_builtins@2a2f6d96c8 Update compiler-rt with fix for 32bit iOS ARM 2018-03-27 15:32:06 +02:00
libcore Auto merge of #49630 - npmccallum:shl, r=alexcrichton 2018-04-19 03:53:32 +00:00
libfmt_macros Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06: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 Change the hashcounts in raw `Lit` variants from usize to u16. 2018-04-12 20:12:42 +10:00
libprofiler_builtins Inject the `compiler_builtins` crate whenever the `core` crate is injected 2018-04-07 09:24:35 +02:00
librustc Auto merge of #49900 - pnkfelix:compare-mode-nll-followup-3, r=nikomatsakis 2018-04-19 11:13:10 +00:00
librustc_allocator Run rustfmt 2018-04-17 10:52:33 -05:00
librustc_apfloat Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
librustc_asan Inject the `compiler_builtins` crate whenever the `core` crate is injected 2018-04-07 09:24:35 +02:00
librustc_back Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
librustc_borrowck Avoid comparing fields by name when possible 2018-04-12 23:06:03 +03:00
librustc_const_math Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
librustc_cratesio_shim
librustc_data_structures Auto merge of #48945 - clarcharr:iter_exhaust, r=Kimundi 2018-04-16 13:21:56 +00:00
librustc_driver Auto merge of #49349 - Zoxc:sync-errors, r=michaelwoerister 2018-04-18 08:29:14 +00:00
librustc_errors Make Handler more thread-safe 2018-04-17 16:43:30 +02:00
librustc_incremental Add misc timings 2018-04-15 20:53:03 +02:00
librustc_lint Avoid comparing fields by name when possible 2018-04-12 23:06:03 +03:00
librustc_llvm Add rerun-if-env-changed=RUST_CHECK to librustc_llvm 2018-04-19 00:09:41 +01:00
librustc_lsan Inject the `compiler_builtins` crate whenever the `core` crate is injected 2018-04-07 09:24:35 +02:00
librustc_metadata Auto merge of #49433 - varkor:metadata-skip-mir-opt, r=michaelwoerister 2018-04-16 10:30:57 +00:00
librustc_mir Auto merge of #49900 - pnkfelix:compare-mode-nll-followup-3, r=nikomatsakis 2018-04-19 11:13:10 +00:00
librustc_msan Inject the `compiler_builtins` crate whenever the `core` crate is injected 2018-04-07 09:24:35 +02:00
librustc_passes AST/HIR: Merge field access expressions for named and numeric fields 2018-04-12 23:02:09 +03:00
librustc_platform_intrinsics Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
librustc_plugin Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
librustc_privacy Avoid comparing fields by name when possible 2018-04-12 23:06:03 +03:00
librustc_resolve Turn some comments into doccomments 2018-04-17 10:54:10 -05:00
librustc_save_analysis Auto merge of #49847 - sinkuu:save_analysis_implicit_extern, r=petrochenkov 2018-04-16 02:34:32 +00:00
librustc_traits Rebase and fix conflicts. 2018-04-15 23:49:41 +02:00
librustc_trans rustc_trans: also check dominators for SSA values in mir::analyze. 2018-04-18 20:02:23 +09:00
librustc_trans_utils Separately gate each target_feature feature 2018-04-16 13:58:42 -07:00
librustc_tsan Inject the `compiler_builtins` crate whenever the `core` crate is injected 2018-04-07 09:24:35 +02:00
librustc_typeck Add #[no_debug] to trans_fn_attrs() query. 2018-04-17 15:01:31 +02:00
librustdoc Auto merge of #49349 - Zoxc:sync-errors, r=michaelwoerister 2018-04-18 08:29:14 +00:00
libserialize Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
libstd Auto merge of #50017 - tinaun:stabilize-all-the-things, r=sfackler 2018-04-18 19:47:56 +00:00
libstd_unicode Mark the rest of the `unicode` feature flag as perma-unstable. 2018-04-12 00:13:53 +02:00
libsyntax Auto merge of #50006 - rcoh:reorder-compiler-builtins, r=oli-obk 2018-04-18 17:07:21 +00:00
libsyntax_ext Auto merge of #49881 - varkor:partialord-opt, r=Manishearth 2018-04-15 03:54:15 +00:00
libsyntax_pos Rollup merge of #49699 - zesterer:master, r=joshtriplett 2018-04-17 18:43:13 +02:00
libterm Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
libtest Add rustdoc-ui test suite 2018-04-16 23:37:11 +02:00
libunwind Remove unwanted auto-linking and update 2018-04-16 23:37:11 +02:00
llvm@7243155b1c Use the GlobalAlloc trait for #[global_allocator] 2018-04-12 22:53:12 +02:00
llvm-emscripten@2717444753
rtstartup
rustc Rollup merge of #49606 - varkor:pipe-repair, r=alexcrichton 2018-04-17 01:50:58 +08:00
rustllvm Use the GlobalAlloc trait for #[global_allocator] 2018-04-12 22:53:12 +02:00
stdsimd@effdcd0132 Separately gate each target_feature feature 2018-04-16 13:58:42 -07:00
test Auto merge of #49900 - pnkfelix:compare-mode-nll-followup-3, r=nikomatsakis 2018-04-19 11:13:10 +00:00
tools Auto merge of #50020 - oli-obk:clippy, r=Manishearth 2018-04-19 16:39:57 +00:00
Cargo.lock Update clippy 2018-04-19 08:52:52 +02:00
Cargo.toml Revert "create a nostd crate" 2018-04-04 22:23:33 +02:00
README.md
stage0.txt Bump the bootstrap compiler to 1.26.0 beta 2018-04-05 07:13:45 -07:00

README.md

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: