]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-05-11 Steve KlabnikRollup merge of #33345 - birkenfeld:issue-31754, r...
2016-05-11 Steve KlabnikRollup merge of #33260 - mrmiywj:help-on-pattern-guard...
2016-05-11 Steve KlabnikRollup merge of #33129 - GuillaumeGomez:fmt_doc, r...
2016-05-11 borsAuto merge of #33425 - eddyb:rift, r=nikomatsakis
2016-05-11 Eduard BurtescuFixup indentation after methodification.
2016-05-11 borsAuto merge of #33512 - birkenfeld:issue-25944, r=sanxiyn
2016-05-11 Eduard Burtescurustc: Split local type contexts interners from the...
2016-05-11 Eduard Burtescurustc_typeck: Generalize over 'tcx != 'gcx.
2016-05-11 Eduard Burtescurustc: Remove the unnecessary ast_ty_to_ty_cache.
2016-05-11 Eduard Burtescurustc: More interning for data used in Ty<'tcx>.
2016-05-11 Eduard Burtescurustc: Generalize a minimum set of functions over ...
2016-05-11 Eduard Burtescurustc: Remove a redundant lifetime parameter from ExprU...
2016-05-11 Eduard Burtescurustc: Wrap users of InferCtxt in an anonymous scope.
2016-05-11 Eduard Burtescurustc: Remove the TyCtxt field from ParameterEnvironment.
2016-05-11 Eduard Burtescurustc_typeck: Use Deref for FnCtxt, Inherited and Infer...
2016-05-11 Eduard Burtescurustc: Split 'tcx into 'gcx and 'tcx for InferCtxt...
2016-05-11 Eduard Burtescurustc: Keep a reference to the interners in TyCtxt.
2016-05-11 Eduard Burtescurustc: Use set recovery APIs in the TyCtxt interners.
2016-05-11 Eduard Burtescurustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, ...
2016-05-11 Eduard Burtescuregionck: Use methods on RegionCtxt instead of free...
2016-05-11 Eduard Burtescurustc: Avoid free functions taking &TyCtxt and &InferCtxt.
2016-05-11 Eduard Burtescutypeck: Turn everything operating on FnCtxt into a...
2016-05-11 Eduard Burtescutypeck: Avoid passing &TyCtxt around where possible.
2016-05-11 Eduard Burtescutypeck: merge CollectCtxt and collect::CollectCtxt.
2016-05-11 Eduard Burtescumem_categorization: freely_aliasable doesn't need to...
2016-05-11 Eduard Burtescuinfer: Turn normalize_associated_type into a method...
2016-05-11 Eduard Burtescuinfer: Use methods for creating an InferCtxt.
2016-05-11 Eduard Burtescurustc: Always refer to TyCtxt as tcx.
2016-05-10 Guillaume GomezDoc improvement on std::fmt module
2016-05-10 borsAuto merge of #33319 - birkenfeld:issue31424, r=jseyfried
2016-05-10 borsAuto merge of #33488 - eddyb:trans-fixes, r=Aatch
2016-05-10 Georg Brandlborrowck: do not suggest to change "&mut self" to ...
2016-05-10 borsAuto merge of #33471 - birkenfeld:issue-33464, r=jseyfried
2016-05-10 borsAuto merge of #33337 - birkenfeld:issue-27842, r=jseyfried
2016-05-10 borsAuto merge of #33473 - michaelwoerister:split-cratecont...
2016-05-10 Georg Brandlresolve: do not modify span of non-importable name
2016-05-10 borsAuto merge of #33443 - jseyfried:resolve_ast, r=nrc
2016-05-10 borsAuto merge of #32900 - alexcrichton:panic2abort, r...
2016-05-10 Alex Crichtonrustc: Use C++ personalities on MSVC
2016-05-09 borsAuto merge of #33523 - Manishearth:rollup, r=Manishearth
2016-05-09 Manish GoregaokarRollup merge of #33493 - Manishearth:more-diag, r=Manis...
2016-05-09 Manish GoregaokarRollup merge of #33514 - birkenfeld:issue-29503, r...
2016-05-09 Manish GoregaokarRollup merge of #33509 - birkenfeld:issue-30219, r...
2016-05-09 Manish GoregaokarRollup merge of #33496 - silvo38:master, r=apasel422
2016-05-09 Manish GoregaokarRollup merge of #33480 - birkenfeld:issue-33422, r...
2016-05-09 Manish GoregaokarRollup merge of #33474 - frewsxcv:unwrap-err, r=alexcri...
2016-05-09 Manish GoregaokarRollup merge of #33431 - GuillaumeGomez:issue-30416...
2016-05-09 Manish GoregaokarRollup merge of #33383 - cramertj:E0509, r=Manishearth
2016-05-09 Manish GoregaokarRollup merge of #33370 - aochagavia:dump, r=nrc
2016-05-09 Manish GoregaokarRollup merge of #33224 - alexcrichton:create-exit-statu...
2016-05-09 borsAuto merge of #33224 - alexcrichton:create-exit-status...
2016-05-09 Georg Brandlrustdoc: remove artificial indentation of doctest code
2016-05-09 Michael WoeristerFix some rebasing fallout.
2016-05-09 Michael Woeristertrans::context: Remove some tcx::tls wackiness
2016-05-09 Michael Woeristertrans: Consistently name SharedCrateContext instances...
2016-05-09 Michael WoeristerMake FixedCount partitioning handle case where codegen...
2016-05-09 Michael Woeristertrans: Add some explanatory comments to trans::context...
2016-05-09 Michael Woeristertrans: Make partitioning available in LocalCrateContext.
2016-05-09 Michael WoeristerRestructure trans_crate() so that codegen unit partitio...
2016-05-09 Michael WoeristerMake trans::collector only depend on SharedCrateContext.
2016-05-09 Michael Woeristertrans: Make glue::get_drop_glue_type() independent...
2016-05-09 Michael Woeristertrans: Make base::custom_coerce_unsize_info only depend...
2016-05-09 Michael Woeristertrans: Make common::fulfill_obligation only depend...
2016-05-09 Michael Woeristertrans: Make various trans::collector functions independ...
2016-05-09 Michael Woeristertrans: Make meth::get_vtable_methods() not depend on...
2016-05-09 Michael Woeristertrans: Make normalize_and_test_predicates() not depend...
2016-05-09 Michael WoeristerMake trans::collector item printing methods independent...
2016-05-09 Michael Woeristertrans: Split LocalCrateContext ownership out of SharedC...
2016-05-09 Eduard Burtescutrans: deal with the fact that ZSTs are always "initial...
2016-05-09 Eduard Burtescutrans: monomorphize varidiac call argument types.
2016-05-09 borsAuto merge of #33457 - oli-obk:const_err/cast_u8_ptr...
2016-05-09 borsAuto merge of #33048 - Amanieu:integer_atomics, r=alexc...
2016-05-09 Alex Crichtonrustc: Implement custom panic runtimes
2016-05-09 Georg Brandlrustdoc: do not strip blanket impls in crate of origin
2016-05-09 borsAuto merge of #33484 - murarth:diagnostic-builder-field...
2016-05-09 Corey FarwellUtilize `Result::unwrap_err` in more places.
2016-05-09 Amanieu d'AntrasAdd test to ensure that atomic types are lock-free
2016-05-09 Amanieu d'AntrasAdd new atomic integer types
2016-05-09 Amanieu d'AntrasAdd #[cfg(target_has_atomic)] to get atomic support...
2016-05-09 Jeffrey SeyfriedFix fallout in `librustdoc` and in tests
2016-05-09 borsAuto merge of #33478 - xen0n:normalize-callee-trait...
2016-05-09 Jeffrey SeyfriedRefactor out `driver::lower_and_resolve`
2016-05-09 Jeffrey SeyfriedRefactor `hir::lowering::Resolver`
2016-05-09 Georg Brandlrustdoc: fix emitting duplicate implementors in .js...
2016-05-09 Manish GoregaokarMerge E0410 into E0408
2016-05-09 Eduard Burtescutrans: monomorphize the cast destination type before...
2016-05-09 borsAuto merge of #33365 - birkenfeld:makehelpfix, r=alexcr...
2016-05-09 Jeffrey SeyfriedReimplement pretty printing
2016-05-09 Jeffrey SeyfriedResolve paths generated in the ast->hir lowerer
2016-05-09 Jeffrey SeyfriedRefactor the interface that `resolve` exposes to `driver`
2016-05-09 Jeffrey SeyfriedMove resolution to before lowering
2016-05-09 borsAuto merge of #33360 - alexcrichton:rustbuild-dox,...
2016-05-09 Jeffrey SeyfriedTemporarily unimplement pretty printing
2016-05-09 Jeffrey SeyfriedRefactor `Resolver` field `def_map` from `RefCell<DefMa...
2016-05-09 Jeffrey SeyfriedRemove a use of `ast_map.span_if_local()` in `resolve`
2016-05-08 borsAuto merge of #33288 - cyplo:32834_retry_download,...
2016-05-08 Adolfo OchagavĂ­aMerge pull request #1 from nrc/save-ids-fix
2016-05-08 Manish GoregaokarAdd E0408/E0409
2016-05-08 borsAuto merge of #33414 - Nercury:master, r=alexcrichton
2016-05-08 borsAuto merge of #33494 - Manishearth:rollup, r=Manishearth
next