]> git.lizzy.rs Git - rust.git/history - src/libsyntax/feature_gate.rs
Auto merge of #22899 - huonw:macro-stability, r=alexcrichton
[rust.git] / src / libsyntax / feature_gate.rs
2015-03-06 borsAuto merge of #22899 - huonw:macro-stability, r=alexcri...
2015-03-05 borsAuto merge of #23031 - Manishearth:rollup, r=Manishearth
2015-03-05 Huon WilsonRun feature-gating on the final AST passed to the compiler.
2015-03-05 Huon WilsonAdd more debugging to syntax::feature_gate.
2015-03-05 Huon WilsonAdd #[allow_internal_unstable] to track stability for...
2015-03-05 Manish GoregaokarRollup merge of #23033 - pelmers:patch-3, r=steveklabnik
2015-03-05 Manish GoregaokarRollup merge of #23029 - vhbit:ios-env-stab, r=alexcrichton
2015-03-05 Manish GoregaokarRollup merge of #23027 - fenhl:patch-1, r=sfackler
2015-03-05 Manish GoregaokarRollup merge of #23006 - dhuseby:master, r=alexcrichton
2015-03-05 Manish GoregaokarRollup merge of #22947 - ic:master, r=steveklabnik
2015-03-05 Manish GoregaokarRollup merge of #22937 - MDCox:str-docs, r=steveklabnik
2015-03-05 Manish GoregaokarRollup merge of #22994 - eddyb:unsuffix-ints-good,...
2015-03-05 Manish GoregaokarRollup merge of #23006 - dhuseby:master, r=alexcrichton
2015-03-05 Manish GoregaokarRollup merge of #22973 - djmally:coll_docs, r=Gankro
2015-03-05 Manish GoregaokarRollup merge of #22994 - eddyb:unsuffix-ints-good,...
2015-03-05 Manish GoregaokarRollup merge of #22764 - ivanradanov:fileline_help...
2015-03-05 Manish GoregaokarRollup merge of #22939 - bleibig:grammar-updates, r...
2015-03-05 Manish GoregaokarRollup merge of #22029 - iKevinY:tidy-changes, r=brson
2015-03-05 borsAuto merge of #22061 - pczarn:quote_matcher_and_attr...
2015-03-04 borsAuto merge of #22920 - tshepang:remove-some-warnings...
2015-03-04 borsAuto merge of #22958 - laijs:option_map_for_iter_map...
2015-03-03 borsAuto merge of #22997 - pnkfelix:make-timestamps-robust...
2015-03-03 borsAuto merge of #22532 - pnkfelix:arith-overflow, r=pnkfe...
2015-03-03 Ivan Radanov IvanovChange span_help calls to fileline_help where appropriate
2015-03-03 borsAuto merge of #22995 - Manishearth:rollup, r=Manishearth
2015-03-03 Manish GoregaokarRollup merge of #22988 - dcrewi:slice-swap-inline,...
2015-03-03 Manish GoregaokarRollup merge of #22977 - kmcallister:issue-15778, r...
2015-03-03 Manish GoregaokarRollup merge of #22974 - nagisa:reintuint-std, r=alexcr...
2015-03-03 Manish GoregaokarRollup merge of #22970 - pnkfelix:fsk-robust-backtrace...
2015-03-03 Manish GoregaokarRollup merge of #22956 - ejjeong:aarch64-linux-android...
2015-03-03 Manish GoregaokarRollup merge of #22952 - huonw:missing-stable, r=alexcr...
2015-03-03 Manish GoregaokarRollup merge of #22951 - huonw:weak-chuck-slice, r...
2015-03-03 Manish GoregaokarRollup merge of #22876 - Florob:const, r=nikomatsakis
2015-03-03 Manish GoregaokarRollup merge of #22990 - japaric:privATe, r=alexcrichton
2015-03-03 Manish GoregaokarRollup merge of #22989 - laijs:fix_FromStr_bool_comment...
2015-03-03 Manish GoregaokarRollup merge of #22969 - dotdash:no_alloca_zeroed,...
2015-03-03 Manish GoregaokarRollup merge of #22960 - huonw:static-assert, r=huonw
2015-03-03 Manish GoregaokarRollup merge of #22916 - rprichard:fmt-num-cleanup...
2015-03-03 Huon WilsonFeature gate `#[static_assert]`.
2015-03-02 borsAuto merge of #22882 - alexcrichton:stabilize-process...
2015-03-02 borsAuto merge of #22963 - Manishearth:rollup, r=Manishearth
2015-03-02 Manish GoregaokarRollup merge of #22966 - nikomatsakis:closure-region...
2015-03-02 Manish GoregaokarRollup merge of #22961 - dotdash:branch_drop, r=eddyb
2015-03-02 Manish GoregaokarAdd cfg_attr to known attributes
2015-03-02 Manish GoregaokarRollup merge of #22689 - tshepang:thread-doc-improvemen...
2015-03-02 Florian ZeitzUse `const`s instead of `static`s where appropriate
2015-03-01 Manish GoregaokarRollup merge of #22935 - dotdash:method_attr, r=eddyb
2015-03-01 Manish GoregaokarRollup merge of #22923 - dotdash:trans_arg, r=eddyb
2015-02-28 borsAuto merge of #22839 - lifthrasiir:better-backtrace...
2015-02-28 borsAuto merge of #22669 - dotdash:fast_slice_iter, r=huonw
2015-02-27 Manish GoregaokarRollup merge of #22837 - eddyb:issue-21721, r=dotdash
2015-02-27 Manish GoregaokarRollup merge of #22836 - mahkoh:testflush, r=huonw
2015-02-27 Manish GoregaokarRollup merge of #22835 - tshepang:remove-some-warnings...
2015-02-27 Manish GoregaokarRollup merge of #22833 - laijs:remove-redundant-else...
2015-02-27 Manish GoregaokarRollup merge of #22817 - jmesmon:result-or-type, r...
2015-02-27 Manish GoregaokarRollup merge of #22809 - nikomatsakis:issue-22655-infin...
2015-02-27 Manish GoregaokarRollup merge of #22795 - alexcrichton:issue-22617,...
2015-02-27 Manish GoregaokarRollup merge of #22788 - vadimcn:fix-precise_time_ns...
2015-02-27 Manish GoregaokarRollup merge of #22748 - jxcl:string-backslash, r=steve...
2015-02-27 Manish GoregaokarRollup merge of #22732 - jxcl:cargo-new, r=steveklabnik
2015-02-27 Manish GoregaokarRollup merge of #22823 - kmcallister:fix-21370, r=huonw
2015-02-27 Manish GoregaokarRollup merge of #22818 - pnkfelix:fsk-issue-22536,...
2015-02-27 Manish GoregaokarRollup merge of #22803 - huonw:field-stability, r=alexc...
2015-02-27 borsAuto merge of #22573 - nwin:impl-debug-rwlock-weak...
2015-02-27 borsAuto merge of #22853 - FlaPer87:snap, r=alexcrichton
2015-02-27 borsAuto merge of #22765 - sanxiyn:dedup-rustdoc, r=alexcri...
2015-02-26 borsAuto merge of #22825 - semarie:openbsd-pathbuf, r=alexc...
2015-02-26 borsAuto merge of #22715 - edwardw:send-sync-audit, r=alexc...
2015-02-26 borsAuto merge of #22827 - sfackler:should_panic_pt1, r...
2015-02-26 borsAuto merge of #22810 - japaric:cow-path, r=alexcrichton
2015-02-26 Steven FacklerWhitelist #[should_panic]
2015-02-25 borsAuto merge of #22767 - pnkfelix:issue-22265, r=nikomatsakis
2015-02-25 borsAuto merge of #22796 - Manishearth:rollup, r=Manishearth
2015-02-25 Manish GoregaokarRollup merge of #22787 - pnkfelix:reenable-gate-for...
2015-02-25 Manish GoregaokarRollup merge of #22744 - alexcrichton:issue-22738,...
2015-02-25 Manish GoregaokarRollup merge of #22742 - alexcrichton:issue-22737,...
2015-02-25 Manish GoregaokarRollup merge of #22727 - alexcrichton:prep-env, r=aturon
2015-02-25 Manish GoregaokarRollup merge of #22596 - alexcrichton:fix-some-impls...
2015-02-25 Manish GoregaokarRollup merge of #22157 - tbu-:pr_debug_collections...
2015-02-25 Manish GoregaokarRollup merge of #22792 - semarie:openbsd-unbreak-nacl...
2015-02-25 Manish GoregaokarRollup merge of #22783 - alexcrichton:deprecate-taskpoo...
2015-02-25 Manish GoregaokarRollup merge of #22635 - kmcallister:macros-chapter...
2015-02-25 Felix S. Klock IITurn `unsafe_no_drop_flag` back into a gated-feature.
2015-02-24 borsAuto merge of #22530 - rprichard:master, r=dotdash
2015-02-24 borsAuto merge of #22172 - eddyb:almost-there, r=nikomatsakis
2015-02-24 Eduard BurtescuImplement `<T>::method` UFCS expression syntax.
2015-02-24 Eduard Burtescusyntax: don't store a secondary NodeId for TyPath.
2015-02-24 Manish GoregaokarRollup merge of #22473 - leejunseok:fix_pointer_example...
2015-02-23 Manish GoregaokarRollup merge of #22544 - bombless:fix-pattern, r=pnkfelix
2015-02-23 Manish GoregaokarRollup merge of #22559 - kmcallister:borrowck-readme...
2015-02-23 Manish GoregaokarRollup merge of #22513 - steveklabnik:doc_str, r=brson
2015-02-23 Manish GoregaokarRollup merge of #22505 - tshepang:current_dir, r=stevek...
2015-02-23 Manish GoregaokarRollup merge of #22371 - fhahn:issue-17829-compiletest...
2015-02-23 Manish GoregaokarRollup merge of #22270 - steveklabnik:gh22152, r=huonw
2015-02-21 Manish GoregaokarRollup merge of #22542 - ipetkov:unsafe-lint, r=huonw
2015-02-21 Manish GoregaokarRollup merge of #22545 - Ryman:fucntion, r=dotdash
2015-02-21 Manish GoregaokarRollup merge of #22527 - dotdash:if-loop, r=huonw
2015-02-21 Manish GoregaokarRollup merge of #22524 - stevencrockett:master, r=steve...
2015-02-21 Manish GoregaokarRollup merge of #22522 - zeroem:patch-1, r=pnkfelix
2015-02-21 Manish GoregaokarRollup merge of #22515 - adamhjk:add-else-if-to-docs...
next