]> git.lizzy.rs Git - rust.git/history - src/librustc/middle/resolve.rs
Long lines.
[rust.git] / src / librustc / middle / resolve.rs
2013-02-18 Luqman AdenLong lines.
2013-02-18 Luqman Adenlibsyntax: Update view_item_use/import to reflect actua...
2013-02-16 borsauto merge of #4957 : Kimundi/rust/incoming, r=catamorphism
2013-02-15 borsauto merge of #4969 : nickdesaulniers/rust/issue3869...
2013-02-15 borsauto merge of #4964 : luqmana/rust/demove, r=graydon
2013-02-15 borsauto merge of #4959 : thestinger/rust/map, r=graydon
2013-02-15 borsauto merge of #4958 : cpeterso/rust/reseed-rng, r=graydon
2013-02-15 Luqman Adenlibrustc: Get rid of `move`.
2013-02-15 borsauto merge of #4944 : catamorphism/rust/xxx-to-fixme...
2013-02-15 Tim Chevalierrustc: De-XXX resolve and borrowck...
2013-02-15 borsauto merge of #4938 : thestinger/rust/no_zero, r=brson
2013-02-15 borsauto merge of #4911 : lifthrasiir/rust/comment-exemptio...
2013-02-14 borsauto merge of #4915 : luqmana/rust/rt-cleanup, r=pcwalton
2013-02-14 borsauto merge of #4922 : jbclements/rust/add-deriving...
2013-02-14 borsauto merge of #4905 : brson/rust/issue4524, r=brson
2013-02-14 Nick DesaulniersRemove die!, raplace invocations with fail! Issue ...
2013-02-13 borsauto merge of #4908 : bstrie/rust/rimov3, r=pcwalton
2013-02-13 borsauto merge of #4840 : jbclements/rust/add-json-enum...
2013-02-13 borsauto merge of #4892 : pcwalton/rust/xc-newtype-structs...
2013-02-13 Patrick Waltonlibrustc: Make monomorphic newtype structs work cross...
2013-02-13 borsauto merge of #4900 : luqmana/rust/core_os_errors,...
2013-02-12 borsauto merge of #4858 : z0w0/rust/rm_weak_task_count...
2013-02-12 borsauto merge of #4876 : brson/rust/debuginfo, r=brson
2013-02-12 Graydon HoareRevert "librustc: Make monomorphic newtype structs...
2013-02-12 Patrick Waltonlibrustc: Make monomorphic newtype structs work cross...
2013-02-10 borsauto merge of #4861 : sethpink/rust/incoming, r=catamor...
2013-02-10 borsauto merge of #4827 : mcpherrinm/rust/master, r=catamor...
2013-02-09 borsauto merge of #4854 : thestinger/rust/oldmap, r=catamor...
2013-02-09 Daniel Micayoldmap: get rid of legacy _ref suffixes
2013-02-08 Matthew McPherrinMerge branch 'master' of https://github.com/mozilla...
2013-02-08 borsauto merge of #4845 : osaut/rust/master, r=graydon
2013-02-08 borsauto merge of #4834 : veddan/rust/zflags, r=graydon
2013-02-08 borsauto merge of #4833 : pcwalton/rust/demuting, r=pcwalton
2013-02-08 Patrick Waltonlibrustc: Lots of de-muting. rs=demuting
2013-02-07 borsauto merge of #4803 : alexcrichton/rust/fix-unused...
2013-02-07 borsauto merge of #4814 : brson/rust/check, r=nikomatsakis
2013-02-07 borsauto merge of #4817 : kud1ing/rust/patch-1, r=brson
2013-02-07 borsauto merge of #4801 : z0w0/rust/randomtrait, r=graydon
2013-02-06 Patrick Waltonoldmap: use &K instead of K in find and get
2013-02-05 Graydon HoareRevert "oldmap: use &K instead of K in find and get"
2013-02-05 Tim ChevalierMerge branch 'incoming' into made-snap
2013-02-05 Tim ChevalierMerge branch 'incoming' into removing
2013-02-05 Tim ChevalierMerge
2013-02-05 Alex CrichtonDon't warn when imported traits are indeed used
2013-02-05 Alex CrichtonFix some bugs with -W unused-imports
2013-02-05 borsauto merge of #4796 : catamorphism/rust/derecord_std...
2013-02-05 borsauto merge of #4793 : brson/rust/ignore_exclusive_unwra...
2013-02-05 borsauto merge of #4790 : pcwalton/rust/at-readers, r=pcwalton
2013-02-05 borsauto merge of #4787 : graydon/rust/clang42, r=graydon
2013-02-05 borsauto merge of #4784 : alexcrichton/rust/bitv-clear...
2013-02-05 borsauto merge of #4747 : sanxiyn/rust/integral-type, r...
2013-02-05 borsauto merge of pull req #4777 from thestinger/rust,...
2013-02-04 Brian AndersonMerge remote-tracking branch 'bstrie/rimov' into incoming
2013-02-04 Daniel Micayoldmap: use &K instead of K in find and get
2013-02-04 Brian AndersonMerge remote-tracking branch 'thestinger/old_map' into...
2013-02-04 Patrick Waltonlibrustc: Fix bugs regarding to impl privacy. rs=bugfix
2013-02-03 Daniel Micayoldmap: remove legacy each method
2013-02-03 Daniel Micayoldmap: get rid of the legacy contains_key method
2013-02-03 Daniel Micayrename map -> oldmap and mark it as deprecated
2013-02-03 borsautomated merge
2013-02-01 Brian AndersonMerge remote-tracking branch 'nickdesaulniers/issue4524...
2013-02-01 Brian AndersonMerge pull request #4720 from jbclements/syntactic...
2013-02-01 John Clementstest cases, cleanup
2013-02-01 Nick DesaulniersReplace most invocations of fail keyword with die!...
2013-02-01 Brian AndersonMerge pull request #4708 from dforsyth/add_if
2013-02-01 Brian AndersonMerge pull request #4706 from sanxiyn/cleanup-fixme
2013-02-01 Brian AndersonMerge pull request #4703 from sanxiyn/remove-tps
2013-02-01 Brian AndersonMerge pull request #4702 from aydinkim/patch-1
2013-02-01 Niko MatsakisWorkaround for #4717: pad contents of ast. rs=breakage
2013-01-31 Niko MatsakisFinalize moves-based-on-type implementation.
2013-01-31 Patrick Waltonlibrustc: Change `self` as a type to `Self` everywhere...
2013-01-31 Patrick Waltonlibrustc: Remove legacy exports from the language....
2013-01-30 Tim ChevalierMerge pull request #4687 from alexcrichton/hashmap...
2013-01-30 Tim ChevalierMerge pull request #4690 from codeblack08/test-round
2013-01-30 Patrick Waltonlibrustc: De-export rustc. rs=deexporting
2013-01-28 Brian AndersonMerge remote-tracking branch 'codeblack08/treemap-ord...
2013-01-28 Niko MatsakisLink the lifetimes of regions resulting from borrows...
2013-01-26 Brian AndersonMerge remote-tracking branch 'brson/nocommupstream'
2013-01-24 Patrick Waltonlibrustc: Make C functions unsafe
2013-01-24 Tim ChevalierMerge pull request #4616 from thestinger/priority_queue
2013-01-24 Tim ChevalierMerge pull request #4609 from sonwow/keyword-super
2013-01-24 Tim ChevalierMerge pull request #4608 from ILyoan/entry_android
2013-01-24 ILyoanexport entry point for android
2013-01-23 Tim ChevalierMerge pull request #4587 from sanxiyn/divide-by-zero
2013-01-23 Tim ChevalierMerge pull request #4597 from Dretch/atvec-constructors
2013-01-23 Tim ChevalierMerge pull request #4596 from Trinick/tomutrename
2013-01-23 Seo SanghyeonImplement `mut` in arguments
2013-01-23 Seo SanghyeonAdd is_mutbl field to def_arg
2013-01-23 Tim ChevalierMerge pull request #4466 from ScriptDevil/master
2013-01-22 Tim ChevalierSimplify path_entry's closure argument
2013-01-20 Tim ChevalierMerge pull request #4506 from thestinger/mkdtemp
2013-01-20 Tim ChevalierMerge pull request #4519 from cpeterso/impl-timespec-ord
2013-01-20 Tim ChevalierMerge pull request #4557 from thestinger/tidy-fix
2013-01-20 Erick Tryzelaarconvert ast::ty into a struct
2013-01-17 Patrick Waltonlibrustc: Implement write guards for borrowing `@mut...
2013-01-16 Patrick WaltonMerge pull request #4493 from jbclements/rename-moved...
2013-01-16 Patrick WaltonMerge pull request #4440 from pcwalton/tutorial
2013-01-15 Erick TryzelaarConvert ast::def_id into a struct.
2013-01-14 Brian AndersonMerge pull request #4485 from sanxiyn/use-truncate
2013-01-14 Brian AndersonMerge pull request #4484 from sanxiyn/test-retain
next