]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 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 borsAuto merge of #31908 - jseyfried:disallow_shadowed_trai...
2016-03-25 borsAuto merge of #32428 - nikomatsakis:scopes-in-mir,...
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 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
2016-03-24 Nick CameronInclude source text in JSON errors
2016-03-24 NODA, KaiAdd core::ops::Range*::contains() as per rust-lang...
2016-03-24 Niko Matsakisrewrite scope drop to be iterative
2016-03-23 Brian AndersonMake warnings of renamed and removed lints themselves...
2016-03-23 Brian Andersondoc: Stdin is locked for reads, not writes
2016-03-23 borsAuto merge of #32455 - TimNN:patch-1, r=alexcrichton
2016-03-23 Niko Matsakisintroduce "call-site-scope" as the outermost scope
2016-03-23 Niko MatsakisUpdate borrowck to use `repr::*` instead of a mix
2016-03-23 Niko Matsakisadd comments on remaining fields
2016-03-23 Niko MatsakisAdd `ScopeAuxiliaryVec`, return MIR+aux via tuple
2016-03-23 Niko MatsakisAddress nit: Remove `ScopedDataVec` newtype
2016-03-23 Niko MatsakisAddress nit: block.unit()
2016-03-23 Niko MatsakisAddress nit: doc-comments on fields
2016-03-23 Niko MatsakisAddress nit: use doc-comments for fields of VarDecl
2016-03-23 Niko MatsakisRename `MirPlusPlus` to `MirAndScopeAuxiliary`
2016-03-23 Niko Matsakisreplace DUMMY_SP on resume with span from fn
2016-03-23 Niko Matsakisrewrite drop code
2016-03-23 Niko Matsakisfix bug in `simplify_cfg` with inf. loops
2016-03-23 Niko Matsakisallow dumping intermediate IR with -Z dump-mir
2016-03-23 Niko Matsakisadjust pretty printer to print scopes / auxiliary
2016-03-23 Niko Matsakisaugment MIR pretty printer to print scopes
2016-03-23 Niko Matsakisreformat mir text pretty printer
2016-03-23 Niko Matsakisadd span/scope-id to terminator
2016-03-23 Niko Matsakisextend Terminator into a struct so it can have addition...
next