]> git.lizzy.rs Git - rust.git/history - src/librustc/middle/trans/build.rs
Wrap llvm::InlineAsm::AsmDialect
[rust.git] / src / librustc / middle / trans / build.rs
2013-03-12 Luqman AdenWrap llvm::InlineAsm::AsmDialect
2013-03-12 Luqman AdenParse inline assembly.
2013-03-08 borsauto merge of #5278 : brson/rust/logplusplus, r=brson
2013-03-08 borsauto merge of #5260 : pcwalton/rust/assert, r=pcwalton
2013-03-08 Patrick Waltonlibrustc: Convert all uses of `assert` over to `fail_un...
2013-03-07 Brian AndersonMerge remote-tracking branch 'brson/cross7'
2013-03-07 borsauto merge of #5256 : thestinger/rust/bool, r=brson
2013-03-07 borsauto merge of #5255 : jbclements/rust/remove-parse...
2013-03-07 borsauto merge of #5182 : youknowone/rust/enum-cast, r...
2013-03-06 borsauto merge of #5125 : nikomatsakis/rust/issue-4846...
2013-03-06 borsauto merge of #5246 : brson/rust/demode, r=brson
2013-03-06 Brian Andersonrustc: De-mode some bits of trans
2013-03-05 borsauto merge of #5232 : bstrie/rust/issue4448, r=nikomatsakis
2013-03-05 borsauto merge of #5231 : jbclements/rust/better-macro...
2013-03-05 borsauto merge of #5233 : bstrie/rust/deimpselfcore, r...
2013-03-05 borsauto merge of #5215 : jld/rust/fn-const-env, r=graydon
2013-03-05 borsauto merge of #5212 : thestinger/rust/iter, r=graydon
2013-03-05 borsauto merge of #5179 : alexcrichton/rust/default-warn...
2013-03-04 Alex CrichtonRemove unused imports throughout src/
2013-03-04 borsauto merge of #5205 : thestinger/rust/radix, r=graydon
2013-03-03 borsauto merge of #5203 : erickt/rust/incoming, r=brson
2013-03-03 borsauto merge of #5197 : pcwalton/rust/fn-types, r=pcwalton
2013-03-03 borsauto merge of #5114 : osaut/rust/incoming, r=brson
2013-03-03 Patrick Waltonlibrustc: Forbid chained imports and fix the logic...
2013-03-01 Patrick WaltonMerge remote branch 'nmatsakis/issue-4808-representatio...
2013-03-01 Patrick WaltonMerge remote branch 'sevrak/issue-5164' into incoming
2013-03-01 Erick TryzelaarMerge remote-tracking branch 'remotes/origin/incoming...
2013-03-01 borsauto merge of #5162 : brson/rust/fixmes, r=brson
2013-03-01 borsauto merge of #5176 : brson/rust/unwrap_shared_mutable_...
2013-02-28 borsauto merge of #5113 : alexcrichton/rust/issue-4366...
2013-02-28 Alex CrichtonFix implicit leaks of imports throughout libraries
2013-02-26 borsauto merge of #5023 : mitsuhiko/rust/make-absolute...
2013-02-21 borsauto merge of #5065 : catamorphism/rust/issue-3453...
2013-02-21 borsauto merge of #5058 : Thiez/rust/incoming, r=catamorphism
2013-02-21 borsauto merge of #5049 : bstrie/rust/vim, r=catamorphism
2013-02-21 borsauto merge of #5046 : sanxiyn/rust/struct-match, r...
2013-02-20 borsauto merge of #5044 : thestinger/rust/range, r=pcwalton
2013-02-20 Daniel Micayadd range assert when loading bools
2013-02-19 Daniel Micayuse range assert when loading enum discriminant
2013-02-19 borsauto merge of #5000 : jld/rust/test-stdin-thing, r...
2013-02-19 borsauto merge of #5002 : catamorphism/rust/one-tuples...
2013-02-19 borsauto merge of #5014 : Kimundi/rust/incoming, r=graydon
2013-02-19 borsauto merge of #5029 : mcpherrinm/rust/master, r=catamor...
2013-02-19 borsauto merge of #5028 : catamorphism/rust/bsd-breakage...
2013-02-19 borsauto merge of #5017 : catamorphism/rust/less-copy,...
2013-02-18 Tim Chevalierrustc: Less copy in trans, rs=removing copies
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-08 Matthew McPherrinMerge branch 'master' of https://github.com/mozilla...
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 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-03 Daniel Micayrename map -> oldmap and mark it as deprecated
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-01-31 Niko MatsakisFinalize moves-based-on-type implementation.
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 Tim ChevalierMerge pull request #4688 from codeblack08/remove-cfg...
2013-01-30 Patrick Waltonlibrustc: De-export trans. rs=deexporting
2013-01-26 Brian AndersonMerge remote-tracking branch 'brson/nocommupstream'
2013-01-24 Tim ChevalierMerge pull request #4594 from thestinger/map
2013-01-23 Tim ChevalierMerge pull request #4587 from sanxiyn/divide-by-zero
2013-01-23 Patrick Waltonlibsyntax: Remove `fn() unsafe { ... }`. r=graydon
2013-01-23 Tim ChevalierMerge pull request #4466 from ScriptDevil/master
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-18 Tim Chevalierrustc: Make type_names and named_types tables in trans...
2013-01-17 Patrick Waltonlibrustc: Implement write guards for borrowing `@mut...
2013-01-14 Brian AndersonMerge remote-tracking branch 'mneumann/f-serialize'
2013-01-13 Tim ChevalierMerge pull request #4411 from wting/4203_rename_memcpy
2013-01-11 Patrick Waltonlibrustc: Make all external functions unsafe. r=tjc
2013-01-08 Brian AndersonMerge remote-tracking branch 'gifnksm/bigint' into...
2013-01-07 Patrick Waltonlibrustc: Make vectors no longer implicitly copyable...
2013-01-05 Brian AndersonMerge remote-tracking branch 'superoptimizer/master...
2012-12-28 Tim ChevalierMerge pull request #4268 from catamorphism/issue-3477
2012-12-28 Tim ChevalierMerge pull request #4308 from steveklabnik/patch-1
2012-12-27 Tim ChevalierMerge pull request #4298 from JensNockert/byteswap
next