]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-03-26 borsAuto merge of #32496 - Manishearth:rollup, r=Manishearth
2016-03-26 Manish GoregaokarFixup #32476
2016-03-26 Manish GoregaokarRollup merge of #32482 - nikomatsakis:erase-via-visitor...
2016-03-26 Manish GoregaokarRollup merge of #32476 - diwic:63-null-thread-name...
2016-03-26 Manish GoregaokarRollup merge of #32469 - nikomatsakis:shared-cgu, r...
2016-03-26 Manish GoregaokarRollup merge of #32456 - bluss:str-zero, r=alexcrichton
2016-03-26 Manish GoregaokarRollup merge of #32448 - sfackler:time-augmented-assign...
2016-03-26 Manish GoregaokarRollup merge of #32447 - nodakai:dots-in-err-idx, r...
2016-03-26 Manish GoregaokarRollup merge of #32435 - nrc:fix-err-recover, r=nikomat...
2016-03-26 Manish GoregaokarRollup merge of #32257 - alexcrichton:fix-status-stdin...
2016-03-26 Manish GoregaokarRollup merge of #32199 - nikomatsakis:limiting-constant...
2016-03-26 Manish GoregaokarRollup merge of #32131 - petrochenkov:prim, r=eddyb
2016-03-26 borsAuto merge of #32293 - nikomatsakis:incr-comp-def-path...
2016-03-25 Niko Matsakisremove link-guard test
2016-03-25 borsAuto merge of #32167 - jseyfried:refactor_prelude,...
2016-03-25 Jeffrey SeyfriedAdd and use `resolve_name_in_lexical_scope` and
2016-03-25 Jeffrey SeyfriedRefactor away `NameResolution::result`
2016-03-25 Jeffrey SeyfriedRefactor away DefModifiers::PRELUDE
2016-03-25 Jeffrey SeyfriedRefactor how the prelude is handled
2016-03-25 Jeffrey SeyfriedRefactor away resolve_imports::Shadowable and rename...
2016-03-25 Niko Matsakischange test to be specific for msvc
2016-03-25 Niko Matsakisfix error message
2016-03-25 Niko Matsakisfix cargo.toml for new dependency
2016-03-25 Niko MatsakisRebase over my PR
2016-03-25 Niko MatsakisUpdate backtrace test for FIXME on windows
2016-03-25 Niko MatsakisDrive-by fix for unnecessary `&mut`
2016-03-25 Niko Matsakisdocument test, don't use grep
2016-03-25 Niko Matsakistest for immediate symbol name hashing
2016-03-25 Niko Matsakisinclude the immediate type in the symbol name hash
2016-03-25 Niko MatsakisRevert "workarounds to make link guards work on windows"
2016-03-25 Niko Matsakisrip out link guards
2016-03-25 Niko Matsakisworkarounds to make link guards work on windows
2016-03-25 Niko Matsakisrenumber error from E0522 to E0523
2016-03-25 Niko Matsakischeck only that symbol names are deterministic
2016-03-25 Niko MatsakisRemove static linking hack since we are now passing...
2016-03-25 Niko MatsakisFix accursed issue-4264.pp
2016-03-25 Niko MatsakisCorreections due to refactoring .
2016-03-25 Niko Matsakispacify the merciless tidy: s/E0521/E0522
2016-03-25 Niko Matsakisrenumber diagnostic to avoid conflict
2016-03-25 Niko Matsakisremove unused variable in compiletest
2016-03-25 Niko Matsakisunit-test symbol-names and item-paths
2016-03-25 Niko Matsakisrefactor item-paths in diagnostics, symbol names
2016-03-25 Niko Matsakisadd krate_attrs accessor
2016-03-25 Niko Matsakistrack the extern-crate def-id rather than path
2016-03-25 Niko Matsakisfallout: update codegen-units tests
2016-03-25 Niko Matsakisrefactor DefPathData variants
2016-03-25 Niko Matsakisstore krate information more uniformly
2016-03-25 Niko Matsakistrack def-id for inlined items
2016-03-25 Michael WoeristerAdd a "link-guard" to avoid accidentally linking to...
2016-03-25 Michael WoeristerRemove old symbol naming code.
2016-03-25 Michael WoeristerMake the compiler emit an error if the crate graph...
2016-03-25 Michael WoeristerSalt test crates in buildsystem.
2016-03-25 Michael WoeristerAdd a test to verify that we have reproducible compiler...
2016-03-25 Michael WoeristerUse new symbol names for items of various kinds.
2016-03-25 Michael WoeristerUse new symbol naming scheme for object shims.
2016-03-25 Michael WoeristerUse new symbol naming scheme for fn-once-shims.
2016-03-25 Michael WoeristerUse new symbol naming scheme for fn-pointer-shims.
2016-03-25 Michael WoeristerMake drop glue use new symbol naming scheme.
2016-03-25 Michael WoeristerMake closures use stable symbol names.
2016-03-25 Michael WoeristerMake monomorphized functions use stable symbol names.
2016-03-25 Michael WoeristerMake the definite name of the local crate available...
2016-03-25 Michael WoeristerCompute a salt from arguments passed via -Cmetadata.
2016-03-25 Michael WoeristerMake library paths passed by compiletest tool absolute.
2016-03-25 Michael WoeristerMake CrateStore::crate_name() return an InternedString...
2016-03-25 Michael WoeristerAdd missing entries for enum variants in trans::CrateCo...
2016-03-25 Michael WoeristerCrateStore: Allow for custom def_id_to_string mappings...
2016-03-25 borsAuto merge of #32407 - alexcrichton:netbsd-gcc-s-link...
2016-03-25 Niko Matsakisuse new visitor to erase regions
2016-03-25 Niko Matsakischeck for both partialeq and eq
2016-03-25 borsAuto merge of #31908 - jseyfried:disallow_shadowed_trai...
2016-03-25 Niko Matsakisnew tests for RFC #1445
2016-03-25 Niko Matsakisfallout in existing tests
2016-03-25 Niko Matsakissuppress duplicate lints
2016-03-25 Niko Matsakisissue a future-compat lint for constants of invalid...
2016-03-25 Niko Matsakisdo not overwrite spans as eagerly
2016-03-25 Niko Matsakismodify #[deriving(Eq)] to emit #[structural_match]
2016-03-25 Niko Matsakismake `const_expr_to_pat` fallible (but never have it...
2016-03-25 borsAuto merge of #32428 - nikomatsakis:scopes-in-mir,...
2016-03-25 David HenningssonFix unsound behaviour with null characters in thread...
2016-03-25 borsAuto merge of #32396 - nodakai:range-contains, r=alexcr...
2016-03-24 Vadim PetrochenkovCleanup
2016-03-24 Vadim PetrochenkovLift the restriction on reusing names of primitive...
2016-03-24 Vadim PetrochenkovIntroduce name resolution fallback for primitive types
2016-03-24 borsAuto merge of #32346 - nikomatsakis:no-erased-regions...
2016-03-24 Niko Matsakismake available monomorphizations shared by CGU
2016-03-24 Niko Matsakisremove `empty_substs_for_node_id`
2016-03-24 Niko Matsakisremove ErasedRegions from substitutions
2016-03-24 Niko Matsakisrewrite foreign types lint not to trawl the HIR
2016-03-24 borsAuto merge of #32465 - steveklabnik:rollup, r=steveklabnik
2016-03-24 Steve KlabnikRollup merge of #32464 - GuillaumeGomez:patch-6, r...
2016-03-24 Steve KlabnikRollup merge of #32462 - tclfs:patch-1, r=steveklabnik
2016-03-24 Steve KlabnikRollup merge of #32459 - nrc:json-err-text, r=nikomatsakis
2016-03-24 Steve KlabnikRollup merge of #32452 - GuillaumeGomez:patch-5, r...
2016-03-24 Steve KlabnikRollup merge of #32416 - GuillaumeGomez:patch-3, r...
2016-03-24 Steve KlabnikRollup merge of #32276 - brson:doc, r=alexcrichton
2016-03-24 Niko Matsakispacify the merciless tidy
2016-03-24 Guillaume GomezImprove some Option code example
2016-03-24 Niko Matsakisrework MIR visitor
2016-03-24 Tang ChenglongDocs: some tiny corrections
2016-03-24 borsAuto merge of #32219 - brson:lints, r=alexcrichton
next