]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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-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 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 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...
2017-01-26 Esteban KüberPoint to immutable arg/fields when trying to use as...
2017-01-26 Scott OlsonAvoid ICE when pretty-printing non-local MIR item.
2017-01-26 Nick Cameronsave-analysis: get tables directly, accomodating them...
2017-01-26 king6congdoc comment typo fix
2017-01-26 borsAuto merge of #39066 - arielb1:lifetime-extension-test...
2017-01-26 Alex Crichtontravis: Turn off core dumps on OSX
2017-01-26 borsAuto merge of #39309 - eddyb:map-shmap, r=nikomatsakis
2017-01-26 Vadim PetrochenkovBetter comments for FIXMEs
2017-01-26 borsAuto merge of #38819 - GuillaumeGomez:main_func_wrong_t...
2017-01-26 Eduard-Mihai... rustc: don't call the HIR AST.
2017-01-26 Eduard-Mihai... rustc: rename TyCtxt's `map` field to `hir`.
2017-01-26 Guillaume GomezAdd note for E0117
2017-01-26 Guillaume GomezUpdate error code number
2017-01-26 Guillaume GomezAdd a distinct error code and description for "main...
2017-01-26 Stjepan GlavinaRewrite the first sentence in slice::sort
2017-01-26 borsAuto merge of #39075 - est31:remove_reflect, r=nikomatsakis
2017-01-26 est31drop_in_place is stable now, don't #![feature] it in...
2017-01-26 borsAuto merge of #39000 - nikomatsakis:incr_comp_crosscont...
2017-01-26 borsAuto merge of #38961 - steveklabnik:fix-sort-wording...
2017-01-26 Alex Crichtonstd: Stabilize APIs for the 1.16.0 release
2017-01-25 borsAuto merge of #38920 - petrochenkov:selfimpl, r=eddyb
2017-01-25 Niko Matsakisrename `Tables` to `TypeckTables`
2017-01-25 Niko Matsakisremove outdated text
2017-01-25 Niko Matsakismerge TypeckItemBody and Tables depnodes
2017-01-25 Niko Matsakisfix the test case by supplying proper options
2017-01-25 Niko Matsakispacify the mercilous tidy
2017-01-25 Niko Matsakisprocess trait/impl items directly from the visitor...
2017-01-25 borsAuto merge of #38856 - zackw:process-envs, r=aturon
2017-01-25 Alex Crichtontravis: Upload all artifacts in build/dist
2017-01-25 Stjepan GlavinaRemove trailing whitespace
2017-01-25 Stjepan GlavinaFix: insertion_len -> max_insertion
2017-01-25 Stjepan GlavinaExpand the sort docs
2017-01-25 Steve KlabnikFix wording around sort guarantees
2017-01-25 Alex Crichtonrustbuild: Add manifest generation in-tree
2017-01-25 borsAuto merge of #39296 - GuillaumeGomez:rollup, r=Guillau...
2017-01-25 Guillaume GomezRollup merge of #39278 - das-g:patch-1, r=steveklabnik
next