rust/src
bors 6e5e63a48c Auto merge of #50526 - moxian:just-fix, r=alexcrichton
Add a fallback for stacktrace printing for older Windows versions.

Some time ago we switched stack inspection functions of dbghelp.dll to their newer alternatives that also capture inlined context.
Unfortunately, said new alternatives are not present in older dbghelp.dll versions.
In particular Windows 7 at the time of writing has dbghelp.dll version 6.1.7601 from 2010, that lacks StackWalkEx and friends.

Tested on my Windows 7 - both msvc and gnu versions produce a readable stacktrace.

Fixes #50138
2018-06-29 09:42:40 +00:00
..
bootstrap Auto merge of #51725 - Mark-Simulacrum:no-llvm, r=kennytm 2018-06-26 16:26:00 +00:00
build_helper
ci
dlmalloc@c99638dc2e
doc
etc
grammar
jemalloc@1f5a28755e
liballoc Arc: remove unused allocation from Weak::new() 2018-06-28 11:49:47 -07:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@4cfd7101eb
libcore Rollup merge of #51765 - jonas-schievink:patch-1, r=KodrAus 2018-06-28 16:07:12 -06:00
libfmt_macros
libgraphviz
liblibc@a7e78a78e1
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Rollup merge of #51636 - oli-obk:const_diagnostics, r=eddyb 2018-06-28 16:07:10 -06:00
librustc_allocator Implement #[macro_export(local_inner_macros)] 2018-06-27 13:10:16 +03:00
librustc_apfloat migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
librustc_asan
librustc_borrowck Use Idents in a number of structures in HIR 2018-06-28 11:04:50 +03:00
librustc_codegen_llvm Merge ConstVal and ConstValue 2018-06-28 11:04:25 +02:00
librustc_codegen_utils migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
librustc_cratesio_shim
librustc_data_structures
librustc_driver Use Idents for associated item definitions in HIR 2018-06-28 11:04:50 +03:00
librustc_errors
librustc_incremental Make opaque::Encoder append-only and make it infallible 2018-06-27 11:43:15 +02:00
librustc_lint Use Idents for associated item definitions in HIR 2018-06-28 11:04:50 +03:00
librustc_llvm
librustc_lsan
librustc_metadata Auto merge of #50997 - michaelwoerister:pre-analyze-filemaps, r=Mark-Simulacrum 2018-06-28 11:20:41 +00:00
librustc_mir Rollup merge of #51839 - oli-obk:const_shift_overflow, r=nikomatsakis 2018-06-28 16:07:14 -06:00
librustc_msan
librustc_passes
librustc_platform_intrinsics
librustc_plugin Implement #[macro_export(local_inner_macros)] 2018-06-27 13:10:16 +03:00
librustc_privacy Use Idents for path segments in HIR 2018-06-28 11:04:50 +03:00
librustc_resolve Fix rebase 2018-06-28 11:04:51 +03:00
librustc_save_analysis Use Idents for associated item definitions in HIR 2018-06-28 11:04:50 +03:00
librustc_target Explicitely disable WASM code generation for Emscripten 2018-06-28 15:02:38 +02:00
librustc_traits Use Idents for associated item definitions in HIR 2018-06-28 11:04:50 +03:00
librustc_tsan
librustc_typeck Provide existing ref suggestions for more E0308 errors 2018-06-28 11:37:15 -07:00
librustdoc Auto merge of #51592 - GuillaumeGomez:fix-macro-doc-search, r=GuillaumeGomez 2018-06-29 01:05:02 +00:00
libserialize Make opaque::Encoder append-only and make it infallible 2018-06-27 11:43:15 +02:00
libstd Auto merge of #50526 - moxian:just-fix, r=alexcrichton 2018-06-29 09:42:40 +00:00
libstd_unicode
libsyntax Auto merge of #50997 - michaelwoerister:pre-analyze-filemaps, r=Mark-Simulacrum 2018-06-28 11:20:41 +00:00
libsyntax_ext Implement #[macro_export(local_inner_macros)] 2018-06-27 13:10:16 +03:00
libsyntax_pos Auto merge of #50997 - michaelwoerister:pre-analyze-filemaps, r=Mark-Simulacrum 2018-06-28 11:20:41 +00:00
libterm migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
libtest
libunwind
llvm@9ad4b7e8d7
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@a19ca1cd91
test Auto merge of #51592 - GuillaumeGomez:fix-macro-doc-search, r=GuillaumeGomez 2018-06-29 01:05:02 +00:00
tools add edition compiletest header + fix tests 2018-06-26 19:32:00 -05:00
Cargo.lock Add SSE2 accelerated version of FileMap analysis. 2018-06-27 14:00:34 +02:00
Cargo.toml
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: