]> git.lizzy.rs Git - rust.git/history - src/libsyntax
Rollup merge of #28991 - goyox86:goyox86/rustfmting-liblog-II, r=alexcrichton
[rust.git] / src / libsyntax /
2015-10-14 Manish GoregaokarRollup merge of #28991 - goyox86:goyox86/rustfmting...
2015-10-14 borsAuto merge of #28816 - petrochenkov:unistruct, r=nrc
2015-10-13 Vadim PetrochenkovComment on the purpose(s) of NodeId in VariantData
2015-10-13 Vadim PetrochenkovMerge VariantData and VariantData_
2015-10-13 Vadim PetrochenkovMerge struct fields and struct kind
2015-10-13 Vadim PetrochenkovDict -> Struct, StructDef -> VariantData, def -> data
2015-10-13 Vadim PetrochenkovTest and gate empty structures and variants better
2015-10-13 Vadim PetrochenkovProvide span for visit_struct_def + remove some dead...
2015-10-13 Vadim PetrochenkovRemove now redundant NodeId from Variant
2015-10-13 Vadim PetrochenkovDecouple structure kinds from NodeIds
2015-10-13 Vadim PetrochenkovUnify structures and enum variants in AST
2015-10-12 borsAuto merge of #28914 - steveklabnik:doc_iterator, r...
2015-10-11 borsAuto merge of #28969 - chrisccerami:link_to_ffi_in_conc...
2015-10-11 borsAuto merge of #28948 - steveklabnik:gh28944, r=alexcrichton
2015-10-10 borsAuto merge of #28941 - jcaudle:rustfmt/librand-distribu...
2015-10-10 borsAuto merge of #28949 - iwillspeak:rustfmt-libflate...
2015-10-10 borsAuto merge of #28945 - shama:doc-typos, r=steveklabnik
2015-10-10 borsAuto merge of #28922 - panicbit:trpl-missing-docs,...
2015-10-10 borsAuto merge of #28938 - GlenDC:master, r=Manishearth
2015-10-10 borsAuto merge of #28930 - steveklabnik:update_pr, r=stevek...
2015-10-10 borsAuto merge of #28920 - dotdash:const_align, r=eddyb
2015-10-10 borsAuto merge of #28928 - ykomatsu:trpl, r=Manishearth
2015-10-10 borsAuto merge of #28932 - barosl:empty-comment, r=alexcrichton
2015-10-10 borsAuto merge of #28861 - pnkfelix:fsk-nonparam-dropck...
2015-10-09 Barosl LeePrevent `/**/` from being parsed as a doc comment
2015-10-09 borsAuto merge of #28926 - DanielKeep:syntax-index, r=steve...
2015-10-09 borsAuto merge of #28929 - pnkfelix:expand-legal-cycles...
2015-10-09 borsAuto merge of #27897 - sfackler:cursor-box-slice, r...
2015-10-09 borsAuto merge of #28857 - nrc:lowering, r=nikomatsakis
2015-10-09 borsAuto merge of #28869 - alexcrichton:allocator-dox,...
2015-10-09 borsAuto merge of #28817 - dcarral:installing_rust_v130...
2015-10-09 borsAuto merge of #28919 - huonw:placement-tracking-issue...
2015-10-09 borsAuto merge of #28888 - arielb1:variant-ctor, r=eddyb
2015-10-08 Huon WilsonPoint `placement_in_syntax`/`box_syntax` lang features...
2015-10-08 Nick CameronSome cleanup of no longer used AST things
2015-10-08 Nick CameronCache ids between lowering runs
2015-10-08 Nick Cameronhygiene for `for` loops, `if let`, `while let`
2015-10-08 Nick CameronFix stability
2015-10-08 Nick CameronMove placement in desugaring to lowering
2015-10-08 Nick Cameronif let and while let
2015-10-08 Nick CameronMove `for` loop desugaring to lowering
2015-10-08 borsAuto merge of #28900 - cristicbz:typos, r=alexcrichton
2015-10-08 borsAuto merge of #27197 - nwin:generic-cursor-impl, r...
2015-10-08 Cristi Cobzarencotypos: fix a grabbag of typos all over the place
2015-10-08 Steve KlabnikRollup merge of #28905 - tshepang:typo, r=steveklabnik
2015-10-08 Steve KlabnikRollup merge of #28872 - iwillspeak:master, r=Manishearth
2015-10-08 borsAuto merge of #28826 - arthurprs:leading_plus, r=alexcr...
2015-10-08 borsAuto merge of #28621 - tshepang:move-safety, r=steveklabnik
2015-10-08 borsAuto merge of #28811 - alexcrichton:as-ref-ptrs, r...
2015-10-07 Steve KlabnikRollup merge of #28878 - sourcefrog:doc-links, r=stevek...
2015-10-07 Steve KlabnikRollup merge of #28856 - chills42:master, r=steveklabnik
2015-10-07 Steve KlabnikRollup merge of #28836 - jackwilsonv:patch-6, r=stevekl...
2015-10-07 borsAuto merge of #28852 - steveklabnik:doc_char, r=alexcri...
2015-10-07 borsAuto merge of #28873 - dotdash:28339, r=nikomatsakis
2015-10-07 borsAuto merge of #28877 - sourcefrog:doc-fuse, r=alexcrichton
2015-10-07 borsAuto merge of #28841 - jld:const-slice-ice, r=Aatch
2015-10-06 borsAuto merge of #28842 - chrisccerami:patch-1, r=steveklabnik
2015-10-06 Felix S. Klock IIAdd RFC 1238's `unsafe_destructor_blind_to_params`...
2015-10-06 Felix S. Klock IINon-parametric dropck; instead trust an unsafe attribut...
2015-10-06 borsAuto merge of #28858 - jryans:crate-doc-syntax, r=alexc...
2015-10-06 borsAuto merge of #28855 - jld:mathematial, r=alexcrichton
2015-10-06 borsAuto merge of #28823 - petrochenkov:identeq2, r=nrc
2015-10-06 borsAuto merge of #28779 - alexcrichton:ffi-isize-usize...
2015-10-05 Vadim PetrochenkovAdd comment for the use of Ident in hash map in mtwt
2015-10-05 borsAuto merge of #28717 - nagisa:optional-no-landing-pads...
2015-10-04 borsAuto merge of #28573 - ruud-v-a:rustdoc-license, r...
2015-10-04 borsAuto merge of #28806 - wthrowe:bare-outfile-fix, r...
2015-10-03 borsAuto merge of #28669 - arielb1:well-formed-methods...
2015-10-03 borsAuto merge of #28521 - arielb1:metadiet, r=eddyb
2015-10-03 Vadim Petrochenkovlibsyntax: Do not derive Hash for Ident
2015-10-03 borsAuto merge of #28821 - dagnir:formatting-fix, r=stevekl...
2015-10-03 borsAuto merge of #28815 - matklad:contrib-doc, r=steveklabnik
2015-10-03 borsAuto merge of #28818 - Stebalien:fix-iter-chain-order...
2015-10-03 borsAuto merge of #28813 - arielb1:well-formed-variables...
2015-10-03 borsAuto merge of #28820 - steveklabnik:rollup, r=steveklabnik
2015-10-03 Steve KlabnikRollup merge of #28819 - steveklabnik:doc_hr, r=brson
2015-10-03 Steve KlabnikRollup merge of #28814 - matklad:fix-md, r=alexcrichton
2015-10-03 Steve KlabnikRollup merge of #28812 - steveklabnik:improve_str_from_...
2015-10-03 Steve KlabnikRollup merge of #28805 - wthrowe:compile-stdin, r=alexc...
2015-10-03 Steve KlabnikRollup merge of #28736 - nagisa:rustdocjsfix, r=alexcri...
2015-10-03 borsAuto merge of #28672 - sanxiyn:const-eval-span, r=alexc...
2015-10-02 borsAuto merge of #28662 - semmaz:fmt-debug, r=alexcrichton
2015-10-02 borsAuto merge of #28626 - arielb1:closure-needs-infer...
2015-10-02 borsAuto merge of #28650 - sanxiyn:attr-usage, r=nrc
2015-10-02 borsAuto merge of #28768 - alexcrichton:dep-info++, r=brson
2015-10-02 Seo SanghyeonAdd a method to test span containment
2015-10-02 Seo SanghyeonCheck attribute usage
2015-10-02 Ariel Ben-YehudaMerge branch 'master' into metadiet
2015-10-02 borsAuto merge of #28795 - marti1125:28696, r=alexcrichton
2015-10-02 borsAuto merge of #28807 - Manishearth:rollup, r=Manishearth
2015-10-02 Manish GoregaokarRollup merge of #28797 - steveklabnik:rebase_for_gankro...
2015-10-02 Manish GoregaokarRollup merge of #28791 - apasel422:issue-25439, r=alexc...
2015-10-02 Manish GoregaokarRollup merge of #28788 - tsurai:master, r=bluss
2015-10-02 Manish GoregaokarRollup merge of #28786 - fhahn:ba-link, r=alexcrichton
2015-10-02 Manish GoregaokarRollup merge of #28686 - eefriedman:unresolved-path...
2015-10-02 Manish GoregaokarRollup merge of #28554 - christopherdumas:E0422, r...
2015-10-02 borsAuto merge of #28793 - Ms2ger:AttrStyle, r=alexcrichton
2015-10-02 borsAuto merge of #28792 - dotdash:cmp_indirection, r=alexc...
2015-10-02 borsAuto merge of #28790 - arielb1:unsafe-coerce, r=eddyb
2015-10-02 borsAuto merge of #28789 - rkruppe:rm-unused-probes, r...
next