]> git.lizzy.rs Git - rust.git/history - src/librustc
Auto merge of #39234 - segevfiner:fix-backtraces-on-windows-gnu, r=petrochenkov
[rust.git] / src / librustc /
2017-01-28 borsAuto merge of #39234 - segevfiner:fix-backtraces-on...
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 Burtescurustc: remove unused `bounds` field from `RegionParamet...
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: lower trait type paths as TyTraitObject.
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 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 Niko Matsakismove `cast_kinds` into `TypeckTables` where it belongs
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 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 king6congdoc comment typo fix
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: 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 borsAuto merge of #38856 - zackw:process-envs, r=aturon
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 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 est31Remove Reflect
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 #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 #39248 - Wilfred:patch-1, r=frewsxcv
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 borsAuto merge of #39238 - king6cong:pr, r=frewsxcv
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 king6congbetter comment wording
2017-01-22 borsAuto merge of #39221 - frewsxcv:os-string-docs, r=Guill...
2017-01-22 borsAuto merge of #39060 - jseyfried:improve_unused, r=nrc
2017-01-22 Jeffrey SeyfriedRemove unused `extern crate`s.
2017-01-22 Jeffrey SeyfriedWarn on unused `#[macro_use]` imports.
2017-01-22 borsAuto merge of #39176 - CartesianDaemon:master, r=frewsxcv
2017-01-21 borsAuto merge of #39210 - GuillaumeGomez:GuillaumeGomez...
next