| Age | Commit message (Expand) | Author | Lines |
| 2017-01-30 | Implement Drop for Box | Vadim Petrochenkov | -3/+3 |
| 2017-01-30 | Merge ty::TyBox into ty::TyAdt | Vadim Petrochenkov | -5/+5 |
| 2017-01-28 | rustc: always include elidable lifetimes in HIR types. | Eduard-Mihai Burtescu | -2/+2 |
| 2017-01-27 | Auto merge of #39139 - estebank:issue-38147, r=nikomatsakis | bors | -50/+96 |
| 2017-01-26 | Point to immutable arg/fields when trying to use as &mut | Esteban Küber | -50/+96 |
| 2017-01-26 | Auto merge of #39066 - arielb1:lifetime-extension-test, r=nikomatsakis | bors | -2/+13 |
| 2017-01-26 | rustc: don't call the HIR AST. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-01-26 | rustc: rename TyCtxt's `map` field to `hir`. | Eduard-Mihai Burtescu | -28/+28 |
| 2017-01-25 | end temporary lifetimes being extended by `let X: &_` hints | Ariel Ben-Yehuda | -2/+13 |
| 2017-01-08 | Auto merge of #38813 - eddyb:lazy-11, r=nikomatsakis | bors | -51/+34 |
| 2017-01-06 | rustc: keep track of tables everywhere as if they were per-body. | Eduard-Mihai Burtescu | -51/+34 |
| 2016-12-29 | Remove not(stage0) from deny(warnings) | Alex Crichton | -1/+1 |
| 2016-12-28 | Auto merge of #38449 - eddyb:lazy-10, r=nikomatsakis | bors | -72/+48 |
| 2016-12-28 | Auto merge of #38616 - pnkfelix:refactor-mir-dataflow-remove-ctxt, r=arielb1 | bors | -135/+144 |
| 2016-12-28 | rustc: simplify constant cross-crate loading and rustc_passes::consts. | Eduard-Mihai Burtescu | -2/+2 |
| 2016-12-28 | rustc: move function arguments into hir::Body. | Eduard-Mihai Burtescu | -28/+20 |
| 2016-12-28 | rustc: separate bodies for static/(associated)const and embedded constants. | Eduard-Mihai Burtescu | -45/+29 |
| 2016-12-28 | rustc: separate TraitItem from their parent Item, just like ImplItem. | Eduard-Mihai Burtescu | -1/+1 |
| 2016-12-26 | Refactor mir::dataflow: remove Ctxt associated type from BitDenotation trait. | Felix S. Klock II | -135/+144 |
| 2016-12-25 | clear discriminant drop flag at the bottom of a ladder | Ariel Ben-Yehuda | -38/+39 |
| 2016-12-02 | Auto merge of #38053 - eddyb:lazy-9, r=nikomatsakis | bors | -3/+3 |
| 2016-11-30 | Auto merge of #37800 - alexcrichton:new-bootstrap, r=eddyb | bors | -2/+0 |
| 2016-11-30 | Update the bootstrap compiler | Alex Crichton | -2/+0 |
| 2016-11-30 | Auto merge of #37954 - eddyb:rustdoc-2, r=alexcrichton | bors | -2/+2 |
| 2016-11-30 | rustc: track the Span's of definitions across crates. | Eduard-Mihai Burtescu | -2/+2 |
| 2016-11-29 | Auto merge of #37965 - Mark-Simulacrum:trait-obj-to-exis-predicate, r=eddyb | bors | -2/+1 |
| 2016-11-29 | Auto merge of #37863 - mikhail-m1:mut_error, r=nikomatsakis | bors | -46/+83 |
| 2016-11-29 | rustc: simplify AdtDef by removing the field types and ty::ivar. | Eduard-Mihai Burtescu | -3/+3 |
| 2016-11-29 | revamp `Visitor` with a single method for controlling nested visits | Niko Matsakis | -6/+6 |
| 2016-11-29 | Split nested_visit_mode function off from nested_visit_map | Florian Diebold | -6/+6 |
| 2016-11-29 | Save bodies of functions for inlining into other crates | Florian Diebold | -6/+10 |
| 2016-11-29 | rustc_borrowck: fix compilation | Florian Diebold | -23/+31 |
| 2016-11-29 | rustc: replace body exprs by their ids | Florian Diebold | -1/+1 |
| 2016-11-28 | Adds TyCtxt::require_lang_item(LangItem) to simplify lang item requires. | Mark-Simulacrum | -2/+1 |
| 2016-11-29 | add hint to fix error for immutable ref in arg | Mikhail Modin | -46/+83 |
| 2016-11-28 | rustc: embed path resolutions into the HIR instead of keeping DefMap. | Eduard-Mihai Burtescu | -1/+1 |
| 2016-11-21 | Cleanup `InternedString`. | Jeffrey Seyfried | -1/+1 |
| 2016-11-20 | Refactor `P<ast::MetaItem>` -> `ast::MetaItem`. | Jeffrey Seyfried | -2/+1 |
| 2016-11-16 | refactor Visitor into ItemLikeVisitor and intravisit::Visitor | Niko Matsakis | -1/+1 |
| 2016-11-14 | Auto merge of #37278 - matklad:lone-lifetime, r=jseyfried | bors | -1/+1 |
| 2016-11-14 | Fix where clauses parsing | Aleksey Kladov | -1/+1 |
| 2016-11-12 | Auto merge of #37675 - arielb1:trans-closure, r=eddyb | bors | -3/+5 |
| 2016-11-12 | rustc: move closure upvar types to the closure substs | Ariel Ben-Yehuda | -3/+5 |
| 2016-11-12 | Auto merge of #37531 - estebank:fix-ref-mut-mut, r=jonathandturner | bors | -8/+15 |
| 2016-11-12 | Auto merge of #37554 - mikhail-m1:dnlle, r=jonathandturner | bors | -13/+12 |
| 2016-11-10 | rustc: clean up lookup_item_type and remove TypeScheme. | Eduard Burtescu | -1/+1 |
| 2016-11-10 | rustc: use an Expr instead of a Block for function bodies. | Eduard Burtescu | -11/+9 |
| 2016-11-09 | Rollup merge of #37229 - nnethercote:FxHasher, r=nikomatsakis | Eduard-Mihai Burtescu | -9/+9 |
| 2016-11-09 | Improve "Doesn't live long enough" error | Mikhail Modin | -13/+12 |
| 2016-11-08 | Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakis | bors | -1/+1 |