]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-06-21 borsAuto merge of #42664 - alexcrichton:moar-crates, r...
2017-06-21 borsAuto merge of #42002 - sfackler:trusted-read, r=alexcri...
2017-06-21 Steven FacklerAdd `Read::initializer`.
2017-06-21 borsAuto merge of #42076 - alex-ozdemir:master, r=nrc
2017-06-20 borsAuto merge of #42780 - frewsxcv:rollup, r=frewsxcv
2017-06-20 Corey FarwellRollup merge of #42772 - MaloJaffre:libc, r=alexcrichton
2017-06-20 Corey FarwellRollup merge of #42756 - sanxiyn:name-for-must-use...
2017-06-20 Corey FarwellRollup merge of #42749 - frewsxcv:frewsxcxv/doc-example...
2017-06-20 Corey FarwellRollup merge of #42728 - jseyfried:fix_resolve_perf...
2017-06-20 Corey FarwellRollup merge of #42717 - ollie27:into_to_from2, r=sfackler
2017-06-20 Corey FarwellRollup merge of #42271 - tinaun:charfromstr, r=alexcrichton
2017-06-20 Alex CrichtonSwitch to the crates.io `getopts` crate
2017-06-20 Corey FarwellAdd a couple doc additional examples for `env::join_paths`.
2017-06-20 Corey FarwellAdd doc example for `CString::from_raw`.
2017-06-20 Corey FarwellAdd doc example for `FromBytesWithNulError`.
2017-06-20 Corey FarwellAdd doc example for `NulError`.
2017-06-20 Corey FarwellAdd doc example for `CStr::to_str`.
2017-06-20 Corey FarwellAdd doc example for `CString::as_c_str`.
2017-06-20 Corey FarwellAdd doc example for `Box<CStr>::into_c_string`.
2017-06-20 Corey FarwellAdd doc example for `CString::into_boxed_c_str`.
2017-06-20 Corey FarwellAdd doc example for `CStr::to_string_lossy`.
2017-06-20 Corey FarwellAdd error scenario doc examples for `CStr::from_bytes_w...
2017-06-20 Corey FarwellAdd doc example for `CStr::to_bytes_with_nul`.
2017-06-20 Corey FarwellAdd doc example for `CStr::to_bytes`.
2017-06-20 Alex CrichtonRemove the in-tree `flate` crate
2017-06-20 borsAuto merge of #42716 - alexbool:cstr-inlines, r=BurntSushi
2017-06-20 Malo JaffréUpdate libc to 0.2.24
2017-06-20 borsAuto merge of #42571 - tlively:wasm-dev, r=alexcrichton
2017-06-20 tinaunadded `FromStr` Impl for `char`
2017-06-20 Alexander BulaevMark smaller CStr and CString functions as #[inline]
2017-06-20 borsAuto merge of #42495 - alexcrichton:new-stage0, r=Mark...
2017-06-20 Alex CrichtonBump version and stage0 compiler
2017-06-20 borsAuto merge of #42313 - pnkfelix:allocator-integration...
2017-06-20 borsAuto merge of #42754 - alexcrichton:update-cargo, r...
2017-06-19 Alex CrichtonIgnore a spuriously failing test on asmjs
2017-06-19 Seo SanghyeonShow type name for unused_must_use lint
2017-06-19 Alex CrichtonUpdate `wincolor` dep for Cargo
2017-06-19 Alex CrichtonMinor Allocator doc fix
2017-06-19 Alex CrichtonIgnore test for not-closed issue
2017-06-19 borsAuto merge of #39409 - pnkfelix:mir-borrowck2, r=nikoma...
2017-06-19 borsAuto merge of #42737 - fhahn:rust-log-crash, r=michaelw...
2017-06-19 Jeffrey Seyfriedresolve: fix perf bug.
2017-06-19 borsAuto merge of #42722 - est31:master, r=Mark-Simulacrum
2017-06-19 borsAuto merge of #42740 - arielb1:bad-arm-2, r=alexcrichton
2017-06-18 borsAuto merge of #42735 - arielb1:generic-closure-fn,...
2017-06-18 Ariel Ben-YehudaBackport fixes to LLVM 4.0 ARM codegen bugs
2017-06-18 est31Sort entries of SUMMARY.md alphabetically
2017-06-18 est31Remove SUMMARY.md of the unstable book as its autogenerated
2017-06-18 borsAuto merge of #42676 - alexcrichton:update-cargo, r...
2017-06-18 borsAuto merge of #42738 - Mark-Simulacrum:rollup, r=Mark...
2017-06-18 Mark SimulacrumRollup merge of #42734 - MaloJaffre:tests, r=Mark-Simul...
2017-06-18 Mark SimulacrumRollup merge of #42731 - MaloJaffre:issue-24889, r...
2017-06-18 Mark SimulacrumRollup merge of #42730 - VBChunguk:boxed-wild-pattern...
2017-06-18 Mark SimulacrumRollup merge of #42723 - ubsan:master, r=QuietMisdreavus
2017-06-18 Mark SimulacrumRollup merge of #42720 - murarth:deprecated-collections...
2017-06-18 Mark SimulacrumRollup merge of #42714 - alexbool:master, r=alexcrichton
2017-06-18 Mark SimulacrumRollup merge of #42695 - Mark-Simulacrum:fix-verbose...
2017-06-18 Malo JaffréAdd tests for various issues
2017-06-18 Florian Hahnrustc: Check if def_path_hash_to_def_id is populated...
2017-06-18 Ariel Ben-Yehudacollector: apply param substs to closures cast to fn...
2017-06-18 Malo JaffréAdd test for #24889
2017-06-18 borsAuto merge of #42593 - ibabushkin:on-demand-external...
2017-06-18 Wonwoo ChoiUse T as the subpattern type of Box<T>
2017-06-17 MurarthReintroduce deprecated `collections` crate
2017-06-17 ubsanAdd `_` to the list of keywords
2017-06-17 Oliver MiddletonConvert `Into<Box<[T]>> for Vec<T>` into `From<Vec...
2017-06-17 Alex CrichtonUpdate cargo/rls submodules and dependencies
2017-06-17 Alex CrichtonCorrect location of unstable book docs
2017-06-17 borsAuto merge of #42649 - estebank:if-cond, r=nikomatsakis
2017-06-17 borsAuto merge of #42659 - nikomatsakis:issue-42545-type...
2017-06-17 Alexander BulaevInline StrSearcher::haystack()
2017-06-17 Niko Matsakisregister the obligations from `wf::implied_bounds`
2017-06-17 Niko Matsakismove `implied_bounds` into regionck
2017-06-17 borsAuto merge of #42712 - frewsxcv:rollup, r=frewsxcv
2017-06-17 Corey FarwellRollup merge of #42705 - est31:master, r=alexcrichton
2017-06-17 Corey FarwellRollup merge of #42662 - Mark-Simulacrum:doc-fix, r...
2017-06-17 Corey FarwellRollup merge of #42660 - steveklabnik:gh42632, r=frewsxcv
2017-06-17 borsAuto merge of #42650 - nrc:save-slim, r=eddyb
2017-06-17 borsAuto merge of #42613 - stepancheg:lossy, r=alexcrichton
2017-06-17 borsAuto merge of #42604 - stepancheg:timedwait, r=alexcrichton
2017-06-16 Thomas LivelyAdd target to use LLVM wasm backend
2017-06-16 borsAuto merge of #42598 - cramertj:track-more-metadata...
2017-06-16 Esteban KüberReview comments
2017-06-16 est31Introduce tidy lint to check for inconsistent tracking...
2017-06-16 borsAuto merge of #42430 - nagisa:core-float, r=alexcrichton
2017-06-16 borsAuto merge of #42612 - est31:master, r=nagisa
2017-06-16 Mark SimulacrumUse custom cargo/rustc paths when parsing flags.
2017-06-16 est31Fix cross compilation
2017-06-16 borsAuto merge of #42410 - nagisa:llvmup, r=sanxiyn
2017-06-16 borsAuto merge of #41840 - arielb1:deduplicate-selection...
2017-06-16 borsAuto merge of #42631 - malbarbo:wasm32, r=alexcrichton
2017-06-16 borsAuto merge of #42690 - frewsxcv:rollup, r=frewsxcv
2017-06-16 Taylor CramerDivide up metadata into separate DepNodes
2017-06-16 Corey FarwellRollup merge of #42685 - Havvy:doc-remove-sometimes...
2017-06-16 Corey FarwellRollup merge of #42656 - VBChunguk:struct-field-attribu...
2017-06-16 Corey FarwellRollup merge of #42654 - GuillaumeGomez:error-codes...
2017-06-16 Corey FarwellRollup merge of #42651 - infinity0:master, r=alexcrichton
2017-06-16 Corey FarwellRollup merge of #42616 - estebank:span-fix, r=nikomatsakis
2017-06-16 borsAuto merge of #42578 - estebank:recover-binop, r=nikoma...
2017-06-16 Nick CameronRemove intermediate forms and some other refactoring
next