rust/src
Ariel Ben-Yehuda 1af72660a7 Don't call instantiate_type_scheme during method probing
It can introduce obligations to the fulfillment context, which would
incorrectly still remain after the probe finished.

Fixes #25679.
2015-06-15 18:27:35 +03:00
..
compiler-rt@58ab642c30
compiletest compiletest: remove JIT 2015-06-13 12:53:07 -04:00
doc Rollup merge of #26257 - Tonkpils:patch-1, r=alexcrichton 2015-06-13 18:03:55 +05:30
driver
error-index-generator Removed many pointless calls to *iter() and iter_mut() 2015-06-10 21:14:03 +01:00
etc Correctly map upper-case Sigma to lower-case in word-final position. Fix #26035. 2015-06-06 12:37:11 +02:00
grammar Replace usage of String::from_str with String:from 2015-06-08 16:55:35 +02:00
jemalloc@e24a1a025a
liballoc Auto merge of #26265 - retep998:heapalloc, r=alexcrichton 2015-06-15 00:24:31 +00:00
libarena Conver reborrows to .iter() calls where appropriate 2015-06-11 13:56:07 +01:00
libbacktrace
libcollections Auto merge of #26190 - Veedrac:no-iter, r=alexcrichton 2015-06-11 18:10:08 +00:00
libcollectionstest Auto merge of #26190 - Veedrac:no-iter, r=alexcrichton 2015-06-11 18:10:08 +00:00
libcore Auto merge of #25359 - thepowersgang:result-expect-2, r=alexcrichton 2015-06-15 05:11:53 +00:00
libcoretest Auto merge of #25359 - thepowersgang:result-expect-2, r=alexcrichton 2015-06-15 05:11:53 +00:00
libflate
libfmt_macros
libgetopts Removed many pointless calls to *iter() and iter_mut() 2015-06-10 21:14:03 +01:00
libgraphviz Conver reborrows to .iter() calls where appropriate 2015-06-11 13:56:07 +01:00
liblibc crate libc: Correct signature of WriteFile 2015-06-04 21:45:35 +08:00
liblog change some statics to constants 2015-06-07 19:50:13 +02:00
librand Removed many pointless calls to *iter() and iter_mut() 2015-06-10 21:14:03 +01:00
librbml
librustc Split TyArray into TyArray and TySlice. 2015-06-12 16:50:13 -07:00
librustc_back Add ability to change ar tool from target specification json 2015-06-08 09:01:32 -04:00
librustc_bitflags
librustc_borrowck Cleanup: rename middle::ty::sty and its variants. 2015-06-12 11:07:16 -07:00
librustc_data_structures
librustc_driver Cleanup: rename middle::ty::sty and its variants. 2015-06-12 11:07:16 -07:00
librustc_lint Cleanup: rename middle::ty::sty and its variants. 2015-06-12 11:07:16 -07:00
librustc_llvm Auto merge of #25627 - murarth:execution-engine-fix, r=nrc 2015-06-09 04:28:57 +00:00
librustc_privacy Cleanup: rename middle::ty::sty and its variants. 2015-06-12 11:07:16 -07:00
librustc_resolve Conver reborrows to .iter() calls where appropriate 2015-06-11 13:56:07 +01:00
librustc_trans save-analysis: fix a couple of span bugs 2015-06-15 18:10:49 +12:00
librustc_typeck Don't call instantiate_type_scheme during method probing 2015-06-15 18:27:35 +03:00
librustc_unicode Rollup merge of #26260 - tshepang:improve-example, r=steveklabnik 2015-06-13 18:03:56 +05:30
librustdoc Split TyArray into TyArray and TySlice. 2015-06-12 16:50:13 -07:00
libserialize Replace usage of String::from_str with String:from 2015-06-08 16:55:35 +02:00
libstd Auto merge of #26168 - sfackler:stdout-panic, r=alexcrichton 2015-06-15 06:44:42 +00:00
libsyntax diagnostics: Allow long URLs in error explanations. 2015-06-14 18:46:32 +10:00
libterm Removed many pointless calls to *iter() and iter_mut() 2015-06-10 21:14:03 +01:00
libtest Removed many pointless calls to *iter() and iter_mut() 2015-06-10 21:14:03 +01:00
llvm@bff6907697
rt
rust-installer@e54d4823d2
rustbook Removed many pointless calls to *iter() and iter_mut() 2015-06-10 21:14:03 +01:00
rustllvm inverse the logic in code inclusion 2015-06-14 07:08:10 +02:00
test Don't call instantiate_type_scheme during method probing 2015-06-15 18:27:35 +03:00
snapshots.txt