]> git.lizzy.rs Git - rust.git/history - src
Update references and borrowing (Fixes #29730)
[rust.git] / src /
2015-11-12 Ashkan KianiUpdate references and borrowing (Fixes #29730)
2015-11-12 borsAuto merge of #29757 - dotdash:mir_simplify_cfg, r...
2015-11-12 Björn SteinbrinkAdd a MIR pass to simplify the control flow graph
2015-11-12 borsAuto merge of #29544 - Ryman:reduce_doc_warnings, r...
2015-11-12 borsAuto merge of #29770 - ollie27:assert_eq_unsized, r...
2015-11-12 borsAuto merge of #29795 - Manishearth:rollup, r=Manishearth
2015-11-12 Manish GoregaokarFixup #29785
2015-11-12 Manish GoregaokarFixup #29776
2015-11-12 Manish GoregaokarRollup merge of #29787 - dbrgn:docs-fix, r=steveklabnik
2015-11-12 Manish GoregaokarRollup merge of #29786 - steveklabnik:stage0fix, r...
2015-11-12 Manish GoregaokarRollup merge of #29785 - steveklabnik:doc_prelude,...
2015-11-12 Manish GoregaokarRollup merge of #29776 - nikomatsakis:mir-29740, r=nrc
2015-11-12 Kevin Butlertrpl: add a small section outlining doctest configuration
2015-11-12 Kevin Butlerlibtest: deny warnings in doctests
2015-11-12 Kevin Butlerlibterm: deny warnings in doctests
2015-11-12 Kevin Butlerlibsyntax: deny warnings in doctests
2015-11-12 Kevin Butlerlibserialize: deny warnings in doctests
2015-11-12 Kevin Butlerlibrustc_unicode: deny warnings in doctests
2015-11-12 Kevin Butlerlibrbml: deny warnings in doctests
2015-11-12 Kevin Butlerlibrand: deny warnings in doctests
2015-11-12 Kevin Butlerliblog: deny warnings in doctests
2015-11-12 Kevin Butlerlibgraphviz: deny warnings in doctests
2015-11-12 Kevin Butlerlibgetopts: deny warnings in doctests
2015-11-12 Kevin Butlerlibfmt_macros: deny warnings in doctests
2015-11-12 Kevin Butlerlibflate: deny warnings in doctests
2015-11-12 Kevin Butlerlibcore: deny warnings in doctests
2015-11-12 Kevin Butlerlibcollections: deny warnings in doctests
2015-11-12 Kevin Butlerlibarena: deny warnings in doctests
2015-11-12 Kevin Butlerliballoc: deny warnings in doctests
2015-11-12 borsAuto merge of #29764 - nrc:stats, r=nikomatsakis
2015-11-12 borsAuto merge of #29616 - nagisa:mir-repeat, r=nikomatsakis
2015-11-11 Niko Matsakisignore pretty since it dies for some mysterious reason...
2015-11-11 borsAuto merge of #29748 - petrochenkov:issue29746, r=nrc
2015-11-11 Simonas KazlauskasConst-eval array element repetition count
2015-11-11 Danilo BargenFix article in Result.map and Result.map_err documentation
2015-11-11 Vadim PetrochenkovFix hygiene regression in patterns
2015-11-11 Oliver MiddletonAdd test for assert_eq! with none Sized types
2015-11-11 Steve KlabnikFix import warnings for stage0
2015-11-11 Steve KlabnikClean up the prelude docs
2015-11-11 Niko MatsakisRewrite match algorithm to avoid massive blowup in...
2015-11-11 borsAuto merge of #29778 - Manishearth:rollup, r=Manishearth
2015-11-11 Manish GoregaokarFixup tidy
2015-11-11 Nick CameronAdd -Zinput-stats
2015-11-11 Manish GoregaokarRollup merge of #29777 - Manishearth:const_irrefutable_...
2015-11-11 Manish GoregaokarRollup merge of #29775 - arcnmx:raw-c_char, r=alexcrichton
2015-11-11 Manish GoregaokarRollup merge of #29772 - banyan:fix-doc, r=steveklabnik
2015-11-11 Manish GoregaokarRollup merge of #29677 - GuillaumeGomez:patch-3, r...
2015-11-11 arcnmxCleaner c_char cfg logic
2015-11-11 Manish GoregaokarAdd test for constant pattern diagnostics
2015-11-11 Manish GoregaokarAdd more comprehensive diagnostics for irrefutable...
2015-11-11 arcnmxPrefer raw::c_char or libc::c_char and fix arm
2015-11-11 borsAuto merge of #29763 - nikomatsakis:mir-29227, r=nikoma...
2015-11-11 Kohei Hasegawadocs: Fix variable name
2015-11-11 Oliver MiddletonAllow none Sized types in assert_eq!
2015-11-11 borsAuto merge of #29650 - goyox86:goyox86/rustfmting-libru...
2015-11-11 Niko MatsakisIgnore long lines on this test.
2015-11-11 Niko MatsakisChange from `&mut Vec<Vec<_>>` to `&mut [Vec<_>]`,...
2015-11-11 borsAuto merge of #29755 - mbrubeck:stat-doc, r=steveklabnik
2015-11-11 borsAuto merge of #29741 - Manishearth:fix-flowgraph, r...
2015-11-11 borsAuto merge of #29752 - tamird:fix-compiletest-stage1...
2015-11-11 borsAuto merge of #29744 - sanxiyn:modernize, r=nrc
2015-11-11 borsAuto merge of #29738 - sanxiyn:suggest-mut, r=nrc
2015-11-11 Niko MatsakisAdd regression test for #29227.
2015-11-11 Niko MatsakisReorganize match construction to be O(n) instead of...
2015-11-11 Niko MatsakisClone the candidates and match-pairs lazilly, instead...
2015-11-11 Niko MatsakisRemove the mirroring for patterns and just convert...
2015-11-11 borsAuto merge of #29727 - alexcrichton:debug-unused-result...
2015-11-11 borsAuto merge of #29726 - petrochenkov:privsan, r=alexcrichton
2015-11-10 borsAuto merge of #29725 - aturon:lang-features, r=huonw
2015-11-10 Simonas Kazlauskasuse Constant for repetition count in mir::Repeat
2015-11-10 borsAuto merge of #29724 - alexcrichton:ip-endian, r=aturon
2015-11-10 Jose NarvaezManual fixups.
2015-11-10 Jose NarvaezRustfmting librustc_driver.
2015-11-10 Matt Brubeck[docs] Update references to renamed fs::stat function
2015-11-10 borsAuto merge of #29714 - petrochenkov:strparse, r=nrc
2015-11-10 borsAuto merge of #29749 - steveklabnik:rollup, r=steveklabnik
2015-11-10 Tamir Dubersteincompiletest/raise_fd_limit: use libc instead of custom...
2015-11-10 Steve KlabnikRollup merge of #29731 - steveklabnik:smallfix, r=alexc...
2015-11-10 Steve KlabnikRollup merge of #29729 - brson:readme2, r=steveklabnik
2015-11-10 Steve KlabnikRollup merge of #29715 - defuz:patch-3, r=alexcrichton
2015-11-10 Steve KlabnikRollup merge of #29708 - Ryman:pathdoc, r=steveklabnik
2015-11-10 Steve KlabnikRollup merge of #29688 - stepancheg:vec-outdated, r...
2015-11-10 Steve KlabnikRollup merge of #29420 - efindlay:master, r=steveklabnik
2015-11-10 borsAuto merge of #29705 - Ryman:mismatched_typaram_counts...
2015-11-10 borsAuto merge of #29697 - dotdash:mir_trans_switchint...
2015-11-10 Seo SanghyeonUse lifetime elision
2015-11-10 borsAuto merge of #29699 - tamird:valgrind-supp, r=alexcrichton
2015-11-10 Seo SanghyeonUse deref coercions
2015-11-10 Vadim PetrochenkovUse exhaustive matching
2015-11-10 Manish GoregaokarFix help text for flowgraph debug options
2015-11-10 borsAuto merge of #29647 - goyox86:goyox86/rustfmting-libru...
2015-11-10 borsAuto merge of #29546 - alexcrichton:new-libc, r=brson
2015-11-10 Alex Crichtonstd: Migrate to the new libc
2015-11-10 Seo SanghyeonSuggest `mut` for mutability errors
2015-11-10 Alex Crichtonlibc: Replace liblibc with crates.io libc
2015-11-10 Steve KlabnikSome cleanup on after #29684
2015-11-09 Guillaume GomezAdd E0321 error explanation
2015-11-09 Jose NarvaezRustfmting librustc_front (again).
2015-11-09 Vadim PetrochenkovUse enum ParsePub instead of bool in field parsing...
2015-11-09 Vadim PetrochenkovImprove error message
next