rust/src
Mark Rousskov 8fd4e5a467
Rollup merge of #55719 - pnkfelix:issue-54388-sidestep-link-error-from-rustfixed-code, r=alexcrichton
Sidestep link error from rustfix'ed code by using a *defined* static.

As a drive-by, added `-g` to the compile-flags so that the test more
reliably fails to compile when the extern static in question is *not*
provided. (I.e. this is making the test more robust in the face of
potential future revisions.)

Fix #54388.
2018-11-08 18:14:56 -07:00
..
bootstrap Rollup merge of #55703 - pnkfelix:update-configure-help-to-reflect-pr-54811, r=Mark-Simulacrum 2018-11-06 17:08:33 +08:00
build_helper Prefer unwrap_or_else to unwrap_or in case of function calls/allocations 2018-10-19 09:45:45 +02:00
ci Auto merge of #53996 - sekineh:thumb-run, r=japaric 2018-11-06 18:58:31 +00:00
dlmalloc@c99638dc2e
doc Added section to Unstable Book. 2018-11-03 04:09:34 +00:00
etc Rollup merge of #55441 - xfix:patch-12, r=aturon 2018-11-07 18:01:47 +08:00
grammar
liballoc Auto merge of #55366 - Amanieu:stable_layout, r=Amanieu 2018-11-08 06:52:27 +00:00
liballoc_system wasm32: Inline a trivial function in libstd 2018-11-01 08:24:53 -07:00
libarena Update TypedArena tests 2018-10-19 14:34:44 +02:00
libbacktrace@f4d02bbdbf
libcompiler_builtins@939cbca6e9 Update compiler-builtins submodule 2018-10-30 10:51:55 -07:00
libcore Auto merge of #55366 - Amanieu:stable_layout, r=Amanieu 2018-11-08 06:52:27 +00:00
libfmt_macros
libgraphviz
liblibc@1844a772b6
libpanic_abort
libpanic_unwind refactor: use shorthand fields 2018-11-06 15:05:44 -05:00
libproc_macro
libprofiler_builtins
librustc Rollup merge of #55638 - pnkfelix:issue-55608-ice-reempty-msg_span_from_free_region, r=estebank 2018-11-08 18:14:51 -07:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck Remove ReCanonical in favor of ReLateBound 2018-11-03 11:41:55 +01:00
librustc_codegen_llvm Rollup merge of #55633 - nikic:memcpy-align, r=nagisa 2018-11-08 18:14:49 -07:00
librustc_codegen_utils Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco 2018-11-07 21:27:00 +08:00
librustc_cratesio_shim
librustc_data_structures Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco 2018-11-07 21:27:00 +08:00
librustc_driver Rollup merge of #55495 - wesleywiser:opt_fuel_rustbuild, r=nikomatsakis 2018-11-07 18:01:50 +08:00
librustc_errors Pass suggestions as impl Iterator instead of Vec 2018-10-31 13:56:20 +01:00
librustc_fs_util
librustc_incremental Prefer Default::default over FxHash*::default in struct constructors 2018-10-19 14:34:44 +02:00
librustc_lint Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco 2018-11-07 21:27:00 +08:00
librustc_llvm Revert "rustc: Fix (again) simd vectors by-val in ABI" 2018-10-23 00:59:14 -07:00
librustc_lsan
librustc_metadata Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco 2018-11-07 21:27:00 +08:00
librustc_mir Rollup merge of #55645 - RalfJung:validity-range-inclusive, r=oli-obk 2018-11-07 21:28:19 +08:00
librustc_msan
librustc_passes Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco 2018-11-07 21:27:00 +08:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy Deprecate the FxHashMap() and FxHashSet() constructor function hack 2018-10-19 14:34:44 +02:00
librustc_resolve Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco 2018-11-07 21:27:00 +08:00
librustc_save_analysis Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco 2018-11-07 21:27:00 +08:00
librustc_target Rollup merge of #55659 - alexcrichton:musl-no-group, r=michaelwoerister 2018-11-08 18:14:53 -07:00
librustc_traits Rename Binder::no_late_bound_regions to Binder::no_bound_vars 2018-11-03 11:41:55 +01:00
librustc_tsan
librustc_typeck Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco 2018-11-07 21:27:00 +08:00
librustdoc Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco 2018-11-07 21:27:00 +08:00
libserialize
libstd Auto merge of #55366 - Amanieu:stable_layout, r=Amanieu 2018-11-08 06:52:27 +00:00
libsyntax Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco 2018-11-07 21:27:00 +08:00
libsyntax_ext syntax: improve a few allocations 2018-10-31 16:58:51 +01:00
libsyntax_pos Rename other occs of (Code/File)Map to Source(Map/File) #51574 2018-10-29 21:26:13 +01:00
libterm
libtest add option to libtest to run all tests 2018-10-14 00:58:17 +02:00
libunwind
llvm@7051ead40a Fix DWARF generation for enums 2018-10-30 12:06:07 -06:00
llvm-emscripten@2717444753
rtstartup
rustc Use jemalloc-sys on Linux and OSX compilers 2018-11-02 06:52:56 -07:00
rustllvm Rollup merge of #55633 - nikic:memcpy-align, r=nagisa 2018-11-08 18:14:49 -07:00
stdsimd@0309be1ade Update stdsimd 2018-11-02 14:58:53 +01:00
test Rollup merge of #55719 - pnkfelix:issue-54388-sidestep-link-error-from-rustfixed-code, r=alexcrichton 2018-11-08 18:14:56 -07:00
tools Remove targets from the manifest that are not built on travis 2018-11-07 19:15:04 -02:00
.gitignore
Cargo.lock Remove rustc_metadata_utils, which contains only one function 2018-11-03 14:31:09 +01:00
Cargo.toml
README.md
stage0.txt Bump nightly to 1.32.0 2018-10-31 11:53:50 -07: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: