]> git.lizzy.rs Git - rust.git/history - src/librustc_trans/save/mod.rs
save-analysis: return an Option from get_path_data
[rust.git] / src / librustc_trans / save / mod.rs
2015-07-25 Nick Cameronsave-analysis: return an Option from get_path_data
2015-07-25 Nick Cameronsave-analysis: add references to paths to get_path_data
2015-07-21 borsAuto merge of #26935 - oli-obk:const_val_description...
2015-07-21 borsAuto merge of #27103 - wthrowe:doc_format, r=alexcrichton
2015-07-20 borsAuto merge of #27026 - nagisa:overflowing-unsigned...
2015-07-20 borsAuto merge of #27044 - nrc:graphviz-style, r=@pnkfelix
2015-07-20 borsAuto merge of #27065 - marcusklaas:loop-label, r=nrc
2015-07-18 borsAuto merge of #27088 - tamird:fix-ios-build, r=alexcrichton
2015-07-18 borsAuto merge of #27074 - steveklabnik:gh27014, r=alexcrichton
2015-07-18 Manish GoregaokarRollup merge of #27095 - tshepang:space, r=alexcrichton
2015-07-18 Manish GoregaokarRollup merge of #27081 - rick68:patch-15, r=alexcrichton
2015-07-18 Manish GoregaokarRollup merge of #27067 - GuillaumeGomez:patch-1, r=cmr
2015-07-18 Manish GoregaokarRollup merge of #26777 - barosl:macro-doc-escapes,...
2015-07-17 borsAuto merge of #27045 - nikomatsakis:better-object-defau...
2015-07-17 borsAuto merge of #27076 - alexcrichton:update-llvm, r...
2015-07-17 Manish GoregaokarRollup merge of #27080 - soderstroff:kristof-patch...
2015-07-17 Manish GoregaokarRollup merge of #27069 - Eljay:fix-raw-attr-typo, r...
2015-07-17 Manish GoregaokarRollup merge of #25993 - nham:fix_23969, r=nikomatsakis
2015-07-17 borsAuto merge of #27066 - rust-lang:rollup_central, r...
2015-07-16 Steve KlabnikMerge branch 'fix-26673' of https://github.com/nhowell...
2015-07-16 Steve KlabnikMerge branch 'more-ref-fixes' of https://github.com...
2015-07-16 Steve KlabnikMerge branch 'coercions' of https://github.com/tshepang...
2015-07-16 Steve KlabnikMerge branch 'doc_io_traits_enums' of https://github...
2015-07-16 Steve KlabnikMerge branch 'nopacked' of https://github.com/Stebalien...
2015-07-16 Steve KlabnikMerge branch 'uint-usize-rustc-docs' of https://github...
2015-07-16 Steve KlabnikMerge branch 'fix/doc/rel-prev-next' of https://github...
2015-07-16 Manish GoregaokarRollup merge of #27046 - nrc:driver-defaults, r=alexcri...
2015-07-16 Manish GoregaokarRollup merge of #27039 - bluss:siphash-tests, r=alexcri...
2015-07-16 Manish GoregaokarRollup merge of #27030 - nrc:save-ctors, r=alexcrichton
2015-07-16 Manish GoregaokarRollup merge of #27019 - akiss77:pr-aarch64-morestack...
2015-07-16 Manish GoregaokarRollup merge of #27018 - arielb1:enum-update, r=eddyb
2015-07-16 Manish GoregaokarRollup merge of #26988 - frewsxcv:regression-tests...
2015-07-16 Manish GoregaokarRollup merge of #26950 - AlisdairO:memset, r=alexcrichton
2015-07-16 Manish GoregaokarRollup merge of #26898 - GuillaumeGomez:fixup, r=eddyb
2015-07-16 Manish GoregaokarRollup merge of #26838 - P1start:refactor-diagnostic...
2015-07-16 Manish GoregaokarRollup merge of #26819 - P1start:ref-suggestion, r...
2015-07-16 Manish GoregaokarRollup merge of #27029 - nrc:save-pub-gen-code, r=alexc...
2015-07-16 Manish GoregaokarRollup merge of #27028 - Gankro:travis, r=alexcrichton
2015-07-16 Manish GoregaokarRollup merge of #26695 - rutsky:patch-2, r=Manishearth
2015-07-16 Manish GoregaokarRollup merge of #26693 - rutsky:patch-1, r=Manishearth
2015-07-14 Nick Cameronsave-analysis: fix def_ids for method calls
2015-07-14 Nick Cameronsave-analysis: handle a few more kinds of paths
2015-07-14 Nick Cameronsave-analysis: tweak constructors
2015-07-14 Nick Cameronsave-analysis: make generated_code pub
2015-07-13 borsAuto merge of #26947 - nagisa:unicode-escape-error...
2015-07-13 borsAuto merge of #26750 - nrc:refactor-submod, r=sfackler
2015-07-12 borsAuto merge of #26895 - jroesch:modernize-typeck-names...
2015-07-12 Manish GoregaokarRollup merge of #26974 - tshepang:trailing-comma, r...
2015-07-12 Manish GoregaokarRollup merge of #26881 - andreastt:international_keyboa...
2015-07-11 borsAuto merge of #26913 - sfackler:tuple-debug, r=alexcrichton
2015-07-11 borsAuto merge of #26882 - andreastt:style_improvements...
2015-07-11 borsAuto merge of #26878 - Esption:master, r=pnkfelix
2015-07-11 Manish GoregaokarRollup merge of #26943 - brson:installer, r=alexcrichton
2015-07-11 Manish GoregaokarRollup merge of #26936 - bluss:doc-array, r=steveklabnik
2015-07-11 Manish GoregaokarRollup merge of #26932 - tsurai:master, r=steveklabnik
2015-07-10 borsAuto merge of #26926 - alexcrichton:llvm-archive-writer...
2015-07-10 borsAuto merge of #26896 - tbu-:pr_getcwd, r=alexcrichton
2015-07-10 borsAuto merge of #26928 - reem:cstr-is-a-cow, r=Gankro
2015-07-10 borsAuto merge of #26919 - alexcrichton:msvc-turn-off-unwin...
2015-07-10 borsAuto merge of #26751 - retep998:copy-that-floppy, r...
2015-07-10 borsAuto merge of #26613 - brson:relnotes, r=alexcrichton
2015-07-10 borsAuto merge of #26907 - nrc:save-fns, r=brson
2015-07-09 borsAuto merge of #26814 - tshepang:array-examples, r=bluss
2015-07-09 borsAuto merge of #26515 - quantheory:check_enum_recursion...
2015-07-09 Nick Cameronsave-analysis: API-ify methods
2015-07-09 Nick Cameronsave-analysis: factor out helper method
2015-07-09 Nick Cameronsave-analysis: API-ify paths
2015-07-09 Nick Cameronsave-analysis: api-ify method calls
2015-07-08 Steve KlabnikRollup merge of #26687 - christianweinz:patch-1, r...
2015-07-07 borsAuto merge of #26747 - huonw:stability-issue, r=alexcri...
2015-07-06 Steve KlabnikRollup merge of #26835 - tshepang:copy-or-not, r=stevek...
2015-07-06 Steve KlabnikRollup merge of #26834 - tshepang:space, r=brson
2015-07-06 Steve KlabnikRollup merge of #26809 - cmr:libc-ioctl, r=alexcrichton
2015-07-06 borsAuto merge of #26741 - alexcrichton:noinline-destructor...
2015-07-05 borsAuto merge of #26464 - Gankro:send, r=alexcrichton
2015-07-05 borsAuto merge of #26473 - Eljay:missing_docs, r=alexcrichton
2015-07-05 Steve KlabnikRollup merge of #26808 - tshepang:closures, r=steveklabnik
2015-07-05 Steve KlabnikRollup merge of #26800 - tshepang:comma, r=Gankro
2015-07-05 Steve KlabnikRollup merge of #26789 - tshepang:improve-array-example...
2015-07-05 Steve KlabnikRollup merge of #26464 - Gankro:send, r=alexcrichton
2015-07-05 borsAuto merge of #25754 - geofft:remove-compiletest-jit...
2015-07-05 Steve KlabnikRollup merge of #26795 - tshepang:typo, r=steveklabnik
2015-07-05 Steve KlabnikRollup merge of #26792 - tshepang:follow-idiom, r=steve...
2015-07-05 Steve KlabnikRollup merge of #26791 - tshepang:misc-ref-fixes, r...
2015-07-05 Steve KlabnikRollup merge of #26788 - tshepang:not-exclamation-marks...
2015-07-05 Steve KlabnikRollup merge of #26787 - tshepang:tuple-usage, r=stevek...
2015-07-05 Steve KlabnikRollup merge of #26785 - tshepang:inference, r=steveklabnik
2015-07-03 borsAuto merge of #26378 - arielb1:unused-mut, r=pnkfelix
2015-07-03 borsAuto merge of #26610 - aturon:fix_make_unique, r=alexcr...
2015-07-02 borsAuto merge of #26733 - nhowell:update-jquery, r=stevekl...
2015-07-02 borsAuto merge of #26725 - tshepang:patch-2, r=bluss
2015-07-02 borsAuto merge of #26682 - posix4e:netbsd, r=alexcrichton
2015-07-02 borsAuto merge of #26724 - tshepang:patch-1, r=bluss
2015-07-02 borsAuto merge of #26713 - GuillaumeGomez:patch-3, r=Manish...
2015-07-02 borsAuto merge of #26715 - steveklabnik:gh26497, r=huonw
2015-07-02 borsAuto merge of #26712 - GuillaumeGomez:patch-2, r=Manish...
2015-07-02 borsAuto merge of #26727 - remram44:coerceunsized-weak...
2015-07-02 borsAuto merge of #26722 - arielb1:log-deadlock, r=eddyb
2015-07-02 borsAuto merge of #26718 - nham:test-8640, r=alexcrichton
2015-07-02 borsAuto merge of #26691 - nrc:mem, r=alexcrichton
next