]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-09-20 Michael Woeristerincr.comp.: Add some comments.
2017-09-20 Michael Woeristerincr.comp.: Remove IncrementalHashesMap and calculate_s...
2017-09-20 Michael Woeristerincr.comp.: Store result fingerprints in DepGraph.
2017-09-20 Michael Woeristerincr.comp.: Allow for marking DepKinds as inputs.
2017-09-20 Michael Woeristerincr.comp.: Make sure traits_in_scope results are hashe...
2017-09-20 borsAuto merge of #44350 - GuillaumeGomez:id-false-positive...
2017-09-19 borsAuto merge of #44505 - nikomatsakis:lotsa-comments...
2017-09-19 Guillaume GomezImprove how warnings are displayed
2017-09-19 Niko Matsakisincorporate suggestions from arielb1
2017-09-19 Niko Matsakisstart writing some typeck docs (incomplete)
2017-09-19 Niko Matsakisdefine span
2017-09-19 Niko Matsakisrevamp the Compiler Process section to be more up to...
2017-09-19 Niko Matsakissplit maps into submodules, document
2017-09-19 borsAuto merge of #44620 - zackmdavis:rfc_1940_housekeeping...
2017-09-19 Niko Matsakispromote maps into its own directory
2017-09-19 Niko Matsakisapply various nits
2017-09-19 Niko Matsakisrework the README.md for rustc and add other readmes
2017-09-19 borsAuto merge of #44601 - alexcrichton:lower-attributes...
2017-09-19 borsAuto merge of #44026 - QuietMisdreavus:trimmed-std...
2017-09-19 Alex Crichtonrustc: Forbid interpolated tokens in the HIR
2017-09-18 borsAuto merge of #44680 - infinity0:master, r=Mark-Simulacrum
2017-09-18 Ximin Luorustbuild: with --no-fail-fast, report the specific...
2017-09-18 borsAuto merge of #44678 - alexcrichton:rollup, r=alexcrichton
2017-09-18 Alex CrichtonRollup merge of #44671 - GuillaumeGomez:run-button...
2017-09-18 Alex CrichtonRollup merge of #44668 - iwillspeak:into-iterator-docs...
2017-09-18 Alex CrichtonRollup merge of #44661 - GuillaumeGomez:more-links...
2017-09-18 Alex CrichtonRollup merge of #44657 - Ixrec:patch-1, r=eddyb
2017-09-18 Alex CrichtonRollup merge of #44651 - bluss:document-thread-name...
2017-09-18 Alex CrichtonRollup merge of #44640 - budziq:stabilize_splice, r...
2017-09-18 Alex CrichtonRollup merge of #44548 - oyvindln:rustc_help_fix, r...
2017-09-18 Alex CrichtonRollup merge of #44537 - oli-obk:memchr, r=alexcrichton
2017-09-18 Alex CrichtonRollup merge of #44466 - clarcharr:cow_error, r=alexcri...
2017-09-18 Alex CrichtonRollup merge of #44364 - michaelwoerister:hash-all...
2017-09-18 Guillaume GomezFix run button
2017-09-18 Michael Woeristerincr.comp.: Fix ICE caused by trying to hash INVALID_CR...
2017-09-18 Michael Woeristerincr.comp.: Fix rebase fallout.
2017-09-18 Michael Woeristerincr.comp.: Remove tcx from StableHashingContext.
2017-09-18 Michael Woeristerincr.comp.: Make the StableHashingContext mostly indepe...
2017-09-18 Michael Woeristerincr.comp.: Initialize IGNORED_ATTRS in StableHashingCo...
2017-09-18 Michael Woeristerincr.comp.: Initialize the CachingCodemapView in Stable...
2017-09-18 Michael Woeristerincr.comp.: Use StableHash impls instead of functions...
2017-09-18 Michael Woeristerincr.comp.: Already hash HIR bodies during metadata...
2017-09-18 Michael WoeristerFix issues uncovered by rebasing:
2017-09-18 Michael Woeristerincr.comp.: Move result fingerprinting to DepGraph...
2017-09-18 Michael Woeristerincr.comp.: Compute hashes of all query results.
2017-09-18 Michael WoeristerUse DefId instead of NodeId as identifier in resolve_li...
2017-09-18 borsAuto merge of #44441 - tamird:cargo-bitflags, r=alexcri...
2017-09-18 Will SpeakAdd Example of `IntoIterator` as Trait Bound to Docs
2017-09-18 borsAuto merge of #43628 - oli-obk:orbital_standard_library...
2017-09-17 borsAuto merge of #44529 - alexcrichton:trans-query, r...
2017-09-17 Guillaume GomezAdd more links and put the link character to the left
2017-09-17 Oliver SchneiderRebase fallout
2017-09-17 Oliver SchneiderUpdate miri submodule
2017-09-17 Oliver SchneiderPrevent distribution if miri is enabled
2017-09-17 Oliver Schneider-Zmir-emit-validate is in stage 0
2017-09-17 Oliver SchneiderAdd a file to trivially disable tool building or testing
2017-09-17 Oliver SchneiderImprove documentation
2017-09-17 Oliver SchneiderGet the miri test suite to run inside the rustc dev...
2017-09-17 Oliver SchneiderAdd `<*const T>::align_offset` and use it in `memchr`
2017-09-17 Tamir DubersteinRemove rustc_bitflags; use the bitflags crate
2017-09-17 Alex Crichtonrustc: Move codegen to a query
2017-09-17 Tamir Dubersteinbootstrap: plumb verbosity into submodule ops
2017-09-17 borsAuto merge of #44607 - alexcrichton:rustbuild-no-j...
2017-09-17 Tamir DubersteinUse double quotes to appease some TOML parsers
2017-09-17 Alex Crichtonrustc: Attach an mpsc channel to TyCtxt
2017-09-17 Alex Crichtonrustc: Remove another global map from trans
2017-09-17 Alex Crichtonrustc: Move a comment to the right spot in trans
2017-09-17 Alex Crichtonrustc: Mostly remove `ExportedSymbols`
2017-09-17 Alex Crichtonrustc: Move some attr methods to queries
2017-09-17 Alex Crichtonrustc: Make trans collect/partition a query
2017-09-17 Alex Crichtonrustc: Calculate `ExportedSymbols` in a query
2017-09-17 Alex Crichtonrustc: Use reachablility through a query
2017-09-17 Alex Crichtonrustc: Refactor trans paritioning to use tcx
2017-09-17 Alex Crichtonrustc_trans: Refactor collection to use tcx
2017-09-17 Alex Crichtonrustbuild: Don't pass `-j` if called by `make`
2017-09-17 Ixrecmissed a 'mut'
2017-09-17 IxrecReplace str's transmute() calls with pointer casts
2017-09-17 borsAuto merge of #44654 - TimNN:rollup, r=TimNN
2017-09-17 Tim NeumannRollup merge of #44647 - tmerr:fix-44645, r=dtolnay
2017-09-17 Tim NeumannRollup merge of #44639 - budziq:stabilize_needs_drop...
2017-09-17 Tim NeumannRollup merge of #44630 - RalfJung:compiletest, r=Mark...
2017-09-17 Tim NeumannRollup merge of #44622 - frewsxcv:frewsxcv-invalid...
2017-09-17 Tim NeumannRollup merge of #44617 - alexcrichton:download-from...
2017-09-17 Tim NeumannRollup merge of #44604 - alexcrichton:update-cargo...
2017-09-17 Tim NeumannRollup merge of #44595 - budziq:stabilize_compiler_fenc...
2017-09-17 Tim NeumannRollup merge of #44567 - budziq:stabilize_iterator_for_...
2017-09-17 Tim NeumannRollup merge of #44562 - eddyb:ugh-rustdoc, r=nikomatsakis
2017-09-17 Tim NeumannRollup merge of #44553 - qmx:refactor-remove-overzealou...
2017-09-17 Tim NeumannRollup merge of #44549 - gaurikholkar:master, r=arielb1
2017-09-17 Tim NeumannRollup merge of #44533 - nrc:rustfmt-submod, r=alexcrichton
2017-09-17 Tim NeumannRollup merge of #44509 - tamird:remove-rustbuild-featur...
2017-09-17 Tim NeumannRollup merge of #44397 - GuillaumeGomez:codeblock-color...
2017-09-17 Tim NeumannRollup merge of #44381 - jessicah:haiku-ci, r=alexcrichton
2017-09-17 Tim NeumannRollup merge of #44088 - bjorn3:better_trace_macros...
2017-09-17 Tim NeumannRollup merge of #44073 - murarth:rc-into-raw-unsized...
2017-09-17 Michal BudzynskiUpdated tracking issue for String::splice and its unsta...
2017-09-17 Michal Budzynskistabilized vec_splice (fixes #32310)
2017-09-17 Ulrik Sverdrupstd: Document thread builder panics for nul bytes in...
2017-09-17 borsAuto merge of #44641 - alexcrichton:disable-more-osx...
2017-09-17 Trevor MerrifieldEnsure tcp test case passes when disconnected from...
next