]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 borsAuto merge of #37057 - brson:nosuggest, r=nikomatsakis
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 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
2017-01-25 Guillaume GomezRollup merge of #39276 - GuillaumeGomez:array_urls...
2017-01-25 Guillaume GomezRollup merge of #39267 - king6cong:master, r=steveklabnik
2017-01-25 Guillaume GomezRollup merge of #39251 - wesleywiser:fixme_1, r=BurntSushi
2017-01-25 Guillaume GomezRollup merge of #39212 - redox-os:master, r=brson
2017-01-25 Guillaume GomezRollup merge of #38930 - insaneinside:place-left-arrow...
2017-01-25 borsAuto merge of #39286 - nrc:save-path, r=eddyb
2017-01-25 Andrew CannHide uninhabitedness checks behind feature gate
2017-01-25 borsAuto merge of #39277 - tedsta:fuchsia_std_process,...
2017-01-25 Nick Cameronsave-analysis: walk paths
2017-01-25 Nick Cameronsave-analysis: walk path expressions
2017-01-25 borsAuto merge of #35712 - oli-obk:exclusive_range_patterns...
2017-01-25 Ariel Ben-Yehudaend temporary lifetimes being extended by `let X: ...
2017-01-24 borsAuto merge of #39245 - alexcrichton:enable-platform...
2017-01-24 Michael Woeristerincr.comp.: Make cross-crate tracking for incr. comp...
2017-01-24 Alex Crichtonrustbuild: Start building --enable-extended
2017-01-24 Vadim PetrochenkovStabilize Self and associated types in struct expressio...
2017-01-24 est31Remove Reflect
2017-01-24 Steve Klabnikfix mailmap
2017-01-24 Raphael Das... fix book: refer to `add_two` as "tested function"
2017-01-24 Theodore DeRegoUpdated Fuchsia support for std::process. Adds support...
2017-01-24 Guillaume GomezAdd missing urls for array docs
2017-01-24 Vadim Petrochenkovparser: Permit trailing +'s in bound lists
2017-01-24 Vadim PetrochenkovImprove some expected/found error messages from parser
2017-01-24 Vadim PetrochenkovAdd tests
2017-01-24 Vadim PetrochenkovRefactor parsing of generic arguments/parameters and...
2017-01-24 borsAuto merge of #39222 - GuillaumeGomez:rustdoc_where...
2017-01-24 borsAuto merge of #39214 - estebank:fix-labels-without...
2017-01-24 king6congdoc typo fix
2017-01-24 borsAuto merge of #39173 - jseyfried:tokenstream, r=nrc
2017-01-24 king6congdoc comment rewording
2017-01-24 borsAuto merge of #39145 - nrc:opt-cfg-mod, r=@jseyfried
next