]> git.lizzy.rs Git - rust.git/history - src/librustc/middle/trans/tvec.rs
introduce `base_and_len` fns for element length
[rust.git] / src / librustc / middle / trans / tvec.rs
2013-10-16 Daniel Micayintroduce `base_and_len` fns for element length
2013-10-16 Daniel Micayrename `base_and_len` -> `base_and_byte_len`
2013-10-15 Daniel Micayuse element count in slices, not size in bytes
2013-10-13 borsauto merge of #9608 : hmarr/rust/vec-get-opt, r=huonw
2013-10-09 borsauto merge of #9750 : alexcrichton/rust/safer-strings...
2013-10-09 borsauto merge of #9742 : alexcrichton/rust/issue-9739...
2013-10-09 borsauto merge of #9748 : klutzy/rust/print-git-revision...
2013-10-09 borsauto merge of #9664 : alexcrichton/rust/logging, r...
2013-10-09 borsauto merge of #9753 : alexcrichton/rust/macro-attrs...
2013-10-08 borsauto merge of #9757 : erickt/rust/master, r=alexcrichton
2013-10-08 borsauto merge of #9756 : catamorphism/rust/issue-2354...
2013-10-08 borsauto merge of #9759 : thestinger/rust/immediate, r...
2013-10-08 borsauto merge of #9674 : ben0x539/rust/raw-str, r=alexcrichton
2013-10-08 Benjamin Herradd new enum ast::StrStyle as field to ast::lit_str
2013-10-04 borsauto merge of #9662 : vadimcn/rust/package-runtime...
2013-10-03 borsauto merge of #9522 : steveklabnik/rust/doc_std_opts...
2013-10-02 borsauto merge of #9638 : pnkfelix/rust/fsk-issue7526-attem...
2013-10-02 borsauto merge of #9656 : thestinger/rust/immediate, r...
2013-10-02 borsauto merge of #9600 : MicahChalmer/rust/fill-with-code...
2013-10-02 borsauto merge of #9578 : alexcrichton/rust/un-ignore-libuv...
2013-10-01 borsauto merge of #9645 : dckc/rust/patch-2, r=catamorphism
2013-10-01 borsauto merge of #9644 : alexcrichton/rust/clarify, r...
2013-10-01 borsauto merge of #9636 : alexcrichton/rust/rustdoc, r...
2013-10-01 borsauto merge of #9576 : FlaPer87/rust/issue/9125, r=alexc...
2013-10-01 borsauto merge of #9599 : alexcrichton/rust/less-fmt, r...
2013-10-01 borsauto merge of #9617 : crabtw/rust/softfp, r=alexcrichton
2013-10-01 Alex Crichtonrustc: Remove usage of fmt!
2013-09-30 borsauto merge of #9628 : alexcrichton/rust/tidy-binaries...
2013-09-30 borsauto merge of #9630 : blake2-ppc/rust/de-at-smaller...
2013-09-30 blake2-ppctrans: Change @ast::Expr -> &ast::Expr where possible
2013-09-07 borsauto merge of #9010 : aaronlaursen/rust/master, r=alexc...
2013-09-05 borsauto merge of #8975 : alexcrichton/rust/reorganize...
2013-09-05 borsauto merge of #8875 : alexcrichton/rust/fix-inner-stati...
2013-09-05 borsauto merge of #8944 : alexcrichton/rust/issue-8938...
2013-09-04 borsauto merge of #8935 : blake2-ppc/rust/reader-bytes...
2013-09-04 borsauto merge of #8880 : fhahn/rust/issue_8703, r=brson
2013-09-04 borsauto merge of #8901 : adridu59/rust/issue-8511, r=huonw
2013-09-04 borsauto merge of #8976 : alexcrichton/rust/issue-5425...
2013-09-04 borsauto merge of #8950 : sanxiyn/rust/cross-xfail, r=brson
2013-09-04 borsauto merge of #8943 : alexcrichton/rust/issue-8904...
2013-09-04 borsauto merge of #8963 : jmgrosen/rust/issue-8881, r=alexc...
2013-09-03 borsauto merge of #8954 : anasazi/rust/tcp-acceptor, r...
2013-09-03 borsauto merge of #8934 : sfackler/rust/bufreader, r=brson
2013-09-03 borsauto merge of #8945 : alexcrichton/rust/ifmt-dont-move...
2013-09-03 borsauto merge of #8947 : thestinger/rust/name, r=huonw
2013-09-03 borsauto merge of #8884 : blake2-ppc/rust/exact-size-hint...
2013-09-03 borsauto merge of #8932 : huonw/rust/closed-issues, r=thest...
2013-09-03 borsauto merge of #8939 : Kimundi/rust/master, r=huonw
2013-09-03 Marvin LöbelModernized a few more types in syntax::ast
2013-09-01 borsauto merge of #8913 : poiru/rust/issue-8702, r=cmr
2013-09-01 borsauto merge of #8276 : kballard/rust/iterator-protocol...
2013-09-01 borsauto merge of #8911 : Kimundi/rust/master, r=huonw
2013-09-01 Marvin LöbelModernized a few type names in rustc and syntax
2013-08-21 borsauto merge of #8602 : sanxiyn/rust/sysconf, r=graydon
2013-08-20 borsauto merge of #8328 : alexcrichton/rust/llvm-head,...
2013-08-19 borsauto merge of #8623 : pnkfelix/rust/fsk-visitor-vpar...
2013-08-19 borsauto merge of #8459 : thestinger/rust/checked, r=graydon
2013-08-19 borsauto merge of #8619 : pnkfelix/rust/fsk-visitor-vpar...
2013-08-19 borsauto merge of #8539 : pnkfelix/rust/fsk-visitor-vpar...
2013-08-19 borsauto merge of #8565 : bblum/rust/select-bugfix, r=brson
2013-08-18 borsauto merge of #8555 : chris-morgan/rust/time-clone...
2013-08-18 borsauto merge of #8551 : huonw/rust/speling, r=alexcrichton
2013-08-18 borsauto merge of #8550 : kballard/rust/token-start-err...
2013-08-18 borsauto merge of #8547 : kballard/rust/trait-parse-err...
2013-08-18 borsauto merge of #8544 : dim-an/rust/fix-match-pipes,...
2013-08-17 borsauto merge of #8053 : gavinb/rust/uuid_std, r=alexcrichton
2013-08-17 borsauto merge of #8531 : brson/rust/test-waitpid-workaroun...
2013-08-16 borsauto merge of #8534 : huonw/rust/tls-key-macro, r=alexc...
2013-08-16 borsauto merge of #8532 : kballard/rust/cstr-cleanup, r...
2013-08-15 Kevin BallardRemove inappropriate .to_c_str() in C_cstr()
2013-08-14 borsauto merge of #8439 : huonw/rust/hashset-clone, r=cmr
2013-08-13 Graydon HoareMerge pull request #8432 from chris-morgan/remove-asser...
2013-08-12 borsauto merge of #8419 : cmr/rust/fix-rtdebug, r=brson
2013-08-12 borsauto merge of #8400 : blake2-ppc/rust/seq-ord, r=cmr
2013-08-12 borsauto merge of #8429 : catamorphism/rust/rustpkg-docs...
2013-08-12 borsauto merge of #8418 : pnkfelix/rust/fsk-issue3192-impro...
2013-08-12 borsauto merge of #8427 : brson/rust/rustc-stack, r=thestinger
2013-08-11 borsauto merge of #8421 : alexcrichton/rust/unnamed-addr...
2013-08-11 borsauto merge of #8404 : stepancheg/rust/zero-unit-inline...
2013-08-10 Erick TryzelaarMerge branch 'match' of https://github.com/msullivan...
2013-08-10 Erick TryzelaarMerge branch 'master' of https://github.com/MAnyKey...
2013-08-10 Erick TryzelaarMerge branch 'issue-8393-attributes-in-macros' of https...
2013-08-10 Erick TryzelaarMerge branch 'master' of https://github.com/p2j4d2c...
2013-08-10 Erick TryzelaarMerge branch 'trie-bound-iters' of https://github.com...
2013-08-10 Erick TryzelaarMerge branch 'vec-exh' of https://github.com/stepancheg...
2013-08-10 Erick TryzelaarMerge branch 'enum-method-privacy' of https://github...
2013-08-10 borsauto merge of #8327 : sstewartgallus/rust/factor_out_wa...
2013-08-10 borsauto merge of #8270 : dotdash/rust/ret_alloca_elim...
2013-08-10 borsauto merge of #8425 : dim-an/rust/increase-stack-size...
2013-08-10 borsauto merge of #8296 : erickt/rust/remove-str-trailing...
2013-08-10 Erick TryzelaarMerge remote-tracking branch 'remotes/origin/master...
2013-08-09 Erick TryzelaarMerge remote-tracking branch 'remotes/origin/master...
2013-08-07 Erick TryzelaarMerge remote-tracking branch 'remotes/origin/master...
2013-08-06 Erick TryzelaarMerge remote-tracking branch 'remotes/origin/master...
2013-08-06 Erick TryzelaarMerge commit 'd89ff7eef969aee6b493bc846b64d68358fafbcd...
2013-08-06 borsauto merge of #8278 : cmr/rust/workaround, r=brson
2013-08-05 borsauto merge of #8289 : sfackler/rust/push_byte, r=erickt
2013-08-05 borsauto merge of #8279 : pcwalton/rust/no-main, r=brson
2013-08-04 borsauto merge of #8218 : brson/rust/nogc, r=brson
2013-08-04 Erick TryzelaarMerge remote-tracking branch 'remotes/origin/master...
next