rust/src
Esteban Küber c2e0e71a09 Suggest correct order for arguments when encountering early constraints
When encountering constraints before type arguments or lifetimes,
suggest the correct order.
2020-03-29 11:31:58 -07:00
..
bootstrap
build_helper
ci
doc
etc Auto merge of #70282 - ssomers:btreemap_gdb_pretty_print, r=Mark-Simulacrum 2020-03-27 09:54:02 +00:00
liballoc
libarena
libcore Rollup merge of #65222 - Lucretiel:fold_self, r=kodrAus 2020-03-27 15:09:48 +01:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #70483 - Centril:rollup-slli4yf, r=Centril 2020-03-28 00:36:57 +00:00
librustc_apfloat
librustc_ast Suggest correct order for arguments when encountering early constraints 2020-03-29 11:31:58 -07:00
librustc_ast_lowering address some review comments 2020-03-27 09:29:38 +01:00
librustc_ast_passes Suggest correct order for arguments when encountering early constraints 2020-03-29 11:31:58 -07:00
librustc_ast_pretty Suggest correct order for arguments when encountering early constraints 2020-03-29 11:31:58 -07:00
librustc_attr
librustc_builtin_macros
librustc_codegen_llvm Auto merge of #70483 - Centril:rollup-slli4yf, r=Centril 2020-03-28 00:36:57 +00:00
librustc_codegen_ssa Auto merge of #70095 - jsgf:link-native, r=nagisa 2020-03-28 08:16:47 +00:00
librustc_data_structures Auto merge of #69916 - oli-obk:mir_bless, r=eddyb 2020-03-27 12:58:34 +00:00
librustc_driver
librustc_error_codes Rollup merge of #70470 - GuillaumeGomez:cleanup-e0463, r=Dylan-DPC 2020-03-27 15:09:59 +01:00
librustc_errors Suggest correct order for arguments when encountering early constraints 2020-03-29 11:31:58 -07:00
librustc_expand Auto merge of #70261 - Centril:angle-args-partition, r=varkor 2020-03-28 11:13:09 +00:00
librustc_feature
librustc_fs_util
librustc_hir clarify hir_id <-> node_id method names 2020-03-27 16:43:20 +01:00
librustc_hir_pretty Auto merge of #68404 - Amanieu:llvm-asm, r=estebank 2020-03-27 03:27:09 +00:00
librustc_incremental
librustc_index
librustc_infer
librustc_interface Auto merge of #70261 - Centril:angle-args-partition, r=varkor 2020-03-28 11:13:09 +00:00
librustc_lexer
librustc_lint
librustc_llvm
librustc_macros Remove the QueryGetter trait. 2020-03-27 07:35:32 +01:00
librustc_metadata Auto merge of #70162 - cjgillot:split_query, r=Zoxc 2020-03-27 21:36:51 +00:00
librustc_mir Rollup merge of #70480 - lcnr:appayupyup, r=eddyb 2020-03-27 22:39:42 +01:00
librustc_mir_build Rollup merge of #70457 - Centril:non-exhaustive-scrutinee-type, r=estebank 2020-03-27 22:39:39 +01:00
librustc_parse address some review comments 2020-03-27 09:29:38 +01:00
librustc_passes Auto merge of #68404 - Amanieu:llvm-asm, r=estebank 2020-03-27 03:27:09 +00:00
librustc_plugin_impl
librustc_privacy Rollup merge of #70344 - Centril:hir-pretty, r=eddyb 2020-03-27 01:23:53 +01:00
librustc_query_system Implement HashStable directly. 2020-03-27 08:33:37 +01:00
librustc_resolve
librustc_save_analysis Auto merge of #70261 - Centril:angle-args-partition, r=varkor 2020-03-28 11:13:09 +00:00
librustc_session Auto merge of #70095 - jsgf:link-native, r=nagisa 2020-03-28 08:16:47 +00:00
librustc_span
librustc_symbol_mangling
librustc_target Remove no_integrated_as mode. 2020-03-27 11:59:10 +11:00
librustc_trait_selection Rollup merge of #70344 - Centril:hir-pretty, r=eddyb 2020-03-27 01:23:53 +01:00
librustc_traits
librustc_ty
librustc_typeck Rollup merge of #70478 - lcnr:refactor-type_of, r=varkor 2020-03-27 22:39:41 +01:00
librustdoc clarify hir_id <-> node_id method names 2020-03-27 16:43:20 +01:00
libserialize
libstd Auto merge of #68404 - Amanieu:llvm-asm, r=estebank 2020-03-27 03:27:09 +00:00
libterm
libtest
libunwind
llvm-project@9f65ad0573
rtstartup
rustc
rustllvm
stdarch@abe96ca3b8
test Suggest correct order for arguments when encountering early constraints 2020-03-29 11:31:58 -07:00
tools
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 dev guide.