rust/src/librustc_mir
Ralf Jung 49999e9b1d optimize sanity check path printing
During the sanity check, we keep track of the path we are below in a `Vec`.  We
avoid cloning that `Vec` unless we hit a pointer indirection.  The `String`
representation is only computed when validation actually fails.
2018-08-22 13:08:39 +02:00
..
borrow_check Rollup merge of #53551 - nnethercote:access_place_error_reported, r=varkor 2018-08-21 22:09:35 +08:00
build mv codemap() source_map() 2018-08-19 23:01:01 +02:00
dataflow Fix typos found by codespell. 2018-08-19 17:41:28 +02:00
hair finally remove all traces of signs from memory 2018-08-22 09:06:28 +02:00
interpret optimize sanity check path printing 2018-08-22 13:08:39 +02:00
monomorphize mv (mod) codemap source_map 2018-08-19 23:01:00 +02:00
transform miri/CTFE refactor 2018-08-22 09:06:28 +02:00
util Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor 2018-08-21 17:51:49 +08:00
Cargo.toml
diagnostics.rs Auto merge of #53131 - davidtwco:issue-52663-thread-local-static, r=nikomatsakis 2018-08-10 06:54:11 +00:00
lib.rs miri/CTFE refactor 2018-08-22 09:06:28 +02:00
shim.rs Promoteds are statics and statics have a place, not just a value 2018-07-23 09:51:30 +02:00