| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-01-01 | rustc_const_eval: convert constants to Pattern instead of hir::Pat. | Eduard-Mihai Burtescu | -54/+177 | |
| 2017-01-01 | rustc_const_eval: build Pattern instead of hir::Pat for pretty-printing. | Eduard-Mihai Burtescu | -1/+154 | |
| 2016-11-29 | rustc: simplify AdtDef by removing the field types and ty::ivar. | Eduard-Mihai Burtescu | -20/+10 | |
| 2016-11-28 | rustc: embed path resolutions into the HIR instead of keeping DefMap. | Eduard-Mihai Burtescu | -16/+16 | |
| 2016-11-10 | Work around a borrow surviving too long (fixes #37686) | Anthony Ramine | -1/+2 | |
| 2016-11-02 | rustc: make all read access to tcx.tables go through a method. | Eduard Burtescu | -8/+9 | |
| 2016-10-28 | rustc: move mir::repr::* to mir. | Eduard Burtescu | -1/+1 | |
| 2016-10-27 | Address comments + Fix rebase | Vadim Petrochenkov | -1/+1 | |
| 2016-10-26 | flatten nested slice patterns in HAIR construction | Ariel Ben-Yehuda | -10/+43 | |
| nested slice patterns have the same functionality as non-nested ones, so flatten them in HAIR construction. Fixes #26158. | ||||
| 2016-10-26 | remove StaticInliner and NaN checking | Ariel Ben-Yehuda | -68/+108 | |
| NaN checking was a lint for a deprecated feature. It can go away. | ||||
| 2016-10-26 | change match checking to use HAIR | Ariel Ben-Yehuda | -5/+167 | |
| no intended functional changes | ||||
| 2016-10-26 | move hair::cx::pattern to const_eval | Ariel Ben-Yehuda | -0/+377 | |
