rust/src
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
..
bootstrap test: Move run-make tests into compiletest 2016-04-28 21:46:40 -07:00
build_helper whoops 2016-04-04 21:14:15 +10:00
compiler-rt@57315f7e07 update compiler-rt submodule 2016-03-15 22:32:38 -05:00
doc Rollup merge of #33253 - ergenekonyigit:master, r=alexcrichton 2016-04-29 19:17:58 +05:30
driver
etc test: Move run-make tests into compiletest 2016-04-28 21:46:40 -07:00
grammar
jemalloc@aab1c0a0e0 std: Update jemalloc again to the 4.* track 2016-03-04 09:49:39 -08:00
liballoc Rollup merge of #32741 - tbu-:pr_remove_fixme_12808, r=bluss 2016-04-07 23:26:19 +05:30
liballoc_jemalloc Prefix jemalloc on DragonFly to prevent segfaults. 2016-04-02 18:40:59 +02:00
liballoc_system alloc_system: Handle failure properly 2016-04-15 10:02:21 -07:00
libarena std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
libbacktrace
libcollections Auto merge of #33276 - bwinterton:btreeset-insert-doc-fix, r=GuillaumeGomez 2016-04-30 08:59:46 -07:00
libcollectionstest Implement append for b-trees. 2016-04-22 12:30:43 +02:00
libcore Auto merge of #33289 - birkenfeld:chain-find, r=bluss 2016-05-02 04:46:58 -07:00
libcoretest Implement find() on Chain iterators 2016-04-30 11:16:35 +02:00
libflate std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
libfmt_macros bootstrap: Add a bunch of Cargo.toml files 2016-02-11 11:12:32 -08:00
libgetopts std: Stabilize APIs for the 1.9 release 2016-04-11 08:57:53 -07:00
libgraphviz sprinkle feature gates here and there 2016-03-22 22:02:47 -05:00
liblibc@7265c17d18 std: Fix linking against signal on Android 2016-04-04 21:54:59 -07:00
liblog bootstrap: Add a bunch of Cargo.toml files 2016-02-11 11:12:32 -08:00
librand std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
librbml std: Stabilize APIs for the 1.9 release 2016-04-11 08:57:53 -07:00
librustc refactor to use new snippet code and model 2016-05-02 11:47:10 -04:00
librustc_back Auto merge of #33115 - mbrubeck:vfp3-d16, r=nrc 2016-04-25 10:43:36 -07:00
librustc_bitflags rustbuild: Sync some Cargo.toml/lib.rs dependencies 2016-02-21 09:49:13 -08:00
librustc_borrowck add borrowck info inline in main snippet 2016-05-02 11:47:10 -04:00
librustc_const_eval Fix patterns of the constants that are const meth 2016-04-30 03:40:09 +03:00
librustc_const_math don't report bitshift overflow twice 2016-04-26 14:10:07 +02:00
librustc_data_structures Make the codegen unit partitioner also emit item declarations. 2016-04-28 16:53:00 -04:00
librustc_driver refactor to use new snippet code and model 2016-05-02 11:47:10 -04:00
librustc_incremental Auto merge of #32908 - oli-obk:hygienic_derive_encodable, r=alexcrichton 2016-04-14 08:23:11 -07:00
librustc_lint std: Stabilize APIs for the 1.9 release 2016-04-11 08:57:53 -07:00
librustc_llvm Make the codegen unit partitioner also emit item declarations. 2016-04-28 16:53:00 -04:00
librustc_metadata debugging, misc fixes 2016-04-20 10:14:16 +12:00
librustc_mir Fix translation of Assign/AssignOp as rvalues 2016-04-28 13:18:51 +12:00
librustc_passes update Cargo.toml for rustbuild 2016-04-27 10:47:46 +02:00
librustc_platform_intrinsics rustc_platform_intrinsics: remove unused rustc dependency. 2016-03-29 19:36:01 +03:00
librustc_plugin Remove the MacroVisitor pass. 2016-04-22 01:40:33 +02:00
librustc_privacy Always report PRIVATE_IN_PUBLIC violations as hard errors when 2016-04-16 21:27:20 +00:00
librustc_resolve Auto merge of #33190 - jseyfried:improve_diagnostics, r=nrc 2016-05-01 20:39:33 -07:00
librustc_save_analysis Avoid using the lowering context in librustc_save_analysis 2016-05-01 23:30:18 +00:00
librustc_trans refactor to use new snippet code and model 2016-05-02 11:47:10 -04:00
librustc_typeck Auto merge of #32989 - GuillaumeGomez:e0393, r=Manishearth 2016-04-26 04:51:08 -07:00
librustc_unicode std: Stabilize APIs for the 1.9 release 2016-04-11 08:57:53 -07:00
librustdoc Auto merge of #33151 - ollie27:rustdoc_abi, r=alexcrichton 2016-04-27 23:16:41 -07:00
libserialize std: Stabilize APIs for the 1.9 release 2016-04-11 08:57:53 -07:00
libstd Auto merge of #33148 - sfackler:entry-key, r=alexcrichton 2016-04-29 18:11:25 -07:00
libsyntax refactor to use new snippet code and model 2016-05-02 11:47:10 -04:00
libsyntax_ext Auto merge of #32791 - LeoTestard:feature-gate-clean, r=nikomatsakis 2016-04-27 18:35:29 -07:00
libterm term: undo conversion of user defined try!s 2016-03-22 22:03:19 -05:00
libtest Remove unused trait imports 2016-04-12 22:58:55 +09:00
llvm@751345228a Update llvm to 751345228a0ef03fd147394bb5104359b7a808be 2016-04-26 17:03:14 -07:00
rt Handle integer-extending for C ABI 2016-04-04 22:14:10 +02:00
rtstartup Revert "workarounds to make link guards work on windows" 2016-03-25 14:07:20 -04:00
rust-installer@c37d3747da
rustc rustc: update Cargo.lock 2016-04-24 19:38:49 -04:00
rustllvm Update llvm to 751345228a0ef03fd147394bb5104359b7a808be 2016-04-26 17:03:14 -07:00
test Auto merge of #33284 - nagisa:mir-fix-constfn-pats, r=alexcrichton 2016-05-02 02:33:33 -07:00
tools adapt JSON to new model 2016-05-02 11:47:10 -04:00
stage0.txt mk: Bootstrap from stable instead of snapshots 2016-04-19 10:56:49 -07:00