]> git.lizzy.rs Git - rust.git/history - src
Rollup merge of #29785 - steveklabnik:doc_prelude, r=nikomatsakis
[rust.git] / src /
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 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 Vadim PetrochenkovFix hygiene regression in patterns
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 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 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
2015-11-09 Alex Crichtonsyntax: Use `let _` in #[derive(Debug)]
2015-11-09 Vadim Petrochenkovrustc_privacy: Fix bugs in SanePrivacyVisitor
2015-11-09 Alex Crichtonstd: Fix endianness in Ord for IP addresses
2015-11-09 Aaron TuronTag feature gates with issues
2015-11-09 Björn Steinbrink[MIR trans] Add support for SwitchInt
2015-11-09 Ivan IvaschenkoDoc: Fix broken link on for-loop.html
2015-11-09 Vadim Petrochenkovsyntax: Merge parsing code for structures and variants
2015-11-09 borsAuto merge of #29713 - apasel422:executable, r=dotdash
2015-11-09 Andrew PaseltinerRemove executable permission from .rs files
2015-11-09 borsAuto merge of #29695 - dtrebbien:remove-mention-of...
2015-11-09 borsAuto merge of #29682 - Ryman:dead_spam, r=sanxiyn
2015-11-09 Kevin Butlerlibstd: add example for PathBuf::push
2015-11-09 Kevin Butlerlibrustc_typeck: give more information when supplied...
2015-11-08 borsAuto merge of #29684 - stepancheg:size-hint, r=Gankro
2015-11-08 borsAuto merge of #29686 - jrburke:docs-error-handling...
2015-11-08 borsAuto merge of #29690 - tbu-:pr_doc_env_home_dir, r...
2015-11-08 Tamir Dubersteinvalgrind: update suppressions and move interesting...
2015-11-08 Tamir Dubersteinprint the unexpected character
2015-11-08 Stepan KoltsovExplain that size_hint cannot be trusted
2015-11-08 jrburkedoc: error-handling.md: main case analysis for search
2015-11-08 Daniel Trebbienreference: Remove struct_variant from Compiler Features
2015-11-08 borsAuto merge of #29692 - jwworth:pull-request/fix-typo...
2015-11-08 Jake WorthFix double word 'be'
2015-11-08 Tobias BucherSpell out the fallback of `std::env::home_dir` on POSIX
2015-11-08 Stepan KoltsovFix outdated comment in Vec::from_iter
2015-11-08 borsAuto merge of #29683 - apasel422:typos, r=steveklabnik
2015-11-08 borsAuto merge of #29681 - vadimcn:fix-dist, r=alexcrichton
2015-11-08 Andrew PaseltinerRemove duplicate words from docs
2015-11-08 Kevin Butlerlibrustc: dont warn for inside of items when the parent...
2015-11-08 Eric FindlayFixed "foo()" in try! example, r=steveklabnik
2015-11-08 Vadim ChugunovMake sure rsbegin.o and rsend.o get packaged with targe...
2015-11-08 Eric FindlayAdded foo() to rustdoc example, r=steveklabnik
2015-11-07 borsAuto merge of #29674 - inrustwetrust:flag_alignment...
next