]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-02-04 borsAuto merge of #39399 - clarcharr:iter_rfind, r=alexcrichton
2017-02-04 borsAuto merge of #36320 - GuillaumeGomez:rustdoc_test_info...
2017-02-03 borsAuto merge of #39463 - alexcrichton:update-bootstrap...
2017-02-03 Alex CrichtonBump version, upgrade bootstrap
2017-02-03 borsAuto merge of #39356 - krdln:format-with-capacity,...
2017-02-03 Michał KrasnoborskiMerge remote-tracking branch 'upstream/master' into...
2017-02-03 Guillaume GomezUpdate to last cargo version
2017-02-03 borsAuto merge of #39418 - redox-os:redox_fs_ext, r=brson
2017-02-03 Guillaume GomezUpdate cargo version to last master
2017-02-03 Guillaume GomezUpdate run-make/issue-22131 to new rustdoc --test format
2017-02-03 Guillaume GomezSet correct hoedown submodule branch
2017-02-03 Guillaume GomezCreate new flag to test rustdoc --test
2017-02-03 Guillaume GomezMove test from bootstrap to compiletest
2017-02-03 Guillaume GomezPut rustdoc --test ui check at the end of docs check
2017-02-03 Guillaume GomezAdd new rustdoc ui tests
2017-02-03 Guillaume GomezSwitch logic to Span instead of HashMap
2017-02-03 Guillaume GomezMove to my own hoedown repository
2017-02-03 Guillaume GomezChange thread name
2017-02-03 Guillaume GomezRework rustdoc test output a bit
2017-02-03 Guillaume GomezTruncate output example to 10 lines
2017-02-03 Guillaume GomezAdd line number and filename in error message
2017-02-03 ggomezAdd information in case of markdown block code test...
2017-02-03 borsAuto merge of #39415 - alexcrichton:fix-upload-dirs...
2017-02-03 borsAuto merge of #39329 - petrochenkov:rb2, r=alexcrichton
2017-02-03 Clar CharrMove rfind to DoubleEndedIterator, add tracking issue.
2017-02-03 borsAuto merge of #39287 - wesleywiser:move_cell, r=aturon
2017-02-03 borsAuto merge of #39466 - alexcrichton:fix, r=Manishearth
2017-02-02 borsAuto merge of #39470 - GuillaumeGomez:rollup, r=Guillau...
2017-02-02 Guillaume GomezRollup merge of #39427 - steveklabnik:pliniker-mailmap...
2017-02-02 Guillaume GomezRollup merge of #39420 - oli-obk:sugg, r=pnkfelix
2017-02-02 Guillaume GomezRollup merge of #39416 - tspiteri:ffi-unsafe-icon,...
2017-02-02 Guillaume GomezRollup merge of #39383 - nagisa:mir-uninhabited-destina...
2017-02-02 Guillaume GomezRollup merge of #39373 - Mark-Simulacrum:remove-toprimi...
2017-02-02 Guillaume GomezRollup merge of #39319 - nagisa:remove-rustsetpersonali...
2017-02-02 Guillaume GomezRollup merge of #39299 - federicomenaquintero:master...
2017-02-02 Guillaume GomezRollup merge of #39196 - apasel422:nomicon, r=petrochenkov
2017-02-02 Guillaume GomezRollup merge of #38823 - Freyskeyd:doc-missingInformati...
2017-02-02 Vadim PetrochenkovFixup crate versions
2017-02-02 Vadim PetrochenkovBuild libbacktrace/jemalloc only when their timestamps...
2017-02-02 Vadim PetrochenkovFix build in cross-compilation scenarios
2017-02-02 Vadim Petrochenkovrustbuild: Build jemalloc and libbacktrace only once...
2017-02-02 Alex Crichtonstd: Fix IntoIter::as_mut_slice's signature
2017-02-02 borsAuto merge of #39411 - tamird:match-arm-statics-ICE...
2017-02-02 borsAuto merge of #39402 - king6cong:master, r=nrc
2017-02-02 borsAuto merge of #39386 - tbu-:pr_pipe_less_syscalls,...
2017-02-02 borsAuto merge of #39384 - wesleywiser:fix_fixmes, r=alexcr...
2017-02-02 borsAuto merge of #39116 - mgattozzi:better-string-message...
2017-02-02 borsAuto merge of #38932 - petrochenkov:privctor, r=jseyfried
2017-02-02 Wesley WiserUpdate Cell references in the book
2017-02-02 Wesley WiserUpdate cell docs
2017-02-02 borsAuto merge of #38661 - frewsxcv:vec-deque-partial-eq...
2017-02-02 Michał Krasnoborskiremove the wrapping arithmetics
2017-02-01 Michał KrasnoborskiAdjust heuristics to better handle "{}..." format strings.
2017-02-01 Wesley WiserRemoves FIXMEs related to #22405
2017-02-01 Federico Mena... In std:rc, clarify the lack of mutability inside an Rc
2017-01-31 Steve Klabnikupdate mailmap for @pliniker
2017-01-31 Oliver Schneideruse suggestions instead of helps with code in them
2017-01-31 borsAuto merge of #39379 - segevfiner:fix-backtraces-on...
2017-01-31 borsAuto merge of #39354 - alexcrichton:less-output, r...
2017-01-31 borsAuto merge of #38847 - michaelwoerister:gate-on-incr...
2017-01-31 borsAuto merge of #39250 - cseale:issue_30924, r=est31
2017-01-31 Jeremy SollerAdd dev and ino to MetadataExt
2017-01-31 Colm Seale[Gate Tests] - marking feature tests
2017-01-31 borsAuto merge of #39230 - petrochenkov:nobox, r=eddyb
2017-01-30 Trevor Spiterirustdoc: mark ffi functions with unsafety icon
2017-01-30 Alex Crichtontravis: Really delete the `doc` folder
2017-01-30 Michael Woeristercompiletest: Clear RUSTFLAGS env-var for run-make tests.
2017-01-30 Vadim PetrochenkovFix debuginfo scope issue with `Box`
2017-01-30 Vadim Petrochenkovcleanup: Refactor away `DtorKind`
2017-01-30 Vadim PetrochenkovImplement Drop for Box
2017-01-30 Vadim PetrochenkovMerge ty::TyBox into ty::TyAdt
2017-01-30 Tamir Dubersteinstatics in match arm: compile with -g
2017-01-30 borsAuto merge of #39368 - alexcrichton:fix-upload-dirs...
2017-01-30 Tamir Dubersteintrans::debuginfo: simplify
2017-01-30 Alex Crichtontravis: Tweak artifact uploads
2017-01-30 Tobias BucherDon't handle ENOSYS in `anon_pipe()`
2017-01-30 borsAuto merge of #39407 - GuillaumeGomez:convert_module...
2017-01-30 borsAuto merge of #39405 - tshepang:nits, r=sfackler
2017-01-30 Tshepang Lekhonkhobedoc: minor Option improvements
2017-01-30 borsAuto merge of #39389 - Wilfred:patch-2, r=apasel422
2017-01-30 king6congunify time_passes argument passing
2017-01-30 king6congdoc comment reword
2017-01-30 borsAuto merge of #39392 - ishitatsuyuki:master, r=alexcrichton
2017-01-29 Guillaume GomezAdd missing url in convert module
2017-01-29 borsAuto merge of #39382 - cuviper:ibm-rewind, r=alexcrichton
2017-01-29 Clar CharrAdd Iterator::rfind.
2017-01-29 Tatsuyuki IshiBootstrap: append libjemalloc_pic.a
2017-01-29 Wilfred HughesMinor grammar fix 'can not' -> 'cannot'
2017-01-29 borsAuto merge of #39378 - jtxx000:master, r=eddyb
2017-01-29 borsAuto merge of #39380 - est31:remove_dead_peq, r=jseyfried
2017-01-29 Simonas KazlauskasRemove the workaround for gh32959
2017-01-29 Josh StoneFix the powerpc64 PATH
2017-01-29 Josh StoneAdd a license to build-powerpc64le-toolchain.sh
2017-01-29 Josh Stonetravis: move IBM backwards in time
2017-01-29 est31Remove dead recursive partial eq impl
2017-01-29 Segev FinerFix backtraces on i686-pc-windows-gnu by disabling FPO
2017-01-29 Caleb ReachFix typo in librustc_trans/collector.rs
2017-01-28 Vadim PetrochenkovImprove diagnostics for inaccessible constructors
2017-01-28 Vadim PetrochenkovRemove no longer necessary ctor checks in rustc_privacy
2017-01-28 Vadim PetrochenkovImplement compatibility lint for legacy constructor...
next