about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-07-05Rollup merge of #26795 - tshepang:typo, r=steveklabnikSteve Klabnik-1/+1
2015-07-05reference: fix typoTshepang Lekhonkhobe-1/+1
2015-07-05Rollup merge of #26792 - tshepang:follow-idiom, r=steveklabnikSteve Klabnik-4/+2
2015-07-05reference: improve lambda exampleTshepang Lekhonkhobe-4/+2
2015-07-05Rollup merge of #26791 - tshepang:misc-ref-fixes, r=steveklabnikSteve Klabnik-2/+2
2015-07-05reference: tiny fixesTshepang Lekhonkhobe-2/+2
2015-07-05Rollup merge of #26788 - tshepang:not-exclamation-marks, r=steveklabnikSteve Klabnik-2/+2
2015-07-05Rollup merge of #26787 - tshepang:tuple-usage, r=steveklabnikSteve Klabnik-3/+6
2015-07-05Rollup merge of #26785 - tshepang:inference, r=steveklabnikSteve Klabnik-12/+21
2015-07-05reference: that looks like exclamations marks for some fontsTshepang Lekhonkhobe-2/+2
2015-07-05reference: make tuple usage examples more meaningfulTshepang Lekhonkhobe-3/+6
2015-07-05reference: improve readability of type inference explanations for float and i...Tshepang Lekhonkhobe-12/+21
2015-07-04Auto merge of #26776 - bluss:num-inline, r=eddybbors-0/+2
2015-07-04Add missing #[inline] to min_value/max_value on integersUlrik Sverdrup-0/+2
2015-07-04Auto merge of #26694 - eddyb:method-nan, r=arielb1bors-1178/+591
2015-07-04Auto merge of #26771 - bluss:str-prefix, r=Gankrobors-8/+5
2015-07-04rustc: remove MethodOrigin and use the container to distinguish inherent meth...Eduard Burtescu-121/+60
2015-07-04rustc: compute the vtable base of a supertrait during selection. Fixes #26339.Eduard Burtescu-101/+117
2015-07-04Auto merge of #26770 - arielb1:str-mut-idx, r=eddybbors-28/+40
2015-07-04str: Correct documentation on is_char_boundaryUlrik Sverdrup-3/+1
2015-07-04Remove outdated errors for mutating stringsAriel Ben-Yehuda-28/+40
2015-07-04core: Use memcmp in is_prefix_of / is_suffix_ofUlrik Sverdrup-5/+4
2015-07-04require reimplementations of all items when a defaulted associated type is ov...Ariel Ben-Yehuda-12/+68
2015-07-04Clean-up check_impl_items_against_traitAriel Ben-Yehuda-106/+57
2015-07-04Auto merge of #26763 - steveklabnik:fix_feature_gates, r=sfacklerbors-4/+0
2015-07-04rustc: remove MethodOrigin::Object and use traits::VtableObject instead.Eduard Burtescu-227/+144
2015-07-04rustc_trans: remove some outdated and unused logic from callee.Eduard Burtescu-19/+19
2015-07-04rustc_lint: use traits::select for methods in unconditional_recursion.Eduard Burtescu-144/+92
2015-07-04rustc_trans: explicit impl population is unnecessary in fulfill_obligation.Eduard Burtescu-1/+0
2015-07-04rustc: simplify ty::MethodOrigin and avoid trait item indices.Eduard Burtescu-691/+328
2015-07-04rustc: remove unused MethodStaticClosure variant of MethodOrigin.Eduard Burtescu-51/+8
2015-07-03Fix some merge conflictsNiko Matsakis-11/+12
2015-07-03Now that I made the warning smarter, these tests no longer require modificationNiko Matsakis-2/+4
2015-07-03Adjust tests to silence warnings (or record them, as appropriate).Niko Matsakis-6/+8
2015-07-03After inferring regions, scan for any bounds that are due to a lifetimeNiko Matsakis-0/+168
2015-07-03Add a boolean flag to ExistentialBounds tracking whether theNiko Matsakis-39/+202
2015-07-03Code up the new lifetime default rules, but leave them disabledNiko Matsakis-36/+90
2015-07-03Auto merge of #26378 - arielb1:unused-mut, r=pnkfelixbors-277/+150
2015-07-03remove some feature gates from the docsSteve Klabnik-4/+0
2015-07-04Update atomic.rsWei-Ming Yang-9/+0
2015-07-03Auto merge of #26759 - dotdash:drop_dst, r=pnkfelixbors-2/+33
2015-07-03Fix ICE caused by Drop implementations for unsized typesBjörn Steinbrink-2/+33
2015-07-03Fix 'Relaaxed' typo in code commentCorey Farwell-1/+1
2015-07-03Auto merge of #26740 - steveklabnik:gh26737, r=gankrobors-3/+18
2015-07-03Auto merge of #26610 - aturon:fix_make_unique, r=alexcrichtonbors-79/+177
2015-07-02Auto merge of #26733 - nhowell:update-jquery, r=steveklabnikbors-6/+6
2015-07-02Auto merge of #26725 - tshepang:patch-2, r=blussbors-1/+1
2015-07-02Fix race condition in Arc's get_mut and make_unqiueAaron Turon-79/+177
2015-07-02Auto merge of #26738 - dotdash:trans_args, r=luqmanabors-187/+113
2015-07-02Auto merge of #26682 - posix4e:netbsd, r=alexcrichtonbors-41/+245