]> git.lizzy.rs Git - rust.git/history - src/libsyntax/print/pprust.rs
Fix pretty-printing of lifetime bound
[rust.git] / src / libsyntax / print / pprust.rs
2016-06-29 Seo SanghyeonFix pretty-printing of lifetime bound
2016-06-28 borsAuto merge of #34519 - alexcrichton:fix-nightlies,...
2016-06-28 Guillaume GomezRollup merge of #34524 - frewsxcv:std-io-sink, r=Guilla...
2016-06-28 Guillaume GomezRollup merge of #34518 - frewsxcv:io-repeat, r=Guillaum...
2016-06-28 Guillaume GomezRollup merge of #34517 - frewsxcv:empty, r=GuillaumeGomez
2016-06-28 Guillaume GomezRollup merge of #34479 - ollie27:rustdoc_renamed_reexpo...
2016-06-28 Guillaume GomezRollup merge of #34475 - frewsxcv:path-component, r...
2016-06-28 Guillaume GomezRollup merge of #34471 - GuillaumeGomez:fix_expl, r...
2016-06-28 Guillaume GomezRollup merge of #34462 - dns2utf8:leading_zeros, r...
2016-06-28 Guillaume GomezRollup merge of #34442 - tatsuya6502:doc-book-ownership...
2016-06-28 Guillaume GomezRollup merge of #34415 - ollie27:docs_float, r=steveklabnik
2016-06-28 Guillaume GomezRollup merge of #34406 - frewsxcv:sleep-ex, r=alexcrichton
2016-06-28 Guillaume GomezRollup merge of #34328 - wuranbo:patch-1, r=steveklabnik
2016-06-28 Guillaume GomezRollup merge of #34287 - durka:patch-26, r=steveklabnik
2016-06-28 Guillaume GomezRollup merge of #34080 - royalstream:royalstream-book...
2016-06-27 borsAuto merge of #34424 - jseyfried:breaking_batch, r...
2016-06-26 Jeffrey SeyfriedRollup merge of #34436 - jseyfried:no_block_expr, r...
2016-06-26 Jeffrey SeyfriedRollup merge of #34339 - jseyfried:thin_vec, r=petroche...
2016-06-26 Jeffrey SeyfriedRollup merge of #34316 - jseyfried:refactor_ast_stmt...
2016-06-26 Jeffrey SeyfriedRollup merge of #33943 - jseyfried:libsyntax_cleanup...
2016-06-26 Jeffrey SeyfriedRollup merge of #34385 - cgswords:tstream, r=nrc
2016-06-25 Jeffrey SeyfriedRollup merge of #34403 - jonathandturner:move_liberror...
2016-06-25 Jeffrey SeyfriedRollup merge of #34368 - petrochenkov:astqpath, r=Manis...
2016-06-25 Jeffrey SeyfriedRollup merge of #34213 - josephDunne:trait_item_macros...
2016-06-24 Jeffrey SeyfriedAdd `ecx.stmt_semi()` and fix issues with the pretty...
2016-06-23 Jeffrey SeyfriedRemove field `expr` of `ast::Block`
2016-06-23 Jonathan TurnerAddress more travis errors
2016-06-23 Jonathan TurnerMove errors from libsyntax to its own crate
2016-06-23 borsAuto merge of #34253 - jseyfried:improve_multi_modifier...
2016-06-22 Manish GoregaokarRollup merge of #34190 - ollie27:wrapping_fmt, r=alexcr...
2016-06-21 Guillaume GomezRollup merge of #34371 - frewsxcv:thread-name, r=stevek...
2016-06-21 cgswordsRefactored tokentrees into their own files in preparati...
2016-06-21 borsAuto merge of #34155 - ollie27:unzip, r=alexcrichton
2016-06-20 borsAuto merge of #34186 - GuillaumeGomez:err-code-check...
2016-06-20 Vadim PetrochenkovMerge PatKind::QPath into PatKind::Path in AST
2016-06-20 borsAuto merge of #33950 - srinivasreddy:rtstartup_rustfmt...
2016-06-20 borsAuto merge of #34348 - dsprenkels:issue-34194-test...
2016-06-20 borsAuto merge of #34340 - marudor:master, r=japaric
2016-06-19 borsAuto merge of #34335 - ollie27:docs_collections_mods...
2016-06-19 borsAuto merge of #34313 - frewsxcv:panicking-example,...
2016-06-19 borsAuto merge of #34351 - Stebalien:issue-22434, r=sfackler
2016-06-19 borsAuto merge of #34295 - jseyfried:cfg_decoration, r...
2016-06-19 borsAuto merge of #34350 - Stebalien:test-30276, r=eddyb
2016-06-19 Jeffrey SeyfriedGeneralize and abstract `ThinAttributes`
2016-06-18 borsAuto merge of #34310 - erickt:tuple-struct-attrs, r=nrc
2016-06-18 borsAuto merge of #34336 - petrochenkov:icemctuple, r=arielb1
2016-06-18 borsAuto merge of #34314 - tshepang:misnamed, r=steveklabnik
2016-06-17 borsAuto merge of #34323 - GuillaumeGomez:unreachable_not_u...
2016-06-17 borsAuto merge of #34292 - ollie27:rustdoc_depr_impl, r...
2016-06-17 borsAuto merge of #33090 - bluss:special-zip-2, r=aturon
2016-06-17 Guillaume GomezFix panic when using debug
2016-06-17 Erick TryzelaarPretty-print attributes on tuple structs and add tests
2016-06-17 Jeffrey SeyfriedRename `ast::ExprKind::Again` -> `ast::ExprKind::Continue`
2016-06-17 Jeffrey SeyfriedFix fallout
2016-06-17 borsAuto merge of #34306 - arielb1:mir-dump-fixes, r=eddyb
2016-06-17 borsAuto merge of #34315 - Manishearth:rollup, r=Manishearth
2016-06-16 Manish GoregaokarRollup merge of #34312 - erickt:add-try, r=nikomatsakis
2016-06-16 Manish GoregaokarRollup merge of #34298 - nrc:save-parent, r=eddyb
2016-06-16 Erick TryzelaarRevert using ? for try! in the libsyntax pretty printer
2016-06-16 borsAuto merge of #34296 - dsprenkels:issue-23122-tests...
2016-06-16 borsAuto merge of #34239 - jseyfried:fix_macro_use_scope_re...
2016-06-16 borsAuto merge of #34216 - jseyfried:nested_cfg_attr, r=nrc
2016-06-16 borsAuto merge of #34290 - arielb1:short-ladder, r=eddyb
2016-06-16 borsAuto merge of #34000 - estebank:missingargs, r=jseyfried
2016-06-16 borsAuto merge of #34291 - Manishearth:rollup, r=Manishearth
2016-06-16 Manish GoregaokarRollup merge of #34270 - gkoz:error_file_exists, r...
2016-06-16 Manish GoregaokarRollup merge of #34268 - zackmdavis:if_let_over_none_un...
2016-06-15 Zack M. Davisprefer `if let` to match with `None => ()` arm in some...
2016-06-13 Joseph DunneAdd support for macro expansion inside trait items
2016-06-12 borsAuto merge of #34241 - dsprenkels:issue-32031-test...
2016-06-09 borsAuto merge of #33895 - AndrewBrinker:master, r=steveklabnik
2016-06-07 Steve KlabnikRollup merge of #34138 - hoodie:bug/bool_colors, r...
2016-06-07 Steve KlabnikRollup merge of #33897 - srinivasreddy:runfail_rustfmt...
2016-06-07 Steve KlabnikRollup merge of #33645 - withoutboats:woboats_trim_matc...
2016-06-06 borsAuto merge of #33920 - cristianoliveira:error-E0174...
2016-06-06 Eduard-Mihai BurtescuRollup merge of #33786 - birkenfeld:make-fix, r=jseyfried
2016-06-06 borsAuto merge of #33786 - birkenfeld:make-fix, r=jseyfried
2016-06-04 borsAuto merge of #33460 - shepmaster:16-bit-pointers,...
2016-06-04 borsAuto merge of #33803 - WiSaGaN:feature/rename-main...
2016-06-03 borsAuto merge of #33861 - Amanieu:lock_elision_fix, r...
2016-06-03 borsAuto merge of #33878 - GuillaumeGomez:improve_helps...
2016-06-02 borsAuto merge of #33894 - nagisa:windows-lack-endurance...
2016-06-01 borsAuto merge of #33814 - lambda:rtabort-use-platform...
2016-06-01 Manish GoregaokarRollup merge of #33896 - strake:next_code_point, r...
2016-06-01 Manish GoregaokarRollup merge of #33892 - seanmonstar:slice-eq-ptr,...
2016-06-01 Manish GoregaokarRollup merge of #33841 - LeoTestard:macro-sequence...
2016-06-01 Manish GoregaokarRollup merge of #33606 - tshepang:future-talk, r=brson
2016-06-01 Manish GoregaokarRollup merge of #33385 - cheercroaker:doc-correction...
2016-06-01 borsAuto merge of #33141 - tshepang:python-love, r=brson
2016-05-30 Manish GoregaokarRollup merge of #33867 - oli-obk:rustdoc_variant_types...
2016-05-30 Manish GoregaokarRollup merge of #33893 - Ophirr33:docs_string_split_fix...
2016-05-30 Manish GoregaokarRollup merge of #33793 - GuillaumeGomez:compile_fail...
2016-05-29 borsAuto merge of #33860 - doomrobo:fix-grammar-verificatio...
2016-05-29 borsAuto merge of #33859 - nrc:save-field-sub, r=pnkfelix
2016-05-29 borsAuto merge of #33902 - flo-l:fix-save-temps, r=dotdash
2016-05-29 borsAuto merge of #33934 - Byron:libsyntex-ring-buffer...
2016-05-29 borsAuto merge of #33848 - alexcrichton:android-gdb-sysroot...
2016-05-28 borsAuto merge of #33825 - alexcrichton:fix-beta, r=aturon
2016-05-28 borsAuto merge of #33824 - alexcrichton:rustbuild-fix-local...
2016-05-28 borsAuto merge of #33821 - sanxiyn:cfg-test, r=nikomatsakis
next