]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-02-21 Steve Klabnikclean up some things
2017-02-21 Steve KlabnikStart the port of the reference to mdBook
2017-02-21 borsAuto merge of #39874 - amosonn:master, r=alexcrichton
2017-02-21 borsAuto merge of #39990 - CryZe:emscripten-no-vectorizatio...
2017-02-20 Christopher... Turn off Vectorization for Emscripten
2017-02-20 borsAuto merge of #39717 - pnkfelix:check-timestamps-in...
2017-02-20 borsAuto merge of #39981 - frewsxcv:rollup, r=frewsxcv
2017-02-20 Corey FarwellRollup merge of #39976 - steveklabnik:reenable-book...
2017-02-20 Corey FarwellRollup merge of #39937 - arthurprs:hm-adapt, r=frewsxcv
2017-02-20 Corey FarwellRollup merge of #39913 - nikomatsakis:inference-error...
2017-02-20 Steve KlabnikUpdate mdBook version
2017-02-20 Steve KlabnikEnable linkchecker on books
2017-02-20 Felix S. Klock IIFix #39690: make mir-opt mode for compiletest check...
2017-02-20 borsAuto merge of #39748 - Rufflewind:master, r=steveklabnik
2017-02-20 Steve KlabnikRevert "Fix up links"
2017-02-20 borsAuto merge of #39965 - ArtBears:master, r=steveklabnik
2017-02-20 borsAuto merge of #39923 - mattyw:patch-1, r=steveklabnik
2017-02-20 borsAuto merge of #39304 - jrmuizel:drop-flags, r=steveklabnik
2017-02-20 borsAuto merge of #39966 - steveklabnik:update-mdbook,...
2017-02-20 Phil RuffwindRust Book: Generics: Resolving ambiguities
2017-02-20 Steve KlabnikUpdate dependencies
2017-02-20 Steve KlabnikUpdate mdbook version
2017-02-20 borsAuto merge of #39955 - mp4096:master, r=GuillaumeGomez
2017-02-19 Glyne J. GittensMerge branch 'master' of https://github.com/rust-lang...
2017-02-19 Glyne J. GittensRemoved a typo from CONTRIBUTING.md
2017-02-19 Niko Matsakisfix run-pass test that required `Copy` impl
2017-02-19 borsAuto merge of #39939 - petrochenkov:regres, r=eddyb
2017-02-19 borsAuto merge of #39871 - binarycrusader:issue-39868,...
2017-02-19 Mikhail PakDocs: Better explanation of return values for min,...
2017-02-19 borsAuto merge of #39912 - nikomatsakis:incr-comp-trait...
2017-02-18 Vadim PetrochenkovAvoid ICE in Self::Assoc in impl headers
2017-02-18 Vadim PetrochenkovPrivatize fields of PathResolution
2017-02-18 arthurprsFix spelling in comments
2017-02-18 borsAuto merge of #39933 - GuillaumeGomez:rollup, r=Guillau...
2017-02-18 Guillaume GomezRollup merge of #39928 - GuillaumeGomez:env_func_urls...
2017-02-18 Guillaume GomezRollup merge of #39904 - Stebalien:cleanup-string-split...
2017-02-18 Guillaume GomezRollup merge of #39898 - king6cong:logic_clean, r=alexc...
2017-02-18 Guillaume GomezRollup merge of #39862 - stjepang:fix-wording-localkey...
2017-02-18 Guillaume GomezRollup merge of #39847 - CBenoit:patch-1, r=frewsxcv
2017-02-18 Guillaume GomezAdd missing urls for env functions
2017-02-18 borsAuto merge of #39887 - nikomatsakis:issue-39292, r...
2017-02-18 Matt WilliamsVariable Bindings possible nitpick
2017-02-18 borsAuto merge of #39877 - estebank:remove-params, r=petroc...
2017-02-18 borsAuto merge of #39854 - nagisa:mir-asm-stmt, r=nikomatsakis
2017-02-17 borsAuto merge of #39837 - alexcrichton:llvm-crt-static...
2017-02-17 Niko Matsakisremove vestiges of the old suggestion machinery
2017-02-17 Niko Matsakisadd some sample UI error test cases
2017-02-17 Nicholas Nethercoterework `TraitSelect` to avoid a vec and just use two...
2017-02-17 borsAuto merge of #39578 - canndrew:nixos-bootstrap-fix...
2017-02-17 borsAuto merge of #39485 - canndrew:inference-fix-39297...
2017-02-17 borsAuto merge of #39852 - alexcrichton:appveyor-separate...
2017-02-17 Steven AllenFixup String::split_off documentation
2017-02-17 Andrew CannStyle fixups
2017-02-17 borsAuto merge of #39752 - keeperofdakeys:macro-error,...
2017-02-17 king6congcode order tweak
2017-02-16 Shawn Walker... Update src/liblibc
2017-02-16 borsAuto merge of #38368 - arthurprs:hm-adapt, r=alexcrichton
2017-02-16 arthurprsResize hashmap when long probes are detected
2017-02-16 Alex Crichtonappveyor: Move MSVC dist builds to their own builder
2017-02-16 Niko Matsakiserase late bound regions in `get_vtable_methods()`
2017-02-16 Josh DriverRefactor macro resolution errors + add derive macro...
2017-02-16 borsAuto merge of #39824 - alexcrichton:disable-dist-src...
2017-02-16 Benoît CORTIERCorrect a typo in procedural macros chapter of the...
2017-02-16 Shawn Walker... simplify home_dir by removing unnecessary getpwuid_r...
2017-02-16 Esteban KüberRemove noop method `Substs::params()`
2017-02-16 borsAuto merge of #39876 - frewsxcv:rollup, r=frewsxcv
2017-02-16 Corey FarwellRollup merge of #39861 - retep998:small-fix, r=alexcrichton
2017-02-16 Corey FarwellRollup merge of #39857 - binarycrusader:master, r=alexc...
2017-02-16 Corey FarwellRollup merge of #39846 - WRONGWAY4YOU:typo-fix, r=frewsxcv
2017-02-16 Corey FarwellRollup merge of #39844 - king6cong:sys, r=alexcrichton
2017-02-16 Corey FarwellRollup merge of #39843 - AndrewGaspar:natvis, r=brson
2017-02-16 Corey FarwellRollup merge of #39840 - DaseinPhaos:patch-2, r=frewsxcv
2017-02-16 Corey FarwellRollup merge of #39839 - king6cong:refine-doc, r=frewsxcv
2017-02-16 Corey FarwellRollup merge of #39836 - durka:patch-37, r=alexcrichton
2017-02-16 Corey FarwellRollup merge of #39834 - cseale:feature-gate-static...
2017-02-16 Corey FarwellRollup merge of #39804 - seppo0010:recommend-five-trait...
2017-02-16 Corey FarwellRollup merge of #39793 - RalfJung:cell, r=alexcrichton
2017-02-16 Corey FarwellRollup merge of #39775 - mina86:master, r=steveklabnik
2017-02-16 Alex Crichtonrustc: Link statically to the MSVCRT
2017-02-16 borsAuto merge of #39761 - est31:master, r=aturon
2017-02-16 Amos Onnstd::io::cursor: Fixed Seek so test passes.
2017-02-16 Alex Crichtontravis: Disable source tarballs on most builders
2017-02-16 Shawn Walker... libstd needs update for pending libc change
2017-02-16 Amos Onnstd::io::cursor Added test for seeking beyond i64.
2017-02-15 Stjepan GlavinaFix wording in LocalKey documentation
2017-02-15 Peter AtashianFix parameter to GetUserProfileDirectoryW
2017-02-15 borsAuto merge of #39457 - bvinc:master, r=alexcrichton
2017-02-15 Shawn Walker... use bash when invoking dist shell scripts on solaris
2017-02-15 Colm Sealestatic recursion test added to compile-fail test suite
2017-02-15 Simonas Kazlauskas[MIR] Make InlineAsm a Statement
2017-02-15 Jeff MuizelaarRemove obsolete documentation about drop-flags
2017-02-15 Michal Nazarewiczbook: don’t use GNU extensions in the example unnecessarily
2017-02-15 borsAuto merge of #39781 - nrc:save-impls, r=nikomatsakis
2017-02-15 Benoît CORTIERCorrect a typo in procedural macros chapter of the...
2017-02-15 Dmitry GuzeevFix typo
2017-02-15 king6congsys/mod doc update and mod import order adjust
2017-02-15 borsAuto merge of #39594 - clarcharr:cstr_box, r=aturon
2017-02-15 LuxkoUpdate procedural-macros.md
2017-02-15 Andrew GasparVec, LinkedList, VecDeque, String, and Option NatVis...
2017-02-15 borsAuto merge of #39560 - F001:retainHashMap, r=alexcrichton
next