]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-02-11 arcnmxOnly retain external static symbols across LTO
2016-02-11 borsAuto merge of #31527 - danlrobertson:i15735, r=alexcrichton
2016-02-11 borsAuto merge of #31487 - oli-obk:breaking_batch/ast/unop...
2016-02-11 Oliver Schneiderfixup: meta item kind
2016-02-11 Oliver 'ker... [breaking-change] don't glob export ast::PathListItem_...
2016-02-11 Oliver 'ker... [breaking-change] don't glob export ast::StrStyle variants
2016-02-11 Oliver 'ker... [breaking-change] don't glob export ast::Visibility...
2016-02-11 Oliver 'ker... [breaking-change] don't glob export ast::TraitItemKind...
2016-02-11 Oliver 'ker... [breaking-change] don't glob export ast::Mutablity...
2016-02-11 Oliver 'ker... [breaking-change] don't glob export ast::MetaItem_
2016-02-11 Oliver 'ker... [breaking-change] don't glob export ast::MacStmtStyle
2016-02-11 Oliver 'ker... [breaking-change] don't glob export ast::KleeneOp variants
2016-02-11 Oliver 'ker... [breaking-change] don't glob export ast::Item_ variants
2016-02-11 Oliver 'ker... [breaking-change] don't glob export ast::ForeignItem_...
2016-02-11 Oliver Schneider[breaking-change] don't pub export ast::Stmt_ variants
2016-02-11 Oliver Schneider[breaking-change] don't pub export ast::IntLitType...
2016-02-11 Oliver Schneider[breaking-change] don't pub export ast::Lit_ variants
2016-02-11 Oliver Schneider[breaking-change] don't pub export ast::Ty_ variants
2016-02-11 Oliver Schneider[breaking-change] remove unused enum ast::PrimTy
2016-02-11 Oliver Schneiderremove unit test that can't be tested anymore
2016-02-11 Oliver Schneider[breaking-change] remove the sign from integer literals...
2016-02-11 Oliver Schneider[breaking-change] don't glob export ast::{UintTy, IntTy...
2016-02-11 Oliver Schneider[breaking-change] don't glob export ast::FloatTy variants
2016-02-11 Oliver Schneider[breaking-change] don't glob export ast::Expr_ variants
2016-02-11 Oliver Schneider[breaking-change] don't glob export ast::ExplicitSelf_...
2016-02-11 Oliver Schneider[breaking-change] don't glob export ast::Decl_ variants
2016-02-11 Oliver Schneider[breaking-change] don't glob export ast::CaptureClause...
2016-02-11 Oliver Schneider[breaking-change] don't glob import/export syntax:...
2016-02-11 Oliver Schneider[breaking-change] don't glob export ast::BlockCheckMode...
2016-02-11 Oliver Schneider[breaking-change] don't glob import ast::FunctionRetTy...
2016-02-11 Oliver Schneider[breaking-change] don't glob export ast::BinOp_
2016-02-11 Oliver Schneider[breaking-change] don't glob export ast::UnOp variants
2016-02-11 borsAuto merge of #31525 - antonblanchard:powerpc64_merge4...
2016-02-11 borsAuto merge of #31507 - dirk:dirk/fix-rustdoc-undeclared...
2016-02-11 borsAuto merge of #31357 - rthomas:hashers, r=alexcrichton
2016-02-11 Ryan ThomasAdd a public hasher function for HashSet and HashMap
2016-02-11 borsAuto merge of #31461 - jseyfried:remove_import_resoluti...
2016-02-11 borsAuto merge of #31479 - kamalmarhubi:fmt-pointer-unsized...
2016-02-10 borsAuto merge of #31409 - alexcrichton:command-exec, r...
2016-02-10 borsAuto merge of #31455 - tmiasko:expected-tokens, r=alexc...
2016-02-10 Alex Crichtonstd: Move constant back to where it needs to be
2016-02-10 Alex Crichtonstd: Use macros from libc instead of locally
2016-02-10 Alex Crichtonstd: Implement CommandExt::exec
2016-02-10 Alex Crichtonstd: Push process stdio setup in std::sys
2016-02-10 Alex Crichtonstd: Lift out Windows' CreateProcess lock a bit
2016-02-10 Alex Crichtonstd: Rename Stdio::None to Stdio::Null
2016-02-10 Alex Crichtonstd: Push Child's exit status to sys::process
2016-02-10 Alex Crichtonstd: Implement CommandExt::before_exec
2016-02-10 Alex Crichtonstd: Refactor process spawning on Unix
2016-02-10 borsAuto merge of #30686 - wesleywiser:rustdoc_display_sinc...
2016-02-10 borsAuto merge of #31499 - kamalmarhubi:cfg-flag-invalid...
2016-02-10 borsAuto merge of #31420 - bluss:deque-equality, r=Gankro
2016-02-10 borsAuto merge of #31494 - alexcrichton:ar-gnu-by-default...
2016-02-10 borsAuto merge of #31465 - nagisa:mir-free-fix, r=nikomatsakis
2016-02-10 Wesley WiserRustdoc - display `since` version for stable items
2016-02-10 borsAuto merge of #31438 - aturon:stab-ip-addr, r=alexcrichton
2016-02-09 Daniel RobertsonAdd test for issue #15735
2016-02-09 borsAuto merge of #31523 - steveklabnik:rollup, r=steveklabnik
2016-02-09 Steve KlabnikRollup merge of #31520 - steveklabnik:doc_num, r=alexcr...
2016-02-09 Steve KlabnikRollup merge of #31516 - steveklabnik:doc_tuples, r...
2016-02-09 Steve KlabnikRollup merge of #31515 - steveklabnik:doc_drain, r...
2016-02-09 Steve KlabnikRollup merge of #31514 - cgar:spelling, r=alexcrichton
2016-02-09 Steve KlabnikRollup merge of #31513 - scottrobertwhittaker:fix-typo...
2016-02-09 Steve KlabnikRollup merge of #31473 - raindev:error-handling-case...
2016-02-09 Steve Klabnikmake note of arity and 32-length restriction
2016-02-09 Steve KlabnikProperly document tuples
2016-02-09 borsAuto merge of #31425 - oli-obk:mir-pass-plugin, r=nagisa
2016-02-09 Anton Blanchardtarget_arch is always powerpc64, remove powerpc64le...
2016-02-09 Anton BlanchardUse target_endian, not target.arch in cabi_powerpc64
2016-02-09 Steve KlabnikSome docs for std::num
2016-02-09 Jeffrey SeyfriedAllow prelude imports to shadow eachother (needed for...
2016-02-09 Steve KlabnikImprove docs for Drain on String
2016-02-09 Carlos E. GarciaMinor spelling fixes
2016-02-09 Scott Whittakermod.rs: fix typo
2016-02-09 Oliver SchneiderAllow registering MIR-passes through compiler plugins
2016-02-09 Oliver Schneiderrefactor `MirPass` to always require a tcx
2016-02-09 Oliver Schneidermake `MirMap` a struct instead of a type alias for...
2016-02-09 Aaron TuronRevert deprecation of IpAddr, stabilizing for 1.7
2016-02-09 borsAuto merge of #31510 - dikaiosune:master, r=bluss
2016-02-09 Adam PerryClarifying behavior of #[derive(Ord, PartialOrd)] in...
2016-02-09 borsAuto merge of #31493 - mechaxl:master, r=steveklabnik
2016-02-09 borsAuto merge of #31282 - pczarn:mir-trans-builder, r...
2016-02-09 borsAuto merge of #31492 - alexcrichton:remove-allow-trivia...
2016-02-09 Dirk GadsdenMake rustdoc report driver phase-3 errors instead of...
2016-02-09 borsAuto merge of #31489 - ben0x539:lock-to-guard, r=alexcr...
2016-02-09 borsAuto merge of #31500 - steveklabnik:fix_cow, r=alexcrichton
2016-02-09 borsAuto merge of #31278 - alexcrichton:print-cfg, r=brson
2016-02-08 Kamal Marhubidriver: Include invalid predicate in error message
2016-02-08 Alex Crichtonrustc: Implement a new `--print cfg` flag
2016-02-08 borsAuto merge of #31397 - bradfirj:arc-docfix, r=steveklabnik
2016-02-08 Kamal Marhubidriver: Disallow predicates in --cfg specs
2016-02-08 Kamal Marhubidriver: Extract handling of --explain to separate function
2016-02-08 Kamal Marhubidriver: Pass session options to CompilerCallbacks:...
2016-02-08 Kamal MarhubiAdd compile-fail test for invalid cfg predicate in...
2016-02-08 Steve KlabnikFix up docs for String::from_utf8_lossy()
2016-02-08 Piotr CzarneckiCleanup based on review by @nagisa
2016-02-08 Tomasz MiąskoBreaking tokens into pieces should behave similar to...
2016-02-08 Kamal MarhubiImplement fmt::Pointer for pointers to unsized types
2016-02-08 borsAuto merge of #31324 - nagisa:mir-transforms, r=nikomat...
2016-02-08 Alex Crichtonrustc: Use llvm-ar for custom targets by default
next