| Age | Commit message (Expand) | Author | Lines |
| 2016-04-22 | Fix tidy for the new syntax of feature declarations in libsyntax. | Leo Testard | -7/+7 |
| 2016-04-21 | Generate the features structure and arrays with new macros. | Leo Testard | -421/+196 |
| 2016-04-21 | Rewrite the feature-gate checks to use a structure instead of a list of strings. | Leo Testard | -223/+411 |
| 2016-04-20 | Auto merge of #33011 - alexcrichton:pkg-everything, r=brson | bors | -1/+8 |
| 2016-04-20 | Auto merge of #32968 - alexcrichton:update-suport, r=brson | bors | -26/+29 |
| 2016-04-20 | Auto merge of #31709 - ranma42:target_feature-from-llvm, r=alexcrichton | bors | -117/+203 |
| 2016-04-20 | Auto merge of #32939 - eddyb:layout, r=nikomatsakis | bors | -393/+1698 |
| 2016-04-20 | Auto merge of #32951 - LukasKalbertodt:collection_contains_rfc1552, r=brson | bors | -0/+49 |
| 2016-04-20 | Auto merge of #32942 - alexcrichton:bootstrap-from-previous, r=brson | bors | -2999/+200 |
| 2016-04-20 | Check that the feature strings are well-formed | Andrea Canciani | -0/+1 |
| 2016-04-20 | Make the feature whitelists constants | Andrea Canciani | -25/+25 |
| 2016-04-19 | Auto merge of #32903 - alexcrichton:fix-rpath, r=brson | bors | -18/+55 |
| 2016-04-19 | Auto merge of #31253 - ranma42:improve-unicode-iter-offset, r=brson | bors | -20/+32 |
| 2016-04-19 | Add test for `target_feature` | Andrea Canciani | -0/+18 |
| 2016-04-19 | mk: Bootstrap from stable instead of snapshots | Alex Crichton | -2999/+200 |
| 2016-04-19 | Distinguish different `vfp?` features | Andrea Canciani | -1/+7 |
| 2016-04-19 | Do not intern NUL terminators | Andrea Canciani | -1/+1 |
| 2016-04-19 | Auto merge of #33060 - jseyfried:cleanup_resolve, r=nrc | bors | -80/+62 |
| 2016-04-19 | Check transmutes between types without statically known sizes. | Eduard Burtescu | -351/+341 |
| 2016-04-19 | Guard against rustc::layout diverging from rustc_trans. | Eduard Burtescu | -0/+32 |
| 2016-04-19 | Compute LLVM-agnostic type layouts in rustc. | Eduard Burtescu | -37/+1006 |
| 2016-04-19 | Parse data-layout specifications. | Eduard Burtescu | -0/+255 |
| 2016-04-19 | Make data-layout mandatory in target specs. | Eduard Burtescu | -14/+73 |
| 2016-04-19 | Auto merge of #33002 - mitaa:rdoc-cross-impls, r=alexcrichton | bors | -129/+472 |
| 2016-04-19 | Auto merge of #32985 - caipre:rustdoc-disambiguate-impl-anchors, r=alexcrichton | bors | -14/+53 |
| 2016-04-18 | Auto merge of #32866 - davidhewitt:master, r=apasel422 | bors | -0/+179 |
| 2016-04-18 | Auto merge of #32755 - alexcrichton:rustbuild-start-test, r=brson | bors | -63/+432 |
| 2016-04-18 | rustbuild: Add support for compiletest test suites | Alex Crichton | -63/+432 |
| 2016-04-18 | Auto merge of #33081 - steveklabnik:rollup, r=steveklabnik | bors | -52/+74 |
| 2016-04-18 | Rollup merge of #33058 - Manishearth:fx-E0102, r=GuillaumeGomez | Steve Klabnik | -27/+6 |
| 2016-04-18 | Rollup merge of #33035 - jbranchaud:use-consistent-variable-names-in-ownershi... | Steve Klabnik | -4/+4 |
| 2016-04-18 | Rollup merge of #33008 - sanmai-NL:patch-1, r=steveklabnik | Steve Klabnik | -3/+3 |
| 2016-04-18 | Rollup merge of #33007 - notriddle:master, r=steveklabnik | Steve Klabnik | -5/+3 |
| 2016-04-18 | Rollup merge of #32906 - jocki84:jocki84-book-size, r=steveklabnik | Steve Klabnik | -3/+4 |
| 2016-04-18 | Rollup merge of #32558 - sanxiyn:rustdoc-self-link, r=steveklabnik | Steve Klabnik | -10/+54 |
| 2016-04-18 | Added From<VecDeque<T>> for Vec<T> and From<Vec<T>> for VecDeque<T> | David Hewitt | -0/+179 |
| 2016-04-18 | Auto merge of #33042 - alexcrichton:clean-doc, r=nikomatsakis | bors | -0/+3 |
| 2016-04-18 | Update E0102's example (fixes #33057) | Manish Goregaokar | -27/+6 |
| 2016-04-17 | Auto merge of #33064 - jseyfried:improve_resolve_performance, r=eddyb | bors | -11/+25 |
| 2016-04-18 | resolve: improve performance | Jeffrey Seyfried | -11/+25 |
| 2016-04-17 | rustdoc: Disambiguate anchors for assoc item impls | Nick Platt | -14/+53 |
| 2016-04-18 | Update outdated comment | Jeffrey Seyfried | -2/+2 |
| 2016-04-18 | Reachability check cross-crate links | mitaa | -30/+83 |
| 2016-04-18 | Perform doc-reachability check for inlined impls | mitaa | -26/+337 |
| 2016-04-17 | Refactor the per-module node map `module_children` into a per-resolver map. | Jeffrey Seyfried | -22/+22 |
| 2016-04-17 | Make import resolution and error resolution reporting deterministic. | Jeffrey Seyfried | -26/+22 |
| 2016-04-17 | Refactor `is_prelude` to only apply to glob imports | Jeffrey Seyfried | -30/+16 |
| 2016-04-17 | Auto merge of #33034 - tbu-:pr_doc_mutex_lock, r=nagisa | bors | -0/+9 |
| 2016-04-17 | Add a comment about locking a `Mutex` multiple times | Tobias Bucher | -0/+9 |
| 2016-04-17 | Auto merge of #33050 - apasel422:bh, r=alexcrichton | bors | -0/+1 |