]> git.lizzy.rs Git - rust.git/history - src/librustc
librust: Stop rust tool from crashing on macos.
[rust.git] / src / librustc /
2013-07-28 borsauto merge of #8076 : omasanori/rust/cleanup, r=huonw
2013-07-28 borsauto merge of #7864 : brson/rust/start-on-main-thread...
2013-07-27 borsauto merge of #8074 : thestinger/rust/iterator, r=cmr
2013-07-27 borsauto merge of #8077 : graydon/rust/reorganize-driver...
2013-07-27 borsauto merge of #8078 : luqmana/rust/gst, r=Aatch
2013-07-27 borsauto merge of #8036 : sfackler/rust/container-impls...
2013-07-27 borsauto merge of #8070 : luqmana/rust/nom, r=alexcrichton
2013-07-27 borsauto merge of #8067 : alexcrichton/rust/issue-3636...
2013-07-27 borsauto merge of #8060 : Blei/rust/fix-obsolete-extern...
2013-07-27 borsauto merge of #8045 : michaelwoerister/rust/destructuri...
2013-07-27 borsauto merge of #8040 : luqmana/rust/rtn, r=brson
2013-07-27 Luqman Adenlibrustc: Stop trying to make invalid slice with vec...
2013-07-27 Graydon Hoarerustc: reorganize driver, replace compile_upto with...
2013-07-27 OGINO MasanoriRemove unnecessary #[path = "***/mod.rs"] lines.
2013-07-27 borsauto merge of #8001 : crnobog/rust/xfail-win32-7999...
2013-07-27 Luqman Adenlibrustc: Unify name mangling for functions and statics.
2013-07-27 borsauto merge of #8050 : msullivan/rust/cleanup, r=graydon
2013-07-27 Luqman Adenlibrustc: Respect no_mangle attribute on statics.
2013-07-27 borsauto merge of #7986 : alexcrichton/rust/raw-repr, r...
2013-07-27 borsauto merge of #7979 : crnobog/rust/auxfiles-path-window...
2013-07-26 Michael SullivanEliminate unused variable warnings.
2013-07-26 Michael SullivanImprove the camel case warning a bit.
2013-07-26 borsauto merge of #7820 : pnkfelix/rust/fill-in-some-missin...
2013-07-26 borsauto merge of #8041 : dotdash/rust/const_if_else, r...
2013-07-26 borsauto merge of #8039 : Xazax-hun/rust/master, r=brson
2013-07-26 borsauto merge of #8037 : graydon/rust/issue-6416, r=cmr
2013-07-26 borsauto merge of #8031 : graydon/rust/emacs-mode-rewrite...
2013-07-26 borsauto merge of #7924 : alexcrichton/rust/opt-lang-xcrate...
2013-07-26 Alex CrichtonAllow linking against crates with #[no_std]
2013-07-25 Michael Woeristerdebuginfo: Fixed a few things for PR.
2013-07-25 borsauto merge of #8030 : thestinger/rust/iterator, r=huonw
2013-07-25 borsauto merge of #8029 : emillon/rust/issue-6804, r=cmr
2013-07-25 Michael Woeristerdebuginfo: Minor cleanup now possible with new snapshot.
2013-07-25 Michael Woeristerdebuginfo: Support for destructured function arguments.
2013-07-25 Michael Woeristerdebuginfo: Support for function arguments. (WIP)
2013-07-25 Michael Woeristerdebuginfo: Implemented support for destructured locals.
2013-07-25 Björn SteinbrinkGenerate branchless code when "if" can be evaluated...
2013-07-25 Etienne MillonNaN patterns: indicate that is_NaN is a method
2013-07-25 borsauto merge of #8027 : nikomatsakis/rust/issue-4846...
2013-07-25 borsauto merge of #8026 : poiru/rust/issue-8024, r=alexcrichton
2013-07-25 Björn SteinbrinkMake omission of impossible if-else branches work with...
2013-07-25 borsauto merge of #8015 : msullivan/rust/default-methods...
2013-07-25 Björn SteinbrinkAdd a function to check whether a ValueRef is a constant
2013-07-25 borsauto merge of #8020 : pnkfelix/rust/fsk-issue7898-dont...
2013-07-25 borsauto merge of #8000 : kemurphy/rust/enum-intvar, r...
2013-07-25 Kevin MurphyAllow uint discriminants and store them as such
2013-07-25 Michael SullivanFix vtable resolution for self to search supertraits...
2013-07-25 borsauto merge of #7931 : blake2-ppc/rust/chain-mut-ref...
2013-07-24 borsauto merge of #8006 : emillon/rust/issue-6060, r=pcwalton
2013-07-24 Daniel Micayrm default method lint
2013-07-24 Etienne MillonGeneralize NaN pattern detection using walk_pat
2013-07-24 Etienne MillonCheck for comparisons to NaN in patterns
2013-07-24 Niko MatsakisGeneralize the `ty::substs` struct so that it can represent
2013-07-24 borsauto merge of #7996 : erickt/rust/cleanup-strs, r=erickt
2013-07-24 borsauto merge of #7997 : omasanori/rust/cleanup, r=cmr
2013-07-24 borsauto merge of #7982 : thestinger/rust/iterator, r=thest...
2013-07-24 Brian Andersonrustc: Remove some dead code from method resolution
2013-07-24 Björn SteinbrinkFix a crash when transmuting non-immediate to immediate...
2013-07-24 Birunthan MohanathasDisallow non-comma-delimited arguments to fmt! and...
2013-07-24 Birunthan MohanathasChange 'print(fmt!(...))' to printf!/printfln! in src...
2013-07-24 borsauto merge of #7993 : Xazax-hun/rust/master, r=bblum
2013-07-24 borsauto merge of #7992 : huonw/rust/un-xfail, r=z0w0
2013-07-24 borsauto merge of #7987 : alexcrichton/rust/tests-for-close...
2013-07-24 borsauto merge of #7980 : graydon/rust/misc-benchmarks...
2013-07-24 borsauto merge of #7958 : kemurphy/rust/link-section, r...
2013-07-24 Michael SullivanChange each_bound_trait_and_supertraits to take a vec...
2013-07-24 Michael SullivanMajor rework of how calls to self and super methods...
2013-07-24 Michael SullivanProperly track and export information about vtables...
2013-07-24 Michael SullivanHave vtable resolution check for supertrait bounds...
2013-07-24 Michael SullivanImprove vtable resolution.
2013-07-24 Michael SullivanRefactor a bunch of lookup_vtable to reduce rightward...
2013-07-24 Michael SullivanFix a default method polymorphism bug.
2013-07-24 Michael SullivanGet rid of an unused variable warning.
2013-07-23 Erick Tryzelaarrustc: remove unused variables
2013-07-23 Erick Tryzelaarstd: remove str::to_owned and str::raw::slice_bytes_owned
2013-07-23 Erick Tryzelaarstd: move StrUtil::as_c_str into StrSlice
2013-07-23 borsauto merge of #7964 : pnkfelix/rust/fsk-issue3994-readm...
2013-07-23 borsauto merge of #7954 : zslayton/rust/master, r=huonw
2013-07-23 borsauto merge of #7848 : michaelwoerister/rust/trans_clean...
2013-07-23 Erick Tryzelaarrustc: remove some dead functions
2013-07-23 OGINO MasanoriRemove unused variables in `compile_submatch`.
2013-07-23 Michael WoeristerAdapted `trans::common::{block, fn_ctxt, scope_info...
2013-07-23 borsauto merge of #7944 : blake2-ppc/rust/dlist-move-nodes...
2013-07-23 borsauto merge of #7934 : sfackler/rust/smallintset, r...
2013-07-23 borsauto merge of #7875 : sstewartgallus/rust/fubar, r...
2013-07-23 borsauto merge of #7873 : sstewartgallus/rust/cleanup_synta...
2013-07-23 Kevin MurphyAdd link_section attribute for static and fn items
2013-07-23 borsauto merge of #7703 : sfackler/rust/bitv, r=alexcrichton
2013-07-23 borsauto merge of #7916 : olsonjeffery/rust/newrt_timer...
2013-07-22 borsauto merge of #7943 : Dretch/rust/vec-slice-from-to...
2013-07-22 borsauto merge of #7942 : Dretch/rust/os-listdir-path-no...
2013-07-22 borsauto merge of #7940 : cmr/rust/comments, r=pnkfelix
2013-07-22 borsauto merge of #7903 : michaelwoerister/rust/end_of_span...
2013-07-22 Michael WoeristerDe-spanned<T> and renamed ast::field (now ast::Field)
2013-07-22 Michael WoeristerAst spanned<T> refactoring, renaming: crate, local...
2013-07-22 borsauto merge of #7941 : dotdash/rust/codegen, r=huonw
2013-07-22 borsauto merge of #7926 : brson/rust/issue-4116, r=graydon
2013-07-22 borsauto merge of #7955 : thestinger/rust/snapshot, r=huonw
2013-07-22 Daniel Micaynew snapshot
2013-07-22 borsauto merge of #7938 : crabtw/rust/foreign-vis, r=huonw
next