rust/src/librustc
Mazdak Farrokhzad 6e8fabb4ac
Rollup merge of #63586 - petrochenkov:nospanned, r=eddyb
cleanup: Remove `Spanned` where possible

It generally only makes sense on enums, otherwise it's more convenient to "flatten" it by adding a span field to the struct it wraps.
2019-08-15 14:34:10 +02:00
..
benches Remove licenses 2018-12-25 21:08:33 -07:00
cfg Remove Spanned from {ast,hir}::FieldPat 2019-08-15 12:31:50 +03:00
dep_graph Refactor diagnostic emission for green nodes 2019-07-11 02:09:37 +02:00
hir Remove Spanned from {ast,hir}::FieldPat 2019-08-15 12:31:50 +03:00
ich Remove Spanned from {ast,hir}::FieldPat 2019-08-15 12:31:50 +03:00
infer review comments 2019-08-14 12:14:25 -07:00
lint Remove Spanned from ast::Mac 2019-08-15 11:45:28 +03:00
middle Rollup merge of #63586 - petrochenkov:nospanned, r=eddyb 2019-08-15 14:34:10 +02:00
mir Rollup merge of #63075 - RalfJung:deref-checks, r=oli-obk 2019-08-14 22:56:20 +02:00
query Do not downgrade NLL errors for bind_by_move_pattern_guards when AST says it is OK. 2019-07-30 06:43:06 +02:00
session Use consistent capitalization in -C/-Z help 2019-08-07 14:51:49 -07:00
traits Use associated_type_bounds where applicable - closes #61738 2019-08-08 22:39:15 +02:00
ty Auto merge of #63575 - Centril:rollup-anlv9g5, r=Centril 2019-08-15 00:32:05 +00:00
util librustc: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00
arena.rs rustc: collect upvars from HIR, instead of during name resolution. 2019-06-01 20:44:05 +03:00
build.rs Remove licenses 2018-12-25 21:08:33 -07:00
Cargo.toml cleanup: Remove extern crate serialize as rustc_serializes 2019-07-23 19:20:16 +03:00
error_codes.rs Update error_codes re. await_macro removal. 2019-07-30 10:55:45 +02:00
lib.rs Use associated_type_bounds where applicable - closes #61738 2019-08-08 22:39:15 +02:00
macros.rs Unify all uses of 'gcx and 'tcx. 2019-06-14 18:58:23 +03:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00
tests.rs librustc: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00

For more information about how rustc works, see the rustc guide.