| Age | Commit message (Expand) | Author | Lines |
| 2015-06-23 | Remove the mostly unecessary ParamBounds struct | Jared Roesch | -13/+0 |
| 2015-06-22 | Auto merge of #26037 - nhowell:plain_js_playpen, r=steveklabnik | bors | -14/+34 |
| 2015-06-20 | Auto merge of #26417 - brson:feature-err, r=steveklabnik | bors | -2/+2 |
| 2015-06-19 | Auto merge of #26351 - eddyb:tls-tcx, r=nikomatsakis | bors | -54/+55 |
| 2015-06-19 | Rollup merge of #26401 - jooert:fix26360, r=steveklabnik | Manish Goregaokar | -0/+3 |
| 2015-06-18 | Make a better error message for using #[feature] on stable rust | Brian Anderson | -2/+2 |
| 2015-06-19 | rustc: replace Repr/UserString impls with Debug/Display ones. | Eduard Burtescu | -1/+1 |
| 2015-06-19 | rustc: enforce stack discipline on ty::ctxt. | Eduard Burtescu | -53/+54 |
| 2015-06-19 | rustc: remove ownership of tcx from trans' context. | Eduard Burtescu | -9/+9 |
| 2015-06-18 | rustdoc: Update document title when displaying search results | Johannes Oertel | -0/+3 |
| 2015-06-17 | More test fixes and fallout of stability changes | Alex Crichton | -2/+2 |
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -6/+9 |
| 2015-06-14 | Find type of orphan methods for rustdoc search. | Mihnea Dobrescu-Balaur | -1/+3 |
| 2015-06-12 | Split TyArray into TyArray and TySlice. | Eli Friedman | -3/+3 |
| 2015-06-12 | Convert playpen.js to plain JS. | Nick Howell | -14/+34 |
| 2015-06-12 | Cleanup: rename middle::ty::sty and its variants. | Eli Friedman | -41/+39 |
| 2015-06-11 | Conver reborrows to .iter() calls where appropriate | Joshua Landau | -2/+2 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -19/+20 |
| 2015-06-10 | syntax: move ast_map to librustc. | Eduard Burtescu | -2/+3 |
| 2015-06-08 | Auto merge of #26077 - SimonSapin:patch-6, r=alexcrichton | bors | -6/+5 |
| 2015-06-08 | Auto merge of #25989 - jooert:implement_rfc839, r=Gankro | bors | -1/+1 |
| 2015-06-08 | Replace usage of String::from_str with String:from | Simon Sapin | -6/+5 |
| 2015-06-08 | Implement RFC 839 | Johannes Oertel | -1/+1 |
| 2015-06-08 | Auto merge of #25823 - oli-obk:static_to_const_lint, r=alexcrichton | bors | -1/+1 |
| 2015-06-07 | change some statics to constants | Oliver 'ker' Schneider | -1/+1 |
| 2015-06-04 | Fix order of rustdoc arguments. | Steven Allen | -2/+2 |
| 2015-05-31 | rustdoc: Tweak css of function where clauses | Ulrik Sverdrup | -3/+3 |
| 2015-05-27 | Auto merge of #25796 - arielb1:default-assoc, r=eddyb | bors | -39/+38 |
| 2015-05-26 | Auto merge of #25675 - bluss:rustdoc-assoc-types-index, r=alexcrichton | bors | -28/+47 |
| 2015-05-26 | Auto merge of #24657 - aochagavia:rustdoc, r=alexcrichton | bors | -22/+37 |
| 2015-05-26 | Implement defaults for associated types | Ariel Ben-Yehuda | -39/+38 |
| 2015-05-26 | Make caching in stability work. This improves stability check performance | Ariel Ben-Yehuda | -1/+17 |
| 2015-05-25 | rustdoc: Show where clauses in type aliases | Ulrik Sverdrup | -2/+3 |
| 2015-05-25 | rustdoc: Fix associated types in signatures | Ulrik Sverdrup | -15/+29 |
| 2015-05-25 | Rustdoc: ignore deref-inherited static methods | Adolfo OchagavĂa | -22/+37 |
| 2015-05-24 | Auto merge of #25609 - nikomatsakis:const-fn, r=pnkfelix | bors | -20/+61 |
| 2015-05-22 | Rustdoc Search: Add Hint to Primitive Type Result | Pascal Hertleif | -0/+2 |
| 2015-05-22 | Rustdoc Search: Increase Relevance of Primitives | Pascal Hertleif | -0/+7 |
| 2015-05-22 | Rustdoc: Clean Up Some JS | Pascal Hertleif | -60/+57 |
| 2015-05-21 | Make various fixes: | Niko Matsakis | -5/+8 |
| 2015-05-21 | syntax: parse `const fn` for free functions and inherent methods. | Eduard Burtescu | -18/+56 |
| 2015-05-21 | rustdoc: Skip types in impls in search index | Ulrik Sverdrup | -11/+15 |
| 2015-05-19 | rustdoc: Fix left margin for type aliases | Ulrik Sverdrup | -1/+1 |
| 2015-05-17 | Auto merge of #25387 - eddyb:syn-file-loader, r=nikomatsakis | bors | -13/+11 |
| 2015-05-15 | libs: Move favicon URLs to HTTPS | Alex Crichton | -1/+1 |
| 2015-05-14 | syntax: replace sess.span_diagnostic.cm with sess.codemap(). | Eduard Burtescu | -5/+3 |
| 2015-05-14 | syntax: refactor (Span)Handler and ParseSess constructors to be methods. | Eduard Burtescu | -8/+8 |
| 2015-05-12 | Auto merge of #25323 - eddyb:coherent-coherence, r=pnkfelix | bors | -1/+1 |
| 2015-05-12 | rustc: rename ty::populate_implementations_for_type_if_necessary to make it c... | Eduard Burtescu | -1/+1 |
| 2015-05-11 | Auto merge of #25225 - bluss:doc-search-assoc-items, r=alexcrichton | bors | -1/+15 |