]> git.lizzy.rs Git - rust.git/history - src
rustc: lower trait type paths as TyTraitObject.
[rust.git] / src /
2017-01-28 Eduard-Mihai Burtescurustc: lower trait type paths as TyTraitObject.
2017-01-28 Eduard-Mihai Burtescurustc_typeck: move impl Trait checks out of RegionScope.
2017-01-28 Eduard-Mihai Burtescurustc: move most of lifetime elision to resolve_lifetimes.
2017-01-28 Eduard-Mihai Burtescurustc: simplify scope-tracking in resolve_lifetime.
2017-01-28 Eduard-Mihai Burtescurustc: clean up the style of middle::resolve_lifetime.
2017-01-28 Eduard-Mihai Burtescurustc: always include elidable lifetimes in HIR types.
2017-01-28 Eduard-Mihai Burtescurustc_typeck: pass all lifetimes through AstConv::opt_a...
2017-01-28 Eduard-Mihai Burtescurustc_typeck: force users of RegionScope to get anon_re...
2017-01-27 borsAuto merge of #37057 - brson:nosuggest, r=nikomatsakis
2017-01-27 borsAuto merge of #39320 - alexcrichton:less-backtraces...
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 borsAuto merge of #39139 - estebank:issue-38147, r=nikomatsakis
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 borsAuto merge of #39066 - arielb1:lifetime-extension-test...
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 Burtescurustc: don't call the HIR AST.
2017-01-26 Eduard-Mihai Burtescurustc: rename TyCtxt's `map` field to `hir`.
2017-01-26 Guillaume GomezUpdate error code number
2017-01-26 Guillaume GomezAdd a distinct error code and description for "main...
2017-01-26 borsAuto merge of #39075 - est31:remove_reflect, r=nikomatsakis
2017-01-26 borsAuto merge of #39000 - nikomatsakis:incr_comp_crosscont...
2017-01-26 borsAuto merge of #38961 - steveklabnik:fix-sort-wording...
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 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 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 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 Raphael Das Guptafix 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
2017-01-24 borsAuto merge of #39227 - alexcrichton:enable-i686-musl...
2017-01-24 borsAuto merge of #39048 - lambda:impl-tosocketaddrs-for...
2017-01-23 borsAuto merge of #39260 - steveklabnik:rollup, r=steveklabnik
2017-01-23 Steve KlabnikRollup merge of #39258 - jacwah:makefile-note, r=aturon
2017-01-23 Steve KlabnikRollup merge of #39233 - frewsxcv:upper-lower-docs...
2017-01-23 Steve KlabnikRollup merge of #39200 - DirkyJerky:patch-1, r=steveklabnik
2017-01-23 Steve KlabnikRollup merge of #39191 - cesarb:book/trait-objects...
2017-01-23 Steve KlabnikRollup merge of #38993 - krdln:patch-1, r=steveklabnik
2017-01-23 Steve KlabnikRollup merge of #38956 - theduke:document-field-init...
2017-01-23 Steve KlabnikRollup merge of #38794 - ConnyOnny:master, r=steveklabnik
2017-01-23 Nick CameronAdd an option to the parser so cfg'ed out modules can...
2017-01-23 Jeffrey SeyfriedRemove `open_span` and `close_span` from `Delimited`.
2017-01-23 borsAuto merge of #39248 - Wilfred:patch-1, r=frewsxcv
2017-01-23 Wesley WiserRemove a FIXME in core/hash tests
2017-01-23 borsAuto merge of #39242 - Eijebong:typo_fix, r=apasel422
2017-01-23 borsAuto merge of #39247 - est31:master, r=jseyfried
2017-01-22 est31Remove proc_macro from the tidy whitelist again
2017-01-22 borsAuto merge of #39238 - king6cong:pr, r=frewsxcv
2017-01-22 Jeffrey SeyfriedRemove crate `proc_macro_tokens`.
2017-01-22 Jeffrey SeyfriedRefactor `TokenStream`.
2017-01-22 borsAuto merge of #39243 - cseale:issue_30924, r=est31
2017-01-22 Alex Crichtontravis: Enable testing i686 musl
2017-01-22 Colm Seale[Gate Tests] - marking feature tests
2017-01-22 borsAuto merge of #38648 - utkarshkukreti:question-mark...
2017-01-22 EijebongFix minor typo
2017-01-22 Utkarsh Kukretilibstd: mention `?` operator instead of removing `try...
2017-01-22 Utkarsh Kukretilibstd: update std::io module documentation to not...
next