]> git.lizzy.rs Git - rust.git/history - src/test
Auto merge of #39234 - segevfiner:fix-backtraces-on-windows-gnu, r=petrochenkov
[rust.git] / src / test /
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 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 Burtescutest: add missing lifetime in recently added test.
2017-01-28 Eduard-Mihai Burtescurustc: move object default lifetimes to resolve_lifetimes.
2017-01-28 Eduard-Mihai Burtescurustc: always keep an explicit lifetime in trait objects.
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: always include elidable lifetimes in HIR types.
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 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 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 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 borsAuto merge of #38819 - GuillaumeGomez:main_func_wrong_t...
2017-01-26 Eduard-Mihai Burtescurustc: 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 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-25 borsAuto merge of #38920 - petrochenkov:selfimpl, r=eddyb
2017-01-25 Niko Matsakisrename `Tables` to `TypeckTables`
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 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 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 Vadim PetrochenkovStabilize Self and associated types in struct expressio...
2017-01-24 est31Remove Reflect
2017-01-24 Segev FinerMake backtraces work on Windows GNU targets again.
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 borsAuto merge of #39173 - jseyfried:tokenstream, r=nrc
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 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 borsAuto merge of #39242 - Eijebong:typo_fix, r=apasel422
2017-01-22 borsAuto merge of #39238 - king6cong:pr, r=frewsxcv
2017-01-22 Jeffrey SeyfriedRefactor `TokenStream`.
2017-01-22 borsAuto merge of #39243 - cseale:issue_30924, r=est31
2017-01-22 Colm Seale[Gate Tests] - marking feature tests
2017-01-22 borsAuto merge of #38108 - linclark:32777-E0328, r=Guillaum...
2017-01-22 borsAuto merge of #39224 - GuillaumeGomez:os_string_urls...
2017-01-22 borsAuto merge of #39127 - canndrew:unreachable-pattern...
2017-01-22 Jeffrey SeyfriedRemove duplicate `TokenStream` quoter tests (modulo...
2017-01-22 borsAuto merge of #39221 - frewsxcv:os-string-docs, r=Guill...
next