]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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-09 borsAuto merge of #31425 - oli-obk:mir-pass-plugin, r=nagisa
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 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 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 Alex Crichtonrustc: Implement a new `--print cfg` flag
2016-02-08 borsAuto merge of #31397 - bradfirj:arc-docfix, r=steveklabnik
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 borsAuto merge of #31324 - nagisa:mir-transforms, r=nikomat...
2016-02-08 Kenneth KoskiFixing typo in prelude documentation
2016-02-08 Alex CrichtonRemove old #[allow(trivial_casts)] annotations
2016-02-08 borsAuto merge of #31462 - thepowersgang:fix_29946, r=dotdash
2016-02-08 borsAuto merge of #31442 - pnkfelix:issue-30438-sidestep...
2016-02-08 Benjamin Herrstd: `_lock` -> `_guard` in Mutex example
2016-02-08 Felix S. Klock IIregression tests for issue #30438.
2016-02-08 Felix S. Klock IISplit dummy in region inference graph into distinct...
2016-02-08 Piotr CzarneckiRefactor storage of `LandingPad`s
2016-02-08 Piotr CzarneckiRefactor the MIR translator to use LLVM Builder directly
2016-02-08 Piotr CzarneckiImplement OwnedBuilder and BlockAndBuilder
2016-02-08 borsAuto merge of #31468 - pitdicker:fs_tests_cleanup,...
2016-02-07 borsAuto merge of #31470 - alexcrichton:lets-find-jemalloc...
2016-02-07 borsAuto merge of #31469 - nagisa:mir-else-dest-fix, r...
2016-02-07 Paul DickerIgnore if we can't create a symlink in this test
2016-02-07 Alex Crichtonrustc: Tweak exe allocator for MinGW/rumprun
2016-02-07 Simonas Kazlauskas[MIR] Fix the destination of implicit else branch
2016-02-07 Paul DickerDon't let `remove_dir_all` recursively remove a symlink
2016-02-07 John HodgeEmit destructor invocation in FnOnce shim for Fn/FnMut
2016-02-07 borsAuto merge of #31433 - nagisa:fix-man-ur, r=brson
2016-02-07 borsAuto merge of #31450 - bluss:no-null-markers, r=Gankro
2016-02-07 borsAuto merge of #31445 - saurvs:master, r=brson
2016-02-07 borsAuto merge of #31440 - reem:rwlock-map-fix, r=alexcrichton
2016-02-06 borsAuto merge of #30629 - brson:emscripten-upstream, r...
2016-02-06 Brian AndersonAdd emscripten support to compiletest
2016-02-06 Brian AndersonAdd support for i686-unknown-linux-musl
2016-02-06 Brian Andersonrustc: Add obj_is_bitcode to TargetOptions
2016-02-06 Brian AndersonAdd the asmjs-unknown-emscripten triple. Add cfgs to...
2016-02-06 borsAuto merge of #31428 - reem:remove-mutexguard-map,...
2016-02-06 borsAuto merge of #31427 - reem:more-debug-mutex, r=sfackler
2016-02-06 Ulrik SverdrupDocument that Unique<T> and Shared<T> are non-null
2016-02-06 borsAuto merge of #31417 - alexcrichton:cloexec-all-the...
2016-02-06 borsAuto merge of #31410 - rkruppe:issue31109, r=pnkfelix
2016-02-06 Simonas KazlauskasReuse MIR visitors for EraseRegions pass
2016-02-06 borsAuto merge of #31333 - lambda:31273-abort-on-stack...
2016-02-06 qpidRemoved .UR from rustdoc man page
2016-02-06 Jonathan ReemFix RwLock*Guard::map to not allow escaping a reference...
2016-02-06 Brian CampbellAbort on stack overflow instead of re-raising SIGSEGV
2016-02-06 borsAuto merge of #31307 - nagisa:mir-drop-terminator,...
2016-02-06 Alex Crichtonstd: Try to use pipe2 on Linux for pipes
2016-02-06 Alex Crichtonstd: Add support for accept4 on Linux
2016-02-06 Alex Crichtonstd: Add a helper for symbols that may not exist
2016-02-06 Alex Crichtonstd: Atomically set CLOEXEC for sockets if possible
2016-02-06 Alex Crichtonstd: When duplicating fds, skip extra set_cloexec
2016-02-06 Alex Crichtonstd: Only have extra set_cloexec for files on Linux
2016-02-06 Simonas KazlauskasIgnore a test on MSVC
2016-02-05 borsAuto merge of #31304 - nikomatsakis:incr-comp-read...
2016-02-05 Simonas KazlauskasDo not .UR in man
2016-02-05 Niko MatsakisAddress nits.
2016-02-05 Niko MatsakisUpdate collect to use the standard visit routine, rathe...
2016-02-05 Niko MatsakisInstrument a bunch of tasks that employ the HIR map...
2016-02-05 Niko MatsakisInstrument the AST map so that it registers reads when...
2016-02-05 Niko MatsakisAdd a local counter that tracks how many tasks are...
2016-02-05 borsAuto merge of #31349 - nikomatsakis:issue-31157-obligat...
2016-02-05 borsAuto merge of #31400 - durka:civilized-deriving, r...
2016-02-05 borsAuto merge of #31390 - dotdash:fix_quadratic_drop,...
2016-02-05 borsAuto merge of #31389 - mitaa:schars, r=nrc
2016-02-05 Jonathan ReemRemove MutexGuard::map, as it is not safe in combinatio...
2016-02-05 Jonathan ReemRemove an unnecessary 'static bound in the impl of...
2016-02-05 borsAuto merge of #31388 - gmbonnet:compiler-rt-werror...
2016-02-05 borsAuto merge of #31386 - tbu-:pr_cow_from_vec, r=alexcrichton
2016-02-05 borsAuto merge of #31321 - jseyfried:cleanup, r=nrc
2016-02-05 borsAuto merge of #30865 - alexcrichton:mtime-system-time...
2016-02-04 borsAuto merge of #31416 - steveklabnik:rollup, r=steveklabnik
2016-02-04 Robin KruppeICE more gracefully in constant evaluation when float...
2016-02-04 Steve KlabnikRollup merge of #31415 - tshepang:2-space-indent, r...
2016-02-04 Steve KlabnikRollup merge of #31413 - tshepang:improve, r=steveklabnik
2016-02-04 Steve KlabnikRollup merge of #31412 - tshepang:add-trailing-commas...
2016-02-04 Steve KlabnikRollup merge of #31411 - tshepang:idiom, r=steveklabnik
2016-02-04 Steve KlabnikRollup merge of #31401 - frewsxcv:clarify-ascii, r...
2016-02-04 Steve KlabnikRollup merge of #31396 - mbrubeck:grammar-stmts, r...
2016-02-04 Steve KlabnikRollup merge of #31007 - pra85:license, r=aturon
2016-02-04 Tshepang Lekhonkhobedoc: Rust indents are 4-space wide by convention
2016-02-04 Alex Crichtonstd: Expose SystemTime accessors on fs::Metadata
2016-02-04 borsAuto merge of #30759 - Manishearth:attr-tls, r=alexcrichton
2016-02-04 Tshepang Lekhonkhobereference: add trailing commas
2016-02-04 Tshepang Lekhonkhobereference: make the line a little more readable
2016-02-04 Tshepang Lekhonkhobereference: explicit return at function end is not idiomatic
2016-02-04 borsAuto merge of #31360 - pitdicker:fs_tests_cleanup,...
2016-02-04 Manish GoregaokarTest for unsafe code in TLS macro
2016-02-04 Manish GoregaokarStop using unsafe code in TLS macro expansion (fixes...
next