]> git.lizzy.rs Git - rust.git/history - src/librustc/lib/llvm.rs
Wrap llvm::InlineAsm::AsmDialect
[rust.git] / src / librustc / lib / llvm.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-08 Patrick Waltonlibrustc: Remove "extern mod { ... }" from librustc...
2013-03-07 Brian AndersonMerge remote-tracking branch 'brson/cross7'
2013-03-07 borsauto merge of #5182 : youknowone/rust/enum-cast, r...
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-03 borsauto merge of #5114 : osaut/rust/incoming, r=brson
2013-03-01 Patrick WaltonMerge remote branch 'nmatsakis/issue-4808-representatio...
2013-03-01 borsauto merge of #5162 : brson/rust/fixmes, r=brson
2013-02-28 Erick TryzelaarMerge remote-tracking branch 'remotes/origin/incoming...
2013-02-28 borsauto merge of #5159 : brson/rust/rtcall, r=brson
2013-02-28 borsauto merge of #5155 : bstrie/rust/dedrop, r=pcwalton
2013-02-28 borsauto merge of #5098 : pkgw/rust/pr/issue4869, r=brson
2013-02-28 borsauto merge of #5106 : pnkfelix/rust/fix-docs, r=graydon
2013-02-28 Ben StriegelTurn old `drop` blocks into `Drop` traits
2013-02-27 Erick TryzelaarMerge remote-tracking branch 'remotes/origin/incoming...
2013-02-26 borsauto merge of #5023 : mitsuhiko/rust/make-absolute...
2013-02-26 borsauto merge of #5111 : catamorphism/rust/authors, r...
2013-02-26 borsauto merge of #5109 : bstrie/rust/decapclause, r=pcwalton
2013-02-26 borsauto merge of #5103 : dbaupp/rust/emacs-mode-update...
2013-02-26 borsauto merge of #5089 : sanxiyn/rust/llvm-struct, r=pcwalton
2013-02-22 Seo SanghyeonConsolidate codes dealing with LLVM struct type
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 #5066 : catamorphism/rust/luqmana-derecor...
2013-02-21 Luqman Adenlibrustc: Get rid of structural records save for front...
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-19 Daniel Micayuse range assert when loading enum discriminant
2013-02-16 borsauto merge of #4973 : thestinger/rust/rt, r=brson
2013-02-16 borsauto merge of #4957 : Kimundi/rust/incoming, r=catamorphism
2013-02-16 Patrick Waltonlibrustc: Stop parsing `impl Type : Trait` and fix...
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 Luqman Adenlibrustc: Get rid of `move`.
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-10 borsauto merge of #4827 : mcpherrinm/rust/master, r=catamor...
2013-02-09 borsauto merge of #4848 : nikomatsakis/rust/issue-4821...
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 #4839 : catamorphism/rust/rm-structural...
2013-02-08 borsauto merge of #4835 : thestinger/rust/iterator, r=graydon
2013-02-08 borsauto merge of #4834 : veddan/rust/zflags, r=graydon
2013-02-08 borsauto merge of #4745 : jld/rust/constenum-bis, r=graydon
2013-02-08 Jed DavisFix vector indexing in consts so it works with the...
2013-02-07 borsauto merge of #4803 : alexcrichton/rust/fix-unused...
2013-02-07 borsauto merge of #4791 : jbclements/rust/demodeing-and...
2013-02-07 Brian AndersonMerge pull request #4619 from brson/exchange
2013-02-07 borsauto merge of #4814 : brson/rust/check, r=nikomatsakis
2013-02-07 borsauto merge of #4823 : pcwalton/rust/enum-variant-discri...
2013-02-07 Brendan ZabarauskasMerge branch 'incoming' of https://github.com/mozilla...
2013-02-07 borsauto merge of #4822 : graydon/rust/doc-version-stamp...
2013-02-07 borsauto merge of #4817 : kud1ing/rust/patch-1, r=brson
2013-02-07 borsauto merge of #4816 : lifthrasiir/rust/float-literal...
2013-02-07 borsauto merge of #4815 : thestinger/rust/treemap, r=pcwalton
2013-02-07 Patrick WaltonMerge pull request #4811 from catamorphism/issue-4523...
2013-02-07 borsauto merge of #4801 : z0w0/rust/randomtrait, r=graydon
2013-02-07 borsauto merge of #4795 : catamorphism/rust/less-copy,...
2013-02-06 Patrick Waltonlibrustc: Attempt to put out burning tree by fixing...
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 #4669 from pnkfelix/tutorial-revisions
2013-01-29 Patrick Waltonlibrustc: De-export back, lib, and util. rs=deexporting
2013-01-26 Brian AndersonMerge remote-tracking branch 'brson/nocommupstream'
2013-01-25 Tim ChevalierMerge pull request #4625 from thestinger/container
next