]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-05-21 Alex OzdemirAdded a `rustdoc` shortcut for collapse/expand all
2016-05-20 borsAuto merge of #33318 - alexcrichton:hashmap-seed, r...
2016-05-20 borsAuto merge of #33378 - oli-obk:fix/registry_args, r...
2016-05-20 borsAuto merge of #33729 - alexcrichton:patch-libbacktrace...
2016-05-20 borsAuto merge of #33553 - alexcrichton:cdylibs, r=brson
2016-05-20 borsAuto merge of #33358 - michaelwoerister:debuginfo-metho...
2016-05-19 Alex Crichtonstd: Cache HashMap keys in TLS
2016-05-19 borsAuto merge of #33103 - ranma42:escape-unicode-last...
2016-05-19 Michael Woeristerdebuginfo: Make DW_TAG_subroutine DIEs for inherent...
2016-05-19 Eduard BurtescuMark the metadata symbol as reachable to fix OSX not...
2016-05-19 Alex Crichtonrustc: Add a new crate type, cdylib
2016-05-19 Alex Crichtonstd: Update libbacktrace for a soundness fix
2016-05-19 borsAuto merge of #33742 - Manishearth:rollup, r=Manishearth
2016-05-19 Manish GoregaokarRollup merge of #33730 - jseyfried:fix_macro_backtrace_...
2016-05-19 Manish GoregaokarRollup merge of #33721 - royalstream:royalstream-doc...
2016-05-19 Manish GoregaokarRollup merge of #33720 - mark-summerfield:patch-1,...
2016-05-19 Manish GoregaokarRollup merge of #33712 - jseyfried:fix_expanded_expr_sp...
2016-05-19 Manish GoregaokarRollup merge of #33708 - nham:zero-elided-lifetimes...
2016-05-19 Manish GoregaokarRollup merge of #33705 - lqd:rustdoc-version-tooltip...
2016-05-19 Manish GoregaokarRollup merge of #33698 - alexcrichton:update-libc,...
2016-05-19 Manish GoregaokarRollup merge of #33696 - nham:add-test-21225, r=luqmana
2016-05-19 Manish GoregaokarRollup merge of #33611 - vvanders:master, r=steveklabnik
2016-05-19 Manish GoregaokarRollup merge of #33353 - timothy-mcroy:E0502, r=sanxiyn
2016-05-19 borsAuto merge of #33702 - crimsun:pr33678, r=alexcrichton
2016-05-19 Rémy RakicMake the #[stable(since)] version attribute clearer...
2016-05-19 borsAuto merge of #33694 - arielb1:fuzzy-on-unimplemented...
2016-05-19 borsAuto merge of #33688 - jonathandturner:fix_old_school...
2016-05-19 Jeffrey SeyfriedFix macro expansion backtrace diagnostics
2016-05-18 borsAuto merge of #33686 - GuillaumeGomez:error-code-tests...
2016-05-18 Ariel Ben-Yehudaaddress review comments
2016-05-18 Nick HamannSimplify report_elision_failure a little bit.
2016-05-18 Steven BurnsRust syntax coloring for some ignore, should-panic...
2016-05-18 mark-summerfieldClarified that `let(mut x, y) =` only makes x mutable...
2016-05-18 Ariel Ben-Yehudaimplement fuzzy matching in on_unimplemented
2016-05-18 borsAuto merge of #33476 - nikomatsakis:incr-comp-xcrate...
2016-05-18 Niko Matsakisadd task for linking
2016-05-18 Niko Matsakisfix indentation of session/mod.rs
2016-05-18 Niko Matsakisadd debug info to dep_graph
2016-05-18 Niko Matsakisnit: cache crate-hash for next time
2016-05-18 Niko Matsakisnit: use format! instead of iterator
2016-05-18 Niko Matsakisbasic tests for cross-crate hashing
2016-05-18 Niko Matsakisload/save hashes of metadata
2016-05-18 Niko Matsakisallow retracing paths across crates
2016-05-18 Niko Matsakiscleanup dep-graph debugging code
2016-05-18 Niko Matsakischange svh to store a u64
2016-05-18 Niko Matsakispass revision and incr_comp directory to auxbuild
2016-05-18 Niko Matsakisalways encode variant fields
2016-05-18 Niko Matsakismake the filename computation take a cratenum
2016-05-18 Niko Matsakisidentify inputs of `MetaData(X)` nodes
2016-05-18 Niko Matsakisrename the dep-graph file to include crate ident
2016-05-18 Niko Matsakiswhen encoding, push MetaData(foo) task on stack
2016-05-18 Niko Matsakisadd a MetaData node and trigger reads from it
2016-05-18 Niko Matsakisignore dep-graph in resolve and lower_crate
2016-05-18 Niko Matsakisthread the DepGraph to session/crate-store
2016-05-18 Niko Matsakisremove the `Any` bound from `CrateStore`
2016-05-18 Niko Matsakisadd MetaData DepNode variant
2016-05-18 Jonathan TurnerFix tidy error
2016-05-18 borsAuto merge of #33710 - Manishearth:rollup, r=Manishearth
2016-05-18 Jeffrey SeyfriedFix bug in macro expression spans
2016-05-18 ggomezAdd new error code tests
2016-05-18 Manish GoregaokarRollup merge of #33695 - nikomatsakis:spezializes-cache...
2016-05-18 Manish GoregaokarRollup merge of #33675 - apasel422:issue-33662, r=pnkfelix
2016-05-18 Manish GoregaokarRollup merge of #33673 - GuillaumeGomez:fix-selected...
2016-05-18 Manish GoregaokarRollup merge of #33666 - xen0n:no-more-nest-levels...
2016-05-18 Manish GoregaokarRollup merge of #33656 - GuillaumeGomez:lifetime_bound...
2016-05-18 borsAuto merge of #33654 - petrochenkov:hirident, r=nrc
2016-05-18 Nick HamannOnly print parameters with elided lifetimes in elision...
2016-05-18 Timothy McRoyAdd descriptive error explanation for E0502
2016-05-18 borsAuto merge of #33137 - nikomatsakis:issue-32330-lbr...
2016-05-18 Niko Matsakisfix stale method names
2016-05-18 Niko Matsakiswarn for where/return-types that reference regions
2016-05-17 UserResolved rustdoc crash (#33678) by aborting instead...
2016-05-17 Alex Crichtonstd: Update libc submodule
2016-05-17 Nick HamannAdd regression tests for error message when using enum...
2016-05-17 Niko Matsakisfix -Z treat-err-as-bug
2016-05-17 Niko Matsakisrefactor: use `select` inside of a probe
2016-05-17 borsAuto merge of #33665 - golddranks:thread-park-add-big...
2016-05-17 Niko Matsakisintroduce a specializes cache
2016-05-17 Jonathan TurnerFix for #33559
2016-05-17 borsAuto merge of #33682 - GuillaumeGomez:fix-error-explana...
2016-05-17 Guillaume GomezFix invalid enum declaration
2016-05-17 borsAuto merge of #33617 - sanmai-NL:gitignore_IntelliJ...
2016-05-17 Jonathan TurnerImprove a few errors and fix #33366
2016-05-17 Jonathan TurnerDe-emph minimized spans, add better debugging output
2016-05-17 Jonathan TurnerPrint secondary labels as notes in old skool mode
2016-05-17 borsAuto merge of #33651 - Nercury:update-i686-android...
2016-05-17 borsAuto merge of #33491 - arielb1:obligation-jungle, r...
2016-05-16 borsAuto merge of #33588 - nikomatsakis:compiletest-ui...
2016-05-16 Andrew PaseltinerAdd missing code fence to `diagnostics.rs`
2016-05-16 Niko Matsakispacify the mercilous tidy
2016-05-16 Guillaume GomezFix selected item background style
2016-05-16 Ariel Ben-Yehudachange on_unimplented logic
2016-05-16 Vadim PetrochenkovFix rebase
2016-05-16 Vadim Petrochenkovlowering: Rename identifiers only when necessary
2016-05-16 Vadim PetrochenkovRemove hir::Ident
2016-05-16 borsAuto merge of #33500 - Nercury:update-aarch64-android...
2016-05-16 borsAuto merge of #33429 - ranma42:fix-x87-parsing, r=alexc...
2016-05-16 borsAuto merge of #33663 - rphmeier:recover_rename, r=sfackler
2016-05-16 Andrea CancianiFix `asm!` blocks
2016-05-16 Andrea CancianiCleanup documentation
next