]> git.lizzy.rs Git - rust.git/history - src/libsyntax/ext/tt/macro_parser.rs
Rollup merge of #41937 - nikomatsakis:issue-41936-variance-coerce-unsized-cycle,...
[rust.git] / src / libsyntax / ext / tt / macro_parser.rs
2017-05-16 Mark SimulacrumRollup merge of #41937 - nikomatsakis:issue-41936-varia...
2017-05-16 borsAuto merge of #42038 - Mark-Simulacrum:rollup, r=Mark...
2017-05-16 Mark SimulacrumRollup merge of #42028 - faso:patch-1, r=apasel422
2017-05-16 Mark SimulacrumRollup merge of #42011 - rap2hpoutre:patch-5, r=Guillau...
2017-05-16 Mark SimulacrumRollup merge of #42005 - jseyfried:fix_macro_regression...
2017-05-15 Jeffrey SeyfriedFix regression in `macro_rules!` name matching.
2017-05-03 Corey FarwellRollup merge of #41217 - topecongiro:docs/atomic-fence...
2017-04-24 borsAuto merge of #40123 - TimNN:llvm40, r=alexcrichton
2017-04-20 borsAuto merge of #41342 - GuillaumeGomez:btree-debug-infin...
2017-04-20 Corey FarwellRollup merge of #40987 - maccoda:convert-docs, r=stevek...
2017-04-20 Corey FarwellRollup merge of #40812 - mgattozzi:ChildDocs, r=stevekl...
2017-04-20 borsAuto merge of #41191 - seanmonstar:spec-extend-vec...
2017-04-20 Corey FarwellRollup merge of #41214 - estebank:less-multiline, r...
2017-04-20 Corey FarwellRollup merge of #41348 - lukaramu:std-path-docs, r...
2017-04-19 borsAuto merge of #41325 - eddyb:isolate-snapshots-for...
2017-04-19 borsAuto merge of #41170 - Nashenas88:master, r=alexcrichton
2017-04-18 Corey FarwellRollup merge of #41353 - redox-os:master, r=alexcrichton
2017-04-18 Corey FarwellRollup merge of #40290 - 3Hren:master, r=aturon
2017-04-18 Corey FarwellRollup merge of #41344 - Diggsey:remove-natvis-nbsp...
2017-04-18 Corey FarwellRollup merge of #41310 - eddyb:demand-const-eval, r...
2017-04-18 Corey FarwellRollup merge of #41262 - jonhoo:compiler-barrier-rename...
2017-04-18 borsAuto merge of #41340 - eddyb:demand-assoc-defids, r...
2017-04-17 borsAuto merge of #41282 - arielb1:missing-impl-item, r...
2017-04-17 borsAuto merge of #41345 - frewsxcv:rollup, r=frewsxcv
2017-04-17 Corey FarwellRollup merge of #41290 - GuillaumeGomez:put-back-hoedow...
2017-04-17 Corey FarwellRollup merge of #41280 - QuietMisdreavus:rustdoc-toc...
2017-04-17 Corey FarwellRollup merge of #41012 - durka:vis-matcher, r=petrochenkov
2017-04-15 Daniel KeepImplementation of the `vis` macro matcher.
2017-04-12 borsAuto merge of #40765 - pirate:patch-3, r=aturon
2017-04-09 QuietMisdreavusmerge with master to pick up pulldown switch
2017-04-09 borsAuto merge of #40829 - mgattozzi:ChildStderr, r=stevekl...
2017-04-07 Corey FarwellRollup merge of #40797 - GAJaloyan:patch-1, r=arielb1
2017-04-06 borsAuto merge of #40996 - alexcrichton:update-cargo, r...
2017-04-06 Corey FarwellRollup merge of #40908 - dotdash:pers_lt, r=arielb1
2017-04-05 Ariel Ben-YehudaRollup merge of #41015 - arielb1:new-block-stack, r...
2017-04-05 Ariel Ben-YehudaRollup merge of #40943 - Amanieu:offset_to, r=alexcrichton
2017-04-05 Ariel Ben-YehudaRollup merge of #40927 - stjepang:docs-atomic-overflow...
2017-04-05 Ariel Ben-YehudaRollup merge of #40909 - nagisa:fix-vec-placement,...
2017-04-05 Corey FarwellRollup merge of #40949 - stjepang:fix-vecdeque-docs...
2017-04-05 Corey FarwellRollup merge of #40608 - GuillaumeGomez:mutex-doc-incon...
2017-04-04 Esteban KüberMerge branch 'master' into issue-32540
2017-04-03 Esteban KüberMerge branch 'master' into issue-40006
2017-04-03 borsAuto merge of #40915 - nrc:save-assoc, r=eddyb
2017-04-02 borsAuto merge of #40919 - GuillaumeGomez:fix-new-rustdoc...
2017-04-01 borsAuto merge of #40967 - alexcrichton:old-osx, r=brson
2017-03-31 Corey FarwellRollup merge of #40947 - stjepang:test-sort-random...
2017-03-31 Corey FarwellRollup merge of #40871 - projektir:atomic_links, r...
2017-03-31 Corey FarwellRollup merge of #40763 - pirate:patch-2, r=steveklabnik
2017-03-31 Corey FarwellRollup merge of #40728 - topecongiro:stabilize, r=arielb1
2017-03-31 Corey FarwellRollup merge of #40703 - GuillaumeGomez:pointer-docs...
2017-03-31 Corey FarwellRollup merge of #40904 - rap2hpoutre:patch-1, r=stevekl...
2017-03-31 Corey FarwellRollup merge of #40898 - MaloJaffre:remove-unused-featu...
2017-03-31 Corey FarwellRollup merge of #40888 - wesleywiser:rustdoc_src_sideba...
2017-03-31 Corey FarwellRollup merge of #40869 - ctjhoa:master, r=steveklabnik
2017-03-31 Corey FarwellRollup merge of #40842 - Mic92:RawFd, r=aturon
2017-03-31 borsAuto merge of #40737 - nagisa:safe-slicing-strs, r...
2017-03-30 borsAuto merge of #40524 - alexcrichton:update-bootstrap...
2017-03-30 borsAuto merge of #40597 - jseyfried:improve_span_expn_info...
2017-03-30 Jeffrey SeyfriedImprove `Path` spans.
2017-03-29 Corey FarwellRollup merge of #40720 - mitsuhiko:feature/rev-key...
2017-03-29 Jeffrey SeyfriedRefactor how spans are combined in the parser.
2017-03-29 Corey FarwellRollup merge of #40682 - TigleyM:str_doc, r=steveklabnik
2017-03-27 Alex CrichtonRollup merge of #40317 - malbarbo:update-libc, r=alexcr...
2017-03-25 Corey FarwellRollup merge of #40740 - shepmaster:inclusive-range...
2017-03-25 Corey FarwellRollup merge of #40642 - frewsxcv:io-bufread-doc-exampl...
2017-03-24 Corey FarwellRollup merge of #40739 - cuviper:hash-rev-drop, r=arthurprs
2017-03-24 Corey FarwellRollup merge of #40567 - clarcharr:rustdoc-sort, r...
2017-03-23 Corey FarwellRollup merge of #40715 - manuel-rhdt:patch-1, r=brson
2017-03-23 Corey FarwellRollup merge of #40668 - cramertj:on-demandify-more...
2017-03-23 Corey FarwellRollup merge of #40612 - TimNN:new-netbsd-cross, r...
2017-03-23 borsAuto merge of #40605 - alexcrichton:add-stamps, r=brson
2017-03-23 borsAuto merge of #40549 - alexcrichton:uwtable-everywhere...
2017-03-23 borsAuto merge of #40515 - alexcrichton:tarball-names,...
2017-03-23 Corey FarwellRollup merge of #40696 - cramertj:remove-unused-adt...
2017-03-23 Corey FarwellRollup merge of #40617 - TimNN:dist-update-gcc, r=alexc...
2017-03-23 Corey FarwellRollup merge of #40542 - abonander:issue_40535, r=jseyfried
2017-03-23 Corey FarwellRollup merge of #39891 - shepmaster:emit-mir, r=nikomat...
2017-03-22 Corey FarwellRollup merge of #40725 - Cldfire:master, r=estebank
2017-03-22 Corey FarwellRollup merge of #40723 - SamWhited:e0090_error_explanat...
2017-03-22 Corey FarwellRollup merge of #40722 - stjepang:doc-consistency-fixes...
2017-03-22 Corey FarwellRollup merge of #40704 - omtcyfz:clang_version_bump...
2017-03-22 Corey FarwellRollup merge of #40692 - SamWhited:consistent_str_docs_...
2017-03-22 Corey FarwellRollup merge of #40690 - GuillaumeGomez:fix-iter-docs...
2017-03-22 Corey FarwellRollup merge of #40689 - GuillaumeGomez:rustdoc-associa...
2017-03-22 Corey FarwellRollup merge of #40619 - stjepang:unstable-book-sort...
2017-03-22 Corey FarwellRollup merge of #40578 - michaelwoerister:shorter-compi...
2017-03-22 Corey FarwellRollup merge of #40548 - alexcrichton:appveyor-ninja...
2017-03-22 Corey FarwellRollup merge of #40523 - durka:patch-38, r=petrochenkov
2017-03-22 Corey FarwellRollup merge of #40509 - jseyfried:duplicate_check_macr...
2017-03-22 borsAuto merge of #40043 - petrochenkov:objpars, r=nikomatsakis
2017-03-21 Vadim PetrochenkovRefactor parsing of trait object types
2017-03-21 Corey FarwellRollup merge of #40576 - dwrensha:mir-terminator-kind...
2017-03-21 Corey FarwellRollup merge of #40556 - cramertj:stabilize-pub-restric...
2017-03-21 Corey FarwellRollup merge of #40502 - jdhorwitz:master, r=steveklabnik
2017-03-21 Corey FarwellRollup merge of #40312 - jdhorwitz:papercut, r=steveklabnik
2017-03-21 Corey FarwellRollup merge of #40229 - cramertj:break-to-blocks,...
2017-03-20 borsAuto merge of #39628 - arielb1:shimmir, r=eddyb
2017-03-20 borsAuto merge of #40281 - jimmycuadra:try-from-from-str...
2017-03-20 Corey FarwellRollup merge of #40587 - GuillaumeGomez:rustdoc-const...
2017-03-20 Corey FarwellRollup merge of #40581 - TimNN:di-global-40, r=alexcrichton
next