]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-02-02 borsAuto merge of #38932 - petrochenkov:privctor, r=jseyfried
2017-02-02 borsAuto merge of #38661 - frewsxcv:vec-deque-partial-eq...
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 Colm Seale[Gate Tests] - marking feature tests
2017-01-31 borsAuto merge of #39230 - petrochenkov:nobox, r=eddyb
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 borsAuto merge of #39368 - alexcrichton:fix-upload-dirs...
2017-01-30 Alex Crichtontravis: Tweak artifact uploads
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 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 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 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...
2017-01-28 Vadim PetrochenkovFix the fallout
2017-01-28 Vadim PetrochenkovPrivatize constructors of tuple structs with private...
2017-01-28 borsAuto merge of #39375 - seeekr:patch-1, r=apasel422
2017-01-28 Denis AndrejewFix typo in liballoc/lib.rs
2017-01-28 borsAuto merge of #39234 - segevfiner:fix-backtraces-on...
2017-01-28 Segev FinerDisable backtrace tests on i686-pc-windows-gnu since...
2017-01-28 Corey FarwellImplement `PartialEq<&[A]>` for `VecDeque<A>`.
2017-01-28 borsAuto merge of #39360 - osa1:typos, r=GuillaumeGomez
2017-01-28 Ömer Sinan... Fix typos in libsyntax/tokenstream.rs
2017-01-28 borsAuto merge of #39340 - GuillaumeGomez:empty_comment...
2017-01-28 borsAuto merge of #39305 - eddyb:synelide, r=nikomatsakis
2017-01-28 borsAuto merge of #39353 - alexcrichton:rollup, r=alexcrichton
2017-01-28 Eduard-Mihai... test: add missing lifetime in recently added test.
2017-01-28 Eduard-Mihai... rustc: remove unused `bounds` field from `RegionParamet...
2017-01-28 Eduard-Mihai... rustc: move object default lifetimes to resolve_lifetimes.
2017-01-28 Eduard-Mihai... rustc: always keep an explicit lifetime in trait objects.
2017-01-28 Eduard-Mihai... rustc: lower trait type paths as TyTraitObject.
2017-01-28 Eduard-Mihai... rustc_typeck: move impl Trait checks out of RegionScope.
2017-01-28 Eduard-Mihai... rustc: move most of lifetime elision to resolve_lifetimes.
2017-01-28 Eduard-Mihai... rustc: simplify scope-tracking in resolve_lifetime.
2017-01-28 Eduard-Mihai... rustc: clean up the style of middle::resolve_lifetime.
2017-01-28 Eduard-Mihai... rustc: always include elidable lifetimes in HIR types.
2017-01-28 Eduard-Mihai... rustc_typeck: pass all lifetimes through AstConv::opt_a...
2017-01-28 Eduard-Mihai... rustc_typeck: force users of RegionScope to get anon_re...
2017-01-28 Alex CrichtonRollup merge of #39351 - nikomatsakis:incr-comp-skip...
2017-01-28 Alex CrichtonRollup merge of #39350 - nagisa:i128-test-helpers-bette...
2017-01-28 Alex CrichtonRollup merge of #39348 - steveklabnik:cyryl-mailmap...
2017-01-28 Alex CrichtonRollup merge of #39346 - steveklabnik:jethro-mailmap...
2017-01-28 Alex CrichtonRollup merge of #39345 - steveklabnik:carol-mailmap...
2017-01-28 Alex CrichtonRollup merge of #39344 - ollie27:links, r=steveklabnik
2017-01-28 Alex CrichtonRollup merge of #39335 - cramertj:cramertj/can_begin_ex...
2017-01-28 Alex CrichtonRollup merge of #39332 - nagisa:another-bigendian-128...
2017-01-28 Alex CrichtonRollup merge of #39321 - king6cong:master, r=frewsxcv
2017-01-28 Alex CrichtonRollup merge of #39314 - stjepang:rewrite-sort-header...
2017-01-28 Alex CrichtonRollup merge of #39313 - est31:drop_in_place_is_stable...
2017-01-28 Alex CrichtonRollup merge of #39311 - solson:fix-unpretty-mir-non...
2017-01-28 Alex CrichtonRollup merge of #39307 - alexcrichton:stabilize-1.16...
2017-01-28 Alex CrichtonRollup merge of #39306 - GuillaumeGomez:newtype_help...
2017-01-28 Alex CrichtonRollup merge of #39302 - alexcrichton:upload-all, r...
2017-01-28 Alex CrichtonRollup merge of #39290 - canndrew:hide-uninhabitedness...
2017-01-28 Alex CrichtonRollup merge of #39285 - nrc:save-tables, r=@eddyb
2017-01-28 Alex CrichtonRollup merge of #39284 - alexcrichton:manifesting,...
2017-01-28 Alex CrichtonRollup merge of #38617 - pnkfelix:double-reference...
2017-01-27 Segev FinerUse libc::c_char instead of i8 due to platforms with...
2017-01-27 Alex Crichtonrustdoc: Suppress warnings/errors with --test
2017-01-27 Guillaume GomezDon't generate doc if doc comments only filled with...
2017-01-27 borsAuto merge of #37057 - brson:nosuggest, r=nikomatsakis
2017-01-27 Simonas KazlauskasUse __SIZEOF_INT128__ to test __int128 presence
2017-01-27 Niko Matsakismove `cast_kinds` into `TypeckTables` where it belongs
2017-01-27 Steve KlabnikFix cyryl's mailmap entry
2017-01-27 Steve KlabnikFix @jethrogb's mailmap entry
2017-01-27 Steve KlabnikFix up @carols10cents' mailmap entry
2017-01-27 borsAuto merge of #39320 - alexcrichton:less-backtraces...
2017-01-27 Oliver MiddletonFix a few links in the docs
2017-01-27 borsAuto merge of #39282 - petrochenkov:selfstab, r=nikomat...
2017-01-27 borsAuto merge of #39252 - alexcrichton:less-exports, r=nrc
2017-01-27 Segev FinerAttempt at fixing dead code lints
2017-01-27 Alex Crichtonstd: Compile libbacktrace with -fvisibility=hidden
2017-01-27 Alex Crichtonrustc: Don't export builtins/panic/alloc syms
2017-01-27 borsAuto merge of #39281 - michaelwoerister:make-cc-incr...
2017-01-27 Taylor CramerFix can_begin_expr keyword behavior
2017-01-27 borsAuto merge of #39139 - estebank:issue-38147, r=nikomatsakis
2017-01-27 Simonas KazlauskasFix another endian-ness issue in i128 trans
2017-01-27 borsAuto merge of #39158 - petrochenkov:bounds, r=nikomatsakis
2017-01-26 Brian Andersonrustc: Remove all "consider using an explicit lifetime...
next