]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-03-21 Alex Crichtonstd: Link to gcc_s on NetBSD
2016-03-19 borsAuto merge of #32351 - eddyb:rollup, r=eddyb
2016-03-19 Eduard-Mihai... Rollup merge of #32347 - Amanieu:volatile_fat_ptr,...
2016-03-19 Eduard-Mihai... Rollup merge of #32342 - petevine:patch-1, r=alexcrichton
2016-03-19 Eduard-Mihai... Rollup merge of #32337 - dotdash:llvm-aa-perf, r=alexcr...
2016-03-19 Eduard-Mihai... Rollup merge of #32332 - jonas-schievink:issue32323...
2016-03-19 Eduard-Mihai... Rollup merge of #32329 - sfackler:assert-recover-safe...
2016-03-19 Eduard-Mihai... Rollup merge of #32327 - toddlucas:master, r=apasel422
2016-03-19 Eduard-Mihai... Rollup merge of #32321 - alexcrichton:cross-to-netbsd...
2016-03-19 Eduard-Mihai... Rollup merge of #32319 - benaryorg:patch-3, r=alexcrichton
2016-03-19 Eduard-Mihai... Rollup merge of #32316 - tclfs:patch-3, r=steveklabnik
2016-03-19 Eduard-Mihai... Rollup merge of #32308 - bombless:patch-2, r=alexcrichton
2016-03-19 Eduard-Mihai... Rollup merge of #32288 - tclfs:patch-2, r=apasel422
2016-03-19 Eduard-Mihai... Rollup merge of #32271 - frewsxcv:compiletest-ignored...
2016-03-19 Eduard-Mihai... Rollup merge of #32269 - richo:impl-totokens-p-implitem...
2016-03-19 Eduard-Mihai... Rollup merge of #32265 - tclfs:patch-1, r=alexcrichton
2016-03-19 borsAuto merge of #32304 - pravic:fix-variadic-ffi-test...
2016-03-19 borsAuto merge of #32256 - bluss:float-fast-math, r=alexcri...
2016-03-19 Amanieu d'AntrasFix volatile stores of fat pointers
2016-03-19 borsAuto merge of #32050 - achanda:from-slice-v4, r=alexcri...
2016-03-18 petevineUse explicit -march flags in the i586 mk file
2016-03-18 borsAuto merge of #31977 - bluss:partial-eq-save, r=brson
2016-03-18 borsAuto merge of #32309 - aturon:overlap-warning, r=nikoma...
2016-03-18 Aaron TuronChange inherent overlap error to a warning for now...
2016-03-18 Ulrik SverdrupAdd intrinsics for float arithmetic with `fast` flag...
2016-03-18 Steven FacklerFix tidy
2016-03-18 borsAuto merge of #32282 - sfackler:panic-hook, r=alexcrichton
2016-03-18 Steven FacklerAdd a since to deprecations
2016-03-18 Björn SteinbrinkUpdate LLVM to include a backport to restore AA performance
2016-03-18 borsAuto merge of #32080 - eddyb:transcendent, r=nikomatsakis
2016-03-18 Eduard Burtescutests: Update run-make/issue-25581 to reflect how fat...
2016-03-18 Eduard Burtescutrans: Don't ignore zero-sized struct arguments on...
2016-03-18 Jonas Schievinkliveness: substitute bound regions with free ones befor...
2016-03-18 borsAuto merge of #32248 - dstu:master, r=alexcrichton
2016-03-18 borsAuto merge of #32207 - achanda:ipv6-doc, r=alexcrichton
2016-03-18 Steven FacklerMake AssertRecoverSafe's field public
2016-03-18 Eduard Burtescutrans: Decide whether to load volatile_store's argument...
2016-03-18 Todd LucasMinor phrasing adjustment
2016-03-18 Eduard BurtescuUpdate the not-at-all-pretty pain-o-tron-4000+264 test.
2016-03-17 Eduard Burtescutrans: Pass newtypes of immediates as their inner-most...
2016-03-17 Alex Crichtonrustbuild: Fix cross to netbsd from Linux
2016-03-17 Eduard Burtescumir: Don't memset allocas of types that do not require...
2016-03-17 Eduard Burtescumir: Store immediates used for indirect arguments in...
2016-03-17 Eduard BurtescuAdd #[rustc_no_mir] to make tests pass with -Z orbit.
2016-03-17 Eduard Burtescucompiletest: Add rustc-env for run-pass/super-fast...
2016-03-17 Eduard Burtescumir: Don't forget to drop arguments.
2016-03-17 Eduard Burtescuhir_map: Provide expression and statement attributes.
2016-03-17 Eduard Burtescutrans: Do not depend on having Expr's around for generi...
2016-03-17 Eduard Burtescuconst_eval: Take just one set of substitutions in looku...
2016-03-17 Eduard Burtescumir: Use usize instead of u32 for indexing slices.
2016-03-17 Eduard BurtescuAdd -Z orbit for forcing MIR for everything, unless...
2016-03-17 Eduard Burtescuhir, mir: Separate HIR expressions / MIR operands from...
2016-03-17 Eduard Burtescumir: Translate Rvalue::Slice without relying on tvec.
2016-03-17 Eduard Burtescumir: Get the right non-reference type for binding patterns.
2016-03-17 Eduard Burtescumir: Don't lose sub-patterns inside slice patterns.
2016-03-17 Eduard Burtescumir: Match against slices by calling PartialEq::eq.
2016-03-17 Eduard Burtescutrans: Make everything used from within at_start Builde...
2016-03-17 Eduard Burtescumir: Call set_operand_dropped in more places, specifica...
2016-03-17 Eduard Burtescumir: Translate intrinsics, via old trans where possible.
2016-03-17 Eduard Burtescumir: Reintroduce the temporary block after invokes...
2016-03-17 Eduard Burtescumir: Trigger closure instantiations when the closure...
2016-03-17 Eduard Burtescutrans: Load and cache cross-crate Mir instances in...
2016-03-17 Eduard Burtescumir: Don't shadow the "args" variable in Call translation.
2016-03-17 Eduard Burtescumir: Truncate bool to i1 for SwitchInt.
2016-03-17 Eduard Burtescutrans: Take a &Builder in call_memcpy, like call_memset.
2016-03-17 Eduard Burtescumir: Support RustCall ABI functions.
2016-03-17 Eduard Burtescumir: Load FatPtr constants instead of keeping them...
2016-03-17 Eduard Burtescumir: Don't load the discriminant, it's already in immed...
2016-03-17 Eduard Burtescumir: Don't use ConstVal when adjustments are involved...
2016-03-17 Eduard Burtescumir: Unsize ConstVal::ByteStr before comparing &[u8...
2016-03-17 Eduard Burtescumir: Ignore noop casts (e.g. when `as` used for coercion).
2016-03-17 Eduard Burtescumir: Don't use ConstVal kinds that contain local NodeId's.
2016-03-17 Eduard Burtescumir: Use the right form of GEPi for indexing slices...
2016-03-17 Eduard Burtescumir: Monomorphize LvalueTy's of projections.
2016-03-17 Eduard Burtescutrans: Simplify "try" intrinsic.
2016-03-17 Eduard Burtescutests: Use arguments in codegen/stores.rs to turn aggre...
2016-03-17 Eduard Burtescutrans: Remove the foreign module.
2016-03-17 Eduard Burtescutrans: Handle all function setup for all ABIs via FnType.
2016-03-17 Eduard Burtescutrans: datum::lvalue_scratch_datum doesn't need a move...
2016-03-17 Eduard Burtescutrans: Handle calls for all ABIs through FnType.
2016-03-17 Eduard Burtescutrans: Provide the FnType for a direct call via Callee...
2016-03-17 Eduard Burtescutrans: Handle ignored arguments/returns uniformly.
2016-03-17 Eduard Burtescutrans: Set the calling convention in apply_attrs_callsite.
2016-03-17 Eduard Burtescutrans: Apply all attributes through FnType.
2016-03-17 Eduard Burtescutrans: Use llvm::Attributes directly in ArgTy.
2016-03-17 Eduard Burtescurustc_llvm: An AttrBuilder that's not completely wasteful.
2016-03-17 Eduard Burtescurustc_llvm: Update the Attribute bitflags and remove...
2016-03-17 Eduard Burtescutrans: use sizing_type_of for interacting with potentia...
2016-03-17 Eduard Burtescutrans: Apply ZExt and StructRet attributes uniformly.
2016-03-17 Eduard Burtescutrans: Only mutate ArgTy's in C ABI handling, don't...
2016-03-17 Eduard Burtescutrans: Handle type_of for Rust fn's via abi::FnType.
2016-03-17 Eduard Burtescutrans: Remove dropflag-unaware type_is_newtype_immediat...
2016-03-17 Eduard Burtescutests: Force instantiation of extern fns.
2016-03-17 Eduard Burtescutrans: Pass fat pointers as two arguments even for...
2016-03-17 Eduard Burtescutrans: Don't treat closure types like function types...
2016-03-17 Eduard Burtescutrans: Combine cabi and back::abi into abi.
2016-03-17 Eduard Burtescutrans: Condense the fn instantiation logic into callee.
2016-03-17 Eduard Burtescutrans: Rename MonoId to Instance and start using it...
2016-03-17 Katzedocumentation fix in RELEASES.md
2016-03-17 borsAuto merge of #32294 - Manishearth:derive-fix, r=alexcr...
next