rust/src
Mazdak Farrokhzad f0eb4b4752
Rollup merge of #67127 - estebank:disambiguate-suggestion, r=varkor
Use structured suggestion for disambiguating method calls

Fix #65635.
2019-12-20 12:17:20 +01:00
..
bootstrap Remove newline from commit in toolstate 2019-12-19 22:32:07 -05:00
build_helper
ci Set release channel on non-dist builders 2019-12-18 22:44:42 -05:00
doc update reference 2019-12-14 15:41:36 -05:00
etc Make dec2flt_table compatible with rustfmt 2019-11-29 20:17:09 -08:00
liballoc Rollup merge of #66755 - mark-i-m:const-vec-new, r=ecstatic-morse 2019-12-20 12:17:18 +01:00
libarena Fix TypedArena. 2019-12-03 23:35:40 +01:00
libcore Rollup merge of #67436 - NieDzejkob:todo-stabilization-fix, r=alexcrichton 2019-12-19 17:53:58 -05:00
libfmt_macros Rename to then_some and then 2019-12-06 12:24:54 +00:00
libgraphviz
libpanic_abort
libpanic_unwind libunwind_panic: adjust miri panic hack 2019-11-30 10:13:25 +01:00
libproc_macro
libprofiler_builtins
librustc Rollup merge of #67127 - estebank:disambiguate-suggestion, r=varkor 2019-12-20 12:17:20 +01:00
librustc_apfloat
librustc_asan
librustc_codegen_llvm Fix weird implicit dependency between rustllvm and rustc_codegen_llvm 2019-12-12 10:51:19 -05:00
librustc_codegen_ssa Auto merge of #66650 - matthewjasper:nonuniform-array-move, r=pnkfelix 2019-12-11 23:00:38 +00:00
librustc_codegen_utils Revert "Stabilize the never_type, written !." 2019-12-14 09:01:09 -05:00
librustc_data_structures Revert "Auto merge of #67362 - Mark-Simulacrum:par-4-default, r=alexcrichton" 2019-12-17 16:28:33 -05:00
librustc_driver Fix fallout from rebase 2019-12-11 09:50:12 -05:00
librustc_error_codes Auto merge of #67216 - ecstatic-morse:const-loop, r=oli-obk 2019-12-15 01:28:28 +00:00
librustc_errors async/await: more improvements to non-send errors 2019-12-08 16:29:08 +00:00
librustc_feature Auto merge of #67216 - ecstatic-morse:const-loop, r=oli-obk 2019-12-15 01:28:28 +00:00
librustc_fs_util
librustc_incremental Remove some unnecessary ATTR_* constants. 2019-12-18 11:11:15 +11:00
librustc_index Added ExactSizeIterator bound to return types 2019-12-09 21:16:48 +01:00
librustc_interface Fix documentation typo 2019-12-19 12:58:42 +01:00
librustc_lexer
librustc_lint Rollup merge of #66983 - weiznich:bugfix/issue_66295, r=estebank 2019-12-12 10:09:19 +09:00
librustc_llvm Fix weird implicit dependency between rustllvm and rustc_codegen_llvm 2019-12-12 10:51:19 -05:00
librustc_lsan
librustc_macros Rename StableHashingContextLike to HashStableContext. 2019-11-23 17:57:00 +01:00
librustc_metadata Require stable/unstable annotations for the constness of all stable functions with a const modifier 2019-12-13 11:27:02 +01:00
librustc_mir Rollup merge of #67325 - Centril:push-fake-read, r=matthewjasper 2019-12-16 05:23:39 +01:00
librustc_msan
librustc_parse parser: recover on &'lifetime mut $pat. 2019-12-13 02:36:25 +01:00
librustc_passes Use better name for local containing required feature gates 2019-12-13 10:39:15 -08:00
librustc_plugin_impl rustc_plugin: Some further cleanup 2019-12-01 20:53:25 +03:00
librustc_privacy allow customising ty::TraitRef's printing behavior 2019-11-29 17:30:21 +03:00
librustc_resolve resolve: Always resolve visibilities on impl items 2019-12-11 22:10:09 +03:00
librustc_save_analysis syntax: Remove redundant span from ast::Mac 2019-12-02 21:56:34 +03:00
librustc_session Revert "Auto merge of #67362 - Mark-Simulacrum:par-4-default, r=alexcrichton" 2019-12-17 16:28:33 -05:00
librustc_target Rollup merge of #67255 - tuxillo:remove-i686-unknown-dragonfly, r=alexcrichton 2019-12-15 05:57:21 +01:00
librustc_traits Retire BraceStructLiftImpl. 2019-11-18 08:41:28 +01:00
librustc_tsan
librustc_typeck Rollup merge of #67127 - estebank:disambiguate-suggestion, r=varkor 2019-12-20 12:17:20 +01:00
librustdoc Rollup merge of #67336 - GuillaumeGomez:fix-js-error, r=Dylan-DPC 2019-12-16 17:33:13 +01:00
libserialize Revert "Stabilize the never_type, written !." 2019-12-14 09:01:09 -05:00
libstd Correct the todo! stabilization version 2019-12-19 19:09:20 +01:00
libsyntax Remove outdated references to @T from comments 2019-12-17 23:41:55 +01:00
libsyntax_expand Propagate cfg bootstrap 2019-12-18 12:16:19 -05:00
libsyntax_ext Rename to then_some and then 2019-12-06 12:24:54 +00:00
libsyntax_pos Auto merge of #67216 - ecstatic-morse:const-loop, r=oli-obk 2019-12-15 01:28:28 +00:00
libterm make use of Result::map_or 2019-12-02 06:26:48 +00:00
libtest Use Instant::now lazily 2019-12-06 12:24:54 +00:00
libunwind
llvm-project@2cb41005ed Update LLVM submodule 2019-11-30 01:34:31 +01:00
rtstartup
rustc rustc: Link LLVM directly into rustc again 2019-12-11 09:50:11 -05:00
rustllvm Rollup merge of #67033 - cuviper:ValueName2, r=rkruppe 2019-12-07 00:10:02 +09:00
stdarch@e0ab2c165a
test Rollup merge of #67127 - estebank:disambiguate-suggestion, r=varkor 2019-12-20 12:17:20 +01:00
tools Fix compiletest fallout from stage0 bump 2019-12-18 13:28:14 -05:00
README.md
stage0.txt Bump stage0 2019-12-18 11:51:31 -05: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.