| Age | Commit message (Expand) | Author | Lines |
| 2015-09-03 | Use consistent terminology for byte string literals | Vadim Petrochenkov | -1/+1 |
| 2015-09-03 | Add an intital HIR and lowering step | Nick Cameron | -172/+163 |
| 2015-08-24 | split ReInfer into ReVar and ReSkolemized | Ariel Ben-Yehuda | -1/+2 |
| 2015-08-24 | fallout from moving def-id | Niko Matsakis | -60/+60 |
| 2015-08-23 | Auto merge of #27919 - Eljay:doc-varargs, r=alexcrichton | bors | -0/+5 |
| 2015-08-20 | Show variadic args in rustdoc output. | Lee Jeffery | -0/+5 |
| 2015-08-16 | rustdoc: Added issue tracker option and issue data to clean::Stability | Martin Wernstål | -1/+4 |
| 2015-08-16 | Auto merge of #27643 - mitaa:get_item_, r=arielb1 | bors | -2/+1 |
| 2015-08-12 | Add two new kinds of predicates, WellFormed and ObjectSafe. | Niko Matsakis | -1/+3 |
| 2015-08-12 | Replace get_item_path[-1] with get_item_name | mitaa | -2/+1 |
| 2015-08-10 | Auto merge of #27451 - seanmonstar:use-groups-as, r=alexcrichton | bors | -3/+6 |
| 2015-08-08 | rustc: rename multiple imports in a list | Sean McArthur | -3/+6 |
| 2015-08-07 | Auto merge of #27551 - arielb1:adt-def, r=nikomatsakis | bors | -29/+30 |
| 2015-08-07 | rename ADTDef to AdtDef etc. | Ariel Ben-Yehuda | -2/+2 |
| 2015-08-06 | use VariantDef instead of struct_fields | Ariel Ben-Yehuda | -26/+26 |
| 2015-08-06 | introduce an ADTDef struct for struct/enum definitions | Ariel Ben-Yehuda | -4/+5 |
| 2015-08-04 | Add feature gate | Jared Roesch | -1/+1 |
| 2015-08-04 | Add a macro invocation to the type AST | Jared Roesch | -0/+3 |
| 2015-08-04 | rustc: replace def::MethodProvenance with ty::ImplOrTraitItemContainer. | Eduard Burtescu | -1/+1 |
| 2015-07-28 | remove `get_ident` and `get_name`, make `as_str` sound | Oliver Schneider | -11/+11 |
| 2015-07-21 | Use a span from the correct file for the inner span of a module | Nick Cameron | -0/+4 |
| 2015-07-12 | Auto merge of #26957 - wesleywiser:rename_connect_to_join, r=alexcrichton | bors | -3/+3 |
| 2015-07-10 | Change some instances of .connect() to .join() | Wesley Wiser | -3/+3 |
| 2015-07-08 | Remove snake_case names from ty.rs | Jared Roesch | -1/+1 |
| 2015-06-26 | rustc: switch most remaining middle::ty functions to methods. | Eduard Burtescu | -25/+24 |
| 2015-06-23 | Remove the mostly unecessary ParamBounds struct | Jared Roesch | -13/+0 |
| 2015-06-19 | rustc: replace Repr/UserString impls with Debug/Display ones. | Eduard Burtescu | -1/+1 |
| 2015-06-12 | Split TyArray into TyArray and TySlice. | Eli Friedman | -3/+3 |
| 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 | -1/+1 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -13/+13 |
| 2015-06-08 | Auto merge of #26077 - SimonSapin:patch-6, r=alexcrichton | bors | -1/+1 |
| 2015-06-08 | Replace usage of String::from_str with String:from | Simon Sapin | -1/+1 |
| 2015-06-07 | change some statics to constants | Oliver 'ker' Schneider | -1/+1 |
| 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 | -18/+32 |
| 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 | -0/+15 |
| 2015-05-25 | rustdoc: Fix associated types in signatures | Ulrik Sverdrup | -12/+26 |
| 2015-05-21 | Make various fixes: | Niko Matsakis | -2/+5 |
| 2015-05-21 | syntax: parse `const fn` for free functions and inherent methods. | Eduard Burtescu | -2/+9 |
| 2015-05-21 | rustdoc: Skip types in impls in search index | Ulrik Sverdrup | -6/+6 |
| 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 #25085 - carols10cents:remove-old-tilde, r=steveklabnik | bors | -1/+1 |
| 2015-05-06 | fix typos caught by codespell | Tshepang Lekhonkhobe | -1/+1 |
| 2015-05-03 | Update old uses of ~ in comments and debugging statements | Carol Nichols | -1/+1 |
| 2015-04-23 | Get associated consts working in match patterns. | Sean Patrick Santos | -0/+2 |
| 2015-04-23 | Functional changes for associated constants. Cross-crate usage of associated ... | Sean Patrick Santos | -4/+25 |
| 2015-04-23 | Structural changes for associated constants | Sean Patrick Santos | -0/+28 |