rust/src
bors 3eadd75473 Auto merge of #50354 - varkor:initial-field-alignment-c-int, r=eddyb
Correct initial field alignment for repr(C)/repr(int)

Fixes #50098 following https://github.com/rust-lang/rust/issues/50098#issuecomment-385497333.

(I wasn't sure which kind of test was best suited here — I picked run-pass simply because that was convenient, but if codegen is more appropriate, let me know and I'll change it.)

r? @eddyb
2018-05-02 17:02:25 +00:00
..
bootstrap rustbuild: Normalize paths coming from Python slightly 2018-05-01 21:25:38 +03:00
build_helper
ci
dlmalloc@c99638dc2e
doc Auto merge of #48925 - zackmdavis:fn_must_stabilize, r=nikomatsakis 2018-04-30 22:02:33 +00:00
etc
grammar
jemalloc@1f5a28755e
liballoc Auto merge of #49724 - kennytm:range-inc-start-end-methods, r=Kimundi 2018-05-01 10:10:46 +00:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace
libcompiler_builtins@2a2f6d96c8
libcore Auto merge of #49724 - kennytm:range-inc-start-end-methods, r=Kimundi 2018-05-01 10:10:46 +00:00
libfmt_macros
libgraphviz
liblibc@a7e78a78e1
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #50354 - varkor:initial-field-alignment-c-int, r=eddyb 2018-05-02 17:02:25 +00:00
librustc_allocator
librustc_apfloat Comment typo 2018-04-30 18:18:32 +02:00
librustc_asan
librustc_borrowck Disable AST unused mut check when using MIR borrowck 2018-04-28 01:55:24 -07:00
librustc_cratesio_shim
librustc_data_structures Auto merge of #50240 - nnethercote:LazyBTreeMap, r=cramertj 2018-04-28 21:19:33 +00:00
librustc_driver
librustc_errors
librustc_incremental
librustc_lint stabilize #[must_use] for functions and must-use operators 2018-04-28 20:32:49 -07:00
librustc_llvm
librustc_lsan
librustc_metadata Auto merge of #50271 - sinkuu:fix_ice, r=eddyb 2018-04-29 03:01:09 +00:00
librustc_mir Auto merge of #50282 - fitzgen:run-more-passes-on-constant-mir, r=nikomatsakis 2018-05-02 05:22:29 +00:00
librustc_msan
librustc_passes Unify MIR assert messages and const eval errors 2018-04-30 18:29:15 +02:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve Auto merge of #49982 - petrochenkov:noreex, r=alexcrichton 2018-05-01 21:22:49 +00:00
librustc_save_analysis
librustc_target Auto merge of #49724 - kennytm:range-inc-start-end-methods, r=Kimundi 2018-05-01 10:10:46 +00:00
librustc_traits Conservatively assume dropping a generator touches its upvars, via locals' dtors. 2018-05-01 22:28:54 +02:00
librustc_trans Auto merge of #50278 - eddyb:mir-succ-iter, r=nikomatsakis 2018-05-02 02:10:51 +00:00
librustc_trans_utils
librustc_tsan
librustc_typeck Auto merge of #50198 - oli-obk:const_prop, r=eddyb 2018-05-01 12:16:14 +00:00
librustdoc Auto merge of #49982 - petrochenkov:noreex, r=alexcrichton 2018-05-01 21:22:49 +00:00
libserialize
libstd Fix an error from "unused" lint + Fix rebase 2018-05-01 17:02:18 +03:00
libstd_unicode
libsyntax Auto merge of #50339 - nnethercote:lazy-Printer-buf, r=michaelwoerister 2018-05-02 10:13:11 +00:00
libsyntax_ext
libsyntax_pos
libterm
libtest
libunwind
llvm@7243155b1c
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@1ea18a5cb4
test Auto merge of #50354 - varkor:initial-field-alignment-c-int, r=eddyb 2018-05-02 17:02:25 +00:00
tools Update RLS and Rustfmt 2018-05-02 10:20:49 +12:00
Cargo.lock Update RLS and Rustfmt 2018-05-02 10:20:49 +12:00
Cargo.toml Set opt-level to 3 2018-05-01 09:04:36 +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 guide.

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