| Age | Commit message (Expand) | Author | Lines |
| 2017-05-01 | Add profiling support, through the rustc -Z profile flag. | whitequark | -6/+62 |
| 2017-04-28 | Auto merge of #41508 - michaelwoerister:generic-path-remapping, r=alexcrichton | bors | -71/+74 |
| 2017-04-27 | Auto merge of #41529 - bitshifter:issue-41479, r=eddyb | bors | -3/+18 |
| 2017-04-27 | Auto merge of #41507 - arielb1:symbol-cache, r=nikomatsakis | bors | -343/+163 |
| 2017-04-27 | Auto merge of #37860 - giannicic:defaultimpl, r=nagisa | bors | -1/+2 |
| 2017-04-26 | Rollup merge of #41524 - michaelwu:basic-hexagon, r=alexcrichton | Ariel Ben-Yehuda | -0/+46 |
| 2017-04-26 | Add RWPI/ROPI relocation model support | Amit Aryeh Levy | -1/+4 |
| 2017-04-26 | don't allocate in get_symbol_hash | Ariel Ben-Yehuda | -8/+7 |
| 2017-04-26 | refactor away trans::symbol_map | Ariel Ben-Yehuda | -168/+70 |
| 2017-04-26 | cache symbol names in ty::maps | Ariel Ben-Yehuda | -172/+91 |
| 2017-04-26 | Implement a file-path remapping feature in support of debuginfo and reproduci... | Michael Woerister | -71/+74 |
| 2017-04-26 | Auto merge of #41352 - kennytm:macos-sanitizers, r=alexcrichton | bors | -0/+13 |
| 2017-04-25 | Add missing struct field index adjustments. | Cameron Hart | -3/+18 |
| 2017-04-25 | Add Hexagon support | Michael Wu | -0/+46 |
| 2017-04-25 | Force link with an absolute rpath when using sanitizer on macOS. | kennytm | -0/+13 |
| 2017-04-24 | rustc: expose the common DUMMY_SP query case as tcx methods. | Eduard-Mihai Burtescu | -3/+2 |
| 2017-04-24 | rustc: rename some of the queries to match tcx methods. | Eduard-Mihai Burtescu | -8/+8 |
| 2017-04-24 | support `default impl` for specialization | Gianni Ciccarelli | -1/+2 |
| 2017-04-23 | rustc_const_eval: support all unit enum variants. | Eduard-Mihai Burtescu | -5/+3 |
| 2017-04-22 | allocate less strings in `symbol_names` | Ariel Ben-Yehuda | -52/+52 |
| 2017-04-22 | short-cut SharedCrateContext::layout_of | Ariel Ben-Yehuda | -0/+12 |
| 2017-04-22 | avoid calling `mk_region` unnecessarily | Ariel Ben-Yehuda | -2/+2 |
| 2017-04-22 | Auto merge of #41464 - frewsxcv:rollup, r=frewsxcv | bors | -368/+196 |
| 2017-04-22 | Auto merge of #39999 - bitshifter:struct_align, r=eddyb | bors | -66/+134 |
| 2017-04-21 | move the uses of the trans caches into rustc::traits | Niko Matsakis | -150/+21 |
| 2017-04-22 | Use primitive align for tagged enum fill. | Cameron Hart | -3/+4 |
| 2017-04-21 | use Symbol/InternedString in the cache | Niko Matsakis | -6/+6 |
| 2017-04-21 | move the trans trait caches into tcx | Niko Matsakis | -78/+12 |
| 2017-04-21 | make `reachable_set` ref-counted | Niko Matsakis | -3/+3 |
| 2017-04-21 | just take `tcx` where we can | Niko Matsakis | -66/+62 |
| 2017-04-21 | introduce the rather simpler symbol-cache in place of symbol-map | Niko Matsakis | -58/+95 |
| 2017-04-21 | remove `translation_items` from `SharedCrateContext` | Niko Matsakis | -23/+11 |
| 2017-04-21 | introduce `is_foreign_item` query | Niko Matsakis | -10/+12 |
| 2017-04-21 | Removed sizing parameter from struct_llfields. | Cameron Hart | -18/+10 |
| 2017-04-21 | Implementation of repr struct alignment RFC 1358. | Cameron Hart | -58/+133 |
| 2017-04-20 | rustc: combine type_needs_drop_given_env and may_drop into needs_drop. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-04-20 | rustc: replace interior_unsafe with a Freeze trait. | Eduard-Mihai Burtescu | -5/+8 |
| 2017-04-20 | Rollup merge of #41378 - eddyb:byval-is-not-like-sret, r=arielb1 | Corey Farwell | -3/+3 |
| 2017-04-19 | rustc_trans: do not treat byval as using up registers. | Eduard-Mihai Burtescu | -3/+3 |
| 2017-04-18 | Rollup merge of #41361 - arielb1:move-mir-init, r=pnkfelix | Corey Farwell | -10/+0 |
| 2017-04-18 | kill a bunch of one off tasks | Niko Matsakis | -5/+1 |
| 2017-04-18 | lower `move_val_init` during MIR construction | Ariel Ben-Yehuda | -10/+0 |
| 2017-04-16 | rustc: use monomorphic const_eval for cross-crate enum discriminants. | Eduard-Mihai Burtescu | -106/+20 |
| 2017-04-16 | rustc_const_eval: move ConstEvalErr to the rustc crate. | Eduard-Mihai Burtescu | -14/+7 |
| 2017-04-14 | Rollup merge of #40702 - mrhota:global_asm, r=nagisa | Corey Farwell | -13/+62 |
| 2017-04-13 | make `write_metadata` take `tcx` intead of `SharedCrateContext` | Niko Matsakis | -11/+11 |
| 2017-04-13 | refactor `metadata_symbol_name` | Niko Matsakis | -9/+10 |
| 2017-04-13 | pull stats out of `SharedCrateContext` | Niko Matsakis | -47/+64 |
| 2017-04-13 | remove `LinkMeta` from `SharedCrateContext` | Niko Matsakis | -18/+11 |
| 2017-04-13 | use `tcx.crate_name(LOCAL_CRATE)` rather than `LinkMeta::crate_name` | Niko Matsakis | -11/+11 |