| Age | Commit message (Expand) | Author | Lines |
| 2016-05-27 | Auto merge of #33706 - jseyfried:refactor_cfg, r=nrc | bors | -25/+0 |
| 2016-05-27 | Update spans' `expn_id` during the marking fold | Jeffrey Seyfried | -25/+0 |
| 2016-05-24 | syntax: Make codemap::get_filemap() return an Option | Kamal Marhubi | -3/+3 |
| 2016-05-02 | Nit: remove push_primary_span, which was never called | Niko Matsakis | -4/+0 |
| 2016-05-02 | Nit: add comment | Niko Matsakis | -3/+5 |
| 2016-05-02 | Nit: comments should be uppercase letter | Niko Matsakis | -4/+4 |
| 2016-05-02 | refactor to use new snippet code and model | Niko Matsakis | -74/+13 |
| 2016-05-02 | revamp MultiSpan and introduce new snippet code | Niko Matsakis | -135/+83 |
| 2016-04-21 | port compiletest to use JSON output | Niko Matsakis | -0/+50 |
| 2016-03-25 | do not overwrite spans as eagerly | Niko Matsakis | -0/+25 |
| 2016-03-22 | fix alignment | Jorge Aparicio | -65/+65 |
| 2016-03-22 | break long line | Jorge Aparicio | -1/+2 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -43/+32 |
| 2016-02-12 | syntax: Replace unstable `vec.as_slice().get()` with `vec.get()` | Erick Tryzelaar | -1/+1 |
| 2016-02-03 | Changed macro spans in CSVs to point to the macro name, bugfixed nested spans | Daniel Campbell | -1/+20 |
| 2016-02-02 | Auto merge of #31279 - DanielJCampbell:MacroReferencing, r=nrc | bors | -0/+21 |
| 2016-02-01 | Implemented macro referencing for save analysis | Daniel Campbell | -0/+21 |
| 2016-02-01 | Spans now derive equality | Daniel Campbell | -13/+12 |
| 2016-01-28 | Implement MultiSpan error reporting | mitaa | -3/+260 |
| 2016-01-22 | Extended save-analysis to support generated code, alterned some spans in form... | Daniel Campbell | -2/+23 |
| 2016-01-20 | syntax: Fix encoding and decoding spans | Erick Tryzelaar | -5/+20 |
| 2015-12-28 | Use a more efficient encoding for opaque data in RBML. | Michael Woerister | -7/+4 |
| 2015-12-08 | Added pretty-printing for span expansion chains through span_to_expanded_string. | Daniel Campbell | -0/+204 |
| 2015-11-12 | Add -Zinput-stats | Nick Cameron | -0/+8 |
| 2015-10-09 | Some cleanup of no longer used AST things | Nick Cameron | -22/+0 |
| 2015-10-03 | Add a method to test span containment | Seo Sanghyeon | -1/+5 |
| 2015-09-24 | Cleanup interfaces of Name, SyntaxContext and Ident | Vadim Petrochenkov | -1/+0 |
| 2015-08-31 | Closures are not generated code. | Nick Cameron | -2/+0 |
| 2015-08-28 | Move ExpnInfo to Name | Manish Goregaokar | -7/+9 |
| 2015-08-27 | Enumify CompilerExpansion in ExpnInfo | Manish Goregaokar | -7/+34 |
| 2015-08-10 | add and use Span.substitute_dummy method | Tim Neumann | -0/+7 |
| 2015-07-22 | Instrumentation in effort to understand treatment of `allow_internal_unstable`. | Felix S. Klock II | -0/+4 |
| 2015-07-21 | Use a span from the correct file for the inner span of a module | Nick Cameron | -1/+1 |
| 2015-07-21 | Provide a filemap ctor with line info | Nick Cameron | -14/+16 |
| 2015-07-21 | Allow for space between each filemap in the codemap | Nick Cameron | -72/+90 |
| 2015-06-19 | Move AST Repr impls to Debug impls in libsyntax. | Eduard Burtescu | -2/+16 |
| 2015-06-16 | Fix file!(), line!() and column!() macros | Simonas Kazlauskas | -53/+44 |
| 2015-06-11 | Conver reborrows to .iter() calls where appropriate | Joshua Landau | -2/+2 |
| 2015-05-14 | syntax: abstract over the file loading mechanism. | Eduard Burtescu | -2/+46 |
| 2015-05-12 | Proper spans for for loop expansion | Nick Cameron | -1/+3 |
| 2015-05-07 | Auto merge of #25013 - pnkfelix:span_to_lines-oflo, r=huonw | bors | -5/+26 |
| 2015-05-05 | Guard against overflow in `codemap::span_to_lines`. | Felix S. Klock II | -5/+26 |
| 2015-05-01 | syntax: Avoid reallocating or copying in CodeMap::new_filemap | Ulrik Sverdrup | -8/+4 |
| 2015-04-24 | Change name of unit test sub-module to "tests". | Johannes Oertel | -1/+1 |
| 2015-04-21 | rollup merge of #24636: alexcrichton/remove-deprecated | Alex Crichton | -2/+5 |
| 2015-04-21 | std: Remove deprecated/unstable num functionality | Alex Crichton | -2/+5 |
| 2015-04-21 | syntax: Change ExpnId::{from,to}_llvm_cookie to {from,to}_u32 | Erick Tryzelaar | -6/+4 |
| 2015-04-21 | syntax: Replace Vec::map_in_place with stable mut iterator | Erick Tryzelaar | -9/+11 |
| 2015-04-21 | syntax: Replace String::from_str with the stable String::from | Erick Tryzelaar | -2/+2 |
| 2015-04-21 | Model lexer: Fix remaining issues | Piotr Czarnecki | -2/+0 |