about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-09-09librustc: Obsolete the old external crate renaming syntax.Patrick Walton-7/+10
2014-09-09auto merge of #16662 : pczarn/rust/format-fmtstr-opt, r=brsonbors-66/+232
2014-09-09Test fixes from the rollupAlex Crichton-3/+4
2014-09-09coretest: Ensure that pointer formatting flags are cleaned upPiotr Czarnecki-0/+7
2014-09-09Optimize for the most common cases of `format!`Piotr Czarnecki-55/+125
2014-09-09Decouple string and argument piecesPiotr Czarnecki-45/+134
2014-09-09rollup merge of #17114 : nick29581/dst-typeAlex Crichton-2/+7
2014-09-09rollup merge of #17107 : steveklabnik/uninitialized_bindingsAlex Crichton-11/+2
2014-09-09rollup merge of #17106 : treeman/test-warningsAlex Crichton-70/+79
2014-09-09rollup merge of #17101 : pcwalton/for-loop-borrowckAlex Crichton-30/+23
2014-09-09rollup merge of #17096 : TeXitoi/relicense-shootout-chameneos-reduxAlex Crichton-8/+39
2014-09-09rollup merge of #17093 : nathantypanski/17021Alex Crichton-0/+34
2014-09-09rollup merge of #17090 : alexcrichton/rustdoc-no-stripAlex Crichton-15/+9
2014-09-09rollup merge of #17085 : jakub-/issue-17074Alex Crichton-35/+57
2014-09-09rollup merge of #17080 : treeman/issue-17066Alex Crichton-2/+2
2014-09-09rollup merge of #17077 : TeXitoi/relicense-shootout-nbodyAlex Crichton-8/+39
2014-09-09rollup merge of #17070 : TeXitoi/relicense-shootout-reverse-complement.rsAlex Crichton-8/+39
2014-09-09rollup merge of #17062 : nathantypanski/generic-lifetime-trait-implAlex Crichton-0/+30
2014-09-09rollup merge of #17061 : nathantypanski/test-borrowck-traitAlex Crichton-0/+21
2014-09-09rollup merge of #17054 : pcwalton/subslice-syntaxAlex Crichton-82/+110
2014-09-09rollup merge of #17052 : pcwalton/feature-gate-subslicesAlex Crichton-6/+57
2014-09-09rollup merge of #17040 : kmcallister/borrow-extctxtAlex Crichton-10/+36
2014-09-09rollup merge of #17020 : nodakai/libnative-c_intAlex Crichton-34/+22
2014-09-09rollup merge of #17013 : rgawdzik/literal_intAlex Crichton-18/+10
2014-09-09rollup merge of #17008 : nick29581/impl2Alex Crichton-7/+16
2014-09-09rollup merge of #16971 : treeman/json-decodeAlex Crichton-1/+37
2014-09-09auto merge of #16927 : dotdash/rust/llvmup, r=alexcrichtonbors-1/+1
2014-09-09auto merge of #16827 : steveklabnik/rust/fix_doc_index, r=brsonbors-63/+73
2014-09-09auto merge of #16965 : huonw/rust/isaac-oob--, r=alexcrichtonbors-2/+18
2014-09-09Remove some test warnings.Jonas Hietala-70/+79
2014-09-09Handle `Sized?` in `type` items.Nick Cameron-2/+7
2014-09-09Decoding json now defaults Option<_> to None.Jonas Hietala-1/+37
2014-09-09auto merge of #16825 : steveklabnik/rust/fix_manual_array_terms, r=brsonbors-23/+25
2014-09-08librustc: Change the syntax of subslice matching to use postfix `..`Patrick Walton-82/+110
2014-09-08guide: Remove reference to uninitialized bindingsSteve Klabnik-11/+2
2014-09-09Check traits for built-in bounds in implsNick Cameron-7/+16
2014-09-08auto merge of #16952 : alexcrichton/rust/windows-large-console-write, r=brsonbors-1/+8
2014-09-08std: Turn down the stdout chunk sizeAlex Crichton-1/+8
2014-09-08quote: Explicitly borrow the ExtCtxtKeegan McAllister-10/+36
2014-09-08librustc: Feature gate subslice matching in non-tail positions.Patrick Walton-6/+57
2014-09-08librustc: Make sure lifetimes in `for` loop heads outlive the `for` loopPatrick Walton-30/+23
2014-09-08auto merge of #12809 : eddyb/rust/ty-arena, r=cmrbors-2378/+2299
2014-09-08Update LLVM to fix a crash in the MergeFunc passBjörn Steinbrink-1/+1
2014-09-08auto merge of #16903 : mahkoh/rust/move_items_unwrap, r=aturonbors-0/+25
2014-09-08rustdoc: fix fallout from the addition of a 'tcx lifetime on tcx.Eduard Burtescu-472/+438
2014-09-08rustc: fix fallout from the addition of a 'tcx lifetime on trans::Block.Eduard Burtescu-1135/+1095
2014-09-08rustc: fix fallout from the addition of a 'tcx lifetime on tcx.Eduard Burtescu-759/+742
2014-09-08rustc: use a TypedArena to allocate types in the type context.Eduard Burtescu-25/+37
2014-09-08auto merge of #17053 : thestinger/rust/large_address_aware, r=sfackler,cmrbors-0/+6
2014-09-08auto merge of #17063 : huonw/rust/snap, r=alexcrichtonbors-16/+8