rust/src
Mazdak Farrokhzad c0dcfedd9f
Rollup merge of #59083 - kyren:master, r=varkor
Fix #54822 and associated faulty tests

Type checking associated constants can require trait bounds, but an empty
parameter environment was provided to the trait solver.  Providing an
appropriate parameter environment seems to fix #54822 and also make one of the
cases in src/test/ui/nll/trait-associated-constant.rs that should compile
successfully do so.  It also (slightly) improves the error message in
src/test/ui/associated-const/associated-const-generic-obligations.rs
2019-03-13 03:33:46 +01:00
..
bootstrap Auto merge of #58330 - GuillaumeGomez:rustdoc-js-non-std, r=QuietMisdreavus,Mark-Simulacrum 2019-03-12 15:33:59 +00:00
build_helper
ci CI: Trim some tests from i686-gnu 2019-03-10 08:23:32 -07:00
doc Rollup merge of #58626 - QuietMisdreavus:doc-coverage, r=GuillaumeGomez 2019-03-09 17:18:13 +01:00
etc rust-lldb: fix crash when printing empty string 2019-03-06 12:28:38 -05:00
grammar
liballoc Use lifetime contravariance to elide more lifetimes in core+alloc+std 2019-03-09 19:10:28 -08:00
libarena
libcore Rollup merge of #59057 - czipperz:standardize_range_documentation, r=shepmaster 2019-03-13 03:33:43 +01:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #58608 - pnkfelix:warning-period-for-detecting-nested-impl-trait, r=zoxc 2019-03-12 12:09:47 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck Make migrate mode work at item level granularity 2019-03-10 17:27:31 +00:00
librustc_codegen_llvm Fix incorrect links in librustc_codegen_llvm documentation 2019-03-11 01:11:54 +00:00
librustc_codegen_ssa Rollup merge of #58518 - oli-obk:unreachable_result_errors, r=RalfJung 2019-03-09 17:18:11 +01:00
librustc_codegen_utils Make the rustc driver and interface demand driven 2019-03-10 04:49:45 +01:00
librustc_cratesio_shim
librustc_data_structures Make the rustc driver and interface demand driven 2019-03-10 04:49:45 +01:00
librustc_driver Drop expanded AST later if in save_analysis mode 2019-03-10 17:03:05 +01:00
librustc_errors fix bad logic 2019-03-07 08:46:18 -08:00
librustc_fs_util
librustc_incremental Rollup merge of #58908 - JohnTitor:improve-rand, r=scottmcm 2019-03-13 03:33:37 +01:00
librustc_interface Rollup merge of #58829 - Xanewok:scoped-tls, r=Zoxc 2019-03-13 03:33:34 +01:00
librustc_lint Auto merge of #58608 - pnkfelix:warning-period-for-detecting-nested-impl-trait, r=zoxc 2019-03-12 12:09:47 +00:00
librustc_llvm
librustc_lsan
librustc_macros Make rustc_macro a Rust 2018 crate 2019-03-05 20:46:45 +01:00
librustc_metadata Auto merge of #58915 - ljedrz:deprecate_nodeid_methods, r=Zoxc 2019-03-08 13:49:07 +00:00
librustc_mir Auto merge of #58788 - matthewjasper:compare-children, r=pnkfelix 2019-03-11 06:10:31 +00:00
librustc_msan
librustc_passes Auto merge of #58608 - pnkfelix:warning-period-for-detecting-nested-impl-trait, r=zoxc 2019-03-12 12:09:47 +00:00
librustc_plugin
librustc_privacy Rollup merge of #58679 - Zoxc:passes-refactor, r=michaelwoerister 2019-03-09 17:18:20 +01:00
librustc_resolve use structured suggestions for E0432 2019-03-09 11:05:30 -05:00
librustc_save_analysis hir: remove NodeId from PatKind 2019-03-07 12:18:59 +01:00
librustc_target Rollup merge of #58080 - MikaelUrankar:freebsd_arm, r=sanxiyn 2019-03-08 09:41:36 +01:00
librustc_traits HirIdification: replace NodeId method calls 2019-03-07 09:22:43 +01:00
librustc_tsan
librustc_typeck Fix #54822 and associated faulty tests 2019-03-10 23:01:30 -04:00
librustdoc Make the rustc driver and interface demand driven 2019-03-10 04:49:45 +01:00
libserialize
libstd Use lifetime contravariance to elide more lifetimes in core+alloc+std 2019-03-09 19:10:28 -08:00
libsyntax Rollup merge of #58876 - estebank:numeric-lifetime, r=petrochenkov 2019-03-13 03:33:36 +01:00
libsyntax_ext Simplify code 2019-03-06 18:46:11 -08:00
libsyntax_pos
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@38ad31bde8
rtstartup
rustc Make the rustc driver and interface demand driven 2019-03-10 04:49:45 +01:00
rustllvm
stdsimd@359845eb7c
test Rollup merge of #59083 - kyren:master, r=varkor 2019-03-13 03:33:46 +01:00
tools Auto merge of #58330 - GuillaumeGomez:rustdoc-js-non-std, r=QuietMisdreavus,Mark-Simulacrum 2019-03-12 15:33:59 +00:00
.gitignore
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.

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