about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2015-07-16Merge branch 'uint-usize-rustc-docs' of https://github.com/nham/rust into rol...Steve Klabnik-53/+53
2015-07-16Rollup merge of #27030 - nrc:save-ctors, r=alexcrichtonManish Goregaokar-0/+7
2015-07-14Change int/uint => isize/usize in compiler docs.Nick Hamann-53/+53
2015-07-14save-analysis: fix def_ids for method callsNick Cameron-0/+7
2015-07-13diagnostics: Fix E0303 explanation.Michael Sproul-4/+4
2015-07-13Don't ICE when missing owned_box lang itemNick Cameron-2/+8
2015-07-12Auto merge of #26957 - wesleywiser:rename_connect_to_join, r=alexcrichtonbors-2/+2
2015-07-12Auto merge of #26895 - jroesch:modernize-typeck-names, r=nikomatsakisbors-231/+226
2015-07-12Auto merge of #26966 - nagisa:tail-init, r=alexcrichtonbors-6/+6
2015-07-12Rollup merge of #26976 - tshepang:more-simple-explanation, r=gankroManish Goregaokar-2/+1
2015-07-12Implement RFC 1058Simonas Kazlauskas-6/+6
2015-07-11doc: make explanation easier to undrstandTshepang Lekhonkhobe-2/+1
2015-07-11remove repetition from E0308 explanationTshepang Lekhonkhobe-1/+1
2015-07-10Fix make tidyJared Roesch-19/+18
2015-07-10Rename TypeWithMutability to TypeAndMutJared Roesch-47/+47
2015-07-10Change some instances of .connect() to .join()Wesley Wiser-2/+2
2015-07-10Remove `pub use` of TypeError in ty.rsJared Roesch-36/+40
2015-07-10Auto merge of #26926 - alexcrichton:llvm-archive-writer, r=brsonbors-2/+2
2015-07-10trans: Use LLVM's writeArchive to modify archivesAlex Crichton-2/+2
2015-07-09Auto merge of #26904 - bluss:no-repeat, r=alexcrichtonbors-16/+13
2015-07-09Use vec![elt; n] where possibleUlrik Sverdrup-16/+13
2015-07-09Auto merge of #26515 - quantheory:check_enum_recursion, r=nrcbors-35/+140
2015-07-08Add comments about the checks for recursive variant definition, as requested ...Sean Patrick Santos-0/+4
2015-07-09Auto merge of #26883 - retep998:download-more-ram, r=alexcrichtonbors-5/+40
2015-07-08Auto merge of #26869 - alexcrichton:fix-msvc-sepcomp, r=nrcbors-5/+1
2015-07-08trans: Link rlibs to dylibs with --whole-archiveAlex Crichton-5/+1
2015-07-08Remove snake_case names from ty.rsJared Roesch-205/+197
2015-07-08Report memory use in time-passes on WindowsPeter Atashian-5/+40
2015-07-08Auto merge of #26859 - arielb1:const-deref-again, r=eddybbors-8/+29
2015-07-07Auto merge of #26747 - huonw:stability-issue, r=alexcrichtonbors-2/+6
2015-07-07mark user-defined derefs as non-constantAriel Ben-Yehuda-1/+22
2015-07-07use is_method_call rather than directly accessing the method_mapAriel Ben-Yehuda-7/+7
2015-07-06rustc: implement `unstable(issue = "nnn")`.Huon Wilson-2/+6
2015-07-04Auto merge of #26694 - eddyb:method-nan, r=arielb1bors-534/+144
2015-07-04rustc: remove MethodOrigin and use the container to distinguish inherent meth...Eduard Burtescu-47/+22
2015-07-04rustc: compute the vtable base of a supertrait during selection. Fixes #26339.Eduard Burtescu-85/+75
2015-07-04Remove outdated errors for mutating stringsAriel Ben-Yehuda-28/+2
2015-07-04rustc: remove MethodOrigin::Object and use traits::VtableObject instead.Eduard Burtescu-9/+2
2015-07-04rustc_lint: use traits::select for methods in unconditional_recursion.Eduard Burtescu-70/+7
2015-07-04rustc: simplify ty::MethodOrigin and avoid trait item indices.Eduard Burtescu-370/+125
2015-07-04rustc: remove unused MethodStaticClosure variant of MethodOrigin.Eduard Burtescu-44/+4
2015-07-03Fix some merge conflictsNiko Matsakis-10/+11
2015-07-03After inferring regions, scan for any bounds that are due to a lifetimeNiko Matsakis-0/+83
2015-07-03Add a boolean flag to ExistentialBounds tracking whether theNiko Matsakis-16/+122
2015-07-03Code up the new lifetime default rules, but leave them disabledNiko Matsakis-9/+16
2015-07-03Auto merge of #26378 - arielb1:unused-mut, r=pnkfelixbors-1/+1
2015-07-02Auto merge of #26713 - GuillaumeGomez:patch-3, r=Manishearthbors-4/+36
2015-07-02Auto merge of #26712 - GuillaumeGomez:patch-2, r=Manishearthbors-1/+48
2015-07-02Auto merge of #26722 - arielb1:log-deadlock, r=eddybbors-25/+38
2015-07-02Auto merge of #26691 - nrc:mem, r=alexcrichtonbors-2/+39