]> git.lizzy.rs Git - rust.git/history - src/librustc/front/feature_gate.rs
Replace all ~"" with "".to_owned()
[rust.git] / src / librustc / front / feature_gate.rs
2014-04-19 Richo HealeyReplace all ~"" with "".to_owned()
2014-04-17 borsauto merge of #13485 : adrientetar/rust/newrustdoc...
2014-04-16 borsauto merge of #13465 : alexcrichton/rust/fix-comm-dox...
2014-04-16 borsauto merge of #13432 : ruediger/rust/rustmode, r=nikoma...
2014-04-16 borsauto merge of #13418 : ktt3ja/rust/move-out-of, r=brson
2014-04-16 borsauto merge of #13390 : alexcrichton/rust/run-some-destr...
2014-04-16 borsauto merge of #13498 : johnsoft/rust/fix-transmute...
2014-04-15 borsauto merge of #13489 : JustAPerson/rust/crate-file...
2014-04-15 borsauto merge of #13416 : brson/rust/30min, r=alexcrichton
2014-04-14 borsauto merge of #13480 : edwardw/rust/vtable-ice, r=alexc...
2014-04-14 borsauto merge of #13477 : Manishearth/rust/newattr, r...
2014-04-14 borsauto merge of #13481 : huonw/rust/devec-path, r=alexcri...
2014-04-14 borsauto merge of #13475 : Ryman/rust/result_unwrap_or_else...
2014-04-13 borsauto merge of #13464 : alexcrichton/rust/fix-rustdoc...
2014-04-13 borsauto merge of #13470 : Manishearth/rust/docnum, r=brson
2014-04-13 borsauto merge of #13452 : Ryman/rust/fix_uint_as_u, r...
2014-04-13 borsauto merge of #13471 : Ryman/rust/feature_syntax_error...
2014-04-13 borsauto merge of #13469 : kmcallister/rust/utf16, r=huonw
2014-04-13 borsauto merge of #13468 : alexcrichton/rust/issue-13467...
2014-04-13 borsauto merge of #13463 : alexcrichton/rust/c-linkage...
2014-04-13 borsauto merge of #13462 : alexcrichton/rust/fix-cross...
2014-04-13 borsauto merge of #13461 : eddyb/rust/cleanup-at-fn, r...
2014-04-11 Kevin Butlerlibrustc: Improve error message for missing feature...
2014-04-11 Eduard Burtescurustc: fix fallout from removing ast::Sigil and use...
2014-04-05 borsauto merge of #13260 : pnkfelix/rust/fsk-fix-13247...
2014-04-05 borsauto merge of #13112 : ktt3ja/rust/issue-13058, r=pnkfelix
2014-04-05 borsauto merge of #13284 : pnkfelix/rust/more-fs-info-on...
2014-04-04 borsauto merge of #13272 : ipetkov/rust/rustdoc-ignored...
2014-04-04 borsauto merge of #12956 : killerswan/rust/docs, r=alexcrichton
2014-04-04 borsauto merge of #13301 : erickt/rust/remove-refcell-get...
2014-04-04 borsauto merge of #13298 : ckendell/rust/remove_managed_poi...
2014-04-04 borsauto merge of #13295 : huonw/rust/gate-concat-idents...
2014-04-04 Huon Wilsonrustc: feature-gate `concat_idents!`.
2014-04-03 borsauto merge of #13286 : alexcrichton/rust/release, r...
2014-04-01 borsauto merge of #13225 : thestinger/rust/num, r=cmr
2014-04-01 borsauto merge of #13115 : huonw/rust/rand-errors, r=alexcr...
2014-03-31 borsauto merge of #13184 : alexcrichton/rust/priv-fields...
2014-03-31 Alex Crichtonrustc: Switch field privacy as necessary
2014-03-24 borsauto merge of #12998 : huonw/rust/log_syntax, r=alexcri...
2014-03-22 borsauto merge of #13036 : alexcrichton/rust/atomics, r...
2014-03-21 borsauto merge of #13024 : brson/rust/issue-12799, r=thestinger
2014-03-21 borsauto merge of #13029 : FlaPer87/rust/master, r=alexcrichton
2014-03-20 borsauto merge of #13023 : thestinger/rust/deep_clone,...
2014-03-20 borsauto merge of #13020 : alexcrichton/rust/vec, r=brson
2014-03-20 Alex CrichtonRemoving imports of std::vec_ng::Vec
2014-03-20 borsauto merge of #13017 : alexcrichton/rust/issue-13010...
2014-03-20 borsauto merge of #13015 : tbu-/rust/pr_remove_immut, r...
2014-03-20 borsauto merge of #12686 : FlaPer87/rust/shared, r=nikomatsakis
2014-03-20 borsauto merge of #12980 : cmr/rust/overhaul-stdio, r=thest...
2014-03-20 borsauto merge of #13028 : thestinger/rust/vec_ng, r=huonw
2014-03-20 Daniel Micayrename std::vec_ng -> std::vec
2014-03-19 borsauto merge of #12879 : Aatch/rust/rustdoc-mod-privacy...
2014-03-17 borsauto merge of #12742 : FlaPer87/rust/issue-11411-static...
2014-03-17 borsauto merge of #12957 : lkuper/rust/docsprint, r=alexcri...
2014-03-17 borsauto merge of #12951 : cadencemarseille/rust/issue...
2014-03-17 borsauto merge of #12735 : eddyb/rust/at-exodus-chapter...
2014-03-17 Eduard BurtescuDe-@ Session usage.
2014-03-14 borsauto merge of #12888 : aochagavia/rust/Fix-comment...
2014-03-14 borsauto merge of #12871 : aochagavia/rust/Optimize-while_s...
2014-03-13 borsauto merge of #12573 : lbonn/rust/unrecurs, r=alexcrichton
2014-03-13 borsauto merge of #12823 : alexcrichton/rust/issue-12666...
2014-03-12 borsauto merge of #12797 : pczarn/rust/str_safety, r=huonw
2014-03-12 borsauto merge of #12816 : michaelwoerister/rust/limited...
2014-03-12 borsauto merge of #12774 : alexcrichton/rust/proc-bounds...
2014-03-11 borsauto merge of #12783 : adrientetar/rust/more-docs,...
2014-03-11 borsauto merge of #12780 : zslayton/rust/json-nav, r=alexcr...
2014-03-11 borsauto merge of #12556 : alexcrichton/rust/weak-linkage...
2014-03-11 Alex Crichtonrustc: Support various flavors of linkages
2014-03-11 borsauto merge of #12765 : TeXitoi/rust/fix-shootout-revers...
2014-03-11 borsauto merge of #12766 : TeXitoi/rust/fix-shootout-spectr...
2014-03-09 borsauto merge of #12758 : rgawdzik/rust/master, r=alexcrichton
2014-03-09 borsauto merge of #12706 : pongad/rust/issue_12698, r=brson
2014-03-09 borsauto merge of #12759 : lucab/rust/char-doc, r=alexcrichton
2014-03-08 borsauto merge of #12768 : pnkfelix/rust/fsk-devecing,...
2014-03-08 Felix S. Klock IIlibrustc: Fix up fallout from the automatic conversion.
2014-03-08 Patrick Waltonlibrustc: Automatically change uses of `~[T]` to `Vec...
2014-03-08 borsauto merge of #12748 : liigo/rust/rust-birthday, r...
2014-03-07 borsauto merge of #12753 : huonw/rust/vec-macro, r=cmr
2014-03-07 borsauto merge of #12750 : liigo/rust/De-extern-mod, r...
2014-03-07 Liigo Zhuangrename ast::ViewItemExternMod to ast::ViewItemExternCra...
2014-03-02 borsauto merge of #12651 : lucab/rust/llvmdep-ldflags,...
2014-03-02 borsauto merge of #12637 : pcwalton/rust/devecing, r=alexcr...
2014-03-02 Patrick Waltonlibrustc: Fix errors arising from the automated `~...
2014-03-02 borsMerge pull request #12308 from kballard/vim-nested...
2014-02-27 borsauto merge of #12486 : MicahChalmer/rust/emacs-fixes...
2014-02-26 borsauto merge of #12490 : zslayton/rust/doc-fix-12386...
2014-02-26 borsauto merge of #12570 : kyrias/rust/master, r=cmr
2014-02-26 borsauto merge of #12571 : eddyb/rust/kill-callee-id, r...
2014-02-26 Eduard BurtescuReplace callee_id with information stored in method_map.
2014-02-26 borsauto merge of #12547 : jagtalon/rust/jag/rust/tutorial...
2014-02-26 borsauto merge of #12505 : alexcrichton/rust/fix-stack...
2014-02-26 borsauto merge of #12539 : gmjosack/rust/master, r=alexcrichton
2014-02-25 borsauto merge of #12537 : kballard/rust/add-test-to-doc...
2014-02-25 borsauto merge of #12530 : alexcrichton/rust/make-check...
2014-02-25 borsauto merge of #12522 : erickt/rust/hash, r=alexcrichton
2014-02-25 borsauto merge of #12525 : eddyb/rust/gate-default-type...
2014-02-24 Eduard BurtescuGate default type parameter overrides.
2014-02-20 borsauto merge of #12161 : aepsil0n/rust/docs/for-loop...
2014-02-19 borsauto merge of #12231 : wycats/rust/url_path_parse,...
2014-02-14 borsauto merge of #12207 : alexcrichton/rust/up-llvm, r...
next