| Age | Commit message (Expand) | Author | Lines |
| 2017-09-23 | Rollup merge of #44658 - leodasvacas:remove-str-eq-lang-item, r=arielb1 | Corey Farwell | -2/+0 |
| 2017-09-18 | Fix issues uncovered by rebasing: | Michael Woerister | -2/+1 |
| 2017-09-17 | Remove unused str_eq lang item | leonardo.yvens | -2/+0 |
| 2017-09-16 | Rollup merge of #44560 - qmx:import-TyCtxt, r=eddyb | Alex Crichton | -1/+1 |
| 2017-09-14 | bring TyCtxt into scope | Douglas Campos | -1/+1 |
| 2017-09-13 | Fix initial review | leonardo.yvens | -2/+2 |
| 2017-09-13 | Refactor fn_trait_kind | leonardo.yvens | -12/+5 |
| 2017-09-13 | Refactor how to get a lang item's name | leonardo.yvens | -16/+10 |
| 2017-09-13 | Remove require_owned_box | leonardo.yvens | -4/+0 |
| 2017-09-12 | Remove deprecated lang items | leonardo.yvens | -8/+0 |
| 2017-09-07 | rustc: Remove `CrateStore::crates` as a method | Alex Crichton | -1/+1 |
| 2017-09-05 | rustc: Remove lang item methods from CrateStore | Alex Crichton | -1/+1 |
| 2017-09-05 | rustc: Migrate lang items to a query | Alex Crichton | -50/+26 |
| 2017-09-05 | rustc: Flag some CrateStore methods as "untracked" | Alex Crichton | -2/+2 |
| 2017-08-21 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -0/+1 |
| 2017-08-14 | Remove dummy lang items | scalexm | -3/+0 |
| 2017-08-14 | Make `Clone` a lang item and generate builtin impls. | scalexm | -0/+4 |
| 2017-07-28 | Generator literal support | John Kåre Alsaker | -0/+3 |
| 2017-07-05 | use field init shorthand in src/librustc | Zack M. Davis | -3/+3 |
| 2017-04-22 | weak_lang_items: check for `lang` attribute before calling `value_str` | Ariel Ben-Yehuda | -3/+4 |
| 2017-04-20 | rustc: replace interior_unsafe with a Freeze trait. | Eduard-Mihai Burtescu | -0/+1 |
| 2017-04-18 | kill a bunch of one off tasks | Niko Matsakis | -2/+0 |
| 2017-03-18 | translate drop glue using MIR | Ariel Ben-Yehuda | -3/+1 |
| 2017-01-26 | rustc: don't call the HIR AST. | Eduard-Mihai Burtescu | -7/+7 |
| 2016-12-30 | Such large. Very 128. Much bits. | Simonas Kazlauskas | -0/+2 |
| 2016-12-28 | rustc: separate TraitItem from their parent Item, just like ImplItem. | Eduard-Mihai Burtescu | -0/+4 |
| 2016-12-26 | Remove extra lang item, exchange_free; use box_free instead. | Mark Simulacrum | -1/+0 |
| 2016-11-28 | Adds TyCtxt::require_lang_item(LangItem) to simplify lang item requires. | Mark-Simulacrum | -0/+8 |
| 2016-11-28 | Remove BuiltinBound and BuiltinBounds. | Mark-Simulacrum | -25/+0 |
| 2016-11-21 | Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p... | Jeffrey Seyfried | -7/+5 |
| 2016-11-20 | Move `syntax::util::interner` -> `syntax::symbol`, cleanup. | Jeffrey Seyfried | -1/+1 |
| 2016-11-16 | fallout from separating impl-items from impls | Niko Matsakis | -0/+4 |
| 2016-11-16 | refactor Visitor into ItemLikeVisitor and intravisit::Visitor | Niko Matsakis | -3/+3 |
| 2016-11-08 | Replace FnvHasher use with FxHasher. | Nicholas Nethercote | -3/+3 |
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -1/+1 |
| 2016-09-20 | rustc_metadata: move more RBML tags to auto-serialization. | Eduard Burtescu | -1/+1 |
| 2016-08-25 | Refactor away `AttrMetaMethods`. | Jeffrey Seyfried | -1/+0 |
| 2016-07-24 | Implement ARM personality routine in Rust. | Vadim Chugunov | -1/+0 |
| 2016-06-23 | Renames "lets_do_this" macro more appropriately. | Paul Jarrett | -2/+2 |
| 2016-04-16 | Auto merge of #32909 - sanxiyn:unused-trait-import-2, r=alexcrichton | bors | -1/+0 |
| 2016-04-14 | Accommodate the case where dup lang items are entirely external. | JP Sugarbroad | -7/+13 |
| 2016-04-12 | Remove unused trait imports | Seo Sanghyeon | -1/+0 |
| 2016-04-06 | rustc: move middle::{def,def_id,pat_util} to hir. | Eduard Burtescu | -1/+1 |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -3/+3 |
| 2016-03-27 | rustc: move cfg, infer, traits and ty from middle to top-level. | Eduard Burtescu | -1/+1 |
| 2016-03-14 | Add E0522 long error explanation | ggomez | -3/+2 |
| 2016-03-15 | Forbid creation of lang item from user code | ggomez | -0/+6 |
| 2016-03-08 | Auto merge of #31957 - GuillaumeGomez:error_display, r=brson | bors | -9/+20 |
| 2016-03-07 | Auto merge of #31606 - Ms2ger:ClosureKind, r=eddyb | bors | -3/+3 |
| 2016-03-03 | Improve error messages | Guillaume Gomez | -15/+15 |