rust/src/librustc
bors 40bd145cbe Auto merge of #60567 - Manishearth:rollup-rjagqnw, r=Manishearth
Rollup of 5 pull requests

Successful merges:

 - #60131 (Fix broken link in rustc_plugin doc)
 - #60426 (Stop `-O`/`-C opt-level` and `-g`/`-C debuginfo` conflicting)
 - #60515 (use span instead of div for since version)
 - #60530 (rustc: rename all occurences of "freevar" to "upvar".)
 - #60536 (Correct code points to match their textual description)

Failed merges:

r? @ghost
2019-05-05 21:11:47 +00:00
..
benches Remove licenses 2018-12-25 21:08:33 -07:00
cfg Rename hir::ExprKind::Use to ::DropTemps and improve docs. 2019-04-30 18:06:00 +02:00
dep_graph Reduce the DepNode pre-allocation ratio. 2019-04-15 14:00:17 +10:00
hir rustc: rename all occurences of "freevar" to "upvar". 2019-05-05 18:49:32 +03:00
ich Hash all of the import_ids for the TraitCandidate. 2019-05-04 20:29:35 +02:00
infer rustc: rename all occurences of "freevar" to "upvar". 2019-05-05 18:49:32 +03:00
lint rustc: rename hir::def::Def to Res (short for "resolution"). 2019-05-03 22:50:19 +03:00
middle rustc: rename all occurences of "freevar" to "upvar". 2019-05-05 18:49:32 +03:00
mir rustc: rename all occurences of "freevar" to "upvar". 2019-05-05 18:49:32 +03:00
query rustc: rename all occurences of "freevar" to "upvar". 2019-05-05 18:49:32 +03:00
session Add comments 2019-05-05 10:45:10 +01:00
traits Create ShallowResolver 2019-05-01 23:11:20 +01:00
ty Auto merge of #60567 - Manishearth:rollup-rjagqnw, r=Manishearth 2019-05-05 21:11:47 +00:00
util Implement event filtering for self-profiler. 2019-04-18 17:03:53 +02:00
arena.rs Rollup merge of #60287 - Zoxc:the-arena-variances_of, r=eddyb 2019-05-01 08:29:09 +02:00
build.rs Remove licenses 2018-12-25 21:08:33 -07:00
Cargo.toml Update rustc-rayon version 2019-04-26 19:08:36 +02:00
error_codes.rs Disallow non-explicit elided lifetimes in async fn 2019-05-01 18:34:49 -07:00
lib.rs Introduce hir::ExprKind::Use and employ in for loop desugaring. 2019-04-25 11:51:53 +02:00
macros.rs Remove double trailing newlines 2019-04-22 16:57:01 +01:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00

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