rust/src/librustc_driver
Niko Matsakis 11dc974a38 refactor to use new snippet code and model
Major changes:
- Remove old snippet rendering code and use the new stuff.
- Introduce `span_label` method to add a label
- Remove EndSpan mode and replace with a fn to get the last
  character of a span.
- Stop using `Option<MultiSpan>` and just use an empty `MultiSpan`
- and probably a bunch of other stuff :)
2016-05-02 11:47:10 -04:00
..
Cargo.toml make an incremental crate 2016-04-06 12:42:02 -04:00
driver.rs Auto merge of #33296 - jseyfried:non_idempotent_lowering, r=nrc 2016-05-01 18:28:24 -07:00
lib.rs refactor to use new snippet code and model 2016-05-02 11:47:10 -04:00
pretty.rs debugging, misc fixes 2016-04-20 10:14:16 +12:00
target_features.rs Check that the feature strings are well-formed 2016-04-20 09:09:30 +02:00
test.rs refactor to use new snippet code and model 2016-05-02 11:47:10 -04:00