]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-02-22 Amanieu d'AntrasAdd a test to make sure trans doesn't choke on any...
2016-02-18 Amanieu d'AntrasAdd compare_exchange and compare_exchange_weak to atomi...
2016-02-18 Amanieu d'AntrasAdd intrinsics for compare_exchange and compare_exchang...
2016-02-18 borsAuto merge of #31394 - nikomatsakis:incr-comp-variance...
2016-02-18 borsAuto merge of #31728 - Amanieu:recoversafe_into_inner...
2016-02-18 Niko MatsakisChange how dep-graph edges are handled in variance to
2016-02-18 Niko MatsakisFix a weird case in the HIR map, where fields are not...
2016-02-18 Niko MatsakisBreak the `variance` module into submodules for ease...
2016-02-18 borsAuto merge of #31727 - semarie:openbsd-llvm-cpu, r...
2016-02-18 borsAuto merge of #31641 - petrochenkov:reach, r=alexcrichton
2016-02-18 borsAuto merge of #31739 - steveklabnik:rollup, r=steveklabnik
2016-02-17 Steve KlabnikRollup merge of #31733 - gkoz:strip_prefix_docs, r...
2016-02-17 Steve KlabnikRollup merge of #31720 - frewsxcv:std-mem-transmute...
2016-02-17 Steve KlabnikRollup merge of #31703 - WiSaGaN:bugfix/fix-link-in...
2016-02-17 Steve KlabnikRollup merge of #31695 - oconnor663:chardocs, r=alexcri...
2016-02-17 Steve KlabnikRollup merge of #31694 - oconnor663:insertdocs, r=steve...
2016-02-17 Steve KlabnikRollup merge of #31679 - GuillaumeGomez:long_error_expl...
2016-02-17 Steve KlabnikRollup merge of #31565 - SDX2000:docfixes4, r=steveklabnik
2016-02-17 Vadim PetrochenkovCheck reachability insead of publicity for fields and...
2016-02-17 Vadim PetrochenkovAdd more tests for unnameable reachable items
2016-02-17 Vadim Petrochenkovprivacy: Mark reachable but unnameable items as reachable
2016-02-17 borsAuto merge of #31707 - GuillaumeGomez:macro_name, r...
2016-02-17 Gleb KozyrevUpdate `Path::strip_prefix` doc
2016-02-17 borsAuto merge of #31718 - apasel422:issue-31711, r=bluss
2016-02-17 Sandeep DattaMade v2 mutable so that we can actually truncate it.
2016-02-17 borsAuto merge of #31696 - apasel422:placement, r=pnkfelix
2016-02-17 Amanieu d'AntrasAdd into_inner to AssertRecoverSafe
2016-02-17 Sébastien Mariespecify the cpu type for LLVM for OpenBSD target
2016-02-17 borsAuto merge of #31666 - dirk:dirk/clarify-memory-arrange...
2016-02-17 borsAuto merge of #31685 - petrochenkov:patrefact2, r=eddyb
2016-02-17 borsAuto merge of #31717 - alexcrichton:llvmup2, r=brson
2016-02-17 Corey FarwellImprove 'std::mem::transmute_copy' doc example.
2016-02-17 Andrew PaseltinerImplement placement-in protocol for `LinkedList`
2016-02-16 Andrew PaseltinerAvoid iteration when dropping `HashMap`s whose items...
2016-02-16 Alex Crichtonrustc: Rebase LLVM on the 3.8 release branch
2016-02-16 borsAuto merge of #31680 - arielb1:fast-fulfill, r=nikomatsakis
2016-02-16 ggomezAdd check on find_best_match_for_name and improve help...
2016-02-16 borsAuto merge of #31534 - jseyfried:restrict_noninline_mod...
2016-02-16 borsAuto merge of #30714 - wesleywiser:fix_29914, r=arielb1
2016-02-16 borsAuto merge of #31678 - JohanLorenzo:follow-up-31368...
2016-02-16 borsAuto merge of #31675 - pitdicker:fs_metadata, r=alexcri...
2016-02-16 Wangshan LuFix links in release notes 1.7.0
2016-02-16 borsAuto merge of #31672 - semarie:rmake-cxx, r=alexcrichton
2016-02-16 borsAuto merge of #31669 - frewsxcv:llvm-function-pass...
2016-02-16 borsAuto merge of #31668 - cuviper:lfs, r=alexcrichton
2016-02-16 Sébastien Mariepass CXX to run-make
2016-02-16 borsAuto merge of #31627 - KiChjang:unstable-lint, r=alexcr...
2016-02-16 borsAuto merge of #31639 - quodlibetor:doc-search-with...
2016-02-16 Jack O'Connorclarify how insert() doesn't update keys
2016-02-16 Jack O'Connorcorrect the primitive char doc's use of bytes and code...
2016-02-15 borsAuto merge of #31646 - Manishearth:rollup, r=Manishearth
2016-02-15 Johan LorenzoFix wrong help message left in #31368
2016-02-15 Dirk GadsdenClarify contiguous memory array structure of vectors...
2016-02-15 Brandon W Maisterdoc pages: add the ability to search unknown types
2016-02-15 Keith YeungAdd lint to check that all crates have #![unstable]
2016-02-15 Vadim PetrochenkovSplit PatKind::Enum into PatKind::TupleStruct and PatKi...
2016-02-15 borsAuto merge of #31530 - dirk:dirk/restrict-matching...
2016-02-15 borsAuto merge of #31663 - nodakai:cleanup-uint_module...
2016-02-15 Ariel Ben-Yehudause stalled_on in all obligation types
2016-02-15 ggomezGlobal error explanations improvements
2016-02-15 Johan LorenzoFix wrong help message left in #31368
2016-02-15 Corey FarwellAdd LLVM FunctionPass regression test using run-make.
2016-02-15 borsAuto merge of #31656 - jonas-schievink:mirdump, r=nrc
2016-02-15 borsAuto merge of #31640 - rkruppe:require-py27, r=sanxiyn
2016-02-15 Paul DickerRefactor windows::fs::FileAttr
2016-02-15 borsAuto merge of #31653 - tomaka:emscripten-abi, r=eddyb
2016-02-15 borsAuto merge of #31652 - semarie:openbsd-os-raw, r=alexcr...
2016-02-15 borsAuto merge of #31648 - jseyfried:fix_diagnostics, r=nrc
2016-02-15 Dirk GadsdenRename `error-index-generator` to `error_index_generator`
2016-02-15 Keith YeungAdd lint to check that all crates have #![unstable]
2016-02-15 borsAuto merge of #31566 - jseyfried:fix_regression, r=nrc
2016-02-15 borsAuto merge of #31555 - nrc:err-recover, r=pnkfelix
2016-02-15 Josh Stonestd: use LFS open64 on Linux
2016-02-15 Josh Stonestd: use LFS readdir64_r on Linux
2016-02-15 Josh Stonestd: use LFS lseek64 on Linux
2016-02-15 Josh Stonestd: use LFS ftruncate64 on Linux
2016-02-15 Dirk GadsdenClarify contiguous memory array structure of vectors...
2016-02-15 Dirk GadsdenStricter matching of `--cfg` options on rustc
2016-02-15 Nick CameronRebasing
2016-02-14 NODA, Kailibcore/num: Remove unused macro argument.
2016-02-14 borsAuto merge of #31661 - steveklabnik:rollup, r=steveklabnik
2016-02-14 Steve KlabnikRollup merge of #31658 - felgru:master, r=steveklabnik
2016-02-14 Steve KlabnikRollup merge of #31655 - ollie27:patch-4, r=steveklabnik
2016-02-14 Steve KlabnikRollup merge of #31649 - fbergr:doc, r=steveklabnik
2016-02-14 Steve KlabnikRollup merge of #31607 - steveklabnik:gh31599, r=brson
2016-02-14 borsAuto merge of #31460 - alexcrichton:supafast-rustc...
2016-02-14 Nick CameronTests
2016-02-14 Nick CameronSome error recovery in the parser
2016-02-14 Nick CameronAdd some simple error recovery to the parser and fix...
2016-02-14 Nick Cameronerror correction for missing or mismatched closing...
2016-02-14 Nick Cameronrefactoring: inline some function in the parser
2016-02-14 Alex Crichtonstd: Stop prefixing jemalloc symbols
2016-02-14 Felix Gruberdoc: fix compiler output
2016-02-14 Alex Crichtontrans: Don't link whole rlibs to executables
2016-02-14 Alex Crichtonrustc: Ensure FNV hashing is inlined across crates
2016-02-14 borsAuto merge of #31630 - pitdicker:read_link, r=alexcrichton
2016-02-14 Oliver MiddletonFix a couple of issues in from_utf8 docs
2016-02-14 Jonas SchievinkImplement --unpretty mir
2016-02-14 borsAuto merge of #31642 - rkruppe:rm-regex-script, r=alexc...
2016-02-14 Oliver MiddletonFix doc error for Utf8Error
next