]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-04-09 steveklabnikAdd rustc book to the build system
2018-04-09 steveklabnikinitialize the rustc book
2018-04-09 borsAuto merge of #49805 - nrc:update, r=kennytm
2018-04-09 Nick CameronUpdate Rustfmt
2018-04-09 borsAuto merge of #49778 - tamird:install-relative-prefix...
2018-04-09 borsAuto merge of #49673 - ollie27:stab, r=sfackler
2018-04-09 borsAuto merge of #49770 - tamird:csv-dumper-comment, r=nrc
2018-04-08 Tamir Dubersteinrustbuild: canonicalize prefix `install_sh`
2018-04-08 borsAuto merge of #49774 - danc86:configure.py-tools, r...
2018-04-08 borsAuto merge of #49771 - tamird:incremental-no-stage...
2018-04-08 borsAuto merge of #49759 - ollie27:rustbuild_cargo, r=Mark...
2018-04-08 borsAuto merge of #49758 - bjorn3:miri_public_write_discrim...
2018-04-08 borsAuto merge of #49752 - sinkuu:fix_incrcmp_str_lit,...
2018-04-08 Dan Callaghanconfigure.py --tools should set a list instead of a...
2018-04-08 borsAuto merge of #49714 - nikomatsakis:issue-49631, r...
2018-04-08 Tamir DubersteinDon't default to stage 1 with incremental
2018-04-08 Tamir DubersteinRemove mention of CsvDumper
2018-04-08 borsAuto merge of #49704 - leodasvacas:fix-#49344, r=nikoma...
2018-04-07 borsAuto merge of #49678 - bobtwinkles:fix_multiple_activat...
2018-04-07 borsAuto merge of #49672 - alexcrichton:fix-another-std...
2018-04-07 borsAuto merge of #49692 - sinkuu:main_fix, r=arielb1
2018-04-07 Oliver Middletonrustbuild: Fix setting initial cargo
2018-04-07 bjorn3miri: Make write_discriminant_value public
2018-04-07 borsAuto merge of #49661 - alexcrichton:bump-bootstrap...
2018-04-07 borsAuto merge of #49753 - kennytm:rollup, r=kennytm
2018-04-07 kennytmRollup merge of #49503 - oli-obk:extern_crate_compiler_...
2018-04-07 Oliver SchneiderInject the `compiler_builtins` crate whenever the ...
2018-04-07 kennytmRollup merge of #49750 - ishitatsuyuki:boot-no-fast...
2018-04-07 kennytmRollup merge of #49748 - alexcrichton:proc-macro-debug...
2018-04-07 kennytmRollup merge of #49742 - Pulkit07:master, r=steveklabnik
2018-04-07 kennytmRollup merge of #49731 - japaric:std-thumb-for-real...
2018-04-07 kennytmRollup merge of #49728 - japaric:no-debug_gdb_scripts...
2018-04-07 kennytmRollup merge of #49702 - alexcrichton:inline-methods...
2018-04-07 kennytmRollup merge of #49652 - GuillaumeGomez:anchor-collapse...
2018-04-07 kennytmRollup merge of #49510 - GuillaumeGomez:anchor-field...
2018-04-07 David TolnayPrint proc_macro spans as a half-open range
2018-04-07 borsAuto merge of #49419 - leodasvacas:small-typeck-refacto...
2018-04-07 Shotaro Yamada[incremental] Hash `Allocation`s
2018-04-07 borsAuto merge of #49222 - Zoxc:print-query-stack, r=nikoma...
2018-04-07 borsAuto merge of #49623 - steveklabnik:update-mdbook,...
2018-04-06 Alex Crichtonproc_macro: Improve Debug representations
2018-04-06 borsAuto merge of #49392 - retep007:nll-issue-48962, r...
2018-04-06 Pulkit GoyalUsing X headings instead of 0.X #49739
2018-04-06 bobtwinklesAdd test from #49736
2018-04-06 borsAuto merge of #49064 - QuietMisdreavus:piercing-the...
2018-04-06 borsAuto merge of #48779 - michaelwoerister:share-generics4...
2018-04-06 Jorge Aparicioadd THUMB targets to rustup manifest
2018-04-06 John Kåre AlsakerPrint query stack on ICEs
2018-04-06 Jorge Apariciorefactor: simplify `needs_gdb_debug_scripts_section`
2018-04-06 Jorge Aparicioadd emit_debug_gdb_scripts target option and ..
2018-04-06 borsAuto merge of #49335 - GuillaumeGomez:remove-unneeded...
2018-04-06 Michael WoeristerUpdate run-make/symbol-visibility to also cover shared...
2018-04-06 Michael WoeristerAllow for re-using hidden monomorphizations on platform...
2018-04-06 Michael WoeristerUpdate a few comments about symbol visibility.
2018-04-06 Michael WoeristerAdd codegen-units test for shared-generics.
2018-04-06 Michael WoeristerMake sure that generics are internalized in executables...
2018-04-06 Michael WoeristerDon't internalize generics that are re-exported
2018-04-06 Michael WoeristerFix some rebasing fallout.
2018-04-06 Michael WoeristerSelect upstream monomorphizations in a stable way.
2018-04-06 Michael WoeristerAdapt codegen-unit test to shared-generics.
2018-04-06 Michael WoeristerAllow for internalizing monomorphizations that cannot...
2018-04-06 Michael WoeristerRemove the (inaccurate) symbol_export_level query.
2018-04-06 Michael WoeristerMake generics sharing the default for non-optimized...
2018-04-06 Michael WoeristerAllow for re-using monomorphizations from upstream...
2018-04-06 Michael WoeristerMove export level computation to reachable_non_generics...
2018-04-06 Michael WoeristerAllow for representing exported monomorphizations in...
2018-04-06 Michael WoeristerFix incomplete ICH implementation for ty::subst::Unpack...
2018-04-06 borsAuto merge of #49154 - petrochenkov:spident, r=eddyb
2018-04-06 Vadim PetrochenkovFix feature gating for crate/extern in paths
2018-04-06 Vadim PetrochenkovUse `Ident` instead of `Name` in `MetaItem`
2018-04-06 Vadim PetrochenkovFix stable hash for identifiers
2018-04-06 Vadim PetrochenkovMake lifetime nonterminals closer to identifier nonterm...
2018-04-06 Vadim PetrochenkovRemove more duplicated spans
2018-04-06 Vadim PetrochenkovRename `ast::Variant_::name` into `ident` + Fix rebase
2018-04-06 Vadim PetrochenkovUse `Span::apply_mark` where possible
2018-04-06 Vadim PetrochenkovGet rid of `SpannedIdent`
2018-04-06 Vadim PetrochenkovRename `PathSegment::identifier` to `ident`
2018-04-06 Vadim PetrochenkovUse `Span` instead of `SyntaxContext` in `Ident`
2018-04-06 Tatsuyuki Ishibootstrap: Remove the fast path
2018-04-06 borsAuto merge of #49293 - memoryleak47:add-compiletest...
2018-04-06 Niko Matsakisdo not propagate `Err` when determing causal info
2018-04-05 Niko Matsakisadd `failure-status: 1` to the test
2018-04-05 Niko Matsakismake mem-categorization use adjusted type for patterns
2018-04-05 borsAuto merge of #49696 - alexcrichton:rollup, r=alexcrichton
2018-04-05 steveklabnikupdate mdbook
2018-04-05 Alex CrichtonRollup merge of #49705 - alexcrichton:less-manifest...
2018-04-05 Alex CrichtonRollup merge of #49697 - kennytm:name-every-builder...
2018-04-05 Alex CrichtonRollup merge of #49621 - Nemo157:impl-unpin-for-pin...
2018-04-05 Alex CrichtonFilter out missing components from manifests
2018-04-05 leonardo.yvensFix #49344
2018-04-05 Alex CrichtonRollup merge of #49686 - memoryleak47:typo, r=alexcrichton
2018-04-05 Alex CrichtonRollup merge of #49597 - alexcrichton:proc-macro-v2...
2018-04-05 Alex CrichtonRollup merge of #49497 - scalexm:hrtb, r=nikomatsakis
2018-04-05 Alex Crichtonstd: Inline some Termination-related methods
2018-04-05 Wim Loomanimpl Unpin for PinBox
2018-04-05 kennytmGive a name to every CI job.
2018-04-05 borsAuto merge of #49045 - Zoxc:tls, r=michaelwoerister
2018-04-05 Alex CrichtonRollup merge of #49350 - abonander:macros-in-extern...
2018-04-05 Alex CrichtonRollup merge of #49045 - Zoxc:tls, r=michaelwoerister
2018-04-05 Shotaro YamadaFix ICE with `main`'s return type containing lifetimes
next